:root {
  --primary-color: #0040BA;
  --primary-color-withOpacity2: rgba(0, 64, 186, 0.2);
  --secondary-color: #00122B;
  --secondary-color-WithOpacity: rgba(0, 18, 43, 0.7);
  --secondary-color-WithOpacity2: rgba(0, 18, 43, 0.6);
  --secondary-color-WithOpacity5: rgba(0, 18, 43, 0.5);
  --ternary-color: #A4C3FF;
  --ternary-color-withOpacity1: rgba(164, 195, 255, 0.1);
  --ternary-color-withOpacity2: rgba(164, 195, 255, 0.2);
  --ternary-color-withOpacity: rgba(197, 179, 244, 0.7);
  --ternary-color-2: #EEF4FF;
  --quaternary-color: #04C49E;
  --quaternary-color-withOpacity: rgba(4, 196, 158, 0.8);
  --quaternary-color-withOpacity40: rgba(4, 196, 158, 0.4);
  --quaternary-color-withOpacity60: rgba(4, 196, 158, 0.6);
  --quaternary-color-2: #B0ECDF;
  --quinary-color: #00A6DC;
  --senary-color: #94B4FE;
  --septenary-color: #A3E9D7;
  --menu-link-color: #ffffff;
  --subMenu-link-color: #ffffff;
  --help-text: rgba(255, 255, 255, 0.5);
  --white-with-opacity: rgba(255, 255, 255, 0.70);
  --white: #ffffff;
  --whiteWithOpacity: rgba(255, 255, 255, 0.50);
  --black: #000000;
  --black-with-opacity1: rgba(0, 0, 0, 0.8);
  --grey: #808895;
  --grey2: #D9D9D9;
  --brand-red: #F00000;
  --whatsapp: #4dc95c;
  --primary-gradient: linear-gradient(72deg, #00122B 35.42%, #0040BA 100%);
  --secondary-gradient: linear-gradient(72deg, #00122B 0%, #04C49E 100%);
  --primary-shadow: rgba(4, 89, 203, 0.25);
  --primary-shadow2: rgba(4, 89, 203, 0.15);
  --transition--default: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@font-face {
  font-family: "TT-Hoves-Pro-Light";
  src: url("../../../fonts/TTHovesPro/TT-Hoves-Pro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "TT-Hoves-Pro-Regular";
  src: url("../../../fonts/TTHovesPro/TT-Hoves-Pro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "TT-Hoves-Pro-DemiBold";
  src: url("../../../fonts/TTHovesPro/TT-Hoves-Pro-DemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "TT-Hoves-Pro-Bold";
  src: url("../../../fonts/TTHovesPro/TT-Hoves-Pro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Butler_Regular";
  src: url("../../../fonts/Butler/Butler_Regular.otf") format("opentype");
}
@font-face {
  font-family: "Butler_Medium";
  src: url("../../../fonts/Butler/Butler_Medium.otf") format("opentype");
}
@font-face {
  font-family: "Butler_Bold";
  src: url("../../../fonts/Butler/Butler_Bold.otf") format("opentype");
}
@font-face {
  font-family: "Butler_ExtraBold";
  src: url("../../../fonts/Butler/Butler_ExtraBold.otf") format("opentype");
}
:root {
  --primary-regular-font: "TT-Hoves-Pro-Regular", sans-serif;
  --primary-light-font: "TT-Hoves-Pro-Light", sans-serif;
  --primary-bold-font: "TT-Hoves-Pro-Bold", sans-serif;
  --primary-demiBold-font: "TT-Hoves-Pro-DemiBold", sans-serif;
  --secondary-regular-font: "Butler_Regular", sans-serif;
  --secondary-medium-font: "Butler_Medium", sans-serif;
  --secondary-bold-font: "Butler_Bold", sans-serif;
  --secondary-extraBold-font: "Butler_ExtraBold", sans-serif;
}

.footer {
  background-color: var(--secondary-color);
  background-repeat: no-repeat;
  background-position: 135% bottom;
  background-size: contain;
  position: relative;
}
.footer .bottomArea {
  position: relative;
}
.footer .footerSvg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -360px;
  width: 695.63px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footerSvg {
    right: -240px;
    width: 60%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footerSvg {
    bottom: -60px;
    right: 50%;
    transform: translate(50%, 0);
  }
}
.footer .contentArea {
  position: relative;
  z-index: 3;
  padding-bottom: 166.13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .contentArea {
    padding-top: 90px;
    padding-bottom: 83px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .contentArea {
    padding-top: 400px;
    padding-bottom: 190px;
  }
}
.footer .contentArea .footerColumns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .footer .contentArea .footerColumns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer .contentArea .footerColumns .column {
  height: 100%;
  width: 50%;
}
.footer .contentArea .footerColumns .column:nth-of-type(2) {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .footer .contentArea .footerColumns .column {
    width: 100% !important;
  }
}
.footer .contentArea .footerColumns .column .logoBox .footerLogo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 220px;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .contentArea .footerColumns .column .logoBox .footerLogo {
    width: 148px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .contentArea .footerColumns .column .logoBox .footerLogo {
    width: 148px;
    margin: 0 auto;
  }
}
.footer .contentArea .footerColumns .column .logoBox .footerLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .contentArea .footerColumns .column .linksList,
.footer .contentArea .footerColumns .column .signUpTextContainer .signUpText,
.footer .contentArea .footerColumns .column .signUpTextContainer .signUpTextLink {
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .contentArea .footerColumns .column .linksList,
  .footer .contentArea .footerColumns .column .signUpTextContainer .signUpText,
  .footer .contentArea .footerColumns .column .signUpTextContainer .signUpTextLink {
    margin-top: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .contentArea .footerColumns .column .linksList,
  .footer .contentArea .footerColumns .column .signUpTextContainer .signUpText,
  .footer .contentArea .footerColumns .column .signUpTextContainer .signUpTextLink {
    margin-top: 40px;
  }
}
.footer .contentArea .footerColumns .column .linksList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .contentArea .footerColumns .column .linksList {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .contentArea .footerColumns .column .linksList {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 19px;
  }
}
.footer .contentArea .footerColumns .column .linksList .linksListItem .linksListItemLink {
  text-decoration: none;
  color: var(--white);
  font-family: var(--primary-regular-font);
  font-size: 18px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: left;
}
.footer .contentArea .footerColumns .column .linksList .linksListItem .linksListItemLink:hover {
  color: var(--white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .contentArea .footerColumns .column .linksList .linksListItem .linksListItemLink {
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .contentArea .footerColumns .column .linksList .linksListItem .linksListItemLink {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer .contentArea .footerColumns .column .socialLinksList {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 37.5px;
}
@media only screen and (max-width: 767px) {
  .footer .contentArea .footerColumns .column .socialLinksList {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
}
.footer .contentArea .footerColumns .column .socialLinksList .socialLinkItem figure {
  margin-bottom: 0;
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .contentArea .footerColumns .column .socialLinksList .socialLinkItem figure {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .contentArea .footerColumns .column .socialLinksList .socialLinkItem figure {
    height: 27px;
    width: 27px;
  }
}
.footer .contentArea .footerColumns .column .signUpTextContainer .signUpText,
.footer .contentArea .footerColumns .column .signUpTextContainer .signUpTextLink {
  font-family: var(--primary-regular-font);
  font-size: 18px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: right;
  color: var(--white);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .contentArea .footerColumns .column .signUpTextContainer .signUpText,
  .footer .contentArea .footerColumns .column .signUpTextContainer .signUpTextLink {
    font-size: 12px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .contentArea .footerColumns .column .signUpTextContainer .signUpText,
  .footer .contentArea .footerColumns .column .signUpTextContainer .signUpTextLink {
    font-size: 12px;
    text-align: center;
    line-height: normal;
  }
}
.footer .contentArea .footerColumns .column .signUpTextContainer .signUpTextLink {
  text-decoration: underline;
}
.footer .contentArea .important-note {
  margin-top: 96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 1500px) and (max-width: 1599px) {
  .footer .contentArea .important-note {
    width: 894px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .contentArea .important-note {
    width: 477px;
    margin-top: 51px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .contentArea .important-note {
    width: 100%;
    margin-top: 35px;
  }
}

.globalFooterWithOverlap {
  background: var(--secondary-color) url("../../../../assets/img/bgSVG/footerCurve.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 144% bottom !important;
  background-size: 46% !important;
  overflow: unset;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .globalFooterWithOverlap {
    background-position: left 50% bottom -6% !important;
    background-size: 100% !important;
  }
}
.globalFooterWithOverlap .contentArea {
  padding-top: 0px !important;
}
.globalFooterWithOverlap .overlappingSectionContent {
  position: relative;
  margin-top: -9%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .globalFooterWithOverlap .overlappingSectionContent {
    margin-top: -25%;
  }
}/*# sourceMappingURL=footer.css.map */