/* FONT FAMILY*/
/* COLORS */
/* FONT SIZES */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins";
  font-size: 16px;
  color: #3B3B3B;
  overflow-x: hidden;
  position: relative; }

img,
iframe {
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

.accordion-custom .accordion-item {
  border-bottom: 1px solid #FFC20E; }
  .accordion-custom .accordion-item:last-child {
    border-bottom: 1px solid #FFC20E; }
  .accordion-custom .accordion-item .accordion-button {
    color: #3AA9A9;
    font-weight: 800; }
    .accordion-custom .accordion-item .accordion-button::after {
      width: 11px;
      height: 18px;
      background-image: url("../images/arrow-down-green.svg");
      background-size: 11px; }
    .accordion-custom .accordion-item .accordion-button:focus {
      border-bottom: 1px solid #FFC20E;
      box-shadow: none; }
    .accordion-custom .accordion-item .accordion-button:not(.collapsed) {
      background-color: transparent;
      border-bottom: 1px solid #FFC20E;
      box-shadow: none; }

button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none; }

*:focus {
  outline: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.btn-close-modal:focus,
.btn-close-modal:active:focus,
.btn-close-modal.active:focus,
.btn-close-modal.focus,
.btn-close-modal:active.focus,
.btn-close-modal.active.focus {
  outline: none;
  box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
  outline: none; }

.btn {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 0;
  padding: 4px 15px;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Poppins";
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /** LOADER **/ }
  .btn.disabled {
    color: #B7B7B7;
    background-color: #E6E6E6 !important;
    opacity: 1; }
  .btn:disabled {
    border: none; }
  .btn.btn-default {
    font-size: 14px;
    padding: 6px 20px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16); }
    @media (min-width: 768px) {
      .btn.btn-default {
        padding: 9px 30px; } }
  .btn.btn-sm {
    font-size: 14px;
    padding: 4px 18px; }
  .btn.btn-lg {
    font-size: 16px;
    padding: 12px 65px; }
  .btn.btn-color1 {
    background-color: #3AA9A9; }
    .btn.btn-color1:hover {
      background-color: transparent;
      border-color: #3AA9A9;
      color: #3AA9A9; }
  .btn.btn-outline-color1 {
    border-color: #3AA9A9;
    color: #3AA9A9;
    background-color: transparent; }
    .btn.btn-outline-color1:hover {
      background-color: #3AA9A9;
      color: white; }
  .btn.btn-bg-hover-color1:hover {
    border-color: #3AA9A9 !important;
    background-color: #3AA9A9 !important;
    color: white !important; }
  .btn.btn-color2 {
    background-color: #FFC20E; }
    .btn.btn-color2:hover {
      background-color: transparent;
      border-color: #FFC20E;
      color: #FFC20E; }
  .btn.btn-outline-color2 {
    border-color: #FFC20E;
    color: #FFC20E;
    background-color: transparent; }
    .btn.btn-outline-color2:hover {
      background-color: #FFC20E;
      color: white; }
  .btn.btn-bg-hover-color2:hover {
    border-color: #FFC20E !important;
    background-color: #FFC20E !important;
    color: white !important; }
  .btn.btn-color3 {
    background-color: #163636; }
    .btn.btn-color3:hover {
      background-color: transparent;
      border-color: #163636;
      color: #163636; }
  .btn.btn-outline-color3 {
    border-color: #163636;
    color: #163636;
    background-color: transparent; }
    .btn.btn-outline-color3:hover {
      background-color: #163636;
      color: white; }
  .btn.btn-bg-hover-color3:hover {
    border-color: #163636 !important;
    background-color: #163636 !important;
    color: white !important; }
  .btn.btn-color4 {
    background-color: #175376; }
    .btn.btn-color4:hover {
      background-color: transparent;
      border-color: #175376;
      color: #175376; }
  .btn.btn-outline-color4 {
    border-color: #175376;
    color: #175376;
    background-color: transparent; }
    .btn.btn-outline-color4:hover {
      background-color: #175376;
      color: white; }
  .btn.btn-bg-hover-color4:hover {
    border-color: #175376 !important;
    background-color: #175376 !important;
    color: white !important; }
  .btn.btn-color5 {
    background-color: #3B3B3B; }
    .btn.btn-color5:hover {
      background-color: transparent;
      border-color: #3B3B3B;
      color: #3B3B3B; }
  .btn.btn-outline-color5 {
    border-color: #3B3B3B;
    color: #3B3B3B;
    background-color: transparent; }
    .btn.btn-outline-color5:hover {
      background-color: #3B3B3B;
      color: white; }
  .btn.btn-bg-hover-color5:hover {
    border-color: #3B3B3B !important;
    background-color: #3B3B3B !important;
    color: white !important; }
  .btn.btn-color6 {
    background-color: #1A1A1A; }
    .btn.btn-color6:hover {
      background-color: transparent;
      border-color: #1A1A1A;
      color: #1A1A1A; }
  .btn.btn-outline-color6 {
    border-color: #1A1A1A;
    color: #1A1A1A;
    background-color: transparent; }
    .btn.btn-outline-color6:hover {
      background-color: #1A1A1A;
      color: white; }
  .btn.btn-bg-hover-color6:hover {
    border-color: #1A1A1A !important;
    background-color: #1A1A1A !important;
    color: white !important; }
  .btn.btn-color7 {
    background-color: #707070; }
    .btn.btn-color7:hover {
      background-color: transparent;
      border-color: #707070;
      color: #707070; }
  .btn.btn-outline-color7 {
    border-color: #707070;
    color: #707070;
    background-color: transparent; }
    .btn.btn-outline-color7:hover {
      background-color: #707070;
      color: white; }
  .btn.btn-bg-hover-color7:hover {
    border-color: #707070 !important;
    background-color: #707070 !important;
    color: white !important; }
  .btn.btn-color8 {
    background-color: #E8E8E8; }
    .btn.btn-color8:hover {
      background-color: transparent;
      border-color: #E8E8E8;
      color: #E8E8E8; }
  .btn.btn-outline-color8 {
    border-color: #E8E8E8;
    color: #E8E8E8;
    background-color: transparent; }
    .btn.btn-outline-color8:hover {
      background-color: #E8E8E8;
      color: white; }
  .btn.btn-bg-hover-color8:hover {
    border-color: #E8E8E8 !important;
    background-color: #E8E8E8 !important;
    color: white !important; }
  .btn.btn-color9 {
    background-color: #F8F8F8; }
    .btn.btn-color9:hover {
      background-color: transparent;
      border-color: #F8F8F8;
      color: #F8F8F8; }
  .btn.btn-outline-color9 {
    border-color: #F8F8F8;
    color: #F8F8F8;
    background-color: transparent; }
    .btn.btn-outline-color9:hover {
      background-color: #F8F8F8;
      color: white; }
  .btn.btn-bg-hover-color9:hover {
    border-color: #F8F8F8 !important;
    background-color: #F8F8F8 !important;
    color: white !important; }
  .btn.btn-color10 {
    background-color: #D26A29; }
    .btn.btn-color10:hover {
      background-color: transparent;
      border-color: #D26A29;
      color: #D26A29; }
  .btn.btn-outline-color10 {
    border-color: #D26A29;
    color: #D26A29;
    background-color: transparent; }
    .btn.btn-outline-color10:hover {
      background-color: #D26A29;
      color: white; }
  .btn.btn-bg-hover-color10:hover {
    border-color: #D26A29 !important;
    background-color: #D26A29 !important;
    color: white !important; }
  .btn.btn-color11 {
    background-color: #3FB1B1; }
    .btn.btn-color11:hover {
      background-color: transparent;
      border-color: #3FB1B1;
      color: #3FB1B1; }
  .btn.btn-outline-color11 {
    border-color: #3FB1B1;
    color: #3FB1B1;
    background-color: transparent; }
    .btn.btn-outline-color11:hover {
      background-color: #3FB1B1;
      color: white; }
  .btn.btn-bg-hover-color11:hover {
    border-color: #3FB1B1 !important;
    background-color: #3FB1B1 !important;
    color: white !important; }
  .btn.arrow {
    position: relative;
    transition: padding-left 0.3s; }
    .btn.arrow::before {
      content: '';
      background: url("../images/icon-arrow-right-yellow.svg") no-repeat;
      position: absolute;
      left: 10px;
      top: 50%;
      width: 20px;
      height: 11px;
      transform: translateY(-50%);
      opacity: 0;
      transition: opacity 0.3s, transform 0.3s; }
      @media (min-width: 992px) {
        .btn.arrow::before {
          left: 15px; } }
    .btn.arrow.green::before {
      background: url("../images/icon-arrow-right-green.svg") no-repeat; }
    .btn.arrow:hover::before {
      opacity: 1;
      transform: translate(5px, -50%); }
    .btn.arrow:hover {
      padding-left: 30px; }
  .btn.btn-whatsapp {
    background: linear-gradient(to right, #FFC20E 50%, #FFF 50%) left;
    background-size: 200%;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    color: #3AA9A9;
    border-color: #FFC20E;
    border-top: none;
    border-bottom: none; }
    .btn.btn-whatsapp:hover {
      background-position: right; }
  .btn.btn-color2-hover-color10 {
    background: linear-gradient(to left, #FFC20E 50%, #D26A29 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    color: #FFF;
    border-color: #FFC20E;
    border-top: none;
    border-bottom: none; }
    .btn.btn-color2-hover-color10:hover {
      background-position: left; }
  .btn.btn-seedlings {
    border: 1px solid #3AA9A9;
    padding: 10px; }
    .btn.btn-seedlings:hover {
      background-color: #3AA9A9; }
      .btn.btn-seedlings:hover svg {
        fill: #175376;
        stroke: #175376; }
        .btn.btn-seedlings:hover svg g {
          fill: #175376;
          stroke: #175376; }
  .btn .loader {
    display: none; }
  .btn.soft-disabled {
    pointer-events: none;
    opacity: 0.9; }
  .btn.loading {
    pointer-events: none;
    opacity: 0.9; }
    .btn.loading .content {
      display: none; }
    .btn.loading .loader {
      display: block; }

.btn-destroy {
  border: none;
  padding: 0;
  background: transparent;
  margin: 0; }
  .btn-destroy svg {
    color: #ff0f0f; }
    .btn-destroy svg path {
      color: #ff0f0f;
      fill: #ff0f0f; }

.btn-clear {
  border: none;
  padding: 0;
  background: transparent;
  margin: 0; }

/* BACKGROUND COLORS */
.bg-color1 {
  background-color: #3AA9A9; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color1 {
  color: #3AA9A9; }

/* SVG COLORS */
.svg-color1 {
  color: #3AA9A9; }
  .svg-color1 path, .svg-color1 rect {
    color: #3AA9A9;
    fill: #3AA9A9; }

/* HOVER COLORS */
.text-hover-color1:hover {
  color: #3AA9A9; }

/* BORDER COLORS */
.border-color1 {
  border-color: #3AA9A9 !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color1 {
  background-color: #3AA9A9;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color1:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color1 {
    background-color: #3AA9A9; }

  /* TEXT COLORS */
  .text-md-color1 {
    color: #3AA9A9; }

  /* HOVER COLORS */
  .text-md-hover-color1:hover {
    color: #3AA9A9; }

  /* BORDER COLORS */
  .border-md-color1 {
    border-color: #3AA9A9 !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color1 {
    background-color: #3AA9A9; }

  /* TEXT COLORS */
  .text-lg-color1 {
    color: #3AA9A9; }

  /* HOVER COLORS */
  .text-lg-hover-color1:hover {
    color: #3AA9A9; }

  /* BORDER COLORS */
  .border-lg-color1 {
    border-color: #3AA9A9 !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color1 {
    background-color: #3AA9A9; }

  /* TEXT COLORS */
  .text-xl-color1 {
    color: #3AA9A9; }

  /* HOVER COLORS */
  .text-xl-hover-color1:hover {
    color: #3AA9A9; }

  /* BORDER COLORS */
  .border-xl-color1 {
    border-color: #3AA9A9 !important;
    opacity: 1; } }
/* BACKGROUND COLORS */
.bg-color2 {
  background-color: #FFC20E; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color2 {
  color: #FFC20E; }

/* SVG COLORS */
.svg-color2 {
  color: #FFC20E; }
  .svg-color2 path, .svg-color2 rect {
    color: #FFC20E;
    fill: #FFC20E; }

/* HOVER COLORS */
.text-hover-color2:hover {
  color: #FFC20E; }

/* BORDER COLORS */
.border-color2 {
  border-color: #FFC20E !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color2 {
  background-color: #FFC20E;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color2:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color2 {
    background-color: #FFC20E; }

  /* TEXT COLORS */
  .text-md-color2 {
    color: #FFC20E; }

  /* HOVER COLORS */
  .text-md-hover-color2:hover {
    color: #FFC20E; }

  /* BORDER COLORS */
  .border-md-color2 {
    border-color: #FFC20E !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color2 {
    background-color: #FFC20E; }

  /* TEXT COLORS */
  .text-lg-color2 {
    color: #FFC20E; }

  /* HOVER COLORS */
  .text-lg-hover-color2:hover {
    color: #FFC20E; }

  /* BORDER COLORS */
  .border-lg-color2 {
    border-color: #FFC20E !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color2 {
    background-color: #FFC20E; }

  /* TEXT COLORS */
  .text-xl-color2 {
    color: #FFC20E; }

  /* HOVER COLORS */
  .text-xl-hover-color2:hover {
    color: #FFC20E; }

  /* BORDER COLORS */
  .border-xl-color2 {
    border-color: #FFC20E !important;
    opacity: 1; } }
/* BACKGROUND COLORS */
.bg-color3 {
  background-color: #163636; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color3 {
  color: #163636; }

/* SVG COLORS */
.svg-color3 {
  color: #163636; }
  .svg-color3 path, .svg-color3 rect {
    color: #163636;
    fill: #163636; }

/* HOVER COLORS */
.text-hover-color3:hover {
  color: #163636; }

/* BORDER COLORS */
.border-color3 {
  border-color: #163636 !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color3 {
  background-color: #163636;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color3:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color3 {
    background-color: #163636; }

  /* TEXT COLORS */
  .text-md-color3 {
    color: #163636; }

  /* HOVER COLORS */
  .text-md-hover-color3:hover {
    color: #163636; }

  /* BORDER COLORS */
  .border-md-color3 {
    border-color: #163636 !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color3 {
    background-color: #163636; }

  /* TEXT COLORS */
  .text-lg-color3 {
    color: #163636; }

  /* HOVER COLORS */
  .text-lg-hover-color3:hover {
    color: #163636; }

  /* BORDER COLORS */
  .border-lg-color3 {
    border-color: #163636 !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color3 {
    background-color: #163636; }

  /* TEXT COLORS */
  .text-xl-color3 {
    color: #163636; }

  /* HOVER COLORS */
  .text-xl-hover-color3:hover {
    color: #163636; }

  /* BORDER COLORS */
  .border-xl-color3 {
    border-color: #163636 !important;
    opacity: 1; } }
/* BACKGROUND COLORS */
.bg-color4 {
  background-color: #175376; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color4 {
  color: #175376; }

/* SVG COLORS */
.svg-color4 {
  color: #175376; }
  .svg-color4 path, .svg-color4 rect {
    color: #175376;
    fill: #175376; }

/* HOVER COLORS */
.text-hover-color4:hover {
  color: #175376; }

/* BORDER COLORS */
.border-color4 {
  border-color: #175376 !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color4 {
  background-color: #175376;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color4:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color4 {
    background-color: #175376; }

  /* TEXT COLORS */
  .text-md-color4 {
    color: #175376; }

  /* HOVER COLORS */
  .text-md-hover-color4:hover {
    color: #175376; }

  /* BORDER COLORS */
  .border-md-color4 {
    border-color: #175376 !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color4 {
    background-color: #175376; }

  /* TEXT COLORS */
  .text-lg-color4 {
    color: #175376; }

  /* HOVER COLORS */
  .text-lg-hover-color4:hover {
    color: #175376; }

  /* BORDER COLORS */
  .border-lg-color4 {
    border-color: #175376 !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color4 {
    background-color: #175376; }

  /* TEXT COLORS */
  .text-xl-color4 {
    color: #175376; }

  /* HOVER COLORS */
  .text-xl-hover-color4:hover {
    color: #175376; }

  /* BORDER COLORS */
  .border-xl-color4 {
    border-color: #175376 !important;
    opacity: 1; } }
/* BACKGROUND COLORS */
.bg-color5 {
  background-color: #3B3B3B; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color5 {
  color: #3B3B3B; }

/* SVG COLORS */
.svg-color5 {
  color: #3B3B3B; }
  .svg-color5 path, .svg-color5 rect {
    color: #3B3B3B;
    fill: #3B3B3B; }

/* HOVER COLORS */
.text-hover-color5:hover {
  color: #3B3B3B; }

/* BORDER COLORS */
.border-color5 {
  border-color: #3B3B3B !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color5 {
  background-color: #3B3B3B;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color5:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color5 {
    background-color: #3B3B3B; }

  /* TEXT COLORS */
  .text-md-color5 {
    color: #3B3B3B; }

  /* HOVER COLORS */
  .text-md-hover-color5:hover {
    color: #3B3B3B; }

  /* BORDER COLORS */
  .border-md-color5 {
    border-color: #3B3B3B !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color5 {
    background-color: #3B3B3B; }

  /* TEXT COLORS */
  .text-lg-color5 {
    color: #3B3B3B; }

  /* HOVER COLORS */
  .text-lg-hover-color5:hover {
    color: #3B3B3B; }

  /* BORDER COLORS */
  .border-lg-color5 {
    border-color: #3B3B3B !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color5 {
    background-color: #3B3B3B; }

  /* TEXT COLORS */
  .text-xl-color5 {
    color: #3B3B3B; }

  /* HOVER COLORS */
  .text-xl-hover-color5:hover {
    color: #3B3B3B; }

  /* BORDER COLORS */
  .border-xl-color5 {
    border-color: #3B3B3B !important;
    opacity: 1; } }
/* BACKGROUND COLORS */
.bg-color6 {
  background-color: #1A1A1A; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color6 {
  color: #1A1A1A; }

/* SVG COLORS */
.svg-color6 {
  color: #1A1A1A; }
  .svg-color6 path, .svg-color6 rect {
    color: #1A1A1A;
    fill: #1A1A1A; }

/* HOVER COLORS */
.text-hover-color6:hover {
  color: #1A1A1A; }

/* BORDER COLORS */
.border-color6 {
  border-color: #1A1A1A !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color6 {
  background-color: #1A1A1A;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color6:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color6 {
    background-color: #1A1A1A; }

  /* TEXT COLORS */
  .text-md-color6 {
    color: #1A1A1A; }

  /* HOVER COLORS */
  .text-md-hover-color6:hover {
    color: #1A1A1A; }

  /* BORDER COLORS */
  .border-md-color6 {
    border-color: #1A1A1A !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color6 {
    background-color: #1A1A1A; }

  /* TEXT COLORS */
  .text-lg-color6 {
    color: #1A1A1A; }

  /* HOVER COLORS */
  .text-lg-hover-color6:hover {
    color: #1A1A1A; }

  /* BORDER COLORS */
  .border-lg-color6 {
    border-color: #1A1A1A !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color6 {
    background-color: #1A1A1A; }

  /* TEXT COLORS */
  .text-xl-color6 {
    color: #1A1A1A; }

  /* HOVER COLORS */
  .text-xl-hover-color6:hover {
    color: #1A1A1A; }

  /* BORDER COLORS */
  .border-xl-color6 {
    border-color: #1A1A1A !important;
    opacity: 1; } }
/* BACKGROUND COLORS */
.bg-color7 {
  background-color: #707070; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color7 {
  color: #707070; }

/* SVG COLORS */
.svg-color7 {
  color: #707070; }
  .svg-color7 path, .svg-color7 rect {
    color: #707070;
    fill: #707070; }

/* HOVER COLORS */
.text-hover-color7:hover {
  color: #707070; }

/* BORDER COLORS */
.border-color7 {
  border-color: #707070 !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color7 {
  background-color: #707070;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color7:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color7 {
    background-color: #707070; }

  /* TEXT COLORS */
  .text-md-color7 {
    color: #707070; }

  /* HOVER COLORS */
  .text-md-hover-color7:hover {
    color: #707070; }

  /* BORDER COLORS */
  .border-md-color7 {
    border-color: #707070 !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color7 {
    background-color: #707070; }

  /* TEXT COLORS */
  .text-lg-color7 {
    color: #707070; }

  /* HOVER COLORS */
  .text-lg-hover-color7:hover {
    color: #707070; }

  /* BORDER COLORS */
  .border-lg-color7 {
    border-color: #707070 !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color7 {
    background-color: #707070; }

  /* TEXT COLORS */
  .text-xl-color7 {
    color: #707070; }

  /* HOVER COLORS */
  .text-xl-hover-color7:hover {
    color: #707070; }

  /* BORDER COLORS */
  .border-xl-color7 {
    border-color: #707070 !important;
    opacity: 1; } }
/* BACKGROUND COLORS */
.bg-color8 {
  background-color: #E8E8E8; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color8 {
  color: #E8E8E8; }

/* SVG COLORS */
.svg-color8 {
  color: #E8E8E8; }
  .svg-color8 path, .svg-color8 rect {
    color: #E8E8E8;
    fill: #E8E8E8; }

/* HOVER COLORS */
.text-hover-color8:hover {
  color: #E8E8E8; }

/* BORDER COLORS */
.border-color8 {
  border-color: #E8E8E8 !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color8 {
  background-color: #E8E8E8;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color8:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color8 {
    background-color: #E8E8E8; }

  /* TEXT COLORS */
  .text-md-color8 {
    color: #E8E8E8; }

  /* HOVER COLORS */
  .text-md-hover-color8:hover {
    color: #E8E8E8; }

  /* BORDER COLORS */
  .border-md-color8 {
    border-color: #E8E8E8 !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color8 {
    background-color: #E8E8E8; }

  /* TEXT COLORS */
  .text-lg-color8 {
    color: #E8E8E8; }

  /* HOVER COLORS */
  .text-lg-hover-color8:hover {
    color: #E8E8E8; }

  /* BORDER COLORS */
  .border-lg-color8 {
    border-color: #E8E8E8 !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color8 {
    background-color: #E8E8E8; }

  /* TEXT COLORS */
  .text-xl-color8 {
    color: #E8E8E8; }

  /* HOVER COLORS */
  .text-xl-hover-color8:hover {
    color: #E8E8E8; }

  /* BORDER COLORS */
  .border-xl-color8 {
    border-color: #E8E8E8 !important;
    opacity: 1; } }
/* BACKGROUND COLORS */
.bg-color9 {
  background-color: #F8F8F8; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color9 {
  color: #F8F8F8; }

/* SVG COLORS */
.svg-color9 {
  color: #F8F8F8; }
  .svg-color9 path, .svg-color9 rect {
    color: #F8F8F8;
    fill: #F8F8F8; }

/* HOVER COLORS */
.text-hover-color9:hover {
  color: #F8F8F8; }

/* BORDER COLORS */
.border-color9 {
  border-color: #F8F8F8 !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color9 {
  background-color: #F8F8F8;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color9:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color9 {
    background-color: #F8F8F8; }

  /* TEXT COLORS */
  .text-md-color9 {
    color: #F8F8F8; }

  /* HOVER COLORS */
  .text-md-hover-color9:hover {
    color: #F8F8F8; }

  /* BORDER COLORS */
  .border-md-color9 {
    border-color: #F8F8F8 !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color9 {
    background-color: #F8F8F8; }

  /* TEXT COLORS */
  .text-lg-color9 {
    color: #F8F8F8; }

  /* HOVER COLORS */
  .text-lg-hover-color9:hover {
    color: #F8F8F8; }

  /* BORDER COLORS */
  .border-lg-color9 {
    border-color: #F8F8F8 !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color9 {
    background-color: #F8F8F8; }

  /* TEXT COLORS */
  .text-xl-color9 {
    color: #F8F8F8; }

  /* HOVER COLORS */
  .text-xl-hover-color9:hover {
    color: #F8F8F8; }

  /* BORDER COLORS */
  .border-xl-color9 {
    border-color: #F8F8F8 !important;
    opacity: 1; } }
/* BACKGROUND COLORS */
.bg-color10 {
  background-color: #D26A29; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color10 {
  color: #D26A29; }

/* SVG COLORS */
.svg-color10 {
  color: #D26A29; }
  .svg-color10 path, .svg-color10 rect {
    color: #D26A29;
    fill: #D26A29; }

/* HOVER COLORS */
.text-hover-color10:hover {
  color: #D26A29; }

/* BORDER COLORS */
.border-color10 {
  border-color: #D26A29 !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color10 {
  background-color: #D26A29;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color10:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color10 {
    background-color: #D26A29; }

  /* TEXT COLORS */
  .text-md-color10 {
    color: #D26A29; }

  /* HOVER COLORS */
  .text-md-hover-color10:hover {
    color: #D26A29; }

  /* BORDER COLORS */
  .border-md-color10 {
    border-color: #D26A29 !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color10 {
    background-color: #D26A29; }

  /* TEXT COLORS */
  .text-lg-color10 {
    color: #D26A29; }

  /* HOVER COLORS */
  .text-lg-hover-color10:hover {
    color: #D26A29; }

  /* BORDER COLORS */
  .border-lg-color10 {
    border-color: #D26A29 !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color10 {
    background-color: #D26A29; }

  /* TEXT COLORS */
  .text-xl-color10 {
    color: #D26A29; }

  /* HOVER COLORS */
  .text-xl-hover-color10:hover {
    color: #D26A29; }

  /* BORDER COLORS */
  .border-xl-color10 {
    border-color: #D26A29 !important;
    opacity: 1; } }
/* BACKGROUND COLORS */
.bg-color11 {
  background-color: #3FB1B1; }

.bg-black-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.box-shadow-black-16 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* TEXT COLORS */
.text-color11 {
  color: #3FB1B1; }

/* SVG COLORS */
.svg-color11 {
  color: #3FB1B1; }
  .svg-color11 path, .svg-color11 rect {
    color: #3FB1B1;
    fill: #3FB1B1; }

/* HOVER COLORS */
.text-hover-color11:hover {
  color: #3FB1B1; }

/* BORDER COLORS */
.border-color11 {
  border-color: #3FB1B1 !important;
  opacity: 1; }

/* HIGHLIGHTER */
.highlighter-color11 {
  background-color: #3FB1B1;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem; }
  .highlighter-color11:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  /* BACKGROUND COLORS */
  .bg-md-color11 {
    background-color: #3FB1B1; }

  /* TEXT COLORS */
  .text-md-color11 {
    color: #3FB1B1; }

  /* HOVER COLORS */
  .text-md-hover-color11:hover {
    color: #3FB1B1; }

  /* BORDER COLORS */
  .border-md-color11 {
    border-color: #3FB1B1 !important;
    opacity: 1; } }
@media (min-width: 992px) {
  /* BACKGROUND COLORS */
  .bg-lg-color11 {
    background-color: #3FB1B1; }

  /* TEXT COLORS */
  .text-lg-color11 {
    color: #3FB1B1; }

  /* HOVER COLORS */
  .text-lg-hover-color11:hover {
    color: #3FB1B1; }

  /* BORDER COLORS */
  .border-lg-color11 {
    border-color: #3FB1B1 !important;
    opacity: 1; } }
@media (min-width: 1200px) {
  /* BACKGROUND COLORS */
  .bg-xl-color11 {
    background-color: #3FB1B1; }

  /* TEXT COLORS */
  .text-xl-color11 {
    color: #3FB1B1; }

  /* HOVER COLORS */
  .text-xl-hover-color11:hover {
    color: #3FB1B1; }

  /* BORDER COLORS */
  .border-xl-color11 {
    border-color: #3FB1B1 !important;
    opacity: 1; } }
.background-white {
  background-color: #fff; }

.background-gray {
  background-color: #E8E8E8; }

.background-yellow {
  background-color: #FFC20E; }

.background-green {
  background-color: #3AA9A9; }

.text-white {
  color: #fff; }

.text-gray {
  color: #E8E8E8; }

.text-yellow {
  color: #FFC20E; }

.text-green {
  color: #3AA9A9; }

.highlighter-yellow {
  background-color: #FFC20E;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem;
  color: #3B3B3B; }
  .highlighter-yellow:hover {
    opacity: 0.7; }

.highlighter-green {
  background-color: #3AA9A9;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem;
  color: #fff; }
  .highlighter-green:hover {
    opacity: 0.7; }

.highlighter-black {
  background-color: #3B3B3B;
  transition: opacity 0.3s, transform 0.3s;
  padding: 0 1rem;
  color: #FFC20E; }
  .highlighter-black:hover {
    opacity: 0.7; }

/** LINKS */
.link-color1 {
  text-decoration: none;
  color: #3AA9A9; }
  .link-color1:hover {
    color: #3B3B3B; }

.dropshadow-light {
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16); }

.custom-form .form-control {
  color: #1A1A1A;
  background: transparent;
  font-size: 14px;
  border-color: white; }
  .custom-form .form-control.form-control-lg {
    padding: 1rem 1.8rem; }
  .custom-form .form-control.green {
    border-color: #3AA9A9; }
    .custom-form .form-control.green:focus {
      box-shadow: 0 0 0 0.25rem rgba(58, 169, 169, 0.25); }
  .custom-form .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25); }
  .custom-form .form-control[disabled], .custom-form .form-control[readonly] {
    background: #eee !important; }
.custom-form .arrow-down {
  position: relative; }
  .custom-form .arrow-down::after {
    content: '';
    background: url("../images/arrow-down-yellow.svg") center center no-repeat;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 10px;
    height: 20px; }
.custom-form input#year {
  padding: .6rem 1rem;
  color: #fff; }
  .custom-form input#year::placeholder {
    color: #fff; }
.custom-form.contact .form-control,
.custom-form.contact .form-select, .custom-form.donate .form-control,
.custom-form.donate .form-select {
  color: #1A1A1A;
  background: transparent;
  font-size: 14px;
  border-color: #3AA9A9; }
  .custom-form.contact .form-control.form-control-lg, .custom-form.contact .form-control.form-select-lg,
  .custom-form.contact .form-select.form-control-lg,
  .custom-form.contact .form-select.form-select-lg, .custom-form.donate .form-control.form-control-lg, .custom-form.donate .form-control.form-select-lg,
  .custom-form.donate .form-select.form-control-lg,
  .custom-form.donate .form-select.form-select-lg {
    padding: 1rem 1.8rem; }
  .custom-form.contact .form-control:focus,
  .custom-form.contact .form-select:focus, .custom-form.donate .form-control:focus,
  .custom-form.donate .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(58, 169, 169, 0.25); }
.custom-form.contact .form-select, .custom-form.donate .form-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFC20E' class='bi bi-caret-down-fill' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px; }
.custom-form .custom-checkbox .form-check-input {
  border: 1px solid #fff;
  width: 1.20em;
  height: 1.20em; }
  .custom-form .custom-checkbox .form-check-input:checked {
    background-color: #3AA9A9; }
  .custom-form .custom-checkbox .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFC20E' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
  .custom-form .custom-checkbox .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25); }
.custom-form .custom-checkbox .form-check-label {
  font-size: 14px; }
.custom-form.donation .btn-donation {
  background: linear-gradient(to left, transparent 50%, #FFC20E 50%) right;
  background-size: 200%;
  transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  padding: 1.5rem 2rem;
  border: 1px solid #fff;
  border-left: 7px solid #FFC20E;
  font-weight: 400;
  font-size: 20px; }
  @media (min-width: 1441px) {
    .custom-form.donation .btn-donation {
      padding: 1.5rem 3rem;
      font-size: 28px; } }
  .custom-form.donation .btn-donation.arrow.green::before {
    width: 33px;
    height: 21px;
    background-size: contain; }
  .custom-form.donation .btn-donation:hover {
    background-position: left;
    border: 1px solid #FFC20E;
    border-left: 7px solid #FFC20E;
    padding-left: 60px; }
.custom-form.donation .form-control {
  border-radius: 0;
  color: #fff; }
  .custom-form.donation .form-control::placeholder {
    color: #fff; }
.custom-form.co2-calculator .form-control {
  color: #fff;
  border-radius: 0; }
  .custom-form.co2-calculator .form-control::placeholder {
    color: #fff; }
.custom-form.modal-search .form-control, .custom-form.modal-login .form-control, .custom-form.modal-register .form-control, .custom-form.modal-form .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 4px solid #3AA9A9; }
  .custom-form.modal-search .form-control:focus, .custom-form.modal-login .form-control:focus, .custom-form.modal-register .form-control:focus, .custom-form.modal-form .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(58, 169, 169, 0.25); }
  .custom-form.modal-search .form-control::placeholder, .custom-form.modal-login .form-control::placeholder, .custom-form.modal-register .form-control::placeholder, .custom-form.modal-form .form-control::placeholder {
    color: #3B3B3B; }
.custom-form.modal-search .form-check .form-check-input, .custom-form.modal-login .form-check .form-check-input, .custom-form.modal-register .form-check .form-check-input, .custom-form.modal-form .form-check .form-check-input {
  border: 2px solid #3AA9A9; }
  .custom-form.modal-search .form-check .form-check-input:checked, .custom-form.modal-login .form-check .form-check-input:checked, .custom-form.modal-register .form-check .form-check-input:checked, .custom-form.modal-form .form-check .form-check-input:checked {
    background-color: #fff; }
  .custom-form.modal-search .form-check .form-check-input:focus, .custom-form.modal-login .form-check .form-check-input:focus, .custom-form.modal-register .form-check .form-check-input:focus, .custom-form.modal-form .form-check .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(58, 169, 169, 0.25); }
  .custom-form.modal-search .form-check .form-check-input:checked[type=radio], .custom-form.modal-login .form-check .form-check-input:checked[type=radio], .custom-form.modal-register .form-check .form-check-input:checked[type=radio], .custom-form.modal-form .form-check .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-8 -8 16 16'%3e%3ccircle r='6' fill='%233aa9a9'/%3e%3c/svg%3e"); }
.custom-form.modal-search .form-check .form-check-label, .custom-form.modal-login .form-check .form-check-label, .custom-form.modal-register .form-check .form-check-label, .custom-form.modal-form .form-check .form-check-label {
  font-size: 20px;
  color: #3AA9A9;
  font-weight: 600; }
.custom-form.modal-search .search, .custom-form.modal-login .search, .custom-form.modal-register .search, .custom-form.modal-form .search {
  position: relative; }
  .custom-form.modal-search .search::after, .custom-form.modal-login .search::after, .custom-form.modal-register .search::after, .custom-form.modal-form .search::after {
    content: '';
    background: url("../images/icon-search.svg") center center no-repeat;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 34px;
    height: 34px; }
.custom-form .form-switch > input[type="checkbox"] {
  display: none; }
.custom-form .form-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px; }
.custom-form .form-switch > label::before {
  background: black;
  border-radius: 8px;
  content: '';
  height: 13px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 35px; }
.custom-form .form-switch > label::after {
  background: #FFC20E;
  border-radius: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  content: '';
  height: 16px;
  width: 16px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -2px;
  transition: all 0.3s ease-in-out; }
.custom-form .form-switch > input[type="checkbox"]:checked + label::before {
  background: #FFC20E;
  opacity: 1; }
.custom-form .form-switch > input[type="checkbox"]:checked + label::after {
  background: #D26A29;
  left: 20px; }
.custom-form .custom-select {
  position: relative; }
  .custom-form .custom-select select.form-control {
    padding-right: 30px; }
  .custom-form .custom-select.custom-select-sm::after {
    top: 9px; }
  .custom-form .custom-select::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 16px;
    color: #3AA9A9; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.pagination-custom .page-item .page-link {
  border: none;
  color: #3B3B3B;
  font-size: 25px; }
  @media (min-width: 768px) {
    .pagination-custom .page-item .page-link {
      font-size: 28px; } }
  @media (max-width: 400px) {
    .pagination-custom .page-item .page-link {
      padding: .5rem; } }
  .pagination-custom .page-item .page-link.previous::before {
    content: '';
    background: url("../images/arrow-left-gray.svg") no-repeat;
    background-size: contain;
    width: 25px;
    height: 16px;
    display: inline-block; }
  .pagination-custom .page-item .page-link.next::after {
    content: '';
    background: url("../images/arrow-right-green.svg") no-repeat;
    background-size: contain;
    width: 25px;
    height: 16px;
    display: inline-block; }
  .pagination-custom .page-item .page-link.next:hover::after {
    background: url("../images/arrow-right-blue.svg") no-repeat;
    background-size: contain; }
  .pagination-custom .page-item .page-link:focus {
    box-shadow: none;
    background: transparent; }
  .pagination-custom .page-item .page-link:hover {
    background-color: transparent; }
.pagination-custom .page-item.active .page-link {
  border: none;
  background: transparent;
  color: #3AA9A9;
  font-weight: 800; }
.pagination-custom .page-item.disabled .page-link {
  background: transparent; }

.font-size-xxxSmall {
  font-size: 8px !important; }

@media (min-width: 768px) {
  .font-size-md-xxxSmall {
    font-size: 8px !important; } }
@media (min-width: 992px) {
  .font-size-lg-xxxSmall {
    font-size: 8px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-xxxSmall {
    font-size: 8px !important; } }
.font-size-xxSmall {
  font-size: 10px !important; }

@media (min-width: 768px) {
  .font-size-md-xxSmall {
    font-size: 10px !important; } }
@media (min-width: 992px) {
  .font-size-lg-xxSmall {
    font-size: 10px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-xxSmall {
    font-size: 10px !important; } }
.font-size-xSmall {
  font-size: 12px !important; }

@media (min-width: 768px) {
  .font-size-md-xSmall {
    font-size: 12px !important; } }
@media (min-width: 992px) {
  .font-size-lg-xSmall {
    font-size: 12px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-xSmall {
    font-size: 12px !important; } }
.font-size-small {
  font-size: 14px !important; }

@media (min-width: 768px) {
  .font-size-md-small {
    font-size: 14px !important; } }
@media (min-width: 992px) {
  .font-size-lg-small {
    font-size: 14px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-small {
    font-size: 14px !important; } }
.font-size-xRegular {
  font-size: 16px !important; }

@media (min-width: 768px) {
  .font-size-md-xRegular {
    font-size: 16px !important; } }
@media (min-width: 992px) {
  .font-size-lg-xRegular {
    font-size: 16px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-xRegular {
    font-size: 16px !important; } }
.font-size-regular {
  font-size: 18px !important; }

@media (min-width: 768px) {
  .font-size-md-regular {
    font-size: 18px !important; } }
@media (min-width: 992px) {
  .font-size-lg-regular {
    font-size: 18px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-regular {
    font-size: 18px !important; } }
.font-size-xMedium {
  font-size: 20px !important; }

@media (min-width: 768px) {
  .font-size-md-xMedium {
    font-size: 20px !important; } }
@media (min-width: 992px) {
  .font-size-lg-xMedium {
    font-size: 20px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-xMedium {
    font-size: 20px !important; } }
.font-size-medium {
  font-size: 25px !important; }

@media (min-width: 768px) {
  .font-size-md-medium {
    font-size: 25px !important; } }
@media (min-width: 992px) {
  .font-size-lg-medium {
    font-size: 25px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-medium {
    font-size: 25px !important; } }
.font-size-xxMedium {
  font-size: 28px !important; }

@media (min-width: 768px) {
  .font-size-md-xxMedium {
    font-size: 28px !important; } }
@media (min-width: 992px) {
  .font-size-lg-xxMedium {
    font-size: 28px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-xxMedium {
    font-size: 28px !important; } }
.font-size-large {
  font-size: 32px !important; }

@media (min-width: 768px) {
  .font-size-md-large {
    font-size: 32px !important; } }
@media (min-width: 992px) {
  .font-size-lg-large {
    font-size: 32px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-large {
    font-size: 32px !important; } }
.font-size-xLarge {
  font-size: 42px !important; }

@media (min-width: 768px) {
  .font-size-md-xLarge {
    font-size: 42px !important; } }
@media (min-width: 992px) {
  .font-size-lg-xLarge {
    font-size: 42px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-xLarge {
    font-size: 42px !important; } }
.font-size-xxLarge {
  font-size: 55px !important; }

@media (min-width: 768px) {
  .font-size-md-xxLarge {
    font-size: 55px !important; } }
@media (min-width: 992px) {
  .font-size-lg-xxLarge {
    font-size: 55px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-xxLarge {
    font-size: 55px !important; } }
.font-size-xxxLarge {
  font-size: 65px !important; }

@media (min-width: 768px) {
  .font-size-md-xxxLarge {
    font-size: 65px !important; } }
@media (min-width: 992px) {
  .font-size-lg-xxxLarge {
    font-size: 65px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-xxxLarge {
    font-size: 65px !important; } }
.table-custom {
  border-color: #3AA9A9;
  font-size: 14px; }
  .table-custom img {
    border: 1px solid #3AA9A9;
    width: 89px;
    height: 89px;
    max-width: 89px; }
  .table-custom a:hover svg path {
    fill: #D26A29;
    transition: fill 0.3s; }
  .table-custom thead {
    font-size: 20px; }
    .table-custom thead tr,
    .table-custom thead th {
      color: #3AA9A9; }

.custom-table-donate {
  background-color: transparent; }
  .custom-table-donate thead {
    border-top: 2px solid #FFC20E;
    border-bottom: 2px solid #FFC20E; }
  .custom-table-donate tbody {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.tabs-custom {
  border: none; }
  .tabs-custom .nav-link {
    font-weight: 800;
    color: #163636;
    font-size: 20px;
    padding: 0.5rem 0;
    margin: 0 1rem;
    position: relative; }
    .tabs-custom .nav-link:hover {
      background: transparent;
      border-color: transparent;
      color: #3AA9A9; }
      .tabs-custom .nav-link:hover::after {
        width: 100%;
        /* Animate the border on hover, as before */ }
    .tabs-custom .nav-link.active {
      background: transparent;
      border-color: transparent;
      color: #3AA9A9; }
      .tabs-custom .nav-link.active::after {
        width: 100%;
        /* No animation for the active state */
        transition: none;
        /* Disable animation for the active state */ }
    .tabs-custom .nav-link::after {
      content: "";
      position: absolute;
      width: 0;
      height: 6px;
      background-color: #FFC20E;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: width 0.3s ease; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-65 {
  width: 65% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.w-100 {
  width: 100% !important; }

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }

  .w-md-50 {
    width: 50% !important; }

  .w-md-65 {
    width: 65% !important; }

  .w-md-75 {
    width: 75% !important; }

  .w-md-80 {
    width: 80% !important; }

  .w-md-90 {
    width: 90% !important; }

  .w-md-100 {
    width: 100% !important; } }
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }

  .w-lg-50 {
    width: 50% !important; }

  .w-lg-65 {
    width: 65% !important; }

  .w-lg-75 {
    width: 75% !important; }

  .w-lg-80 {
    width: 80% !important; }

  .w-lg-90 {
    width: 90% !important; }

  .w-lg-100 {
    width: 100% !important; } }
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important; }

  .w-xl-50 {
    width: 50% !important; }

  .w-xl-65 {
    width: 65% !important; }

  .w-xl-75 {
    width: 75% !important; }

  .w-xl-80 {
    width: 80% !important; }

  .w-xl-90 {
    width: 90% !important; }

  .w-xl-100 {
    width: 100% !important; } }
.card {
  border: none;
  border-radius: 0; }
  .card.card-news {
    background: #FFC20E;
    padding: 0.8rem;
    height: 530px;
    transition: opacity 0.3s, transform 0.3s;
    align-items: flex-end;
    text-decoration: none; }
    .card.card-news:hover {
      background: rgba(255, 194, 14, 0.8);
      transition: opacity 0.3s, transform 0.3s; }
    .card.card-news .card-img {
      border-radius: 0;
      height: 180px;
      position: relative;
      overflow: hidden; }
      .card.card-news .card-img .category,
      .card.card-news .card-img .date {
        background: #3AA9A9;
        color: #FFF;
        position: absolute; }
      .card.card-news .card-img .category {
        font-weight: 800;
        padding: 0.2rem 0.5rem;
        bottom: 0;
        right: 0; }
      .card.card-news .card-img .image {
        height: 180px;
        width: 100%; }
    .card.card-news .card-title {
      color: #FFF;
      font-size: 25px; }
      @media (min-width: 1441px) {
        .card.card-news .card-title {
          font-size: 28px; } }
    .card.card-news .card-text {
      color: #3B3B3B; }
      .card.card-news .card-text.date {
        color: #3AA9A9; }
    .card.card-news .btn-card::after {
      content: '';
      background: url("../images/icon-arrow-right-green.svg") no-repeat;
      background-size: contain;
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center; }
    .card.card-news.card-lg .card-img {
      height: 312px; }
      .card.card-news.card-lg .card-img .image {
        height: 312px;
        width: 100%; }
      .card.card-news.card-lg .card-img .date {
        width: 90px;
        height: 90px;
        border-radius: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.1;
        top: 16px;
        left: 16px; }
        .card.card-news.card-lg .card-img .date .day {
          font-size: 35px; }
    .card.card-news.card-lg .card-title {
      color: #163636; }
    .card.card-news.card-lg .card-text {
      color: rgba(22, 54, 54, 0.5); }
  .card.card-article {
    background: #3AA9A9;
    padding: 0.8rem;
    height: 530px;
    transition: opacity 0.3s, transform 0.3s;
    align-items: flex-end;
    text-decoration: none; }
    .card.card-article:hover {
      background: rgba(58, 169, 169, 0.8);
      transition: opacity 0.3s, transform 0.3s; }
    .card.card-article .card-img {
      border-radius: 0;
      height: 180px;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: flex-end;
      overflow: hidden; }
      .card.card-article .card-img .image {
        height: 180px;
        width: 100%; }
      .card.card-article .card-img .category {
        background: #FFC20E;
        color: #FFF;
        font-weight: 800;
        padding: 0.2rem 0.5rem;
        position: absolute; }
    .card.card-article .card-title {
      color: #FFF;
      font-size: 25px; }
      @media (min-width: 1441px) {
        .card.card-article .card-title {
          font-size: 28px; } }
    .card.card-article .card-text {
      color: #3B3B3B; }
      .card.card-article .card-text.date {
        color: #175376; }
    .card.card-article .btn-card::after {
      content: '';
      background: url("../images/icon-arrow-right-yellow.svg") no-repeat;
      background-size: contain;
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center; }
  .card.card-news.card-sm, .card.card-article.card-sm {
    height: 150px;
    flex-direction: row; }
    .card.card-news.card-sm .card-img, .card.card-article.card-sm .card-img {
      height: 100%;
      position: unset;
      width: 157px; }
      .card.card-news.card-sm .card-img .image, .card.card-article.card-sm .card-img .image {
        height: 100%;
        width: 157px; }
      .card.card-news.card-sm .card-img .category, .card.card-article.card-sm .card-img .category {
        top: -15px;
        right: 0;
        bottom: auto; }
    .card.card-news.card-sm .card-title, .card.card-article.card-sm .card-title {
      font-size: 18px;
      margin-bottom: 0; }
    .card.card-news.card-sm .card-body, .card.card-article.card-sm .card-body {
      height: 100%;
      align-items: center;
      display: flex;
      flex-grow: 0;
      flex-shrink: 0; }
  .card.card-news .btn-card, .card.card-article .btn-card {
    text-decoration: none;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem; }
    .card.card-news .btn-card span, .card.card-article .btn-card span {
      opacity: 0;
      transition: opacity 0.3s, transform 0.3s;
      color: #FFF;
      font-weight: 700;
      letter-spacing: 0px;
      margin-right: 10px; }
  .card.card-news:hover .btn-card span, .card.card-article:hover .btn-card span {
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s; }
  .card.card-news:hover .card-img .image, .card.card-article:hover .card-img .image {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .card.card-leader {
    position: relative;
    height: 420px;
    background: transparent; }
    .card.card-leader .card-img {
      border-radius: 0;
      height: 320px; }
    .card.card-leader .card-body {
      position: absolute;
      background: rgba(255, 194, 14, 0.95);
      height: 100px;
      padding: 0 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transform: translate(9%, -50%);
      top: 75%;
      width: 85%;
      letter-spacing: 0px; }
      .card.card-leader .card-body strong {
        margin-bottom: 0.25rem;
        line-height: 1; }
      .card.card-leader .card-body p {
        margin-bottom: 0;
        line-height: 1; }
  .card.card-sponsor {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: #FFF;
    height: 150px;
    width: 269px;
    height: 200px;
    margin: auto; }
    .card.card-sponsor .card-img {
      border-radius: 0; }
  .card.card-file {
    display: flex;
    flex-direction: row;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.16);
    padding: 1rem;
    gap: 1.3rem;
    height: 165px; }
    .card.card-file .card-img {
      width: auto; }
      .card.card-file .card-img .image {
        width: 90px;
        height: 90px;
        margin-bottom: 0.3rem; }
    .card.card-file .card-body {
      padding: 0; }
      .card.card-file .card-body .card-text {
        text-align: start;
        color: #FFC20E;
        margin-bottom: 0.2rem; }
      .card.card-file .card-body .card-title {
        text-align: start;
        color: #3AA9A9; }
  .card.card-contribution {
    background: #3AA9A9;
    align-items: center;
    padding: 2rem 1.5rem;
    height: 100%; }
    .card.card-contribution .card-body .card-title {
      color: #FFC20E; }
    .card.card-contribution .card-body .card-text {
      color: #FFF;
      font-size: 14px; }
  .card.card-number.card-lg .card-img-overlay {
    background: rgba(58, 169, 169, 0.72) 0% 0% no-repeat padding-box;
    padding: 2rem 2.5rem; }
  .card.card-number.card-lg .card-img-overlay,
  .card.card-number.card-lg .card-img {
    border-radius: 0;
    width: 369px;
    height: 369px; }
  .card.card-number.card-md .card-img-overlay {
    background: rgba(58, 169, 169, 0.72) 0% 0% no-repeat padding-box;
    padding: 1.5rem;
    justify-content: center; }
  .card.card-number.card-md .card-img-overlay,
  .card.card-number.card-md .card-img {
    border-radius: 0;
    width: 269px;
    height: 204px; }
  .card.card-number.card-sm .card-img-overlay {
    border: 1px solid #3AA9A9;
    border-radius: 8px;
    justify-content: center; }
    .card.card-number.card-sm .card-img-overlay .card-title {
      font-size: 40px; }
    .card.card-number.card-sm .card-img-overlay .card-text {
      font-size: 15px;
      color: #3AA9A9; }
  .card.card-number.card-sm .card-img-overlay,
  .card.card-number.card-sm .card-img {
    width: 169px;
    height: 188px; }
  .card.card-number .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .card.card-number .card-img-overlay .card-title {
      font-size: 47px;
      font-weight: 700;
      color: #FFC20E; }
    .card.card-number .card-img-overlay .card-text {
      font-size: 18px;
      color: #FFF; }

.dots {
  padding: 11px 17px 0px;
  border-radius: 50px;
  position: unset;
  z-index: 0;
  margin-top: -12rem; }
  .dots .slick-dots {
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: unset;
    width: auto; }
    .dots .slick-dots li {
      margin: 0; }
      .dots .slick-dots li.slick-active {
        width: 22px;
        height: 22px; }
        .dots .slick-dots li.slick-active button {
          width: 22px;
          height: 22px;
          border: none; }
        .dots .slick-dots li.slick-active button::before {
          background-color: #FFF;
          width: 22px;
          height: 22px;
          margin: 0 -4px;
          opacity: 1;
          background-clip: content-box; }
      .dots .slick-dots li button {
        height: 10px;
        width: 10px;
        border: 2px solid #FFF;
        border-radius: 20px; }
        .dots .slick-dots li button:before {
          content: '';
          border: 2px solid transparent;
          border-radius: 20px; }
  @media (min-width: 992px) {
    .dots {
      margin-top: -15rem; } }

.carousel-container {
  position: relative; }
  @media (min-width: 992px) {
    .carousel-container {
      margin-top: 80px; } }
  .carousel-container .carousel-default {
    position: relative;
    border-radius: 10px; }
    .carousel-container .carousel-default .slick-slide,
    .carousel-container .carousel-default .slick-list {
      border-radius: 10px; }
  .carousel-container .title-carousel {
    position: absolute;
    text-align: center;
    z-index: 1;
    left: 5%;
    width: auto;
    top: 50%;
    transform: translate(0%, -50%); }
    @media (min-width: 576px) {
      .carousel-container .title-carousel {
        transform: translate(-30%, -50%);
        left: 30%;
        top: 50%; } }
    @media (min-width: 768px) {
      .carousel-container .title-carousel {
        top: 50%;
        transform: translate(-40%, -50%); } }
    .carousel-container .title-carousel h2 {
      line-height: 1.5;
      font-size: 25px; }
      @media (min-width: 576px) {
        .carousel-container .title-carousel h2 {
          font-size: 28px; } }
  .carousel-container.leafs::before {
    content: '';
    background: url("../images/leafs-3.png") center 0 no-repeat;
    background-size: cover;
    width: 75px;
    height: 53px;
    left: 50%;
    top: 0;
    display: inline-block;
    position: absolute;
    z-index: -1; }
    @media (min-width: 992px) {
      .carousel-container.leafs::before {
        width: 159px;
        height: 113px;
        top: -56px; } }
  .carousel-container.leafs::after {
    content: '';
    background: url("../images/leafs.png") center 0 no-repeat;
    background-size: contain;
    width: 250px;
    height: 86px;
    bottom: 0;
    left: 10%;
    display: inline-block;
    position: absolute;
    z-index: -1; }
    @media (min-width: 360px) {
      .carousel-container.leafs::after {
        width: 300px; } }
    @media (min-width: 500px) {
      .carousel-container.leafs::after {
        width: 400px; } }
    @media (min-width: 768px) {
      .carousel-container.leafs::after {
        width: 500px;
        left: 20%;
        bottom: 3px; } }
    @media (min-width: 992px) {
      .carousel-container.leafs::after {
        width: 800px;
        left: 10%;
        bottom: 8px; } }
    @media (min-width: 1200px) {
      .carousel-container.leafs::after {
        left: 20%; } }

header.sosma-header {
  position: absolute;
  height: 450px;
  width: 100%; }
  header.sosma-header.waves-header {
    position: relative; }
    header.sosma-header.waves-header.gray::after {
      background: url("../images/wave-header-bottom-gray.png") center bottom no-repeat;
      background-size: 100%; }
    header.sosma-header.waves-header.twig-of-leaves::after {
      background: url("../images/wave-header-bottom-white-leaves.png") center bottom no-repeat;
      background-size: 100%;
      height: 124px; }
      @media (min-width: 1600px) {
        header.sosma-header.waves-header.twig-of-leaves::after {
          height: 150px; } }
      @media (min-width: 2000px) {
        header.sosma-header.waves-header.twig-of-leaves::after {
          height: 195px; } }
    header.sosma-header.waves-header::after {
      content: '';
      background: url("../images/wave-header-bottom-white.png") center bottom no-repeat;
      background-size: 100%;
      height: 83px;
      width: 100%;
      position: absolute;
      bottom: -1px;
      left: 0;
      pointer-events: none; }
      @media (min-width: 1900px) {
        header.sosma-header.waves-header::after {
          height: 120px; } }
  header.sosma-header .title {
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 40%;
    width: 100%; }
    @media (min-width: 576px) {
      header.sosma-header .title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important; } }
    header.sosma-header .title.title-home {
      left: 5%;
      width: auto; }
      @media (min-width: 576px) {
        header.sosma-header .title.title-home {
          left: 40%; } }
      @media (min-width: 768px) {
        header.sosma-header .title.title-home {
          left: 30%; } }
    header.sosma-header .title h1 {
      line-height: 1.5;
      font-size: 25px; }
      @media (min-width: 576px) {
        header.sosma-header .title h1 {
          font-size: 28px; } }

#main-nav {
  position: absolute;
  width: 100%;
  z-index: 100;
  /* megamenu desktop view */
  /* megamenu mobile view */ }
  #main-nav .navbar-toggler {
    border: none !important;
    box-shadow: none !important; }
  #main-nav .bg-nav {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 14px; }
  @media (min-width: 992px) {
    #main-nav.navbar .navbar-collapse .navbar-nav {
      height: 80px; } }
  @media (min-width: 992px) {
    #main-nav.navbar .navbar-collapse .navbar-nav .nav-item {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 0 .3rem; } }
  @media (min-width: 1200px) {
    #main-nav.navbar .navbar-collapse .navbar-nav .nav-item {
      padding: 0 1rem; } }
  #main-nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 8px; }
    @media (min-width: 992px) {
      #main-nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 8px 0; } }
    #main-nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
      display: none; }
  #main-nav.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background: #3aa9a9 linear-gradient(0deg, #3aa9a9 70%, rgba(0, 20, 12, 0.3) 100%);
    border-radius: 0;
    border: none;
    padding: 20px 0;
    margin-top: 0; }
    @media (min-width: 1200px) {
      #main-nav.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        margin-left: -8px; } }
    #main-nav.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      color: #fff;
      padding: 0.3em 1em;
      font-size: 14px; }
      #main-nav.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, #main-nav.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
        background: transparent;
        color: #FFC20E; }
  #main-nav.navbar .navbar-collapse .navbar-nav .has-subsubmenu {
    position: relative; }
    @media (min-width: 992px) {
      #main-nav.navbar .navbar-collapse .navbar-nav .has-subsubmenu:hover .subsubmenu {
        display: block; } }
  #main-nav.navbar .navbar-collapse .navbar-nav .has-subsubmenu .subsubmenu {
    padding: 20px 0;
    list-style: none;
    background: #FFC20E;
    display: none; }
    @media (min-width: 992px) {
      #main-nav.navbar .navbar-collapse .navbar-nav .has-subsubmenu .subsubmenu {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 260px; } }
    #main-nav.navbar .navbar-collapse .navbar-nav .has-subsubmenu .subsubmenu a {
      color: #1A1A1A;
      padding: 0.3em 1em;
      font-size: 14px;
      text-decoration: none;
      display: block; }
      #main-nav.navbar .navbar-collapse .navbar-nav .has-subsubmenu .subsubmenu a:hover {
        color: #fff; }
  #main-nav.navbar .navbar-collapse .navbar-nav.main .nav-item {
    background: linear-gradient(to top, transparent 50%, #ffffff 50%) bottom;
    background-size: 100% 200%;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -ms-transition: .5s ease-out; }
    #main-nav.navbar .navbar-collapse .navbar-nav.main .nav-item .nav-link {
      color: #3B3B3B; }
      #main-nav.navbar .navbar-collapse .navbar-nav.main .nav-item .nav-link.active, #main-nav.navbar .navbar-collapse .navbar-nav.main .nav-item .nav-link.show {
        background-position: top;
        color: #3AA9A9; }
    #main-nav.navbar .navbar-collapse .navbar-nav.main .nav-item:hover {
      background-position: top; }
      #main-nav.navbar .navbar-collapse .navbar-nav.main .nav-item:hover .nav-link {
        color: #3AA9A9; }
  #main-nav.navbar .navbar-collapse .navbar-nav .login {
    background: linear-gradient(to top, transparent 50%, #FFC20E 50%) bottom;
    background-size: 100% 200%;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -ms-transition: .5s ease-out; }
    #main-nav.navbar .navbar-collapse .navbar-nav .login:hover {
      background-position: top; }
      #main-nav.navbar .navbar-collapse .navbar-nav .login:hover .nav-link {
        color: #3AA9A9; }
      #main-nav.navbar .navbar-collapse .navbar-nav .login:hover svg path {
        fill: #3AA9A9; }
  #main-nav.navbar .navbar-collapse .navbar-nav .logged {
    background: #FFF; }
  #main-nav.navbar .navbar-collapse .btn-donation {
    background: linear-gradient(to top, #3AA9A9 50%, #FFC20E 50%) bottom;
    background-size: 100% 200%;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #main-nav.navbar .navbar-collapse .btn-donation:hover {
      background-position: top;
      color: #175376; }
  #main-nav.navbar .megamenu ul.list {
    list-style: none;
    padding-left: 0; }
    #main-nav.navbar .megamenu ul.list li a {
      color: #fff;
      padding: 0.3em 1em;
      font-size: 14px;
      text-decoration: none;
      display: inline-block; }
      #main-nav.navbar .megamenu ul.list li a:hover {
        background: transparent;
        color: #FFC20E; }
  @media (min-width: 992px) {
    #main-nav.navbar .has-megamenu {
      position: static !important; }
    #main-nav.navbar .megamenu {
      left: 20%;
      right: 0;
      width: 60%;
      margin-top: 0; } }
  @media (max-width: 991px) {
    #main-nav.navbar.fixed-top .navbar-collapse, #main-nav.navbar.sticky-top .navbar-collapse {
      overflow-y: auto;
      max-height: 90vh;
      margin-top: 10px; } }

footer.sosma-footer .newsletter .btn {
  border-radius: 0.5rem; }
footer.sosma-footer .main a {
  text-decoration: none;
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: -0.39px; }
@keyframes fadeOut {
  0%,
                100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
footer.sosma-footer .main .social-media a:hover svg path {
  fill: #FFC20E;
  transition: fill 0.3s; }

.sosma-loading {
  display: flex;
  justify-content: center;
  height: 100px; }
  .sosma-loading .loader {
    display: inline-block;
    color: #FFC20E;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
    margin-top: 45px; }

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
#global-messages, .custom-messages {
  margin: 15px auto;
  width: 80%;
  position: fixed;
  top: 15px;
  left: calc( 10% );
  z-index: 100; }
  @media (min-width: 768px) {
    #global-messages, .custom-messages {
      width: 600px;
      left: calc( 50% - 300px ); } }

#global-messages ul, .custom-messages ul, .custom-messages-wrapper ul {
  padding: 0 15px; }
#global-messages .alert-danger, .custom-messages .alert-danger, .custom-messages-wrapper .alert-danger {
  background: #ff0f0f;
  border: none;
  color: #fff; }

.modal-open {
  overflow: hidden; }

.modal-backdrop {
  opacity: .9 !important;
  background: #fff; }
  .modal-backdrop.show {
    opacity: .9;
    background: #fff; }

.modal .btn-close {
  background-image: url("../images/icon-close-white.svg");
  background-size: 28px;
  opacity: 1; }
.modal .btn-close-custom {
  position: absolute;
  right: 0;
  z-index: 2; }
.modal .btn-go-out {
  position: absolute;
  z-index: 10; }
  @media (min-width: 992px) {
    .modal .btn-go-out {
      right: 100px; } }
.modal .modal-content {
  border: none;
  background-color: transparent; }
.modal .user-data p {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #FFC20E;
  padding: 0.25rem;
  margin-bottom: 0;
  flex: 1 0 0%; }
  .modal .user-data p:first-child {
    border-top: 2px solid #FFC20E; }
  .modal .user-data p strong {
    flex: 0 0 auto;
    width: 41.66666667%; }
    @media (min-width: 576px) {
      .modal .user-data p strong {
        margin-left: 3rem; } }
    @media (min-width: 992px) {
      .modal .user-data p strong {
        margin-left: 8rem; } }
  .modal .user-data p span {
    display: block;
    width: calc(100% - 41.66666667%);
    overflow-wrap: break-word; }

/** BV MODAL */
.default-modal.vue-modal.show .btn-close-custom {
  display: block; }
.default-modal.vue-modal .modal-dialog {
  position: static !important; }
.default-modal.vue-modal .modal-content {
  position: static !important; }
  .default-modal.vue-modal .modal-content .modal-header {
    border: none;
    position: static !important; }
.default-modal.vue-modal .btn-close-custom {
  display: none;
  top: 0; }

/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
  /* The actual timeline (the vertical ruler) */
  /* Container around content */
  /* The circles on the timeline */
  /* Place the container to the left */
  /* Place the container to the right */
  /* Fix the circle for containers on the right side */
  /* Media queries - Responsive timeline on screens less than 767px wide */ }
  .main-timeline::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #3AA9A9;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px; }
  .main-timeline .timeline {
    position: relative;
    background-color: inherit;
    width: 50%; }
    .main-timeline .timeline::after {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      right: -5px;
      background-color: #3AA9A9;
      top: 120px;
      border-radius: 50%;
      z-index: 1; }
  .main-timeline .left {
    padding: 0px 40px 60px 0px;
    left: 0;
    /* Add arrows to the left container (pointing right) */ }
    @media (min-width: 1200px) {
      .main-timeline .left {
        padding: 0px 100px 60px 0px; } }
    .main-timeline .left .bordered::before {
      content: " ";
      position: absolute;
      top: 127px;
      z-index: 1;
      right: 0;
      border: 1px solid #3AA9A9;
      border-width: 1px 20px 0; }
      @media (min-width: 1200px) {
        .main-timeline .left .bordered::before {
          border-width: 1px 50px 0; } }
    @media (min-width: 768px) {
      .main-timeline .left .bordered::after {
        content: " ";
        position: absolute;
        top: 127px;
        z-index: 1;
        right: -40px;
        border: 1px solid #3AA9A9;
        border-width: 1px 20px 0; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .main-timeline .left .bordered::after {
      right: -100px;
      border-width: 1px 50px 0; } }

    .main-timeline .left .card {
      margin-left: auto; }
  .main-timeline .right {
    padding: 0px 0px 60px 40px;
    left: 50%; }
    @media (min-width: 1200px) {
      .main-timeline .right {
        padding: 0px 0px 60px 100px; } }
    .main-timeline .right .bordered {
      /* Add arrows to the right container (pointing left) */ }
      .main-timeline .right .bordered::before {
        content: " ";
        position: absolute;
        top: 127px;
        z-index: 1;
        left: 0;
        border: 1px solid #3AA9A9;
        border-width: 1px 20px 0; }
        @media (min-width: 1200px) {
          .main-timeline .right .bordered::before {
            border-width: 1px 50px 0; } }
      @media (min-width: 768px) {
        .main-timeline .right .bordered::after {
          content: " ";
          position: absolute;
          top: 127px;
          z-index: 1;
          left: -40px;
          border: 1px solid #3AA9A9;
          border-width: 1px 20px 0; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .main-timeline .right .bordered::after {
      left: -100px;
      border-width: 1px 50px 0; } }

    .main-timeline .right::after {
      left: -10px; }
  .main-timeline .img-right {
    width: 100%;
    height: 150px; }
    @media (min-width: 540px) {
      .main-timeline .img-right {
        height: 200px; } }
    @media (min-width: 768px) {
      .main-timeline .img-right {
        width: 90%;
        height: 85%;
        margin: 0px 0px 60px 40px;
        left: 100%;
        bottom: 0;
        position: absolute; } }
    @media (min-width: 1200px) {
      .main-timeline .img-right {
        width: 469px;
        height: 320px;
        margin: 0px 0px 60px 100px; } }
  .main-timeline .img-left {
    width: 100%;
    height: 150px; }
    @media (min-width: 540px) {
      .main-timeline .img-left {
        height: 200px; } }
    @media (min-width: 768px) {
      .main-timeline .img-left {
        width: 90%;
        height: 85%;
        margin: 0px 40px 60px 0px;
        right: 100%;
        bottom: 0;
        position: absolute; } }
    @media (min-width: 1200px) {
      .main-timeline .img-left {
        width: 469px;
        height: 320px;
        margin: 0px 100px 60px 0px; } }
  @media screen and (max-width: 767px) {
    .main-timeline {
      /* Place the timelime to the left */
      /* Full-width containers */
      /* Make sure that all arrows are pointing leftwards */
      /* Make sure all circles are at the same spot */
      /* Make all right containers behave like the left ones */ }
      .main-timeline::after {
        left: 31px; }
      .main-timeline .timeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px; }
        .main-timeline .timeline .bordered::before {
          left: 30px;
          top: 157px;
          border: 1px solid #3AA9A9;
          border-width: 1px 20px 0; }
      .main-timeline .left::after,
      .main-timeline .right::after {
        left: 21px;
        top: 150px; }
      .main-timeline .left .bordered::before {
        right: auto; }
      .main-timeline .img-left, .main-timeline .img-right {
        border: 1px solid #3AA9A9;
        border-top: none; }
      .main-timeline .right {
        left: 0%; } }
  .main-timeline .card {
    border: 1px solid #3AA9A9; }
    @media (min-width: 1200px) {
      .main-timeline .card {
        width: 469px; } }
    .main-timeline .card .card-body {
      padding: 1rem; }
      @media (min-width: 768px) {
        .main-timeline .card .card-body {
          padding: 2rem; } }
      @media (min-width: 1200px) {
        .main-timeline .card .card-body {
          padding: 3rem 2rem; } }
    .main-timeline .card .card-year {
      font-size: 20px;
      color: #3AA9A9;
      margin-bottom: 0.5rem; }
    .main-timeline .card .card-text {
      font-size: 14px; }

.sidebox {
  display: none; }
  @media (min-width: 768px) {
    .sidebox {
      position: fixed;
      z-index: 9;
      right: 30px;
      top: 200px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .sidebox .support {
        background: #3AA9A9;
        border: 6px solid #175376;
        padding: 0.8rem;
        border-radius: 100%;
        position: relative;
        bottom: -14px;
        z-index: -1;
        box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }
        .sidebox .support:hover {
          background: #FFC20E; }
      .sidebox .text {
        background-color: #175376;
        text-align: center;
        padding: 0.4rem 1rem;
        border-radius: 10px;
        box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }
        .sidebox .text p {
          color: #3AA9A9;
          font-size: 16px;
          font-weight: 700;
          line-height: 1;
          margin-bottom: 0; }
      .sidebox .donate,
      .sidebox .donate-seedlings,
      .sidebox .newsletter {
        background: #3AA9A9;
        padding: 0.8rem;
        margin-bottom: 1px;
        width: 58px;
        height: 58px;
        text-align: center;
        box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }
        .sidebox .donate:hover,
        .sidebox .donate-seedlings:hover,
        .sidebox .newsletter:hover {
          background: #FFC20E; }
      .sidebox .donate {
        border-radius: 0px 0px 10px 10px; } }

.video {
  position: relative;
  border: 7px solid #3AA9A9;
  margin: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .video {
      width: 75%; } }
  .video .cover {
    height: 250px; }
    @media (min-width: 768px) {
      .video .cover {
        height: 300px; } }
    @media (min-width: 992px) {
      .video .cover {
        height: 450px; } }
    @media (min-width: 1200px) {
      .video .cover {
        height: 500px; } }
  .video .btn-play::before {
    content: '';
    background: url("../images/icon-play-video.svg") center 0 no-repeat;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    display: inline-block; }
    @media (min-width: 768px) {
      .video .btn-play::before {
        width: 148px;
        height: 148px;
        top: calc(50% - 74px);
        left: calc(50% - 74px); } }
  .video.leafs::before {
    content: '';
    background: url("../images/twig-of-leaves-small.png") center 0 no-repeat;
    background-size: cover;
    width: 74px;
    height: 56px;
    left: 20px;
    bottom: -50px;
    display: inline-block;
    position: absolute;
    z-index: -1; }
    @media (min-width: 768px) {
      .video.leafs::before {
        background: url("../images/twig-of-leaves.png") center 0 no-repeat;
        background-size: cover;
        width: 100px;
        height: 81px;
        left: -90px;
        top: 50%;
        transform: rotate(70deg); } }
    @media (min-width: 992px) {
      .video.leafs::before {
        width: 124px;
        height: 100px;
        left: -125px; } }
  .video.leafs::after {
    content: '';
    background: url("../images/twig-of-leaves-small.png") center 0 no-repeat;
    background-size: cover;
    width: 74px;
    height: 56px;
    top: -50px;
    right: 20px;
    display: inline-block;
    position: absolute;
    transform: rotate(180deg);
    z-index: -1; }
    @media (min-width: 768px) {
      .video.leafs::after {
        top: 20%;
        right: -79px; } }

.wave-green-top::before {
  content: '';
  background-image: url("../images/waves-top-green.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 83px;
  width: 100%;
  display: inline-block;
  margin-bottom: -8px; }
  @media (min-width: 1200px) {
    .wave-green-top::before {
      height: 93px; } }
  @media (min-width: 1441px) {
    .wave-green-top::before {
      height: 103px; } }
  @media (min-width: 1650px) {
    .wave-green-top::before {
      height: 113px; } }
  @media (min-width: 1800px) {
    .wave-green-top::before {
      height: 133px; } }
  @media (min-width: 2100px) {
    .wave-green-top::before {
      height: 153px; } }
  @media (min-width: 2500px) {
    .wave-green-top::before {
      height: 163px; } }

.wave-green-bottom::after {
  content: '';
  background-image: url("../images/waves-bottom-green.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #E8E8E8;
  background-size: cover;
  height: 83px;
  width: 100%;
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -8px;
  position: relative; }
  @media (min-width: 1200px) {
    .wave-green-bottom::after {
      height: 93px; } }
  @media (min-width: 1441px) {
    .wave-green-bottom::after {
      height: 103px; } }
  @media (min-width: 1650px) {
    .wave-green-bottom::after {
      height: 113px; } }
  @media (min-width: 1800px) {
    .wave-green-bottom::after {
      height: 133px; } }
  @media (min-width: 2100px) {
    .wave-green-bottom::after {
      height: 153px; } }
  @media (min-width: 2500px) {
    .wave-green-bottom::after {
      height: 163px; } }

.wave-gray-top::before {
  content: '';
  background-image: url("../images/waves-top-gray.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 83px;
  width: 100%;
  display: inline-block;
  margin-bottom: -8px; }
  @media (min-width: 1200px) {
    .wave-gray-top::before {
      height: 93px; } }
  @media (min-width: 1441px) {
    .wave-gray-top::before {
      height: 103px; } }
  @media (min-width: 1650px) {
    .wave-gray-top::before {
      height: 113px; } }
  @media (min-width: 1800px) {
    .wave-gray-top::before {
      height: 133px; } }
  @media (min-width: 2100px) {
    .wave-gray-top::before {
      height: 153px; } }
  @media (min-width: 2500px) {
    .wave-gray-top::before {
      height: 163px; } }

.wave-gray-bottom::after {
  content: '';
  background-image: url("../images/waves-bottom-gray.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 83px;
  width: 100%;
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -8px;
  position: relative; }
  @media (min-width: 1200px) {
    .wave-gray-bottom::after {
      height: 93px; } }
  @media (min-width: 1441px) {
    .wave-gray-bottom::after {
      height: 103px; } }
  @media (min-width: 1650px) {
    .wave-gray-bottom::after {
      height: 113px; } }
  @media (min-width: 1800px) {
    .wave-gray-bottom::after {
      height: 133px; } }
  @media (min-width: 2100px) {
    .wave-gray-bottom::after {
      height: 153px; } }
  @media (min-width: 2500px) {
    .wave-gray-bottom::after {
      height: 163px; } }

/*
.waves-green-top {
    &::before {
        content: '';
        background-image: url('../images/waves-top-green-2.png');
        background-color: #E8E8E8;
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 83px;
        width: 100%;
        display: inline-block;
        margin-bottom: -8px;

        @include desktop-lg {
            height: 93px;
        }

        @include desktop-xl {
            height: 103px;
        }

        @media (min-width: 1650px) {
            height: 113px;
        }

        @media (min-width: 1800px) {
            height: 133px;
        }

        @media (min-width: 2100px) {
            height: 153px;
        }

        @media (min-width: 2500px) {
            height: 163px;
        }
    }
}

.waves-green-top-2 {
    &::before {
        content: '';
        background-image: url('../images/waves-top-green.png');
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 83px;
        width: 100%;
        display: inline-block;
        margin-bottom: -8px;

        @include desktop-lg {
            height: 93px;
        }

        @include desktop-xl {
            height: 103px;
        }

        @media (min-width: 1650px) {
            height: 113px;
        }

        @media (min-width: 1800px) {
            height: 133px;
        }

        @media (min-width: 2100px) {
            height: 153px;
        }

        @media (min-width: 2500px) {
            height: 163px;
        }
    }
}

.waves-green-bottom {
    &::after {
        content: '';
        background-image: url('../images/waves-bottom-green.png');
        background-color: #E8E8E8;
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 83px;
        width: 100%;
        display: inline-block;
        margin-top: -1px;
        margin-bottom: -8px;
        position: relative;
        z-index: -1;

        @include desktop-lg {
            height: 93px;
        }

        @include desktop-xl {
            height: 103px;
        }

        @media (min-width: 1650px) {
            height: 113px;
        }

        @media (min-width: 1800px) {
            height: 133px;
        }

        @media (min-width: 2100px) {
            height: 153px;
        }

        @media (min-width: 2500px) {
            height: 163px;
        }
    }
}*/
/*.wave-gray-bottom {
    &::after {
        content: '';
        background-image: url('../images/waves-bottom-gray.png');
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 83px;
        width: 100%;
        display: inline-block;
        margin-top: -1px;
        margin-bottom: -8px;
        position: relative;
        z-index: -1;

        @include desktop-lg {
            height: 93px;
        }

        @include desktop-xl {
            height: 103px;
        }

        @media (min-width: 1650px) {
            height: 113px;
        }

        @media (min-width: 1800px) {
            height: 133px;
        }

        @media (min-width: 2100px) {
            height: 153px;
        }

        @media (min-width: 2500px) {
            height: 163px;
        }
    }
}

.wave-gray-top {
    &::before {
        content: '';
        background-image: url('../images/waves-top-gray.png');
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 83px;
        width: 100%;
        display: inline-block;
        margin-top: -1px;
        margin-bottom: -8px;
        position: relative;
        z-index: -1;

        @include desktop-lg {
            height: 93px;
        }

        @include desktop-xl {
            height: 103px;
        }

        @media (min-width: 1650px) {
            height: 113px;
        }

        @media (min-width: 1800px) {
            height: 133px;
        }

        @media (min-width: 2100px) {
            height: 153px;
        }

        @media (min-width: 2500px) {
            height: 163px;
        }
    }
}

.wave-gray-green-top {
    &::before {
        content: '';
        background-image: url('../images/waves-top-gray.png');
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #3AA9A9;
        background-size: cover;
        height: 83px;
        width: 100%;
        display: inline-block;
        margin-top: -1px;
        margin-bottom: -8px;
        position: relative;
        z-index: -1;

        @include desktop-lg {
            height: 93px;
        }

        @include desktop-xl {
            height: 103px;
        }

        @media (min-width: 1650px) {
            height: 113px;
        }

        @media (min-width: 1800px) {
            height: 133px;
        }

        @media (min-width: 2100px) {
            height: 153px;
        }

        @media (min-width: 2500px) {
            height: 163px;
        }
    }
}*/
.wave-yellow-top::before {
  content: '';
  background-image: url("../images/waves-top-yellow.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 83px;
  width: 100%;
  display: inline-block;
  margin-bottom: -8px; }
  @media (min-width: 1200px) {
    .wave-yellow-top::before {
      height: 93px; } }
  @media (min-width: 1441px) {
    .wave-yellow-top::before {
      height: 103px; } }
  @media (min-width: 1650px) {
    .wave-yellow-top::before {
      height: 113px; } }
  @media (min-width: 1800px) {
    .wave-yellow-top::before {
      height: 133px; } }
  @media (min-width: 2100px) {
    .wave-yellow-top::before {
      height: 153px; } }
  @media (min-width: 2500px) {
    .wave-yellow-top::before {
      height: 163px; } }

.wave-yellow-bottom::after {
  content: '';
  background-image: url("../images/waves-bottom-yellow.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #E8E8E8;
  background-size: cover;
  height: 83px;
  width: 100%;
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -8px;
  position: relative; }
  @media (min-width: 1200px) {
    .wave-yellow-bottom::after {
      height: 93px; } }
  @media (min-width: 1441px) {
    .wave-yellow-bottom::after {
      height: 103px; } }
  @media (min-width: 1650px) {
    .wave-yellow-bottom::after {
      height: 113px; } }
  @media (min-width: 1800px) {
    .wave-yellow-bottom::after {
      height: 133px; } }
  @media (min-width: 2100px) {
    .wave-yellow-bottom::after {
      height: 153px; } }
  @media (min-width: 2500px) {
    .wave-yellow-bottom::after {
      height: 163px; } }

.wave-white-top::before {
  content: '';
  background-image: url("../images/waves-top-white.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 83px;
  width: 100%;
  display: inline-block;
  margin-bottom: -8px; }
  @media (min-width: 1200px) {
    .wave-white-top::before {
      height: 93px; } }
  @media (min-width: 1441px) {
    .wave-white-top::before {
      height: 103px; } }
  @media (min-width: 1650px) {
    .wave-white-top::before {
      height: 113px; } }
  @media (min-width: 1800px) {
    .wave-white-top::before {
      height: 133px; } }
  @media (min-width: 2100px) {
    .wave-white-top::before {
      height: 153px; } }
  @media (min-width: 2500px) {
    .wave-white-top::before {
      height: 163px; } }

.wave-white-bottom::after {
  content: '';
  background-image: url("../images/waves-bottom-white.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #E8E8E8;
  background-size: cover;
  height: 83px;
  width: 100%;
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -8px;
  position: relative; }
  @media (min-width: 1200px) {
    .wave-white-bottom::after {
      height: 93px; } }
  @media (min-width: 1441px) {
    .wave-white-bottom::after {
      height: 103px; } }
  @media (min-width: 1650px) {
    .wave-white-bottom::after {
      height: 113px; } }
  @media (min-width: 1800px) {
    .wave-white-bottom::after {
      height: 133px; } }
  @media (min-width: 2100px) {
    .wave-white-bottom::after {
      height: 153px; } }
  @media (min-width: 2500px) {
    .wave-white-bottom::after {
      height: 163px; } }

.wave-top-background-white::before {
  background-color: #fff; }

.wave-bottom-background-white::after {
  background-color: #fff; }

.wave-top-background-green::before {
  background-color: #3AA9A9; }

.wave-bottom-background-green::after {
  background-color: #3AA9A9; }

.wave-top-background-yellow::before {
  background-color: #FFC20E; }

.wave-bottom-background-yellow::after {
  background-color: #FFC20E; }

.wave-top-background-gray::before {
  background-color: #E8E8E8; }

.wave-bottom-background-gray::after {
  background-color: #E8E8E8; }

/** TRANSPARENT **/
.wave-transparent-top::before {
  content: '';
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 83px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0; }

.wave-transparent-bottom::after {
  content: '';
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 83px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0; }

.wave-transparent-bottom-white::after {
  background-image: url("../images/waves-transparent-bottom-white.png"); }

.wave-transparent-bottom-yellow::after {
  background-image: url("../images/waves-transparent-bottom-yellow.png"); }

.wave-transparent-bottom-green::after {
  background-image: url("../images/waves-transparent-bottom-green.png"); }

.wave-transparent-bottom-gray::after {
  background-image: url("../images/waves-transparent-bottom-gray.png"); }

.wave-transparent-top-white::after {
  background-image: url("../images/waves-transparent-top-white.png"); }

.wave-transparent-top-yellow::after {
  background-image: url("../images/waves-transparent-top-yellow.png"); }

.wave-transparent-top-green::after {
  background-image: url("../images/waves-transparent-top-green.png"); }

.wave-transparent-top-gray::after {
  background-image: url("../images/waves-transparent-top-gray.png"); }

#about-us .team {
  position: relative;
  top: -20px; }
  @media (min-width: 576px) {
    #about-us .team {
      top: -50px; } }
  #about-us .team .names-team {
    background: #3AA9A9;
    color: #FFF;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
    padding: 2rem; }
    @media (min-width: 768px) {
      #about-us .team .names-team {
        padding: 3rem; } }

.bg-donations-seedling .content, .bg-donations .content {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); }

.qrcode-pix {
  position: relative; }
  .qrcode-pix .pix {
    position: absolute;
    color: #FFF;
    background-color: #3AA9A9;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem;
    left: calc(50% - 118px);
    width: 236px;
    bottom: -20px; }

.carousel-header-home .image-slide {
  height: 450px;
  width: 660px; }
  @media (min-width: 660px) {
    .carousel-header-home .image-slide {
      width: 992px; } }
  @media (min-width: 992px) {
    .carousel-header-home .image-slide {
      width: 660px; } }

.carousel-partners .image-logo {
  display: flex;
  justify-content: center; }
.carousel-partners .slick-prev {
  left: 0; }
  @media (min-width: 676px) {
    .carousel-partners .slick-prev {
      left: -50px; } }
  @media (min-width: 768px) {
    .carousel-partners .slick-prev {
      left: -23px; } }
  .carousel-partners .slick-prev:before {
    content: url("../images/arrow-left-green.svg"); }
    .carousel-partners .slick-prev:before:hover {
      content: url("../images/arrow-left-green.svg"); }
  .carousel-partners .slick-prev:hover:before {
    content: url("../images/arrow-left-green.svg"); }
@media (max-width: 676px) {
  .carousel-partners .slick-next {
    right: 32px; } }
@media (min-width: 768px) {
  .carousel-partners .slick-next {
    right: 13px; } }
.carousel-partners .slick-next:before {
  content: url("../images/arrow-right-green.svg"); }
  [dir="rtl"] .carousel-partners .slick-next:before {
    content: url("../images/arrow-right-green.svg"); }
.carousel-partners .slick-next:hover:before {
  content: url("../images/arrow-right-green.svg"); }

@media (min-width: 992px) {
  .bordered-start {
    border-left: 1px solid #175376; } }

@media (min-width: 992px) {
  .bordered-end {
    border-right: 1px solid #175376; } }

.accordion-element a {
  font-weight: 700;
  color: #3B3B3B; }

.text-element a {
  font-weight: 700;
  color: #3B3B3B; }

.gallery-element .image {
  background-color: #c4c4c4;
  background-size: cover;
  background-position: center center; }
  .gallery-element .image.no-image {
    background-image: url("../images/file-no-img.png");
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
    font-size: 18px;
    font-weight: bold; }
.gallery-element .gallery-item-image .image {
  width: 90px;
  height: 90px;
  margin-bottom: 0.3rem; }
.gallery-element .image-gallery img {
  max-width: 150px; }
.gallery-element .image-gallery a {
  text-decoration: none;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.16);
  display: block; }

.timeline-item-element {
  position: relative; }
  .timeline-item-element.image-left .card {
    order: 2; }
  .timeline-item-element.image-left .image {
    order: 1; }
  .timeline-item-element::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #3AA9A9;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 992px) {
      .timeline-item-element::before {
        left: 50%; } }
  .timeline-item-element::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: -7px;
    background-color: #3AA9A9;
    top: 170px;
    border-radius: 100px;
    z-index: 1; }
    @media (min-width: 992px) {
      .timeline-item-element::after {
        top: calc(50% - 7px);
        left: calc(50% - 7px); } }
  @media (min-width: 992px) {
    .timeline-item-element.item-without-image::before {
      left: 7px; } }
  .timeline-item-element.item-without-image::after {
    top: calc(50% - 7px); }
    @media (min-width: 992px) {
      .timeline-item-element.item-without-image::after {
        left: 0; } }
  @media (min-width: 992px) {
    .timeline-item-element.item-without-image.image-right .divider::before {
      display: none; } }
  @media (min-width: 992px) {
    .timeline-item-element.item-without-image.image-right .divider::after {
      display: none; } }
  @media (min-width: 992px) {
    .timeline-item-element.item-without-image.image-left .divider::after {
      display: none; } }
  .timeline-item-element.item-without-image .item {
    display: block;
    padding-left: 40px; }
  .timeline-item-element.item-without-image .divider::before {
    top: 50%; }
    @media (min-width: 992px) {
      .timeline-item-element.item-without-image .divider::before {
        left: 0;
        width: 100px; } }
  .timeline-item-element.item-without-image .image {
    height: 0px;
    border: none; }
  @media (min-width: 992px) {
    .timeline-item-element.item-without-image .card {
      width: 100%; } }
  .timeline-item-element .divider::before {
    content: '';
    height: 1px;
    width: 40px;
    background-color: #3AA9A9;
    position: absolute;
    top: 177px;
    left: 0; }
    @media (min-width: 992px) {
      .timeline-item-element .divider::before {
        width: 50%;
        top: 50%;
        left: 50%; } }
  .timeline-item-element .divider::after {
    content: '';
    height: 1px;
    background-color: #3AA9A9;
    position: absolute;
    display: none; }
    @media (min-width: 992px) {
      .timeline-item-element .divider::after {
        display: block;
        width: 50%;
        top: 50%;
        left: 0; } }
  .timeline-item-element .item {
    padding-left: 40px;
    position: relative; }
    @media (min-width: 992px) {
      .timeline-item-element .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0;
        z-index: 2; } }
  .timeline-item-element .card {
    border: 1px solid #3AA9A9; }
    @media (min-width: 992px) {
      .timeline-item-element .card {
        width: 400px; } }
    @media (min-width: 1200px) {
      .timeline-item-element .card {
        width: 469px; } }
    .timeline-item-element .card .card-body {
      padding: 1rem; }
      @media (min-width: 768px) {
        .timeline-item-element .card .card-body {
          padding: 2rem; } }
    .timeline-item-element .card .card-year {
      font-size: 20px;
      color: #3AA9A9;
      margin-bottom: 0.5rem; }
    .timeline-item-element .card .card-text {
      font-size: 14px; }
  .timeline-item-element .image {
    border: 1px solid #3AA9A9;
    border-top: none;
    height: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .timeline-item-element .image {
        width: 400px;
        height: 300px;
        border: none; } }
    @media (min-width: 1200px) {
      .timeline-item-element .image {
        width: 469px; } }

.card-with-image-element .card {
  position: relative;
  background: transparent; }
  .card-with-image-element .card .card-body {
    width: 85%;
    transform: translate(0, -50%); }

.slider-element {
  height: 450px;
  overflow-y: hidden; }
  .slider-element .slider {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 100%;
    height: 450px; }
    .slider-element .slider .slider-content {
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center; }
    .slider-element .slider .title h1 {
      line-height: 1.5;
      font-size: 25px; }
      @media (min-width: 576px) {
        .slider-element .slider .title h1 {
          font-size: 28px; } }
  .slider-element .slick-dots {
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10; }
    .slider-element .slick-dots li {
      margin: 0; }
      .slider-element .slick-dots li.slick-active {
        width: 22px;
        height: 22px; }
        .slider-element .slick-dots li.slick-active button {
          width: 22px;
          height: 22px;
          border: none; }
        .slider-element .slick-dots li.slick-active button::before {
          background-color: #FFF;
          width: 22px;
          height: 22px;
          margin: 0 -4px;
          opacity: 1;
          background-clip: content-box; }
      .slider-element .slick-dots li button {
        height: 10px;
        width: 10px;
        border: 2px solid #FFF;
        border-radius: 20px; }
        .slider-element .slick-dots li button:before {
          content: '';
          border: 2px solid transparent;
          border-radius: 20px; }

.wave-transparent-bottom .slider-element .slick-dots {
  bottom: 50px; }

.image-carousel-element img {
  margin: 0 auto; }
.image-carousel-element .slick-prev {
  left: 0;
  z-index: 10;
  width: 50px;
  height: 30px; }
  @media (min-width: 768px) {
    .image-carousel-element .slick-prev {
      left: -53px; } }
  .image-carousel-element .slick-prev:before {
    content: url("../images/arrow-left-green.svg"); }
    .image-carousel-element .slick-prev:before:hover {
      content: url("../images/arrow-left-green.svg"); }
  .image-carousel-element .slick-prev:hover:before {
    content: url("../images/arrow-left-green.svg"); }
.image-carousel-element .slick-next {
  z-index: 10;
  width: 50px;
  height: 30px; }
  @media (min-width: 768px) {
    .image-carousel-element .slick-next {
      right: -53px; } }
  .image-carousel-element .slick-next:before {
    content: url("../images/arrow-right-green.svg"); }
    [dir="rtl"] .image-carousel-element .slick-next:before {
      content: url("../images/arrow-right-green.svg"); }
  .image-carousel-element .slick-next:hover:before {
    content: url("../images/arrow-right-green.svg"); }

.video-element .video-container {
  width: 300px;
  height: 150px; }
  @media (min-width: 768px) {
    .video-element .video-container {
      width: 650px;
      height: 365px; } }
  .video-element .video-container iframe {
    width: 300px;
    height: 150px; }
    @media (min-width: 768px) {
      .video-element .video-container iframe {
        width: 650px;
        height: 365px; } }

.wave-transparent-bottom .row > .col-12.mb-4 {
  margin-bottom: 0 !important; }

.single-post .content {
  white-space: pre-line; }
  .single-post .content a {
    font-weight: 700;
    color: #3B3B3B; }
  .single-post .content .caption {
    display: flex;
    flex-direction: column;
    font-size: 12px; }
    .single-post .content .caption img {
      margin-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
