:root {
  --c-white: #ffffff;
  --c-black: #000000;
  --body-text: #003b4c;
  --primary-clr: #00ab54;
  --primary-light: #c3f9aa;
  --secondary-clr: #eb4c49;
  --secondary-dark: #a71412;
  --tertiary-clr: #fdddb6;
  --tertiary-dark: #a57c6f;
  --orange: #f7a200;
  --orange-dark: #c25f15;
  --yellow: #ffd426;
  --yellow-dark: #bc7c00;
  --blue: #43a9bc;
  --blue-light: #d4f5ff;
  --blue-dark: #006d84;
}

.dialog-off-canvas-main-canvas.h-100 {
  height: auto !important;
}

body.menu-open {
  overflow: hidden;
}

header {
  position: sticky;
  top: var(--drupal-displace-offset-top, 0px);
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.header-fixed header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .region-header .navbar-brand {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.header-fixed.path-frontpage header .region-header .navbar-brand {
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.scrolled-up header {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.scrolled-up.path-frontpage header {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.scrolled-up.path-frontpage header .region-header .navbar-brand {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
header .region-header {
  background-color: var(--c-white);
  position: relative;
  border-bottom: 0.25px solid rgba(0, 59, 76, 0.25);
}
.path-frontpage header .region-header {
  background-color: var(--primary-clr);
  position: relative;
  border-bottom: 0.25px solid rgba(255, 255, 255, 0.25);
}
header .region-header .path-frontpage.scrolled-up, .path-frontpage.header-fixed header .region-header {
  background-color: var(--c-white);
  border-bottom: 0.25px solid rgba(0, 59, 76, 0.25);
}
header .region-header .path-frontpage.scrolled-up .tbm-nav li button::before, .path-frontpage.header-fixed header .region-header .tbm-nav li button::before {
  background-color: var(--body-text);
}
header .region-header .path-frontpage.scrolled-up .tbm-nav li .tbm-link-container a, .path-frontpage.header-fixed header .region-header .tbm-nav li .tbm-link-container a {
  color: var(--body-text);
}
header .region-header .path-frontpage.scrolled-up .tbm-nav li:hover .tbm-link-container button.tbm-submenu-toggle::before, .path-frontpage.header-fixed header .region-header .tbm-nav li:hover .tbm-link-container button.tbm-submenu-toggle::before {
  background-color: var(--primary-clr);
}
header .region-header .path-frontpage.scrolled-up .tbm-nav li:hover .tbm-link-container a, .path-frontpage.header-fixed header .region-header .tbm-nav li:hover .tbm-link-container a {
  color: var(--primary-clr);
}
header .region-header .path-frontpage.scrolled-up .search-block-form .search-icon, .path-frontpage.header-fixed header .region-header .search-block-form .search-icon {
  background-color: var(--body-text);
  color: var(--c-white);
}
header .region-header .path-frontpage.scrolled-up .search-block-form .search-icon:hover, .path-frontpage.header-fixed header .region-header .search-block-form .search-icon:hover {
  background-color: var(--primary-clr);
}
header .region-header .path-frontpage.scrolled-up .language-select-wrapper .selected-lang, .path-frontpage.header-fixed header .region-header .language-select-wrapper .selected-lang {
  color: var(--primary-clr);
}
header .region-header .path-frontpage.scrolled-up .language-select-wrapper .selected-lang::before, .path-frontpage.header-fixed header .region-header .language-select-wrapper .selected-lang::before {
  background-color: var(--primary-clr);
}
header .region-header .path-frontpage.scrolled-up .language-select-wrapper .selected-lang::after, .path-frontpage.header-fixed header .region-header .language-select-wrapper .selected-lang::after {
  border-color: #00ab54 transparent;
}
header .region-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  header .region-header .container {
    max-width: 992px;
    gap: 12px;
    padding-left: 4%;
  }
}
@media screen and (min-width: 1050px) {
  header .region-header .container {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1200px) {
  header .region-header .container {
    max-width: 90%;
    gap: 20px;
  }
}
@media screen and (min-width: 1400px) {
  header .region-header .container {
    gap: 35px;
  }
}
@media screen and (min-width: 1600px) {
  header .region-header .container {
    gap: 35px;
    max-width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1199.72px) {
  header .region-header .block-system.block-system-branding-block {
    margin-right: auto;
  }
}
header .region-header .navbar-brand {
  max-width: 150px;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .region-header .navbar-brand {
    max-width: 160px;
  }
}
@media screen and (min-width: 992px) {
  header .region-header .navbar-brand {
    max-width: 180px;
  }
}
@media screen and (min-width: 1400px) {
  header .region-header .navbar-brand {
    max-width: 215px;
  }
}
@media screen and (max-width: 1199.72px) {
  header .region-header .navbar-brand {
    z-index: 100;
  }
}
.path-frontpage header .region-header .navbar-brand::before {
  content: "";
  width: 285px;
  height: 139px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/logo-bg-mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .path-frontpage header .region-header .navbar-brand::before {
    background-image: url("../images/logo-bg.svg");
    left: 50%;
    width: 310px;
    height: 131px;
  }
}
@media screen and (min-width: 992px) {
  .path-frontpage header .region-header .navbar-brand::before {
    width: 360px;
    height: 152px;
  }
}
@media screen and (min-width: 1400px) {
  .path-frontpage header .region-header .navbar-brand::before {
    width: 451px;
    height: 191px;
  }
}
@media screen and (min-width: 992px) {
  .path-frontpage header .region-header .navbar-brand::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 340px;
    left: calc(44% - 175px);
    border-radius: 100px 108px;
    -webkit-transform: rotate(73deg);
    transform: rotate(73deg);
    top: -212%;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2588235294);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2588235294);
  }
}
@media screen and (min-width: 1200px) {
  .path-frontpage header .region-header .navbar-brand::after {
    top: -189%;
  }
}
@media screen and (min-width: 1400px) {
  .path-frontpage header .region-header .navbar-brand::after {
    width: 429px;
    height: 420px;
    left: calc(44% - 216px);
    border-radius: 108px 114px;
    -webkit-transform: rotate(73deg);
            transform: rotate(73deg);
    top: -217%;
  }
}
header .region-header .navbar-brand a.site-logo {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  header .region-header .navbar-brand a.site-logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
header .region-header .navbar-brand svg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
header .region-header .block-tb-megamenu {
  margin-left: auto;
  position: unset;
}
@media screen and (max-width: 991.72px) {
  header .region-header .block-tb-megamenu {
    margin-left: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: unset;
  }
}
header .region-header .block-tb-megamenu button.tbm-button {
  margin: 0;
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 1000;
}
header .region-header .block-tb-megamenu button.tbm-button span.tbm-button-container {
  margin: 0;
  width: 30px;
  height: 25px;
}
header .region-header .block-tb-megamenu button.tbm-button span.tbm-button-container span {
  height: 4px;
  background-color: var(--primary-clr);
}
.path-frontpage header .region-header .block-tb-megamenu button.tbm-button span.tbm-button-container span {
  background-color: var(--c-white);
}
header .region-header .block-tb-megamenu button.tbm-button span.tbm-button-container span:nth-child(2) {
  top: 11px;
}
header .region-header .block-tb-megamenu button.tbm-button span.tbm-button-container span:nth-child(3) {
  top: 11px;
}
header .region-header .block-tb-megamenu nav {
  background-color: transparent;
}
@media screen and (max-width: 991.72px) {
  header .region-header .block-tb-megamenu nav ul {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 992px) {
  header .region-header .block-tb-megamenu nav ul {
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  header .region-header .block-tb-megamenu nav ul {
    gap: 20px;
  }
}
@media screen and (min-width: 1400px) {
  header .region-header .block-tb-megamenu nav ul {
    gap: 35px;
  }
}
header .region-header .block-tb-megamenu nav ul li {
  border: none;
  position: relative;
}
header .region-header .block-tb-megamenu nav ul li:hover .tbm-link-container a {
  color: var(--primary-clr);
}
.path-frontpage header .region-header .block-tb-megamenu nav ul li:hover .tbm-link-container a {
  color: var(--body-text);
}
header .region-header .block-tb-megamenu nav ul li:hover .tbm-link-container button.tbm-submenu-toggle::before {
  background-color: var(--primary-clr);
}
@media screen and (min-width: 992px) {
  header .region-header .block-tb-megamenu nav ul li:hover .tbm-link-container button.tbm-submenu-toggle::before {
    -webkit-transform: translateY(0%) translateX(0%) scaleY(-1);
            transform: translateY(0%) translateX(0%) scaleY(-1);
  }
}
.path-frontpage header .region-header .block-tb-megamenu nav ul li:hover .tbm-link-container button.tbm-submenu-toggle::before {
  background-color: var(--body-text);
}
header .region-header .block-tb-megamenu nav ul li a {
  -webkit-transition: all 0.52s ease-in-out;
  transition: all 0.52s ease-in-out;
  color: var(--body-text);
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
}
header .region-header .block-tb-megamenu nav ul li a.active-trail {
  color: var(--primary-clr);
  font-weight: 700;
}
header .region-header .block-tb-megamenu nav ul li a.active-trail + button.tbm-submenu-toggle::before {
  background-color: var(--primary-clr);
}
.path-frontpage header .region-header .block-tb-megamenu nav ul li a.active-trail + button.tbm-submenu-toggle::before {
  background-color: var(--body-text);
}
.path-frontpage header .region-header .block-tb-megamenu nav ul li a {
  color: var(--c-white);
}
header .region-header .block-tb-megamenu nav ul li a:hover {
  color: var(--primary-clr);
  background-color: transparent;
}
.path-frontpage header .region-header .block-tb-megamenu nav ul li a:hover {
  color: var(--body-text);
}
@media screen and (min-width: 992px) {
  header .region-header .block-tb-megamenu nav ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  header .region-header .block-tb-megamenu nav ul li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  header .region-header .block-tb-megamenu nav ul li a {
    font-size: 17px;
  }
}
header .region-header .block-tb-megamenu nav ul li a.highlight-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .region-header .block-tb-megamenu nav ul li a.highlight-menu-item::after {
  content: "";
  padding: 2px;
  border-radius: 50%;
  display: block;
  background-color: var(--primary-clr);
  margin-bottom: auto;
  margin-top: 0.25em;
  position: relative;
  left: 2px;
}
header .region-header .block-tb-megamenu nav ul li button {
  background-color: transparent;
  width: unset;
  -webkit-transition: all 0.52s ease-in-out;
  transition: all 0.52s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0 0 0;
  width: 20px;
  min-width: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  header .region-header .block-tb-megamenu nav ul li button {
    width: 10px;
  }
}
header .region-header .block-tb-megamenu nav ul li button::before {
  border: none;
  -webkit-mask-image: url("../images/Vector.svg");
          mask-image: url("../images/Vector.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 7px;
          mask-size: 7px;
  width: 100%;
  height: 10px;
  -webkit-transition: all 0.52s ease-in-out;
  transition: all 0.52s ease-in-out;
  background-color: var(--body-text);
  position: relative;
  left: 0;
  top: 0px;
  display: block;
  -webkit-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
}
.path-frontpage header .region-header .block-tb-megamenu nav ul li button::before {
  background-color: var(--c-white);
}
@media screen and (min-width: 992px) {
  header .region-header .block-tb-megamenu nav ul li button::before {
    -webkit-mask-size: 6px;
            mask-size: 6px;
  }
}
@media screen and (min-width: 1400px) {
  header .region-header .block-tb-megamenu nav ul li button::before {
    -webkit-mask-size: 7px;
            mask-size: 7px;
  }
}
@media screen and (min-width: 992px) {
  header .region-header .block-tb-megamenu nav ul li.tbm-item:hover .tbm-submenu {
    padding: 10px 20px;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 992px) {
  header .region-header .block-tb-megamenu nav ul li.tbm-item:hover .tbm-submenu a {
    padding: 8px 0;
    line-height: 1.35;
  }
}
header .region-header .block-tb-megamenu nav ul li .tbm-submenu {
  background-color: var(--body-text);
  padding: 10px 20px;
  border-radius: 10px;
  min-width: 260px;
  -webkit-transition: all 0.52s ease-in-out;
  transition: all 0.52s ease-in-out;
}
@media screen and (min-width: 992px) {
  header .region-header .block-tb-megamenu nav ul li .tbm-submenu {
    padding: 0 20px;
    display: unset;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
header .region-header .block-tb-megamenu nav ul li .tbm-submenu a {
  color: var(--body-text) !important;
  -webkit-transition: all 0.52s ease-in-out;
  transition: all 0.52s ease-in-out;
}
.path-frontpage header .region-header .block-tb-megamenu nav ul li .tbm-submenu a {
  color: var(--c-white) !important;
}
@media screen and (min-width: 992px) {
  header .region-header .block-tb-megamenu nav ul li .tbm-submenu a {
    color: var(--c-white) !important;
    line-height: 0;
    padding: 0;
  }
  header .region-header .block-tb-megamenu nav ul li .tbm-submenu a:hover {
    color: var(--blue-light) !important;
  }
}
@media screen and (min-width: 992px) {
  header .region-header .block-tb-megamenu nav ul li .tbm-submenu .tbm-column.span12 {
    min-height: unset;
  }
}
header .region-header .block-tb-megamenu nav.tbm--mobile {
  position: unset;
}
header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  padding: 0;
  z-index: 99;
}
@media screen and (max-width: 991.72px) {
  header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    display: unset !important;
    background-color: var(--c-white);
    opacity: 0;
    visibility: hidden;
    padding-top: 92px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    overflow: auto;
  }
  header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse .tbm-nav.level-0 {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .path-frontpage header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse {
    padding-top: 120px;
    background-color: var(--primary-clr);
  }
  .path-frontpage header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse .tbm-nav.level-0 {
    border: none;
  }
}
header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav {
  padding-top: 20px;
  padding-bottom: 40px;
}
header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li {
  border: 0;
}
header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li .tbm-link-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li a {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li button.tbm-submenu-toggle {
  border: none;
}
header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li .tbm-submenu {
  background-color: transparent;
  padding: 0;
  border: none;
}
@media screen and (max-width: 991.72px) {
  header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li .tbm-submenu {
    display: unset;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 991.72px) {
  header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li .tbm-submenu .tbm-column.span12 {
    min-height: unset;
  }
}
@media screen and (max-width: 991.72px) {
  header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li .tbm-submenu ul li a {
    font-size: 16px;
    padding: 0;
    line-height: 0;
    -webkit-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
  }
}
header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li.open > .tbm-link-container > .tbm-submenu-toggle::before {
  -webkit-transform: translateY(0%) translateX(0%) scaleY(-1);
          transform: translateY(0%) translateX(0%) scaleY(-1);
}
header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li.open .tbm-submenu {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991.72px) {
  header .region-header .block-tb-megamenu nav.tbm--mobile .tbm-collapse ul.tbm-nav li.open .tbm-submenu ul li a {
    padding: 16px 20px;
    line-height: 1.2;
  }
}
header .region-header .block-tb-megamenu nav.tbm--mobile span.tbm-button-container span:nth-child(2) {
  top: 10px;
}
header .region-header .block-tb-megamenu nav.tbm--mobile span.tbm-button-container span:nth-child(3) {
  top: 10px;
}
header .region-header .block-tb-megamenu nav.tbm--mobile-show .tbm-collapse {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767.72px) {
  header .region-header .search-block-form {
    position: relative;
  }
}
@media screen and (max-width: 767.72px) {
  header .region-header .search-block-form {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header .region-header .search-block-form {
    position: unset;
  }
}
header .region-header .search-block-form form .form-type-search {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media screen and (min-width: 768px) {
  header .region-header .search-block-form form .form-type-search {
    background-color: var(--c-white);
    border-bottom: 0.25px solid rgba(0, 59, 76, 0.25);
  }
}
header .region-header .search-block-form form .form-type-search .search-close-wrap {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 576px) {
  header .region-header .search-block-form form .form-type-search .search-close-wrap {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  header .region-header .search-block-form form .form-type-search .search-close-wrap {
    max-width: 740px;
  }
}
@media screen and (min-width: 992px) {
  header .region-header .search-block-form form .form-type-search .search-close-wrap {
    max-width: 992px;
    padding-left: 4%;
  }
}
@media screen and (min-width: 1050px) {
  header .region-header .search-block-form form .form-type-search .search-close-wrap {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1200px) {
  header .region-header .search-block-form form .form-type-search .search-close-wrap {
    max-width: 90%;
  }
}
@media screen and (min-width: 1600px) {
  header .region-header .search-block-form form .form-type-search .search-close-wrap {
    max-width: calc(100% - 180px);
  }
}
header .region-header .search-block-form form .form-type-search .search-icons-inner {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 576px) {
  header .region-header .search-block-form form .form-type-search .search-icons-inner {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  header .region-header .search-block-form form .form-type-search .search-icons-inner {
    width: 70%;
  }
}
header .region-header .search-block-form form .form-type-search .search-icons-inner .search-item-icon {
  border-radius: 6px;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 767.72px) {
  .path-frontpage header .region-header .search-block-form form .form-type-search .search-icons-inner .search-item-icon {
    color: var(--c-white);
  }
}
header .region-header .search-block-form form .form-type-search .search-icons-inner .search-item-icon:hover {
  color: var(--primary-clr);
}
header .region-header .search-block-form form .form-type-search .search-item-close {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  right: 12px;
}
@media screen and (max-width: 767.72px) {
  .path-frontpage header .region-header .search-block-form form .form-type-search .search-item-close path {
    stroke: var(--c-white);
  }
}
@media screen and (min-width: 576px) {
  header .region-header .search-block-form form .form-type-search .search-item-close {
    width: 18px;
    height: 18px;
  }
}
header .region-header .search-block-form form .form-type-search .search-item-close:hover {
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
header .region-header .search-block-form form .form-type-search .search-item-close svg {
  width: 100%;
  height: 100%;
}
.search-open header .region-header .search-block-form form .form-type-search {
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media screen and (max-width: 767.72px) {
  .search-open header .region-header .search-block-form form .form-type-search {
    width: 575px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 575.72px) {
  .search-open header .region-header .search-block-form form .form-type-search {
    width: 300px;
  }
}
header .region-header .search-block-form .search-icon {
  border-radius: 6px;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  background-color: var(--body-text);
  color: var(--c-white);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
header .region-header .search-block-form .search-icon:hover {
  background-color: var(--primary-clr);
}
.path-frontpage header .region-header .search-block-form .search-icon {
  background-color: var(--c-white);
  color: var(--primary-clr);
}
.path-frontpage header .region-header .search-block-form .search-icon:hover {
  background-color: var(--body-text);
  color: var(--c-white);
}
@media screen and (max-width: 767.72px) {
  .search-open header .region-header .search-block-form .search-icon {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  header .region-header .search-block-form .search-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  header .region-header .search-block-form .search-icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  header .region-header .search-block-form .search-icon {
    width: 42px;
    height: 42px;
  }
}
header .region-header .search-block-form .search-icon svg {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 576px) {
  header .region-header .search-block-form .search-icon svg {
    width: 24px;
    height: 24px;
  }
}
header .region-header .search-block-form form .form-actions {
  display: none;
}
header .region-header .search-block-form form input {
  width: 100%;
  height: 42px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border: none;
  z-index: 2;
  color: var(--body-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
  outline: none;
}
header .region-header .search-block-form form input::-webkit-input-placeholder {
  color: var(--body-text);
  opacity: 1;
}
header .region-header .search-block-form form input::-moz-placeholder {
  color: var(--body-text);
  opacity: 1;
}
header .region-header .search-block-form form input:-ms-input-placeholder {
  color: var(--body-text);
  opacity: 1;
}
header .region-header .search-block-form form input::-ms-input-placeholder {
  color: var(--body-text);
  opacity: 1;
}
header .region-header .search-block-form form input::placeholder {
  color: var(--body-text);
  opacity: 1;
}
header .region-header .search-block-form form input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  header .region-header .search-block-form form input {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  header .region-header .search-block-form form input {
    font-size: 21px;
  }
}
@media screen and (min-width: 1400px) {
  header .region-header .search-block-form form input {
    margin-top: 29px;
    margin-bottom: 29px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767.72px) {
  .path-frontpage header .region-header .search-block-form form input {
    color: var(--c-white);
  }
  .path-frontpage header .region-header .search-block-form form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .path-frontpage header .region-header .search-block-form form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .path-frontpage header .region-header .search-block-form form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .path-frontpage header .region-header .search-block-form form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .path-frontpage header .region-header .search-block-form form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .path-frontpage header .region-header .search-block-form form input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 2px solid var(--c-white);
  }
}
@media screen and (min-width: 1200px) {
  header .region-header .search-block-form form input {
    left: 100%;
    right: unset;
  }
}
header .nav.navbar.navbar-expand-lg {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1199.72px) {
  header .block-lang-dropdown {
    margin-left: auto;
  }
}
@media screen and (max-width: 767.72px) {
  header .lang-dropdown-select-element {
    display: none !important;
  }
}
header .menu-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  header .menu-search-wrapper {
    margin-left: auto;
  }
}
@media screen and (max-width: 991.72px) {
  header .menu-search-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1400px) {
  header .menu-search-wrapper {
    gap: 25px;
  }
}

.search-language-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .search-language-wrap {
    display: none;
  }
}
.search-language-wrap .search-block-form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.search-language-wrap .search-block-form form {
  height: unset;
}
.search-language-wrap .search-block-form form input {
  opacity: 1 !important;
  visibility: visible !important;
  position: unset !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}
.search-open .search-language-wrap .search-block-form form input {
  width: 200px !important;
}
@media screen and (max-width: 575.72px) {
  .search-open .search-language-wrap .search-block-form form input {
    margin-right: 10px;
  }
}
.search-language-wrap .block-lang-dropdown {
  margin: unset !important;
}

.dialog-off-canvas-main-canvas {
  position: relative;
}
.dialog-off-canvas-main-canvas::after {
  content: "";
  position: absolute;
  background: #003B4C;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.45;
  visibility: hidden;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.search-open header .region-header .search-block-form .search-icon {
  background-color: var(--primary-clr);
}
.search-open header .region-header .search-block-form .search-icon:hover {
  background-color: var(--primary-clr);
}
.search-open.path-frontpage header .region-header .search-block-form .search-icon {
  background-color: var(--c-white);
  color: var(--primary-clr);
}
.search-open.path-frontpage header .region-header .search-block-form .search-icon:hover {
  background-color: var(--c-white);
  color: var(--primary-clr);
}
.search-open .dialog-off-canvas-main-canvas::after {
  opacity: 0.45;
  visibility: visible;
}

@-webkit-keyframes slideTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hide-flow {
  overflow: hidden;
}

.block-local-tasks-block nav.tabs-wrapper {
  height: 45px;
}
@media screen and (min-width: 768px) {
  .block-local-tasks-block nav.tabs-wrapper {
    height: auto;
  }
}
.block-local-tasks-block nav.tabs-wrapper ul {
  background-color: var(--primary-clr);
}

.tbm-link.level-1:focus {
  background-color: transparent;
}

body {
  padding-top: var(--drupal-displace-offset-top, 0px) !important;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters > div {
  padding-left: var(--pl, 0px);
  padding-right: var(--pr, 0px);
}

.timelineSwiper .timeline-slide .year-event-item .year p, .sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .text-wrap .year p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .timelineSwiper .timeline-slide .year-event-item .year p, .sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .text-wrap .year p {
    font-size: 21px;
  }
}
@media screen and (min-width: 1400px) {
  .timelineSwiper .timeline-slide .year-event-item .year p, .sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .text-wrap .year p {
    font-size: 23px;
  }
}

.homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .text p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .text p {
    font-size: 26px;
  }
}
@media screen and (min-width: 1600px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .text p {
    font-size: 28px;
  }
}

.py-100 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .py-100 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-100 {
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .pt-100 {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .pt-100 {
    padding-top: 100px;
  }
}

form.lang-dropdown-form .form-item.form-type-select {
  margin: 0;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container {
  padding: 0;
  margin: 0;
  border: none;
  width: auto !important;
  background: none;
  min-width: 0;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container .chosen-single {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c3f9aa;
  text-transform: uppercase;
  font-weight: 16px;
  font-weight: 600;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container .chosen-single::before {
  content: "";
  -webkit-mask-image: url("../images/globe.svg");
          mask-image: url("../images/globe.svg");
  padding: auto;
  padding: 0.6em;
  display: block;
  background-color: #c3f9aa;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container .chosen-single::after {
  content: "";
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #c3f9aa transparent transparent transparent;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container .chosen-single span {
  margin-right: 0;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container .chosen-single div {
  display: none;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1011;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #fff;
  clip: unset;
  -webkit-clip-path: unset;
          clip-path: unset;
  margin-top: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 6px 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container .chosen-drop .chosen-results {
  padding: 0;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container .chosen-drop .chosen-results .active-result {
  color: var(--c-black);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  background: none;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container .chosen-drop .chosen-results .active-result:hover {
  color: #00ab54;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container .chosen-drop .chosen-results .active-result.result-selected {
  color: #00ab54;
}
form.lang-dropdown-form .form-item.form-type-select .chosen-container.chosen-with-drop .chosen-drop {
  opacity: 1;
  visibility: visible;
}

header .block-system-branding-block {
  margin-right: auto;
}

.language-select-wrapper {
  position: relative;
  cursor: pointer;
  padding: 6px 0;
}
.language-select-wrapper .selected-lang {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-clr);
  text-transform: uppercase;
  font-weight: 16px;
  font-weight: 600;
}
.path-frontpage .language-select-wrapper .selected-lang {
  color: #c3f9aa;
}
footer .language-select-wrapper .selected-lang {
  color: #ffffff;
}
.path-frontpage footer .language-select-wrapper .selected-lang {
  color: #ffffff;
}
.language-select-wrapper .selected-lang::before {
  content: "";
  -webkit-mask-image: url("../images/globe.svg");
          mask-image: url("../images/globe.svg");
  padding: auto;
  padding: 0.6em;
  display: block;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--primary-clr);
}
.path-frontpage .language-select-wrapper .selected-lang::before {
  background-color: #c3f9aa;
}
.path-frontpage footer .language-select-wrapper .selected-lang::before {
  background-color: #ffffff;
}
footer .language-select-wrapper .selected-lang::before {
  background-color: #ffffff;
}
.language-select-wrapper .selected-lang::after {
  content: "";
  border-width: 6px 4px 0 4px;
  border-style: solid;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border-color: var(--primary-clr) transparent;
}
.path-frontpage .language-select-wrapper .selected-lang::after {
  border-color: #c3f9aa transparent;
}
.path-frontpage footer .language-select-wrapper .selected-lang::after {
  border-color: #ffffff transparent;
}
footer .language-select-wrapper .selected-lang::after {
  border-color: #ffffff transparent;
}
.language-select-wrapper .lang-item {
  position: absolute;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 6px 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767.5px) {
  header .language-select-wrapper .lang-item {
    bottom: 100%;
  }
}
@media screen and (min-width: 768px) {
  header .language-select-wrapper .lang-item {
    top: 100%;
  }
}
footer .language-select-wrapper .lang-item {
  bottom: 100%;
}
.language-select-wrapper .lang-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.language-select-wrapper .lang-item ul li a {
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 600;
  display: block;
  padding: 6px;
  text-align: center;
  color: var(--c-black) !important;
  line-height: 1;
}
.language-select-wrapper .lang-item ul li a.is-active, .language-select-wrapper .lang-item ul li a:hover {
  color: #00ab54 !important;
}
@media screen and (min-width: 992px) {
  .language-select-wrapper:hover .lang-item {
    opacity: 1;
    visibility: visible;
  }
  .language-select-wrapper:hover .selected-lang::after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}
@media screen and (max-width: 991.5px) {
  .language-select-wrapper.lang-switch-open .lang-item {
    opacity: 1;
    visibility: visible;
  }
  .language-select-wrapper.lang-switch-open .selected-lang::after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}

@media screen and (max-width: 767.5px) {
  header .block-language .language-select-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767.5px) {
  header .for-mobile .block-language .language-select-wrapper {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    min-width: 90%;
    width: 90%;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    min-width: 1376px;
  }
}

header .region-header .search-block-form form {
  height: unset;
  font-size: 0;
  line-height: 0;
}

.bs-bg-white {
  background-color: #ffffff;
}

.bs-text-primary {
  color: #00ab54;
}

.bs-bg-primary {
  background-color: #00ab54;
}

.bs-bg-primary-light {
  background-color: var(--primary-light);
}

.bs-bg-light-blue {
  background-color: var(--blue-light);
}

.ui-dialog.ui-dialog-off-canvas .bs-bg-primary {
  background-color: #00ab54 !important;
}
.ui-dialog.ui-dialog-off-canvas .bs-bg-primary-light {
  background-color: var(--primary-light) !important;
}
.ui-dialog.ui-dialog-off-canvas .bs-bg-light-blue {
  background-color: var(--blue-light) !important;
}
.ui-dialog.ui-dialog-off-canvas .bs-bg-white {
  background-color: #ffffff !important;
}

/* Banner Section Start */
.home-banner-wrapper {
  overflow: hidden;
  padding-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .home-banner-wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .home-banner-wrapper {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner-wrapper {
    padding-bottom: 40px;
  }
}
.home-banner-wrapper .banner-inner {
  background-color: var(--primary-clr);
}

.homebannerSwiper {
  background-image: url("../images/divider.svg");
  background-size: 101% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: visible;
  -webkit-box-shadow: 0 -2px 0 0 #ffffff inset;
          box-shadow: 0 -2px 0 0 #ffffff inset;
}
.homebannerSwiper .swiper-slide {
  overflow: hidden;
  height: auto;
  margin-bottom: -72px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .homebannerSwiper .swiper-slide {
    margin-bottom: -20px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .homebannerSwiper .swiper-slide {
    margin-bottom: -32px;
  }
}
@media screen and (min-width: 1200px) {
  .homebannerSwiper .swiper-slide {
    margin-bottom: -40px;
  }
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap {
  width: 100%;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap {
    padding-top: 110px;
  }
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner {
    padding-bottom: 30px;
    width: calc(45% - 12px);
  }
}
@media screen and (min-width: 992px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner {
    width: calc(45% - 30px);
  }
}
@media screen and (min-width: 1400px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner {
    width: calc(45% - 40px);
  }
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h1,
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h2 {
  font-family: "Caprasimo";
  color: var(--c-white);
  font-weight: 400;
  line-height: 1;
  font-size: 48px;
  margin-bottom: 0.52em;
}
@media screen and (min-width: 992px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h1,
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h2 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h1,
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h2 {
    font-size: 68px;
  }
}
@media screen and (min-width: 1400px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h1,
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h2 {
    font-size: 75px;
  }
}
@media screen and (min-width: 1600px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h1,
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h2 {
    font-size: 85px;
  }
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h1 strong,
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .title h2 strong {
  color: var(--primary-light);
  font-weight: 400;
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .text {
  margin-bottom: 25px;
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .text p {
  color: var(--c-white);
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .text-wrap .text-inner .text p strong {
  font-family: "Caprasimo";
  font-weight: 400;
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap {
  width: 100%;
  padding-left: 20px;
}
@media screen and (min-width: 576px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap {
    padding-left: calc((100% - 520px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap {
    margin-left: -100%;
    padding-left: 0;
  }
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner {
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner {
    width: 54%;
  }
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner .full-img {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  position: relative;
  left: 10px;
}
@media screen and (min-width: 576px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner .full-img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    max-width: 505px;
    width: 58%;
  }
}
@media screen and (min-width: 768px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner .full-img {
    padding-top: 110px;
  }
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner .full-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 25%;
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner .half-img {
  max-width: 360px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  top: 0;
  width: 42%;
  position: relative;
  top: -80px;
  display: none;
}
@media screen and (min-width: 576px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner .half-img {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner .half-img {
    top: 0px;
  }
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner .half-img .media--type-image {
  margin-right: -15%;
}
.homebannerSwiper .swiper-slide .paragraph--type--home-banner .img-wrap .image-inner .half-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 55/58;
  -webkit-mask-image: url("../images/banner.svg");
          mask-image: url("../images/banner.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.homebannerSwiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: auto;
  margin: 0;
  gap: 5px;
  bottom: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) {
  .homebannerSwiper .swiper-pagination {
    right: 80px;
    left: unset;
    margin: 0;
    width: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .homebannerSwiper .swiper-pagination {
    bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .homebannerSwiper .swiper-pagination {
    bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .homebannerSwiper .swiper-pagination {
    bottom: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .homebannerSwiper .swiper-pagination {
    bottom: 120px;
  }
}
.homebannerSwiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--primary-light);
  background-color: transparent;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
  opacity: 1;
}
.homebannerSwiper .swiper-pagination .swiper-pagination-bullet:hover, .homebannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary-light);
}

.image-text-sec {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 0;
  overflow: hidden;
}
.image-text-sec .half-container-outer {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .image-text-sec .half-container-outer {
    --pl: 24px;
    max-width: 358px;
  }
}
@media screen and (min-width: 992px) {
  .image-text-sec .half-container-outer {
    --pl: 40px;
    max-width: 458px;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-sec .half-container-outer {
    --pl: 60px;
    max-width: 576px;
    min-width: calc(45% - 12px);
    width: calc(45% - 12px);
  }
}
@media screen and (min-width: 1400px) {
  .image-text-sec .half-container-outer {
    max-width: 676px;
  }
}
@media screen and (min-width: 1500px) {
  .image-text-sec .half-container-outer {
    min-width: 676px;
  }
}
.image-text-sec .half-container-outer > div {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .image-text-sec .half-container-outer > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767.72px) {
  .image-text-sec .half-container-outer > div {
    max-width: 516px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .image-text-sec .half-container-outer > div {
    max-width: 528px;
    margin-left: auto;
  }
}
.image-text-sec .media--type-image {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .image-text-sec .media--type-image {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767.72px) {
  .image-text-sec .media--type-image {
    max-width: 516px;
    margin-left: auto;
    margin-right: auto;
  }
}
.image-text-sec .media--type-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 312/240;
  border-radius: 25%;
  display: block;
}
@media screen and (min-width: 768px) {
  .image-text-sec .media--type-image img {
    height: 420px;
    aspect-ratio: unset;
    border-radius: 0 80px 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .image-text-sec .media--type-image img {
    height: 460px;
    border-radius: 0 90px 90px 0;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-sec .media--type-image img {
    height: 500px;
    border-radius: 0 100px 100px 0;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-sec .media--type-image img {
    border-radius: 0 120px 120px 0;
    height: 580px;
  }
}
.image-text-sec .block-inline-blocktitle-text-link h2 {
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .image-text-sec .block-inline-blocktitle-text-link h2 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-sec .block-inline-blocktitle-text-link h2 {
    margin-bottom: 32px;
  }
}
.image-text-sec .block-inline-blocktitle-text-link h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.image-text-sec .block-inline-blocktitle-text-link .text {
  line-height: 1.3529411765;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .image-text-sec .block-inline-blocktitle-text-link .text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-sec .block-inline-blocktitle-text-link .text {
    margin-bottom: 32px;
  }
}

.text-image-sec {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 0;
  overflow: hidden;
}
.text-image-sec .half-container-outer {
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .text-image-sec .half-container-outer {
    --pr: 24px;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 358px;
  }
}
@media screen and (min-width: 992px) {
  .text-image-sec .half-container-outer {
    --pr: 40px;
    max-width: 458px;
  }
}
@media screen and (min-width: 1200px) {
  .text-image-sec .half-container-outer {
    --pr: 60px;
    max-width: 576px;
    min-width: calc(45% - 12px);
    width: calc(45% - 12px);
  }
}
@media screen and (min-width: 1400px) {
  .text-image-sec .half-container-outer {
    max-width: 676px;
  }
}
@media screen and (min-width: 1500px) {
  .text-image-sec .half-container-outer {
    min-width: 676px;
  }
}
.text-image-sec .half-container-outer > div {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .text-image-sec .half-container-outer > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767.72px) {
  .text-image-sec .half-container-outer > div {
    max-width: 516px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .text-image-sec .half-container-outer > div {
    max-width: 528px;
    margin-right: auto;
  }
}
.text-image-sec .media--type-image {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .text-image-sec .media--type-image {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767.72px) {
  .text-image-sec .media--type-image {
    max-width: 516px;
    margin-left: auto;
    margin-right: auto;
  }
}
.text-image-sec .media--type-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 312/240;
  border-radius: 25%;
  display: block;
}
@media screen and (min-width: 768px) {
  .text-image-sec .media--type-image img {
    height: 420px;
    aspect-ratio: unset;
    border-radius: 80px 0 0 80px;
  }
}
@media screen and (min-width: 992px) {
  .text-image-sec .media--type-image img {
    height: 460px;
    border-radius: 90px 0 0 90px;
  }
}
@media screen and (min-width: 1200px) {
  .text-image-sec .media--type-image img {
    height: 500px;
    border-radius: 100px 0 0 100px;
  }
}
@media screen and (min-width: 1400px) {
  .text-image-sec .media--type-image img {
    height: 580px;
    border-radius: 120px 0 0 120px;
  }
}
.text-image-sec .block-inline-blocktitle-text-link h2 {
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .text-image-sec .block-inline-blocktitle-text-link h2 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .text-image-sec .block-inline-blocktitle-text-link h2 {
    margin-bottom: 32px;
  }
}
.text-image-sec .block-inline-blocktitle-text-link h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.text-image-sec .block-inline-blocktitle-text-link .text {
  line-height: 1.3529411765;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .text-image-sec .block-inline-blocktitle-text-link .text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .text-image-sec .block-inline-blocktitle-text-link .text {
    margin-bottom: 32px;
  }
}

/**/
.image-text-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px 0;
}
.image-text-type .image-wrap {
  position: relative;
  z-index: 1;
}
.image-text-type .image-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 550/465;
  border-radius: 22%;
}
@media screen and (min-width: 1200px) {
  .image-text-type .image-wrap img {
    border-radius: 25%;
  }
}
@media screen and (min-width: 992px) {
  .image-text-type .image-wrap.max-550 img {
    max-width: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-type .image-wrap.max-550 img {
    max-width: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-type .image-wrap.max-550 img {
    max-width: 550px;
  }
}
.image-text-type .text-wrap {
  -ms-flex-item-align: center;
      align-self: center;
}
.image-text-type .block-inline-blocktitle-text-link h2 {
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .image-text-type .block-inline-blocktitle-text-link h2 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-type .block-inline-blocktitle-text-link h2 {
    margin-bottom: 32px;
  }
}
.image-text-type .block-inline-blocktitle-text-link h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.image-text-type .block-inline-blocktitle-text-link .text {
  max-width: 640px;
  line-height: 1.3529411765;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .image-text-type .block-inline-blocktitle-text-link .text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-type .block-inline-blocktitle-text-link .text {
    margin-bottom: 32px;
  }
}

.image-text-card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.image-text-card .image-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .image-text-card .image-wrap {
    padding-top: 70px;
  }
}
.image-text-card .image-wrap .media.media--type-image {
  margin-bottom: -28%;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .image-text-card .image-wrap .media.media--type-image {
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.image-text-card .image-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 550/465;
  border-radius: 22%;
}
@media screen and (min-width: 1200px) {
  .image-text-card .image-wrap img {
    border-radius: 28%;
  }
}
@media screen and (min-width: 768px) {
  .image-text-card .text-card-wrap {
    margin-left: -20.5%;
    width: 78.83333333%;
  }
}
.image-text-card .block-inline-blocktitle-text-link {
  background-color: var(--blue-light);
  border-radius: 25px;
  padding: calc(28% + 24px) 24px 32px 24px;
}
@media screen and (min-width: 768px) {
  .image-text-card .block-inline-blocktitle-text-link {
    border-radius: 32px;
    padding: 32px 24px 32px calc(25.5% + 16px);
  }
}
@media screen and (min-width: 992px) {
  .image-text-card .block-inline-blocktitle-text-link {
    border-radius: 36px;
    padding: 40px 48px 40px calc(25.5% + 20px);
  }
}
@media screen and (min-width: 1200px) {
  .image-text-card .block-inline-blocktitle-text-link {
    padding: 48px 48px 48px calc(25.5% + 24px);
    border-radius: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-card .block-inline-blocktitle-text-link {
    border-radius: 55px;
    padding: 70px 80px 70px calc(25.5% + 46px);
  }
}
.image-text-card .block-inline-blocktitle-text-link h2 {
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .image-text-card .block-inline-blocktitle-text-link h2 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-card .block-inline-blocktitle-text-link h2 {
    margin-bottom: 32px;
  }
}
.image-text-card .block-inline-blocktitle-text-link h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.image-text-card .block-inline-blocktitle-text-link .text {
  max-width: 640px;
  line-height: 1.3529411765;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .image-text-card .block-inline-blocktitle-text-link .text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-card .block-inline-blocktitle-text-link .text {
    margin-bottom: 32px;
  }
}

.text-image-card {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.text-image-card .image-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .text-image-card .image-wrap {
    padding-top: 85px;
  }
}
.text-image-card .image-wrap .media.media--type-image {
  margin-bottom: -28%;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .text-image-card .image-wrap .media.media--type-image {
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.text-image-card .image-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 550/465;
  border-radius: 22%;
}
@media screen and (min-width: 1200px) {
  .text-image-card .image-wrap img {
    border-radius: 28%;
  }
}
.text-image-card .text-card-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .text-image-card .text-card-wrap {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-right: -20.5%;
    padding-bottom: 85px;
    width: 78.83333333%;
  }
}
.text-image-card .block-inline-blocktitle-text-link {
  border-radius: 25px;
  padding: calc(28% + 24px) 24px 32px 24px;
}
@media screen and (min-width: 768px) {
  .text-image-card .block-inline-blocktitle-text-link {
    border-radius: 32px;
    padding: 32px calc(25.5% + 12px) 32px 24px;
  }
}
@media screen and (min-width: 992px) {
  .text-image-card .block-inline-blocktitle-text-link {
    border-radius: 36px;
    padding: 40px calc(25.5% + 16px) 40px 48px;
  }
}
@media screen and (min-width: 1200px) {
  .text-image-card .block-inline-blocktitle-text-link {
    padding: 48px calc(25.5% + 24px) 48px 48px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .text-image-card .block-inline-blocktitle-text-link {
    border-radius: 55px;
    padding: 70px calc(25.5% + 46px) 70px 80px;
  }
}
.text-image-card .block-inline-blocktitle-text-link h2 {
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .text-image-card .block-inline-blocktitle-text-link h2 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .text-image-card .block-inline-blocktitle-text-link h2 {
    margin-bottom: 32px;
  }
}
.text-image-card .block-inline-blocktitle-text-link h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.text-image-card .block-inline-blocktitle-text-link .text {
  max-width: 640px;
  line-height: 1.3529411765;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .text-image-card .block-inline-blocktitle-text-link .text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .text-image-card .block-inline-blocktitle-text-link .text {
    margin-bottom: 32px;
  }
}

.ceo-section .block-inline-blockquote-text .contextual .trigger,
.banner-type-1 .text-wrap .block-inline-blocktitle-text-link .contextual .trigger {
  right: 30px;
  top: 30px;
}

.form-section .form-wrap {
  padding: 48px 16px;
  border-radius: 34px;
}
@media screen and (min-width: 576px) {
  .form-section .form-wrap {
    padding: 64px 30px;
    border-radius: 48px;
  }
}
@media screen and (min-width: 768px) {
  .form-section .form-wrap {
    padding: 80px 30px;
    border-radius: 55px;
  }
}
.form-section .form-wrap h2 {
  margin-bottom: 32px;
}
.form-section .form-wrap h2 strong {
  display: block;
  font-weight: 400;
  font-family: "Caprasimo";
}
.form-section .form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form-section .form-wrap form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
  }
}
.form-section .form-wrap form .form-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-section .form-wrap form .form-item label {
  width: 100%;
  margin-right: -100%;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  font-size: 17px;
  font-weight: normal;
  color: var(--body-text);
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  cursor: text;
  text-align: center;
  line-height: 1;
  opacity: 0.7;
}
.form-section .form-wrap form .form-item .form-control {
  padding: 10px 15px;
  text-align: center;
  color: var(--body-text);
  height: 56px;
  background-color: var(--c-white);
  border-radius: 16px;
  font-size: 17px;
  font-weight: normal;
  border: none;
}
.form-section .form-wrap form .form-item.populated-input label {
  opacity: 0;
  visibility: hidden;
}
.form-section .form-wrap form .form-actions {
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-section .form-wrap form .form-actions {
    width: auto;
  }
}
.form-section .form-wrap form .form-actions input.button {
  height: 56px;
  border-radius: 16px;
  background-color: var(--body-text);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  font-family: "Caprasimo";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 24px;
  background-image: url("../images/arrow-right.svg");
  background-position: right 15px top 55%;
  background-repeat: no-repeat;
  background-size: 0;
}
@media screen and (min-width: 992px) {
  .form-section .form-wrap form .form-actions input.button {
    font-size: 18px;
    background-position: right 30px top 55%;
    padding: 10px 40px;
  }
}
.form-section .form-wrap form .form-actions input.button:hover {
  background-size: 10px;
  background-color: var(--primary-clr);
  padding-left: 14px;
  padding-right: 34px;
}
@media screen and (min-width: 992px) {
  .form-section .form-wrap form .form-actions input.button:hover {
    padding-left: 30px;
    padding-right: 50px;
  }
}
.form-section .form-wrap.type-sustainability form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-section .form-wrap.type-sustainability form .form-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-section .form-wrap.type-sustainability form .form-item {
    width: calc(50% - 10px);
  }
}
.form-section .form-wrap.type-sustainability form .form-item.form-type-processed-text {
  width: 100%;
  text-align: center;
}
.form-section .form-wrap.type-sustainability form .form-item.form-type-processed-text p {
  width: 100%;
  margin: 0;
}
.form-section .form-wrap.type-sustainability form .form-actions {
  margin: 0;
  width: 100%;
  text-align: center;
  padding-top: 12px;
}
.form-section .form-wrap.type-sustainability form .form-type-checkbox {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.form-section .form-wrap.type-sustainability form .form-type-checkbox input {
  margin: 0;
  cursor: pointer;
  background-color: rgba(0, 59, 76, 0.6);
  margin-top: 2px;
}
.form-section .form-wrap.type-sustainability form .form-type-checkbox .form-check-label {
  text-align: left;
  padding: 0;
  margin-right: unset;
  opacity: 1;
  font-weight: 300;
  width: auto;
  height: auto;
}
.form-section .form-wrap.type-sustainability form .form-type-checkbox a {
  color: var(--primary-clr);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.form-section .form-wrap.type-sustainability form .form-type-checkbox a:hover {
  opacity: 0.5;
}

.path-user .profile {
  padding: 100px 20px;
  text-align: center;
}
.path-user form.user-pass,
.path-user form.user-login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 120px 20px;
  padding: 120px 20px;
}
@media screen and (min-width: 768px) {
  .path-user form.user-pass,
  .path-user form.user-login-form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
  }
}
.path-user form.user-pass .form-item,
.path-user form.user-login-form .form-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.path-user form.user-pass .form-item label,
.path-user form.user-login-form .form-item label {
  width: 100%;
  margin-right: -100%;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  font-size: 17px;
  font-weight: normal;
  color: var(--body-text);
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  cursor: text;
  text-align: center;
  line-height: 1;
}
.path-user form.user-pass .form-item .form-control,
.path-user form.user-login-form .form-item .form-control {
  padding: 10px 15px;
  text-align: center;
  color: var(--body-text);
  height: 56px;
  background-color: var(--blue-light);
  border-radius: 16px;
  font-size: 17px;
  font-weight: normal;
  border: none;
}
.path-user form.user-pass .form-item.populated-input label,
.path-user form.user-login-form .form-item.populated-input label {
  opacity: 0;
  visibility: hidden;
}
.path-user form.user-pass p,
.path-user form.user-login-form p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.path-user form.user-pass .form-actions,
.path-user form.user-login-form .form-actions {
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .path-user form.user-pass .form-actions,
  .path-user form.user-login-form .form-actions {
    width: auto;
  }
}
.path-user form.user-pass .form-actions input.button,
.path-user form.user-login-form .form-actions input.button {
  height: 56px;
  border-radius: 16px;
  background-color: var(--body-text);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  font-family: "Caprasimo";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 24px;
}
@media screen and (min-width: 992px) {
  .path-user form.user-pass .form-actions input.button,
  .path-user form.user-login-form .form-actions input.button {
    font-size: 18px;
    padding: 10px 40px;
  }
}
.path-user form.user-pass .form-actions input.button:hover,
.path-user form.user-login-form .form-actions input.button:hover {
  background-color: var(--primary-clr);
}

/* Timeline Section Start */
.sustainability-timeline {
  position: relative;
}
.sustainability-timeline::after {
  content: "";
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--body-text);
  border-radius: 25%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  margin-top: -10px;
  z-index: 2;
}
.sustainability-timeline .field--type-text-with-summary h2 {
  font-weight: 600;
  margin-bottom: 45px;
}
.sustainability-timeline .field--type-text-with-summary h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.sustainability-timeline .field--name-field-add-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  position: relative;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .sustainability-timeline .field--name-field-add-timeline-item {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 992px) {
  .sustainability-timeline .field--name-field-add-timeline-item {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .sustainability-timeline .field--name-field-add-timeline-item {
    padding-bottom: 100px;
  }
}
.sustainability-timeline .field--name-field-add-timeline-item .progress-bar-wrapper {
  width: 4px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sustainability-timeline .field--name-field-add-timeline-item .progress-bar-wrapper .default-line {
  border-right: 2px solid var(--body-text);
  display: block;
}
.sustainability-timeline .field--name-field-add-timeline-item .progress-bar-wrapper .progress-bar--increment {
  width: 4px;
  background-color: var(--red);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner::after {
  content: "";
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--body-text);
  border-radius: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .img-wrap {
  width: 50%;
  max-width: 550px;
  margin-right: auto;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .img-wrap {
    padding-right: 40px;
  }
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .img-wrap .field--name-field-media-image .field__item {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-left: auto;
  max-width: 300px;
}
@media screen and (min-width: 1200px) {
  .sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .img-wrap .field--name-field-media-image .field__item {
    max-width: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .img-wrap .field--name-field-media-image .field__item {
    max-width: 380px;
  }
}
@media screen and (min-width: 1600px) {
  .sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .img-wrap .field--name-field-media-image .field__item {
    max-width: 420px;
  }
}
@media screen and (min-width: 992px) {
  .sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .img-wrap .field--name-field-media-image .field__item:hover img {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .img-wrap .field--name-field-media-image .field__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .text-wrap {
  width: 50%;
  max-width: 550px;
  margin-left: auto;
  padding-left: 20px;
}
@media screen and (min-width: 576px) {
  .sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .text-wrap {
    padding-left: 40px;
  }
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .text-wrap .year p {
  font-weight: 400;
  font-family: "Caprasimo";
  margin-bottom: 20px;
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .text-wrap .text p strong {
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 1400px) {
  .sustainability-timeline .field--name-field-add-timeline-item .field__item .timeline-item-inner .text-wrap .text p strong {
    font-weight: 700;
  }
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(4n+2) .timeline-item-inner .img-wrap .field--name-field-media-image .field__item {
  -webkit-mask-image: url("../images/rounded-shape.svg");
          mask-image: url("../images/rounded-shape.svg");
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(4n+2) .timeline-item-inner .img-wrap .field--name-field-media-image .field__item img {
  aspect-ratio: 253/247;
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(3n+3) .timeline-item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(3n+3) .timeline-item-inner .img-wrap {
  margin-left: auto;
  margin-right: unset;
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (min-width: 576px) {
  .sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(3n+3) .timeline-item-inner .img-wrap {
    padding-left: 40px;
  }
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(3n+3) .timeline-item-inner .img-wrap .media--type-image {
  margin-left: unset;
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(3n+3) .timeline-item-inner .img-wrap .field--name-field-media-image .field__item {
  margin-right: unset;
  -webkit-mask-image: url("../images/cave-shape.svg");
          mask-image: url("../images/cave-shape.svg");
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(3n+3) .timeline-item-inner .img-wrap .field--name-field-media-image .field__item img {
  aspect-ratio: 290/239;
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(3n+3) .timeline-item-inner .text-wrap {
  text-align: right;
  margin-left: unset;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(3n+3) .timeline-item-inner .text-wrap {
    padding-right: 40px;
  }
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(4n) .timeline-item-inner .img-wrap .field--name-field-media-image .field__item {
  -webkit-mask-image: url("../images/triangle-shape.svg");
          mask-image: url("../images/triangle-shape.svg");
}
.sustainability-timeline .field--name-field-add-timeline-item .field__item:nth-child(4n) .timeline-item-inner .img-wrap .field--name-field-media-image .field__item img {
  aspect-ratio: 278/275;
}

/* Timeline Section End */
.field--name-field-add-timeline-item > .field__item:nth-child(2n) .paragraph--type--image-year-text .img-wrap .media--type-image {
  margin-left: auto;
}

.paragraph--type--image-year-text .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paragraph--type--image-year-text .img-wrap::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  min-height: 60vh;
}
.paragraph--type--image-year-text .img-wrap .media--type-image {
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.bs-bg-body-text {
  position: relative;
}
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer {
  width: 100%;
  margin-right: -100%;
  top: 0;
}
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .container {
  height: 100%;
}
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 3;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title {
    position: sticky;
    padding-top: 92px;
    height: calc(100vh - 24px);
    width: 30%;
  }
  .bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title::before {
    content: "";
    width: 50vw;
    height: 34px;
    background-color: var(--primary-clr);
    position: absolute;
    z-index: 3;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: calc((100% + 92px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title::before {
    top: calc((100% + 102px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title::before {
    top: calc((100% + 112px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title::before {
    top: calc((100% + 124px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title {
    padding-top: 102px;
  }
}
@media screen and (min-width: 1200px) {
  .bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title {
    padding-top: 112px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title {
    padding-top: 124px;
  }
}
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title .timeline-text-logos .text {
  font-size: 16px;
  font-family: "Caprasimo";
  font-weight: normal;
  max-width: 14em;
}
@media screen and (min-width: 1200px) {
  .bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title .timeline-text-logos .text {
    font-size: 16px;
  }
}
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title .timeline-text-logos,
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title .timeline-title {
  background-color: #003b4c;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 30px;
}
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title .timeline-text-logos::before,
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .left-title .timeline-title::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  width: 50vw;
  right: calc(100% - 4px);
  background-color: #003b4c;
}
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .field--name-field-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.bs-bg-body-text .block-inline-blocktimeline-animation-type-two .timeline-content-outer .field--name-field-logos > .field__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--c-white);
  border-radius: 12px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timelineSwiper {
  width: 100%;
}

/* Timeline Section Start */
.timelineSwiper {
  height: calc(100vh - 60px);
  overflow: hidden;
  top: 60px;
  position: sticky;
}
@media screen and (min-width: 768px) {
  .timelineSwiper {
    top: 0;
    height: calc(100vh - 24px);
    --container-w: 716px;
  }
}
@media screen and (min-width: 992px) {
  .timelineSwiper {
    --container-w: 916px;
  }
}
@media screen and (min-width: 1200px) {
  .timelineSwiper {
    --container-w: 1152px;
  }
}
@media screen and (min-width: 1400px) {
  .timelineSwiper {
    --container-w: 1352px;
  }
}
@media screen and (min-width: 1500px) {
  .timelineSwiper {
    --container-w: 1352px;
    padding: 0 calc((100% - var(--container-w)) / 2);
  }
}
.timelineSwiper .horizontal-timeline-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timelineSwiper .horizontal-progress-bar .default-line {
  width: 100%;
  height: 34px;
  background-color: var(--primary-clr);
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: calc((100% + 92px) / 2);
}
@media screen and (min-width: 992px) {
  .timelineSwiper .horizontal-progress-bar .default-line {
    top: calc((100% + 102px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .timelineSwiper .horizontal-progress-bar .default-line {
    top: calc((100% + 112px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .timelineSwiper .horizontal-progress-bar .default-line {
    top: calc((100% + 124px) / 2);
  }
}
.timelineSwiper .horizontal-timeline-wrapper {
  padding-top: 92px;
}
@media screen and (min-width: 992px) {
  .timelineSwiper .horizontal-timeline-wrapper {
    padding-top: 102px;
  }
}
@media screen and (min-width: 1200px) {
  .timelineSwiper .horizontal-timeline-wrapper {
    padding-top: 112px;
  }
}
@media screen and (min-width: 1400px) {
  .timelineSwiper .horizontal-timeline-wrapper {
    padding-top: 124px;
  }
}
.timelineSwiper .timeline-slide {
  height: 410px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  max-height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
  opacity: 0;
}
@media screen and (min-width: 576px) {
  .timelineSwiper .timeline-slide {
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .timelineSwiper .timeline-slide {
    max-width: 33.3333%;
    width: 33.3333%;
    height: 500px;
  }
  .timelineSwiper .timeline-slide:first-child {
    max-width: calc(30% + 85px);
    width: calc(30% + 85px);
  }
}
@media screen and (min-width: 1400px) {
  .timelineSwiper .timeline-slide {
    max-height: calc(100% - 60px);
    height: 620px;
  }
}
.timelineSwiper .timeline-slide .year-event-border {
  height: calc(50% - 5px);
  width: 2.5px;
  background-color: var(--c-white);
  position: absolute;
  left: 0;
  top: 0px;
}
.timelineSwiper .timeline-slide .year-event-circle {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  border: 8px solid var(--c-white);
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.timelineSwiper .timeline-slide .year-event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.timelineSwiper .timeline-slide .year-event-item .year-event-sphere {
  max-width: 140px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: -12px;
  position: relative;
  margin-bottom: 12px;
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .timelineSwiper .timeline-slide .year-event-item .year-event-sphere {
    left: -20px;
    margin-bottom: 20px;
    max-width: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .timelineSwiper .timeline-slide .year-event-item .year-event-sphere {
    max-width: 140px;
    left: -30px;
  }
}
.timelineSwiper .timeline-slide .year-event-item .year-event-sphere .img-wrap {
  background-color: var(--c-white);
  border-radius: 12px;
  position: relative;
  width: 100%;
  padding-bottom: 71.28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media screen and (min-width: 768px) {
  .timelineSwiper .timeline-slide .year-event-item .year-event-sphere .img-wrap {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .timelineSwiper .timeline-slide .year-event-item .year-event-sphere .img-wrap {
    border-radius: 25px;
  }
}
.timelineSwiper .timeline-slide .year-event-item .year-event-sphere .img-wrap .media--type-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px;
}
.timelineSwiper .timeline-slide .year-event-item .year-event-sphere .field--name-field-media-image {
  width: 105px;
}
.timelineSwiper .timeline-slide .year-event-item .year-event-sphere .field--name-field-media-image .field__item {
  width: 100%;
}
.timelineSwiper .timeline-slide .year-event-item .year-event-sphere .field--name-field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.timelineSwiper .timeline-slide .year-event-item .year-event-text {
  max-width: 90%;
}
.timelineSwiper .timeline-slide .year-event-item .year-event-text p:last-child {
  margin-bottom: 0;
}
.timelineSwiper .timeline-slide .year-event-item .year p {
  font-weight: 400;
  font-family: "Caprasimo";
  margin-bottom: 0;
}
.timelineSwiper .timeline-slide .paragraph--type--image-year-text-type-two {
  margin-bottom: auto;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .timelineSwiper .timeline-slide .paragraph--type--image-year-text-type-two {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  .timelineSwiper .timeline-slide .paragraph--type--image-year-text-type-two {
    padding: 0 30px;
  }
}
.timelineSwiper .timeline-slide:nth-child(odd) .paragraph--type--image-year-text-type-two {
  margin-top: auto;
  margin-bottom: unset;
}
.timelineSwiper .timeline-slide:nth-child(odd) .year-event-border {
  top: unset;
  bottom: 0px;
}
.timelineSwiper .timeline-slide:nth-child(odd) .year-event-sphere {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-bottom: 0;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .timelineSwiper .timeline-slide:nth-child(odd) .year-event-sphere {
    margin-top: 20px;
  }
}
.timelineSwiper .timeline-slide:nth-child(odd) .year-event-sphere .img-wrap {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

/* Timeline Section End */