@font-face {
  font-family: "GroldLight";
  src: url("../fonts/Grold-Light.woff2") format('truetype');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GroldMedium";
  src: url("../fonts/Grold-Medium-fixed.ttf") format('truetype');
  font-style: normal;
  font-display: swap;
  ascent-override: 75%;
  descent-override: 17.5%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "GroldBlack";
  src: url("../fonts/Grold-Black-fixed.ttf") format('truetype');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GroldBold";
  src: url("../fonts/Grold-Bold-fixed.ttf") format('truetype');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GroldExtraBold";
  src: url("../fonts/Grold-ExtraBold-fixed.ttf")  format('truetype');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GroldBoldItalic";
  src: url("../fonts/Grold-BoldItalic.woff2")  format('woff2');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GroldExtraBlack";
  src: url("../fonts/Grold-ExtraBlack.woff2")  format('woff2');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GroldItalic";
  src: url("../fonts/Grold-Italic.woff2")  format('woff2');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GroldLightItalic";
  src: url("../fonts/Grold-LightItalic.woff2")  format('woff2');
  font-style: normal;
  font-display: swap;
  font-weight:200;
}
@font-face {
  font-family: "GroldMediumItalic";
  src: url("../fonts/Grold-MediumItalic.woff2")  format('woff2');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GroldRegular";
  src: url("../fonts/Grold-Regular.woff2")  format('woff2');
  font-style: normal;
  font-display: swap;

}
@font-face {
  font-family: "GroldSemiLight";
  src: url("../fonts/Grold-SemiLight.woff2")  format('woff2');
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #024f61;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/*.header .header-area {
  position: absolute;
  top: 30px;
  z-index: 2;
  width: 100%;
  padding: 0 30px;
}
.header .header-area .language {
  font-size: 12px;
  color: #fff;
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
.header .header-area .language .switch {
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 5px 5px;
  border-radius: 5px;
}
.header .header-area .navigaton-bar {
  font-size: 12px;
  color: red;
  background-color: #fff;
  border-radius: 6px;
  height: 60px;
}*/
/*Header Menu*/

.menu-area {
    z-index: 9999;
    justify-content: center;
    display: flex;
    position: fixed;
    top: 3.4rem;
    left: 0;
    right: 0;
	will-change: transform, opacity;
    transition: transform .9s cubic-bezier(.4, 0, .2, 1), opacity .9s cubic-bezier(.4, 0, .2, 1);
	font-family: "GroldLight";
}

.header-component {
    width: calc(100% - 5% * 2);
    gap: .8rem;
    margin: 0 auto;
    padding: 0;
    display: flex;
    position: relative;
	visibility:visible;
    max-width: 1440px;
}
.header-component-mobile {display:none; visibility:hidden;}
@media screen and (max-width: 1279px) {
    .menu-area {
        max-width: 100vw;
        top: 1.4rem;
    }
	.header-component {display:none; visibility:hidden;}
	.header-component-mobile {display:flex; visibility:visible; flex-direction: column;}
}
.top-component {
    gap: .8rem;
    display: flex;
    position: absolute;
    top: -1rem;
    right: 0;
    transform: translateY(-100%);
}
.localeSwitch {
    background-color: rgba(40, 46, 51, 0.4);
    background-color:color-mix(in srgb, #282e33  40%, transparent);
    border-radius: 7px;
    align-items: center;
    gap: 4px;
    height: 28px;
    padding: .2rem .1rem .2rem 0;
    display: flex;
}
.localeButton {
    padding-left: 0.6rem !important;
	text-align: left;
    text-transform: uppercase;
    letter-spacing: .1rem;
    background-color: transparent;
    border: 0;
    align-content: center;
    align-items: center;
    gap: 4px;
    padding: 0;
    text-decoration: none;
    display: flex;
    position: relative;
	color: #fff;
    font-size: calc(1rem * .7);
	font-family: 'GroldRegular';
}
.localeButton:focus, .localeButton:hover,.localesMenu:focus, .localeButton:hover {text-decoration:underline;}
.arrowDown {
    transform: rotate(90deg);
	background-color: #fff;
	border-radius: 7px;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
	font-size: calc(1.9rem* .8);
}
.arrowDown svg {
    width: .3rem;
    height: .7rem;
}
.localesMenu {
    background-color: #fff;
    position-area: top center;
    border: 0;
    border-radius: 7px;
    width: 100%;
    margin-top: 3.8rem;
    padding: .3rem .2rem .3rem .8rem;
	color:#204e5f;
	font-size: calc(1rem * .8);
}
.localesMenu span {cursor:not-allowed; text-transform:uppercase;}
.localesMenu ul, .localesMenu li {padding:0; margin:0;}

@media screen and (max-width: 1279px) {
.top-component {
	top: unset;
	margin-top: var(--spacer2x);
	justify-content: space-between;
	width: 100%;
	position: relative;
	transform: none;
}
.localeSwitch {
    background-color: rgba(40, 46, 51, 0.05);
    background-color: color-mix(in srgb, #282e33 5%, transparent);
}
.localeButton{
    color: #204e5f;
  }
.localesMenu {
	background-color: rgba(40, 46, 51, 0.05);
	background-color: color-mix(in srgb, #282e33 5%, transparent);
	margin-top: .6rem;
  }  
}

.nav-bar {
    background-color: #fff;
    border-radius: .8rem;
    width: 100%;
    padding: 0 1.8rem 0 1.8rem;
    border: 1px solid rgba(40, 46, 51, 0.1);
    border: 1px solid color-mix(in srgb, #282e33 10%, transparent);
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    display: flex;
}
.nav-visible {
    opacity: 1;
    transform: translateY(0);
}
.nav-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
}
.nav-logo {
    min-width: 5rem;
}
.nav-logo img
{
    color: transparent;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
    position: relative !important;
	height:auto;
}
.nav-bar nav ul {
    gap: 0 1.5rem;
    display: flex;
	margin-bottom: 0;
	padding: 0;
}
.nav-bar nav ul li {
    position: relative;
}
.nav-bar nav ul li .headerLink, .nav-bar nav ul li .headerSubLink {
    color: #204e5f;
    text-align: left;
    background-color: transparent;
    border: 0;
    align-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0;
    text-decoration: none;
    display: inline-flex;
    position: relative;
	font-size: calc(1.4rem* .7);
	font-family: "GroldRegular";
	
}
@media screen and (max-width: 1440px) {
.nav-bar nav ul li .headerLink, .nav-bar nav ul li .headerSubLink {
  font-size: calc(1.3rem* .7);
 }
}

.nav-bar nav ul li .headerLink
{
padding: 1.2rem 0;
text-decoration: none;
position: relative;	
}

.nav-bar nav ul li .headerLink:after {
    bottom: 1.5rem;
	transition: transform .3s ease-out;
	content: "";
    transform-origin: 0;
    background-color: #204e5f;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    transform: scaleX(0);
}
.nav-bar nav ul li .headerLink:hover:after
{
	visibility: visible;
    transform: scaleX(1);
}
.nav-bar nav ul li .headerLink.headerLinkWithArrow {
    margin-right: 2rem;
}

.nav-bar nav ul li .arrowDownmenu {
    border-radius: .6rem;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
	font-size: calc(1.9rem* .7);
	position: absolute;
    right: -2.5rem;
	transition: transform .3s ease-out;
}
/*Sub menu*/

.nav-subMenu {
    background-color: #fff;
    border-radius: .8rem;
    position-area: bottom center;
    will-change: transform, opacity;
    border: 0;
    margin-top: 1.42rem;
    padding: .8rem 1.8rem;
	animation: .5s openSideIn;
}
.nav-subMenu ul {
    flex-direction: column;
    display: flex;
	padding:0;
}
.nav-subMenu ul li.highlight {
    border-bottom: 1px solid rgba(40, 46, 51, 0.1);
    border-bottom: 1px solid color-mix(in srgb, #282e33 10%, transparent);
	white-space: nowrap;
}
.nav-subMenu ul li a {
    border-radius: .8rem;
    margin: 0.5rem 0;
    padding: 10px 15px 10px 15px !important;
}
.nav-subMenu ul li a:hover, .nav-subMenu ul li a:focus {
	background-color: rgba(40, 46, 51, 0.05);
	background-color: color-mix(in srgb, #282e33 5%, transparent);
	text-decoration: none;
}
.subMenu-arrow {
    border-radius: .8rem;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
	background-color: rgba(40, 46, 51, 0.05);
	background-color: color-mix(in srgb, #282e33 5%, transparent);
}
.subMenu-arrow svg {
    width: .5rem;
    height: .9rem;
}
@keyframes openSideIn {
    0% {
        opacity: 0;
        transform: translateY(-2rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* Mobile Menu*/
.header-component-mobile
{
  will-change: transform, opacity, height;
  transition: all .3s;
  margin: 0 5%;
    width: calc(100% - 5% * 2);
    background-color: #fff;
    border-radius: .8rem;
    border: 1px solid rgba(40, 46, 51, 0.1);
    border: 1px solid color-mix(in srgb, #282e33 10%, transparent);
	font-family:"GroldMedium";
}

.header-component-mobile .menu-buttons {
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem .5rem 1rem;
    display: flex;
	
}	
.header-component-mobile .logo {
    margin: 0;
    padding: 0;
}
.header-component-mobile .logo img {
    width: 4rem;
}
.header-component-mobile .burgerMenu {
   background-color: rgba(40, 46, 51, 0.05);
   background-color: color-mix(in srgb, #282e33 5%, transparent);
    border-radius: .8rem;
    border: 0;
    align-items: center;
    gap: .2rem;
    height: 3rem;
    padding: 1.3rem .6rem;
    display: flex;
}
.header-component-mobile .burgerMenu span {
    color: #204e5f;
	display: inline-block;
}
.header-component-mobile .burgerMenu .lines {
    width: 2rem;
    height: 1rem;
    display: inline-block;
    position: relative;
}
.header-component-mobile .burgerMenu .line:first-child {
    top: 0;
}
.header-component-mobile .burgerMenu .line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.header-component-mobile .burgerMenu .line:nth-child(3) {
    bottom: 0;
}
.header-component-mobile .burgerMenu .line
{
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1), top .3s cubic-bezier(.4, 0, .2, 1);
  background-color: #204e5f;
    transform-origin: 50%;
    border-radius: 2px;
    width: 1rem;
    height: 2px;
    position: absolute;
    left: .45rem;
    right: 0;
}
/*Open mobile menu*/
.mobile-menu-component,
.header-component-mobile .top-component {
  display: none; 
  visibility:hidden;
  opacity:0;
 }
.header-component-mobile.opened {
    border-radius: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    margin: -1.4rem 0 0;
    padding: 1.4rem;
}
.header-component-mobile.opened .mobile-menu-component
{
  display: block;
  visibility:visible;
}
.header-component-mobile.opened .top-component {
  display: flex;
  visibility:visible;
  flex-direction: row-reverse;
  opacity:1;
}
.header-component-mobile.opened .burgerMenu span:not(.line) {
  display: none;
}
.header-component-mobile.opened .lines .line:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.header-component-mobile.opened .lines .line:nth-child(2) {
    opacity: 0;
    transform: translateY(-50%) scaleX(.2);
}
.header-component-mobile.opened .lines .line:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
}
.mobile-menu-component {
    height: calc(100vh - 20rem);
    height: calc(100dvh - 20rem);
    padding: 2rem;
    overflow: auto;
	animation: .3s forwards openSideIn;
}
.mobile-menu-component ul {padding:0;}
.mobile-menu-component .headerLinkWrapper {
    border-top: 1px solid rgba(40, 46, 51, 0.1);
    border-top: 1px solid color-mix(in srgb, #282e33 10%, transparent);
}
.mobile-menu-component .headerLinkWrapper:first-child
{
  border-top:none;	
}
.mobile-menu-component .headerLinkWrapper .headerLink, .mobile-menu-component .headerLinkWrapper .headerSubLink {
    color: #204e5f;
    text-align: left;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
}
.mobile-menu-component .headerLinkWrapper .headerLink {
    width: 100%;
    padding: 1rem 0;
    place-content: center space-between;
    align-items: center;
    gap: 1rem;
    display: flex;
}
.mobile-menu-component .headerLinkWrapper .headerSubLink {
    border-radius: .8rem;
    padding: .5rem 0;
    display: inline-block;
}
.mobile-menu-component .headerLinkWrapper .headerLink .marrow, .mobile-menu-component .headerLinkWrapper .headerLink .marrowDown, .mobile-menu-component .headerSubLinkContent .marrow {
    border-radius:.6rem;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
	background-color: rgba(40, 46, 51, 0.05);
	background-color:color-mix(in srgb, #282e33 5%, transparent);
	font-size: calc(1.9rem* .8);
}
.mobile-menu-component .headerLinkWrapper .headerLink .marrowDown {
    transform: rotate(90deg);
}
.mobile-menu-component .headerLinkWrapper .headerLink .marrow svg, .mobile-menu-component .headerLinkWrapper .headerLink .marrowDown svg, .mobile-menu-component .headerSubLinkContent .marrow svg{
    width: 0.3rem;
    height: .7rem;
}
/*Mobile Sub Menu*/
.mobile-menu-component .subMenu {
  display: none;
}
.mobile-menu-component .headerLinkWrapper .headerLink[aria-expanded=true] span {
    transform: rotate(-90deg);
}
.mobile-menu-component .headerLinkWrapper .headerLink[aria-expanded=true] + .subMenu {
  display: block;
}

.mobile-menu-component .subMenu {
    background-color: #fff;
    border-radius: .8rem;
    will-change: transform, opacity;
    padding-bottom: 1rem;
    border: 0;
	animation: .3s forwards openSideIn;
}
.mobile-menu-component .subMenu ul {
    flex-direction: column;
    gap: .8rem;
    display: flex;
	padding:0 1rem;
}
.mobile-menu-component .subMenu ul li {
    white-space: nowrap;
    padding: 0 0 .8rem;
	border-bottom: 1px solid rgba(40, 46, 51, 0.1);
	border-bottom: 1px solid color-mix(in srgb, #282e33 10%, transparent);
}
.mobile-menu-component .subMenu ul li:last-child
{
	border-bottom: none;
}
.mobile-menu-component .headerSubLinkContent {
    align-content: center;
    align-items: center;
    gap: 1rem;
    display: flex;
}

.header .banner-text {
  position: absolute;
  z-index: 2;
  margin-left: 30px;
  top: 15vw;
  width: 70%;
}
.header .banner-text .softtext {
  font-family: "GroldLight";
  font-size: 7vw;
  color: #fff;
  line-height: 6vw;
  margin-bottom: 1vw;
}
.header .banner-text .hardtext {
  font-family: "GroldExtraBold";
  font-size: 7vw;
  color: #fdb158;
  line-height: 6vw;
  margin-bottom: 50px;
}
.header .banner-text .button-frame {
  display: flex;
  gap: 1.5vw;
}
.header .banner-text .button-frame a {
  /* background-color: #7ed9cb;
  font-family: "GroldMedium";
  padding: 0px 10px;
  color: #204e5f;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all .2s cubic-bezier(.4, 0, .2, 1) .1s;
  white-space: nowrap;
  border: 0;
  align-content: center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:46px;
  height: 46px; */
  background-color: #7ed9cb;
    font-family: "GroldMedium";
    padding: 0px 1vw;
    color: #204e5f;
    font-size: 1.5vw;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.5vw;
    position: relative;
    overflow: hidden;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) .1s;
    white-space: nowrap;
    border: 0;
    align-content: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 3vw;
    height: 3vw;
    margin: 0;
}
.header .banner-text .button-frame a:before{
content: "";
background-color: #52bfb6;
z-index: 0;
border-radius: 100%;
width: 0;
height: 0;
position: absolute;
top: -50%;
left: 50%;
transform: translate(-50%);
transition: all .9s cubic-bezier(.4, 0, .2, 1);
}
.header .banner-text .button-frame a:hover:before{
    width: 150%;
    height: 200%;
}
.header .banner-text .button-frame a span{
    z-index: 1;
    position: relative;
    margin-top: 2px;
}
.header .banner {
  background-color: #024f61;
  aspect-ratio: 16/9;
  width: 100%;
  padding: 15.4rem 0 0;
  position: relative;
}
.header .banner img {
  clip-path: circle(257% at 50% -275%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 1080px) {
  .header .banner-text {
    top: 170px;
  }
  .header .banner-text .softtext {
    font-size: 70px;
    line-height: 60px;
  }
  .header .banner-text .hardtext {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .header .banner-text {
    top: 170px;
  }
  .header .banner-text .softtext {
    font-size: 40px;
    line-height: 40px;
  }
  .header .banner-text .hardtext {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .header .banner {
    aspect-ratio: 9/16;
  }
  .header .banner img {
    clip-path: circle(457% at 50% -275%);
  }
  .header .banner-text .softtext {
    font-size: 50px;
    line-height: 40px;
  }
  .header .banner-text .hardtext {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .header .banner-text .button-frame a {
    background-color: #7ed9cb;
    font-family: "GroldMedium";
    color: #204e5f;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    padding: 15px 10px;
  }
}
.hero-viewport
{
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.why-tha {
  padding: 50px 30px 20px 30px;
  overflow: hidden;
}
.why-tha .title-whytha {
  align-items: center;
  gap: 2rem;
  display: flex;
  overflow: hidden;
}
.why-tha .title-whytha h2 {
  text-transform: uppercase;
  font-family: GroldBold;
  font-size: 16px;
  white-space: nowrap;
  color: #fff;
  font-size: 30px;
}
.why-tha .title-whytha .title-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}

.why-tha-white {
  padding: 80px 30px 20px 30px;
  overflow: hidden;
  background:#fff;
}
.why-tha-white .title-whytha {
  align-items: center;
  gap: 2rem;
  display: flex;
  overflow: hidden;
}
.why-tha-white .title-whytha h2 {
  text-transform: uppercase;
  font-family: GroldBold;
  font-size: 16px;
  white-space: nowrap;
  color: #024f61;
  font-size: 30px;
}
.why-tha-white .title-whytha .title-line {
  width: 100%;
  height: 1px;
  background-color: #024f61;
  opacity: 0.5;
}

.tha-bg-content {
  background-image: url(../images/tha-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-grow: 1;    /* Takes up all remaining space */
  display: flex;
  align-items: center;
  justify-content: center;
}
.figure-section 
{
  background:#fff;
  padding:0 20px 0 20px;	
}
.fig-area
{
  padding: 30px 0 80px 0px;
}
.fig-area-big
{
    font-family: "GroldMedium";
    text-align: center;
    color: #7ed9cb;
    font-size: 7rem;
    font-weight: bold;	
	font-variant-numeric: tabular-nums;
	min-width: 1ch;
	display: block;
}
.fig-area-small
{
    font-family: "GroldMedium";
    text-align: center;
    color: #024F61;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5rem;	
}

.round-footer {
    aspect-ratio: 1440 / 180;
    background-color: #024F61;
    padding: 0;
    position: relative;
	
}
.round-footer-content {
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.footer-logo
{
 object-fit: inherit;
max-width: 100%;
max-height: 100%;
position: relative !important;	
}
.round-footer-content img {
    width: 9rem;
}
.round-footer-overlay {
    height: 100%;
    top: 0;
	z-index: 1;
    aspect-ratio: 1440 / 83;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.round-footer-overlay:after {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 115%;
    height: 185%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.footer-section-2, .footer-section-3 
{
  padding: 80px 30px 20px 30px;
  overflow: hidden;
}
.footer-section-2-title
{
	font-family: "GroldMedium";
    text-align: center;
    color: #fff;
    font-size: 7rem;
    font-weight: bold;	
	word-spacing: 1rem;
}
.footer-section-2-title span
{
	color: #7ed9cb;
}
.footer-menu-title
{
  font-family: "GroldMedium";
  font-size:20px;
  font-weight:500;
  color:#fff;
  margin-bottom: 1.5rem;
}
.footer-menu-content, .copyright
{
	font-family: "GroldLight";
}
.footer-menu-content ul
{
	padding:0;
	flex-direction: column;
    display: flex;
}
.footer-menu-content ul li
{
	list-style: none;
    font-size: 18px;
    line-height: 40px;
}
.footer-menu-content ul li a
{
	text-decoration:none;
	color:#fff;
	position: relative;
	
}
.footer-menu-content ul li a:after
{
    transition: transform .3s ease-out;
    content: "";
    transform-origin: 0;
	background-color: #fff;
	visibility: hidden;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	transform: scaleX(0);	
	backface-visibility: hidden;
}
.footer-menu-content ul li a:hover:after
{
	visibility: visible;
    transform: scaleX(1);
}
.footer-menu-content ul.social-links i
{
  font-size:20px;
  font-weight:500;
  color:#fff;
  margin-right:5px;
}
.footer-menu-content ul.social-links li
{
  line-height: 40px;
}
.footer-menu-content ul.social-links li.contact-button, .tha-bg-content-text .contact-button, .error-header .contact-button
{
	font-family: "GroldRegular";
    
}
.footer-menu-content ul.social-links li.contact-button a, .tha-bg-content-text .contact-button a, .error-header .contact-button a{
    border-radius: .8rem;
    background-color: #fff;
    min-height: 3.4rem;
    color: #204e5f;
    white-space: nowrap;
    border: 0;
    align-content: center;
    height: 100%;
    padding: 4px 1.6rem 0 1.6rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	line-height:1;
    position: relative;
    overflow: hidden;
	margin-top: 1.5rem;
	transition: all .2s cubic-bezier(.4,0,.2,1) .1s
}
.footer-menu-content ul.social-links li.contact-button a:before , .tha-bg-content-text .contact-button a:before, .error-header .contact-button a:before{
    content: "";
    background-color: #f4f4f5;
    z-index: 0;
    border-radius: 100%;
    width: 0;
    height: 0;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%);
	transition: all .9s cubic-bezier(.4,0,.2,1);
}
.footer-menu-content ul.social-links li.contact-button a:hover:before, .tha-bg-content-text .contact-button a:hover:before,  .error-header .contact-button a:hover:before{
	width:150%;
    height: 200%
}
.footer-menu-content ul.social-links li.contact-button a span, .tha-bg-content-text .contact-button a span, .error-header .contact-button a span{
z-index: 1;
position: relative;
}

.copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid color-mix(in srgb, #fff 50%, transparent);
    margin-top: 4rem;
    padding-top: 3rem;
    justify-content: space-between;
    font-family: "GroldLight";
    display: flex;
	color:#fff;
	font-size:20px;
	flex-direction: row-reverse;
}
.tha-bg-content .tha-bg-content-text {
  margin: 0 30px;
}
.tha-bg-content .tha-bg-content-text .whythas-text {
  font-family: "GroldLight";
  color: #fff;
  max-width: 62.5%;
}
.tha-bg-content .tha-bg-content-text .whythas-text p {
  position: relative;
  font-size: 4.5rem;
  line-height: 4.5rem;
  word-spacing: 1.2rem;
}
@media (max-width: 1500px) {
.tha-bg-content .tha-bg-content-text .whythas-text p {
  position: relative;
  font-size: 70px;
  line-height: 70px;
  word-spacing: 1.2rem;
}
}
.tha-bg-content .tha-bg-content-text .whythas-text p em {
    background-color: #ffb358;
    color: #204e5f;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    filter: url(#titleRoundedWithBackground);
    padding: 0 .5rem;
    font-family: "GroldMedium";
    font-style: normal;
    display: inline;
}

.tha-bg-content .tha-bg-content-text a {
  font-family: "GroldRegular";
  background-color: #fff;
  font-size: 26px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .tha-bg-content .tha-bg-content-text {
  margin: 0 30px 30px 30px;
  }
  .tha-bg-content .tha-bg-content-text .whythas-text {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .tha-bg-content .tha-bg-content-text .whythas-text {
    font-size: 30px;
  }
  .hero-viewport {
    height: auto; /* Allow scrolling if the screen is tiny */
  }
}
@media (max-width: 480px) {
  .tha-bg-content .tha-bg-content-text .whythas-text {
    font-size: 20px;
    line-height: 36px;
  }
 
}
.logo-carousal-one{
  flex-shrink: 0;
}
.logo-carousal-two, .logo-carousal-three
{
	background:#fff;
	
}

.logo-carousal-one .logo-carousal-top-line {
  border-top: solid 1px #fff;
  margin: 0 30px;
  opacity: 0.5;
}
.logo-carousal-two .logo-carousal-two-top-line,  .logo-carousal-two .logo-carousal-two-bottom-line, .logo-carousal-three .logo-carousal-three-bottom-line{
  border-top: solid 1px #024F61;
  margin: 0 30px;
  opacity: 0.5;
}
.logo-carousal-one .logo-carousal-bottom-line {
  border-bottom: solid 1px #fff;
  margin: 0 30px;
  opacity: 0.5;
}
.logo-carousal-one .logo-carousal{
  display: flex;
  flex-wrap: nowrap;
  gap: 100px;
  margin: 20px 0;
  overflow: hidden;
  width: 100%;
  justify-content: flex-start !important;
}
.logo-carousal-two .logo-carousal, .logo-carousal-three .logo-carousal{
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
  overflow: hidden;
  width: 100%;
  justify-content: flex-start !important;
  padding:30px 0 30px 0;
}
logo-carousal div {
  flex-shrink: 0; /* Prevent logos from squishing */
  width:auto;
}

.logo-carousal img {
  display: block;
  max-height: 100px; /* Adjust based on your design */
  width: auto;
}

.what-we-do-area {
  margin: 0 30px 80px 30px;
}
.what-we-do
{
	color: inherit;
	width: round(down, 100%, 1px);
	text-decoration: none;
	display: flex;	
	height: 100%;
}
[class*="what-we-do-box-"] {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.what-we-do-area .text-height {
  height: 120px; 
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}

.learn-more-btn {
    background-color: #204e5f;
    color: #fff;
    border-radius: 10px;
    font-family: "GroldMedium";
    font-size: 20px;
    text-decoration: none;
    
    /* Using flex is best, but we add a specific line-height */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1; 
    
    position: absolute;
    height: 50px;
    left: 0;
    right: 0;
    bottom: -60px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.learn-more-btn::after {
    content: "";
    display: inline-block;
    width: 20px;  /* Control size precisely */
    height: 14px; /* Control height precisely */
    margin-left: 10px;
    
    /* This SVG is a clean right arrow */
    background-color: currentColor; /* Matches text color automatically */
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.025 1l-2.847 2.828 6.176 6.172h-16.354v4h16.354l-6.176 6.172 2.847 2.828 10.975-11z"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.025 1l-2.847 2.828 6.176 6.172h-16.354v4h16.354l-6.176 6.172 2.847 2.828 10.975-11z"/></svg>') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;

    /* Animation */
    transform: translateX(-10px);
    opacity: 0;
    transition: all 0.3s ease;
}
.what-we-do-area .what-we-do-box-1 {
  background-color: #7ed9cb;
  border-radius: 20px;
  padding: 15px;
}
.what-we-do-area .what-we-do-box-1 img {
  border-radius: 15px;
  margin-bottom: 20px;
}
.what-we-do-area .what-we-do-box-1 .title-text {
  border-left: solid 8px #204e5f;
  padding-left: 10px;
  font-family: "GroldBlack";
  font-size: 40px;
  line-height: 1.1; 
  color: #204e5f;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease;
}
.what-we-do-area .what-we-do-box-1 .title-text span {
  display: block;
  color: #fff;
}
.what-we-do-area .what-we-do-box-2 {
  background-color: #fd786c;
  border-radius: 20px;
  padding: 15px;
}
.what-we-do-area .what-we-do-box-2 img {
  border-radius: 15px;
  margin-bottom: 20px;
}
.what-we-do-area .what-we-do-box-2 .title-text {
  border-left: solid 8px #204e5f;
  padding-left: 10px;
  font-family: "GroldBlack";
  font-size: 40px;
  line-height: 1.1; 
  color: #204e5f;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
   transition: all 0.3s ease;
}
.what-we-do-area .what-we-do-box-2 .title-text span {
  display: block;
  color: #fff;
}
.what-we-do-area .what-we-do-box-3 {
  background-color: #fdb157;
  border-radius: 20px;
  padding: 15px;
}
.what-we-do-area .what-we-do-box-3 img {
  border-radius: 15px;
  margin-bottom: 20px;
}
.what-we-do-area .what-we-do-box-3 .title-text {
  border-left: solid 8px #204e5f;
  padding-left: 10px;
  font-family: "GroldBlack";
  font-size: 40px;
   line-height: 1.1; 
  color: #204e5f;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
   transition: all 0.3s ease;
}
.what-we-do-area .what-we-do-box-3 .title-text span {
  display: block;
  color: #fff;
}
.what-we-do-area .what-we-do-box-4 {
  background-color: #262626;
  border-radius: 20px;
  padding: 15px;
}
.what-we-do-area .what-we-do-box-4 img {
  border-radius: 15px;
  margin-bottom: 20px;
}
.what-we-do-area .what-we-do-box-4 .title-text {
  border-left: solid 8px #7ed9cb;
  padding-left: 10px;
  font-family: "GroldBlack";
  font-size: 40px;
    line-height: 1.1; 
  color: #7ed9cb;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease;
}
.what-we-do-area .what-we-do-box-4 .title-text span {
  display: block;
  color: #fff;
}
.what-we-do-box-1, 
.what-we-do-box-2, 
.what-we-do-box-3, 
.what-we-do-box-4 {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    overflow: hidden; /* Keeps scaled images inside the rounded corners */
}
.what-we-do-area img {
    transition: transform 0.5s ease;
}
.what-we-do-box-4 .learn-more-btn {
    background-color: #94d8cc;
    color: #204e5f;
}
.what-we-do:hover [class*="what-we-do-box-"] {
    /* Darkens the background color by 15% */
    filter: brightness(0.85); 
    /* Lifts the card slightly */
    transform: translateY(-10px);
    /* Adds a subtle shadow for depth */
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.what-we-do:hover .learn-more-btn {
    bottom: 25px;       /* Slide up into view */
    opacity: 1;
}
.what-we-do:hover .learn-more-btn::after {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.2s; /* Wait for button to slide up first */
}

/* Fade out the title text when button appears */
.what-we-do:hover .title-text {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}
@media (max-width: 1100px) {
.fig-area-big{
font-size: 5rem;	
}
.fig-area {
    padding: 30px 0 30px 0px;
}
.tha-bg-content .tha-bg-content-text .whythas-text {
  max-width:100%;
 }
}
@media (max-width: 1000px) {
.footer-section-2-title{
font-size: 5rem;	
}
}
@media (max-width: 800px) {
.round-footer { aspect-ratio: unset; }	
.footer-section-2-title{
font-size: 4rem;	
}
.tha-bg-content .tha-bg-content-text .whythas-text p{
  font-size:50px;
  line-height:50px;
}
}
@media (max-width: 680px) {
.footer-section-2-title{
font-size: 3rem;	
}
}
@media (max-width: 480px) {
.tha-bg-content .tha-bg-content-text .whythas-text p{
  font-size:40px;
  line-height:40px;
  word-spacing: 0.8rem;
}	
.footer-section-2-title{
font-size: 2rem;	
}
.tha-bg-content .tha-bg-content-text a
{
 font-size:20px;	
}
.footer-menu-content ul.social-links li.contact-button a, .tha-bg-content-text .contact-button a
{
	min-height:2.4rem;
}
.header .banner-text .button-frame
{
flex-direction: column;	
}
}
@media (max-width: 376px) {
.tha-bg-content .tha-bg-content-text .whythas-text p{
  font-size:30px;
  line-height:30px;
  word-spacing: 0.3rem;
}		
.footer-section-2-title{
font-size: 1.8rem;	
word-spacing:0.5rem;
}

}
/*Menu Buttons*/
.menu-contact-btn {
    height: 100%;
}
.menu-contact-btn a {
    border: 1px solid color-mix(in srgb, #fff 20%, transparent);
    height: 100%;
    padding: 0 2.6rem;
	border-radius: .8rem;
    background-color: #204e5f;
    color: #fff;
    white-space: nowrap;
    align-content: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-family: "GroldRegular";
    font-size: calc(1.4rem * .7);
	transition: all .2s cubic-bezier(.4, 0, .2, 1) .1s;
}
@media screen and (max-width: 1440px) {
.menu-contact-btn a{
  font-size: calc(1.3rem* .7);
  padding: 0 2.2rem;
 }
}
.menu-contact-btn a:before {
    content: "";
    background-color: #143642;
    z-index: 0;
    border-radius: 100%;
    width: 0;
    height: 0;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%);
    transition: all .9s cubic-bezier(.4, 0, .2, 1);
}
.menu-contact-btn a span {
    z-index: 1;
    position: relative;
}
.menu-contact-btn a:hover:before, .menu-contact-btn a:focus:before {
	width: 150%;
	height: 200%;
 }
.mobile-menu-footer {
    display: none; 
    gap: 10px;
    padding: 1rem 1.6rem;
    width: 100%;
    box-sizing: border-box;
}

/* 2. Show it when the menu is opened */
.header-component-mobile.opened .mobile-menu-footer {
    display: flex; /* Makes them side-by-side */
}

/* 3. Ensure the buttons share the space equally */
.mobile-menu-footer .menu-contact-btn {
    flex: 1; /* Both buttons will take 50% width */
}

.mobile-menu-footer .menu-contact-btn a {
    display: block; /* Makes the link fill the button container */
    text-align: center;
    padding: 12px 5px; /* Adjust padding for mobile screens */
    white-space: normal; /* Allows text to wrap if it's too long */
}
@media (max-width: 479px) {
    .mobile-menu-footer {
        flex-direction: column;
    }
} 
/*# sourceMappingURL=style.css.map */