html {
  font-size: 20px;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.underline {
  text-decoration: underline !important;
}

div#primary {
  float: none;
}

.container-fluid {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container-fluid {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col {
  padding-left: 20px;
  padding-right: 20px;
}

.container-xl {
  max-width: 1118px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-small {
  max-width: 885px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

a {
  color: #31576D;
  transition: all 0.3s linear;
}
a:hover {
  color: #02eecd;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding-section-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.margin-section-large {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .margin-section-large {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .margin-section-large {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.margin-section-small {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .margin-section-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.link {
  text-decoration: underline;
  border-color: #02EECD;
  color: #02EECD;
}
.link:hover {
  border-color: #02EECD;
  color: #02EECD;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Roboto";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.w-form {
  margin: 0 0 15px;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #263539;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #EFDD2C;
}

.form-input {
  height: auto;
  min-height: 44px;
  margin-bottom: 0px;
  padding: 8px 12px;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #263539;
  background-color: #ffffff;
  color: #263539;
  font-size: 20px;
  line-height: 1.6;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #263539;
  color: #ffffff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.w-button:hover {
  background-color: transparent;
  color: #263539;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #263539;
  background-color: #263539;
  color: #ffffff;
  text-align: center;
}

input.w-button {
  -webkit-appearance: button;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.heading-style-h1 {
  font-family: "Outfit";
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: #31576D;
}
@media (max-width: 1340px) {
  .heading-style-h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1024px) {
  .heading-style-h1 {
    font-size: 29px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading-style-h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

.heading-style-h2 {
  font-family: "Quicksand";
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.heading-style-h3 {
  font-family: "Quicksand";
  font-size: 29px;
  font-weight: 700;
  line-height: 34px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.heading-style-h4 {
  font-family: "Quicksand";
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-h4 {
    font-size: 22px;
    line-height: 22px;
  }
}

.heading-style-h5 {
  font-family: "Outfit";
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-h5 {
    font-size: 20px;
  }
}

.heading-style-h6 {
  font-family: "Roboto";
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-h6 {
    font-size: 18px;
  }
}

.heading-style-padding {
  font-family: "Outfit";
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-padding {
    font-size: 18px;
  }
}

.container-fluid-right {
  padding-left: calc((100% - 1360px + 80px) / 2);
}
@media (max-width: 1199px) {
  .container-fluid-right {
    padding-left: calc((100% - 1010px + 80px) / 2);
  }
}
@media (max-width: 991px) {
  .container-fluid-right {
    padding-left: calc((100% - 800px + 80px) / 2);
  }
}
@media (max-width: 767px) {
  .container-fluid-right {
    padding-left: 45px;
  }
}

.bg-shape-sec {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-shape-sec.padding-bottom {
  padding-bottom: 123px;
  padding-top: 130px;
  margin-top: -130px;
}
@media (max-width: 1300px) {
  .bg-shape-sec.padding-bottom {
    padding-bottom: 80px;
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media (max-width: 1199px) {
  .bg-shape-sec.padding-bottom {
    padding-bottom: 60px;
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media (max-width: 1024px) {
  .bg-shape-sec.padding-bottom {
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: -50px;
  }
}

.text-right {
  text-align: right;
}

.text16-description {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .text16-description {
    font-size: 14px;
    line-height: 25px;
  }
}
.text16-description.lineheight-36 {
  line-height: 36px;
}
@media (max-width: 767px) {
  .text16-description.lineheight-36 {
    line-height: 25px;
  }
}
.text16-description.lineheight-36 p {
  line-height: 36px;
}
@media (max-width: 767px) {
  .text16-description.lineheight-36 p {
    line-height: 25px;
  }
}
.text16-description p {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .text16-description p {
    font-size: 14px;
    line-height: 25px;
  }
}

.bg-gradient {
  position: relative;
}
.bg-gradient::after {
  background: transparent linear-gradient(90deg, #262828 0%, #606261 10%, #929594 20%, #B5B9B8 30%, #CBCFCF 40%, #D6DBDA 50%, #DCE0E0 60%, #DDE2E2 70%, #DEE2E2 80%, #DEE2E2 90%, #DEE2E2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.12;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-gradient .container {
  position: relative;
  z-index: 1;
}
.bg-gradient .row {
  position: relative;
  z-index: 1;
}

.bg-gradient-2 {
  position: relative;
}
.bg-gradient-2::after {
  background: transparent linear-gradient(90deg, #262828 0%, #606261 10%, #929594 20%, #B5B9B8 30%, #CBCFCF 40%, #D6DBDA 50%, #DCE0E0 60%, #DDE2E2 70%, #DEE2E2 80%, #DEE2E2 90%, #DEE2E2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.12;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-gradient-2 .container {
  position: relative;
  z-index: 1;
}

.hide-add-to-cart .single_add_to_cart_button {
  display: none;
}
.hide-add-to-cart .qty {
  display: none;
}

.request-quote {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  order: 10;
  padding: 16px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #8a5620;
  background-color: #8a5620;
  color: #ffffff;
  text-align: center;
  min-width: 224px;
  border-radius: 5px;
  font-weight: 600;
  font-family: "Montserrat";
  transition: all 0.3s;
  line-height: 17px;
}
.request-quote:hover {
  border-color: #8a5620;
  background-color: transparent;
  color: #8a5620;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: calc(100% - 0px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 80px;
}

.hidden {
  display: none;
}

.popup-content {
  background-color: #ffffff;
  margin: 0px auto;
  padding: 0px;
  border: 1px solid #707070;
  max-width: 1382px;
  position: relative;
  width: calc(100% - 40px);
}
.popup-content .gform_wrapper {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 30px 40px;
}
.popup-content .gform_wrapper .gform_confirmation_message p {
  color: green;
  font-size: 22px;
}
.popup-content .gform_wrapper .gform_heading h2 {
  color: #31576D;
  margin-bottom: 15px;
  font-family: "Outfit";
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 991px) {
  .popup-content .gform_wrapper .gform_heading h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper .gform_heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.popup-content .gform_wrapper .gform_footer.top_label input {
  border-color: #EE8127 !important;
  background-color: #EE8127 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  border: 3px solid transparent !important;
  font-weight: 600 !important;
  outline: none !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding: 13px 10px !important;
  min-width: 224px !important;
}
.popup-content .gform_wrapper .gform_footer.top_label input:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: transparent !important;
  color: #EE8127 !important;
  border-color: #EE8127 !important;
}
.popup-content .gform_wrapper.gform-theme--framework .gform_validation_errors {
  background-color: #ffffff;
}
.popup-content .gform_wrapper.gform-theme--foundation .gform_fields {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper.gform-theme--foundation .gform_fields {
    display: block;
  }
}
.popup-content .gform_wrapper.gform-theme--foundation .gfield--type-name .ginput_complex span {
  margin: 0;
  padding: 0;
}
.popup-content .gform_wrapper.gform-theme--foundation .gform-grid-row {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper.gform-theme--foundation .gform-grid-row {
    display: grid;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper .gform_body .gfield {
    margin-bottom: 20px;
  }
}
.popup-content .gform_wrapper .gform_body .gfield.gfield_error input,
.popup-content .gform_wrapper .gform_body .gfield.gfield_error textarea {
  border-color: #c02b0a;
}
.popup-content .gform_wrapper .gform_body .gfield label {
  font-size: 16px;
  line-height: 1;
  color: #262828;
  letter-spacing: 0;
  font-weight: 500;
}
.popup-content .gform_wrapper .gform_body .gfield input,
.popup-content .gform_wrapper .gform_body .gfield textarea {
  border: 2px solid #252828;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
  color: #262828;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  outline: none;
  height: 48px;
}
.popup-content .gform_wrapper .gform_body .gfield input::-moz-placeholder, .popup-content .gform_wrapper .gform_body .gfield textarea::-moz-placeholder {
  font-size: 20px;
  line-height: 1;
  color: #4FE0FF;
  letter-spacing: 0;
  font-weight: 500;
  outline: none;
}
.popup-content .gform_wrapper .gform_body .gfield input::placeholder,
.popup-content .gform_wrapper .gform_body .gfield textarea::placeholder {
  font-size: 20px;
  line-height: 1;
  color: #4FE0FF;
  letter-spacing: 0;
  font-weight: 500;
  outline: none;
}
.popup-content .gform_wrapper .gform_body .gfield textarea {
  min-block-size: 98px;
  height: 98px;
}
.popup-content .gform_wrapper .gform_body .gfield .ginput_container_select select {
  border: 2px solid #252828;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
  color: #4FE0FF;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 500;
  outline: none;
  width: 100%;
  max-width: 100%;
  padding: 21px 30px;
  box-shadow: none;
  height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url(../images/select-bg.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 27px) center;
}
.popup-content .gform_wrapper .gform_footer {
  justify-content: flex-end;
  position: relative;
}
.popup-content .gform_wrapper .gform_footer span {
  position: absolute;
  right: 40;
}
.popup-content .gform_wrapper #gform_submit_button_1 {
  border-color: #02EECD;
  background-color: #02EECD;
  color: #ffffff;
  border-radius: 5px;
  border: 3px solid transparent;
  font-weight: 600;
  outline: none;
  font-size: 18px;
  line-height: 21px;
  padding: 13px 10px;
  min-width: 224px;
  box-shadow: none;
}
@media (max-width: 991px) {
  .popup-content .gform_wrapper #gform_submit_button_1 {
    margin-top: 22px;
  }
}
.popup-content .gform_wrapper #gform_submit_button_1.active, .popup-content .gform_wrapper #gform_submit_button_1:focus, .popup-content .gform_wrapper #gform_submit_button_1:hover {
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  color: #02EECD;
  border-color: #02EECD;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #EE8127;
  float: right;
  font-size: 38px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.wow {
  visibility: hidden;
}

.swiper-custom-arrow {
  display: flex;
  align-items: center;
  gap: 27px;
  justify-content: center;
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .swiper-custom-arrow {
    margin-top: 30px;
  }
}
.swiper-custom-arrow .mentalhealth-swiper-button-prev {
  background-image: url(../images/prev_arrow.svg);
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.swiper-custom-arrow .mentalhealth-swiper-button-prev:hover {
  background-image: url(../images/prev_arrow_hover.svg);
}
@media (max-width: 767px) {
  .swiper-custom-arrow .mentalhealth-swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.swiper-custom-arrow .mentalhealth-swiper-button-next {
  background-image: url(../images/next_arrow.svg);
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.swiper-custom-arrow .mentalhealth-swiper-button-next:hover {
  background-image: url(../images/next_arrow_hover.svg);
}
@media (max-width: 767px) {
  .swiper-custom-arrow .mentalhealth-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.section-calc-padding {
  padding-left: calc((100% - 1770px) / 2);
}
@media (max-width: 1850px) {
  .section-calc-padding {
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  .section-calc-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-gray-lighter {
  background: #F5F5F5;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-ExtraLight.eot");
  src: url("../fonts/Roboto/RobotoCondensed-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-ExtraLight.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-ExtraLight.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-ExtraLight.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-ExtraLight.svg#RobotoCondensed-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-Light.eot");
  src: url("../fonts/Roboto/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-Light.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-Light.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Light.svg#RobotoCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-Medium.eot");
  src: url("../fonts/Roboto/RobotoCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-Medium.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-Medium.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-Medium.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Medium.svg#RobotoCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-Regular.eot");
  src: url("../fonts/Roboto/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Regular.svg#RobotoCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-Thin.eot");
  src: url("../fonts/Roboto/RobotoCondensed-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-Thin.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-Thin.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-Thin.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Thin.svg#RobotoCondensed-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-SemiBold.eot");
  src: url("../fonts/Roboto/RobotoCondensed-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-SemiBold.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-SemiBold.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-SemiBold.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-SemiBold.svg#RobotoCondensed-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-Black.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-Black.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-Black.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-Black.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-Black.svg#RobotoSemiCondensed-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-Bold.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-Bold.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-Bold.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-Bold.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-Bold.svg#RobotoSemiCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-ExtraBold.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraBold.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraBold.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraBold.svg#RobotoSemiCondensed-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-Light.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-Light.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-Light.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-Light.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-Light.svg#RobotoSemiCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-Medium.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-Medium.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-Medium.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-Medium.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-Medium.svg#RobotoSemiCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-SemiBold.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-SemiBold.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-SemiBold.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-SemiBold.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-SemiBold.svg#RobotoSemiCondensed-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-Thin.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-Thin.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-Thin.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-Thin.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-Thin.svg#RobotoSemiCondensed-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Thin.eot");
  src: url("../fonts/Roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ExtraLight.eot");
  src: url("../fonts/Roboto/Roboto-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-ExtraLight.woff2") format("woff2"), url("../fonts/Roboto/Roboto-ExtraLight.woff") format("woff"), url("../fonts/Roboto/Roboto-ExtraLight.ttf") format("truetype"), url("../fonts/Roboto/Roboto-ExtraLight.svg#Roboto-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-LightItalic.eot");
  src: url("../fonts/Roboto/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/Roboto/Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-SemiBold.eot");
  src: url("../fonts/Roboto/Roboto-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-SemiBold.woff") format("woff"), url("../fonts/Roboto/Roboto-SemiBold.ttf") format("truetype"), url("../fonts/Roboto/Roboto-SemiBold.svg#Roboto-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ThinItalic.eot");
  src: url("../fonts/Roboto/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype"), url("../fonts/Roboto/Roboto-ThinItalic.svg#Roboto-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-Black.eot");
  src: url("../fonts/Roboto/RobotoCondensed-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-Black.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-Black.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-Black.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Black.svg#RobotoCondensed-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-Bold.eot");
  src: url("../fonts/Roboto/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-Bold.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Bold.svg#RobotoCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-ExtraBold.eot");
  src: url("../fonts/Roboto/RobotoCondensed-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-ExtraBold.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-ExtraBold.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-ExtraBold.svg#RobotoCondensed-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-ExtraLightItalic.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraLightItalic.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraLightItalic.svg#RobotoSemiCondensed-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-Italic.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-Italic.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-Italic.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-Italic.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-Italic.svg#RobotoSemiCondensed-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-LightItalic.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-LightItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-LightItalic.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-LightItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-LightItalic.svg#RobotoSemiCondensed-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-MediumItalic.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-MediumItalic.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-MediumItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-MediumItalic.svg#RobotoSemiCondensed-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-Regular.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-Regular.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-Regular.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-Regular.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-Regular.svg#RobotoSemiCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-SemiBoldItalic.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-SemiBoldItalic.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-SemiBoldItalic.svg#RobotoSemiCondensed-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.eot");
  src: url("../fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Black.woff") format("woff"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-ThinItalic.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-ThinItalic.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-ThinItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-ThinItalic.svg#RobotoSemiCondensed-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ExtraBold.eot");
  src: url("../fonts/Roboto/Roboto-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-ExtraBold.woff") format("woff"), url("../fonts/Roboto/Roboto-ExtraBold.ttf") format("truetype"), url("../fonts/Roboto/Roboto-ExtraBold.svg#Roboto-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-BlackItalic.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-BlackItalic.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-BlackItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-BlackItalic.svg#RobotoSemiCondensed-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-ThinItalic.eot");
  src: url("../fonts/Roboto/RobotoCondensed-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-ThinItalic.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-ThinItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-ThinItalic.svg#RobotoCondensed-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-SemiBoldItalic.eot");
  src: url("../fonts/Roboto/RobotoCondensed-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-SemiBoldItalic.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-SemiBoldItalic.svg#RobotoCondensed-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-BoldItalic.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-BoldItalic.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-BoldItalic.svg#RobotoSemiCondensed-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-ExtraLight.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraLight.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraLight.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraLight.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraLight.svg#RobotoSemiCondensed-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/Roboto/RobotoSemiCondensed-ExtraBoldItalic.eot");
  src: url("../fonts/Roboto/RobotoSemiCondensed-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraBoldItalic.woff") format("woff"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoSemiCondensed-ExtraBoldItalic.svg#RobotoSemiCondensed-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BlackItalic.eot");
  src: url("../fonts/Roboto/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype"), url("../fonts/Roboto/Roboto-BlackItalic.svg#Roboto-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ExtraBoldItalic.eot");
  src: url("../fonts/Roboto/Roboto-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-ExtraBoldItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Roboto/Roboto-ExtraBoldItalic.svg#Roboto-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BoldItalic.eot");
  src: url("../fonts/Roboto/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ExtraLightItalic.eot");
  src: url("../fonts/Roboto/Roboto-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-ExtraLightItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Roboto/Roboto-ExtraLightItalic.svg#Roboto-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Italic.eot");
  src: url("../fonts/Roboto/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-MediumItalic.eot");
  src: url("../fonts/Roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype"), url("../fonts/Roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-SemiBoldItalic.eot");
  src: url("../fonts/Roboto/Roboto-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-SemiBoldItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Roboto/Roboto-SemiBoldItalic.svg#Roboto-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-BlackItalic.eot");
  src: url("../fonts/Roboto/RobotoCondensed-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-BlackItalic.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-BlackItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-BlackItalic.svg#RobotoCondensed-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-BoldItalic.eot");
  src: url("../fonts/Roboto/RobotoCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-BoldItalic.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-BoldItalic.svg#RobotoCondensed-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-ExtraBoldItalic.eot");
  src: url("../fonts/Roboto/RobotoCondensed-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-ExtraBoldItalic.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-ExtraBoldItalic.svg#RobotoCondensed-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-Italic.eot");
  src: url("../fonts/Roboto/RobotoCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-Italic.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-Italic.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-Italic.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Italic.svg#RobotoCondensed-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-ExtraLightItalic.eot");
  src: url("../fonts/Roboto/RobotoCondensed-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-ExtraLightItalic.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-ExtraLightItalic.svg#RobotoCondensed-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-LightItalic.eot");
  src: url("../fonts/Roboto/RobotoCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-LightItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-LightItalic.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-LightItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-LightItalic.svg#RobotoCondensed-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto/RobotoCondensed-MediumItalic.eot");
  src: url("../fonts/Roboto/RobotoCondensed-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensed-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto/RobotoCondensed-MediumItalic.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed-MediumItalic.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-MediumItalic.svg#RobotoCondensed-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-Light.eot");
  src: url("../fonts/Outfits/Outfit-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfits/Outfit-Light.woff2") format("woff2"), url("../fonts/Outfits/Outfit-Light.woff") format("woff"), url("../fonts/Outfits/Outfit-Light.ttf") format("truetype"), url("../fonts/Outfits/Outfit-Light.svg#Outfit-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-Regular.eot");
  src: url("../fonts/Outfits/Outfit-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfits/Outfit-Regular.woff2") format("woff2"), url("../fonts/Outfits/Outfit-Regular.woff") format("woff"), url("../fonts/Outfits/Outfit-Regular.ttf") format("truetype"), url("../fonts/Outfits/Outfit-Regular.svg#Outfit-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-Medium.eot");
  src: url("../fonts/Outfits/Outfit-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfits/Outfit-Medium.woff2") format("woff2"), url("../fonts/Outfits/Outfit-Medium.woff") format("woff"), url("../fonts/Outfits/Outfit-Medium.ttf") format("truetype"), url("../fonts/Outfits/Outfit-Medium.svg#Outfit-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-SemiBold.eot");
  src: url("../fonts/Outfits/Outfit-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfits/Outfit-SemiBold.woff2") format("woff2"), url("../fonts/Outfits/Outfit-SemiBold.woff") format("woff"), url("../fonts/Outfits/Outfit-SemiBold.ttf") format("truetype"), url("../fonts/Outfits/Outfit-SemiBold.svg#Outfit-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-Thin.eot");
  src: url("../fonts/Outfits/Outfit-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfits/Outfit-Thin.woff2") format("woff2"), url("../fonts/Outfits/Outfit-Thin.woff") format("woff"), url("../fonts/Outfits/Outfit-Thin.ttf") format("truetype"), url("../fonts/Outfits/Outfit-Thin.svg#Outfit-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-Black.eot");
  src: url("../fonts/Outfits/Outfit-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfits/Outfit-Black.woff2") format("woff2"), url("../fonts/Outfits/Outfit-Black.woff") format("woff"), url("../fonts/Outfits/Outfit-Black.ttf") format("truetype"), url("../fonts/Outfits/Outfit-Black.svg#Outfit-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-ExtraBold.eot");
  src: url("../fonts/Outfits/Outfit-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfits/Outfit-ExtraBold.woff2") format("woff2"), url("../fonts/Outfits/Outfit-ExtraBold.woff") format("woff"), url("../fonts/Outfits/Outfit-ExtraBold.ttf") format("truetype"), url("../fonts/Outfits/Outfit-ExtraBold.svg#Outfit-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-ExtraLight.eot");
  src: url("../fonts/Outfits/Outfit-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfits/Outfit-ExtraLight.woff2") format("woff2"), url("../fonts/Outfits/Outfit-ExtraLight.woff") format("woff"), url("../fonts/Outfits/Outfit-ExtraLight.ttf") format("truetype"), url("../fonts/Outfits/Outfit-ExtraLight.svg#Outfit-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfits/Outfit-Bold.eot");
  src: url("../fonts/Outfits/Outfit-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Outfits/Outfit-Bold.woff2") format("woff2"), url("../fonts/Outfits/Outfit-Bold.woff") format("woff"), url("../fonts/Outfits/Outfit-Bold.ttf") format("truetype"), url("../fonts/Outfits/Outfit-Bold.svg#Outfit-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quick/Quicksand-Medium.eot");
  src: url("../fonts/Quick/Quicksand-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Quick/Quicksand-Medium.woff2") format("woff2"), url("../fonts/Quick/Quicksand-Medium.woff") format("woff"), url("../fonts/Quick/Quicksand-Medium.ttf") format("truetype"), url("../fonts/Quick/Quicksand-Medium.svg#Quicksand-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quick/Quicksand-Regular.eot");
  src: url("../fonts/Quick/Quicksand-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Quick/Quicksand-Regular.woff2") format("woff2"), url("../fonts/Quick/Quicksand-Regular.woff") format("woff"), url("../fonts/Quick/Quicksand-Regular.ttf") format("truetype"), url("../fonts/Quick/Quicksand-Regular.svg#Quicksand-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quick/Quicksand-SemiBold.eot");
  src: url("../fonts/Quick/Quicksand-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Quick/Quicksand-SemiBold.woff2") format("woff2"), url("../fonts/Quick/Quicksand-SemiBold.woff") format("woff"), url("../fonts/Quick/Quicksand-SemiBold.ttf") format("truetype"), url("../fonts/Quick/Quicksand-SemiBold.svg#Quicksand-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quick/Quicksand-Light.eot");
  src: url("../fonts/Quick/Quicksand-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Quick/Quicksand-Light.woff2") format("woff2"), url("../fonts/Quick/Quicksand-Light.woff") format("woff"), url("../fonts/Quick/Quicksand-Light.ttf") format("truetype"), url("../fonts/Quick/Quicksand-Light.svg#Quicksand-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quick/Quicksand-Bold.eot");
  src: url("../fonts/Quick/Quicksand-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Quick/Quicksand-Bold.woff2") format("woff2"), url("../fonts/Quick/Quicksand-Bold.woff") format("woff"), url("../fonts/Quick/Quicksand-Bold.ttf") format("truetype"), url("../fonts/Quick/Quicksand-Bold.svg#Quicksand-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #263539;
  font-family: "Roboto";
}
body a:focus {
  outline: none;
}
body input:focus {
  outline: none;
}
body textarea:focus {
  outline: none;
}
body button:focus {
  outline: none;
}

.body-small-text {
  color: #31576D;
  font-size: 14px;
  line-height: 19px;
}

p {
  margin-bottom: 32px;
}
p:last-child {
  margin-bottom: 0 !important;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-family: "Outfit";
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  color: #31576D;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

h2 {
  font-family: "Quicksand";
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
  color: #31576D;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

h3 {
  font-family: "Quicksand";
  font-size: 29px;
  font-weight: 700;
  line-height: 34px;
  color: #31576D;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

h4 {
  font-family: "Quicksand";
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  color: #31576D;
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
    line-height: 22px;
  }
}

h5 {
  font-family: "Outfit";
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  color: #31576D;
}
@media (max-width: 767px) {
  h5 {
    font-size: 22px;
    line-height: 28px;
  }
}

h6 {
  font-family: "Roboto";
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  color: #31576D;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

header {
  padding: 26px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 991px) {
  header {
    position: sticky;
    background-color: #31576D;
    padding: 15px 0;
  }
}
header .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
  position: static;
}
header .nav-container .site-branding a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav-container .site-branding a img {
  max-width: 305px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1199px) {
  header .nav-container .site-branding a img {
    max-width: 230px;
  }
}
@media (max-width: 991px) {
  header .nav-container .site-branding a img {
    max-width: 180px;
  }
}
header .nav-container .nav-items {
  display: flex;
  flex-flow: column;
  gap: 35px;
  width: 100%;
  max-width: calc(100% - 335px);
}
@media (max-width: 1199px) {
  header .nav-container .nav-items {
    gap: 30px;
    max-width: calc(100% - 260px);
  }
}
header .nav-container .nav-items .navigation-menubar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-flow: wrap;
}
@media (max-width: 991px) {
  header .nav-container .nav-items .navigation-menubar {
    display: none;
  }
}
header.is-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: bar 1s ease;
  background-color: #31576D;
  padding: 15px 0;
  z-index: 99;
}
@media (max-width: 991px) {
  header.is-sticky {
    -webkit-animation: none;
    position: sticky;
  }
}
@media (min-width: 992px) {
  header.is-sticky .nav-container .nav-items {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  header.is-sticky .nav-container .nav-items .navigation-menubar {
    display: none;
  }
}
header.is-sticky .nav-container .site-branding a img {
  max-width: 200px;
}
@media (max-width: 991px) {
  header.is-sticky .nav-container .site-branding a img {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  header.is-sticky .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu {
    margin-top: 31px;
  }
}
header .btn.active:hover {
  color: #02EECD;
  background: transparent;
}

@media (mac-width: 992px) {
  html.mega-menu-header-menu-off-canvas-open body {
    overflow: hidden;
  }
}
.main-navigation .mobile-menu-topbar {
  margin: 12px 0;
}
@media (min-width: 992px) {
  .main-navigation .mobile-menu-topbar {
    display: none;
  }
}
.main-navigation #mega-menu-wrap-header-menu .mega-menu-toggle {
  background: transparent;
}
.main-navigation #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open:after {
  display: none;
}
.main-navigation #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 35px;
}
.main-navigation #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box .mega-toggle-animated-inner {
  background-color: #fff;
}
.main-navigation #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box .mega-toggle-animated-inner:after, .main-navigation #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box .mega-toggle-animated-inner:before {
  background-color: #fff;
}
.main-navigation #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 0;
}
.main-navigation #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu {
    position: static;
    display: flex;
    justify-content: end;
    gap: 40px;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu {
    gap: 24px;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu {
    gap: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu {
    gap: 18px;
  }
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu {
    top: 77px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item {
    border-bottom: 1px solid #fff;
    padding: 12px 0;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Outfit";
  line-height: 21px;
  height: auto;
  background: transparent;
  transition: all 0.4s;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link {
    gap: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:focus {
  background: transparent;
  color: #00BBE3;
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:focus {
    color: #02eecd;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:hover .mega-indicator:after {
  filter: brightness(0) saturate(100%) invert(69%) sepia(30%) saturate(5541%) hue-rotate(146deg) brightness(92%) contrast(103%);
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:hover .mega-indicator:after {
    filter: brightness(0) saturate(100%) invert(98%) sepia(86%) saturate(5414%) hue-rotate(83deg) brightness(105%) contrast(107%);
  }
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link .mega-indicator {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: right;
    padding-right: 9px;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link .mega-indicator:after {
  background-image: url(../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(234%) hue-rotate(250deg) brightness(119%) contrast(100%);
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link .mega-indicator:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7500%) hue-rotate(238deg) brightness(102%) contrast(100%);
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:hover {
  background: transparent;
  color: #00BBE3;
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #02eecd;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-current-menu-item > a {
  color: #00BBE3 !important;
  background: transparent;
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-current-menu-item > a {
    color: #02eecd !important;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-current-menu-item > a .mega-indicator:after {
  filter: brightness(0) saturate(100%) invert(69%) sepia(30%) saturate(5541%) hue-rotate(146deg) brightness(92%) contrast(103%);
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-current-menu-item > a .mega-indicator:after {
    filter: brightness(0) saturate(100%) invert(64%) sepia(82%) saturate(1672%) hue-rotate(122deg) brightness(106%) contrast(98%);
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on a {
  color: #00BBE3;
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on a {
    color: #02eecd;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on a .mega-indicator:after {
  transform: rotate(180deg);
  transition: 0.4s;
  filter: brightness(0) saturate(100%) invert(69%) sepia(30%) saturate(5541%) hue-rotate(146deg) brightness(92%) contrast(103%);
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on a .mega-indicator:after {
    filter: brightness(0) saturate(100%) invert(98%) sepia(86%) saturate(5414%) hue-rotate(83deg) brightness(105%) contrast(107%);
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu {
  background-color: #fff;
  background: linear-gradient(to bottom, white, #ffffff);
  box-shadow: 0px 12px 64px rgba(0, 0, 0, 0.06);
  margin-top: 27px;
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu {
    margin-top: 12px;
    padding: 0;
    float: none;
  }
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row {
    float: none;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-megamenu-leftsec .mega-sub-menu {
  height: 100%;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-megamenu-leftsec .mega-sub-menu li.mega-menu-item {
  height: 100%;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-megamenu-rightsec {
  padding: 78px 58px 95px 58px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1199px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-megamenu-rightsec {
    padding: 35px 35px 70px 35px;
  }
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-megamenu-rightsec {
    padding: 2px 12px 12px 12px;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-megamenu-rightsec .mega-sub-menu {
  max-width: 686px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-megamenu-rightsec .mega-sub-menu {
    max-width: 100%;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu .widget_text a {
  font-size: 26px;
  font-weight: 600;
  padding-left: 20px;
  font-family: "Outfit";
  position: relative;
  color: #31576D;
  text-decoration: none;
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu .widget_text a {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu .widget_text a:hover {
  color: #00BBE3;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu .widget_text a:before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url(../images/Arrow-blue.svg);
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(1293%) hue-rotate(158deg) brightness(92%) contrast(89%);
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.widget_media_image {
  padding: 0 !important;
  line-height: 0;
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.widget_media_image {
    display: none;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.widget_media_image img {
  border-bottom-right-radius: 376px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.widget_media_image img {
    height: 400px !important;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item {
  padding: 0;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item .menu {
  -moz-columns: 2;
       columns: 2;
  gap: 56px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item .menu {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item .menu {
    -moz-columns: 1;
         columns: 1;
    max-width: 100%;
    gap: 0;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item .menu li {
  border-top: 1px dotted #AEE1FF;
  border-bottom: 1px dotted #AEE1FF;
  padding: 12px 0;
  margin-top: -0.8px;
  padding: 12px 0;
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item .menu li {
    padding: 10px 0;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item .menu a {
  font-size: 18px;
  line-height: 21px;
  font-family: "Outfit";
  color: #31576D;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item .menu a {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item .menu a {
    font-size: 16px;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item .menu a:hover {
  color: #00BBE3;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu li.mega-menu-item .menu a:before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url(../images/Arrow-blue.svg);
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(1293%) hue-rotate(158deg) brightness(92%) contrast(89%);
}
.main-navigation #mega-menu-wrap-header-menu {
  background: transparent;
  position: static;
}
.main-navigation #mega-menu-wrap-header-menu .mega-close {
  display: none !important;
}

.white-header header {
  position: unset;
  background: #ffffff !important;
  border-bottom: 1px solid #00BBE3;
}
.white-header header.is-sticky {
  position: fixed;
}
@media (max-width: 991px) {
  .white-header header {
    position: sticky;
  }
}
.white-header header .main-navigation .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box .mega-toggle-animated-inner {
  background-color: #263539 !important;
}
.white-header header .main-navigation .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box .mega-toggle-animated-inner:after, .white-header header .main-navigation .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box .mega-toggle-animated-inner:before {
  background-color: #263539 !important;
}
@media (min-width: 992px) {
  .white-header header .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link {
    color: #31576D;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1099px) {
  .white-header header .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .white-header header .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link .mega-indicator:after {
    filter: brightness(0) saturate(100%) invert(55%) sepia(77%) saturate(3927%) hue-rotate(158deg) brightness(106%) contrast(103%);
  }
  .white-header header .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:hover {
    background: transparent;
    color: #00BBE3;
  }
  .white-header header .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on a {
    color: #00BBE3;
  }
  .white-header header .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on a .mega-indicator:after {
    transform: rotate(180deg);
    transition: 0.4s;
  }
}
.white-header header .nav-container .nav-items .navigation-menubar .btn {
  border-color: #02EECD;
}

.mobile-topbarmenu {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .mobile-topbarmenu {
    display: none;
  }
}
.mobile-topbarmenu ul {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-topbarmenu ul .btn.active:hover {
  color: #fff;
  border-color: #fff;
}

footer {
  border-top: 32px solid #02EECD;
  background: #263539;
}
footer > .container-fluid {
  padding-top: 35px;
  padding-bottom: 58px;
}
@media (max-width: 767px) {
  footer > .container-fluid {
    padding-bottom: 35px;
  }
}
footer > .container-fluid .inner-footer {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 180px;
}
@media (max-width: 1600px) {
  footer > .container-fluid .inner-footer {
    gap: 100px;
  }
}
@media (max-width: 1390px) {
  footer > .container-fluid .inner-footer {
    gap: 0px;
  }
}
@media (max-width: 1199px) {
  footer > .container-fluid .inner-footer {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  footer > .container-fluid .inner-footer {
    gap: 30px;
  }
}
footer > .container-fluid .inner-footer .left {
  width: 100%;
  max-width: calc(72% - 90px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  footer > .container-fluid .inner-footer .left {
    max-width: calc(72% - 50px);
  }
}
@media (max-width: 1199px) {
  footer > .container-fluid .inner-footer .left {
    max-width: calc(71% - 25px);
  }
}
@media (max-width: 1024px) {
  footer > .container-fluid .inner-footer .left {
    max-width: calc(71% - 15px);
  }
}
@media (max-width: 991px) {
  footer > .container-fluid .inner-footer .left {
    max-width: calc(60% - 15px);
  }
}
@media (max-width: 767px) {
  footer > .container-fluid .inner-footer .left {
    max-width: calc(50% - 15px);
    gap: 30px;
  }
}
@media (max-width: 600px) {
  footer > .container-fluid .inner-footer .left {
    order: 2;
    max-width: 100%;
  }
}
footer > .container-fluid .inner-footer .left .left-top {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 140px;
}
@media (max-width: 1600px) {
  footer > .container-fluid .inner-footer .left .left-top {
    gap: 80px;
  }
}
@media (max-width: 1299px) {
  footer > .container-fluid .inner-footer .left .left-top {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  footer > .container-fluid .inner-footer .left .left-top {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  footer > .container-fluid .inner-footer .left .left-top {
    gap: 20px;
  }
}
footer > .container-fluid .inner-footer .left .left-top a:hover {
  text-decoration: underline;
}
footer > .container-fluid .inner-footer .left .left-top .menu_1 {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 1299px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_1 {
    max-width: calc(30% - 25px);
  }
}
@media (max-width: 1199px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_1 {
    max-width: calc(30% - 15px);
  }
}
@media (max-width: 1024px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_1 {
    max-width: calc(30% - 10px);
  }
}
@media (max-width: 991px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_1 {
    max-width: 100%;
  }
}
footer > .container-fluid .inner-footer .left .left-top .menu_1 ul li {
  margin-top: 2px;
}
footer > .container-fluid .inner-footer .left .left-top .menu_1 ul li:first-child {
  margin-top: 0;
}
footer > .container-fluid .inner-footer .left .left-top .menu_1 a {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Quicksand";
  text-decoration: none;
}
footer > .container-fluid .inner-footer .left .left-top .menu_1 a:hover {
  color: #02eecd;
}
@media (max-width: 1199px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_1 a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_1 a {
    font-size: 14px;
  }
}
footer > .container-fluid .inner-footer .left .left-top .menu_2 {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  max-width: calc(100% - 340px);
}
@media (max-width: 1600px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_2 {
    max-width: calc(100% - 280px);
    gap: 50px;
  }
}
@media (max-width: 1299px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_2 {
    max-width: calc(70% - 25px);
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_2 {
    max-width: calc(70% - 15px);
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_2 {
    max-width: calc(70% - 10px);
    gap: 20px;
  }
}
@media (max-width: 991px) {
  footer > .container-fluid .inner-footer .left .left-top .menu_2 {
    display: none;
  }
}
footer > .container-fluid .inner-footer .left .left-top .menu_2 ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
footer > .container-fluid .inner-footer .left .left-top .menu_2 ul li {
  line-height: 1.1;
}
footer > .container-fluid .inner-footer .left .left-top .menu_2 ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
  text-decoration: none;
}
footer > .container-fluid .inner-footer .left .left-top .menu_2 ul li a:hover {
  color: #02eecd;
}
footer > .container-fluid .inner-footer .left .left-top .menu_2 ul li:first-child a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #4FE0FF;
  margin-bottom: 6px;
  display: block;
  font-family: "Outfit";
}
footer > .container-fluid .inner-footer .left .left-top .menu_2 > div {
  width: auto;
}
footer > .container-fluid .inner-footer .left .left-bottom {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 767px) {
  footer > .container-fluid .inner-footer .left .left-bottom {
    gap: 30px;
    flex-flow: column;
  }
}
footer > .container-fluid .inner-footer .left .left-bottom .logo {
  display: flex;
  flex-flow: column;
}
@media (max-width: 767px) {
  footer > .container-fluid .inner-footer .left .left-bottom .logo {
    gap: 30px;
  }
}
footer > .container-fluid .inner-footer .left .left-bottom .logo .heading-style-h6 {
  color: #00BBE3;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  max-width: 225px;
  margin-left: 72px;
  font-family: "Outfit";
  margin-bottom: 0;
}
@media (max-width: 991px) {
  footer > .container-fluid .inner-footer .left .left-bottom .logo .heading-style-h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  footer > .container-fluid .inner-footer .left .left-bottom .logo .heading-style-h6 {
    margin-left: 0;
  }
}
footer > .container-fluid .inner-footer .left .left-bottom .logo a {
  line-height: 0;
}
footer > .container-fluid .inner-footer .right {
  width: 100%;
  max-width: calc(28% - 90px);
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 45px;
}
@media (max-width: 1600px) {
  footer > .container-fluid .inner-footer .right {
    max-width: calc(28% - 50px);
  }
}
@media (max-width: 1199px) {
  footer > .container-fluid .inner-footer .right {
    max-width: calc(29% - 25px);
  }
}
@media (max-width: 1024px) {
  footer > .container-fluid .inner-footer .right {
    max-width: calc(29% - 15px);
  }
}
@media (max-width: 991px) {
  footer > .container-fluid .inner-footer .right {
    max-width: calc(40% - 15px);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  footer > .container-fluid .inner-footer .right {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  footer > .container-fluid .inner-footer .right {
    max-width: 100%;
    order: 1;
    align-items: flex-start;
  }
}
footer > .container-fluid .inner-footer .right .right-top {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
footer > .container-fluid .inner-footer .right .right-top .social {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1400px) {
  footer > .container-fluid .inner-footer .right .right-top .social {
    gap: 10px;
  }
}
footer > .container-fluid .inner-footer .right .right-top .social a {
  width: 42px;
  height: 42px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff;
  transition: all 0.3s linear;
}
footer > .container-fluid .inner-footer .right .right-top .social a:hover {
  background: #02EECD;
  border-color: #02EECD;
}
footer > .container-fluid .inner-footer .right .right-top .btn-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
footer > .container-fluid .inner-footer .right .right-top .btn-wrap .btn:first-child {
  border-color: #04D3FF;
  background: #04D3FF;
}
footer > .container-fluid .inner-footer .right .right-top .btn-wrap .btn:first-child:hover {
  color: #04D3FF;
  background: transparent;
}
footer > .container-fluid .inner-footer .right .right-top .btn-wrap .btn:last-child {
  border-color: #02EECD;
  background: #02EECD;
}
footer > .container-fluid .inner-footer .right .right-top .btn-wrap .btn:last-child:hover {
  color: #02EECD;
  background: transparent;
}
footer > .container-fluid .inner-footer .right .right-bottom .address_with_icon {
  padding-bottom: 14px;
  position: relative;
}
footer > .container-fluid .inner-footer .right .right-bottom .address_with_icon:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 1px;
  content: "";
  background: #ffffff;
}
@media (max-width: 600px) {
  footer > .container-fluid .inner-footer .right .right-bottom .address_with_icon:before {
    right: auto;
  }
}
footer > .container-fluid .inner-footer .right .right-bottom .address_with_icon ul {
  display: flex;
  flex-flow: column;
  gap: 2px;
  align-items: flex-end;
}
@media (max-width: 600px) {
  footer > .container-fluid .inner-footer .right .right-bottom .address_with_icon ul {
    align-items: flex-start;
  }
}
footer > .container-fluid .inner-footer .right .right-bottom .address_with_icon ul li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 4px;
}
footer > .container-fluid .inner-footer .right .right-bottom .address_with_icon ul li:hover a {
  color: #4FE0FF;
}
footer > .container-fluid .inner-footer .right .right-bottom .address_with_icon ul li:hover img {
  filter: brightness(0) saturate(100%) invert(80%) sepia(57%) saturate(2560%) hue-rotate(163deg) brightness(106%) contrast(101%);
}
footer > .container-fluid .inner-footer .right .right-bottom .address_with_icon ul li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Outfit";
  color: #ffffff;
  text-decoration: none;
}
footer > .container-fluid .inner-footer .right .right-bottom .address {
  padding-top: 14px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 8px;
}
@media (max-width: 600px) {
  footer > .container-fluid .inner-footer .right .right-bottom .address {
    align-items: flex-start;
    gap: 30px;
  }
}
footer > .container-fluid .inner-footer .right .right-bottom .address p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  text-align: right;
  font-family: "Outfit";
}
@media (max-width: 600px) {
  footer > .container-fluid .inner-footer .right .right-bottom .address p {
    text-align: left;
  }
}
footer > .container-fluid .inner-footer .right .right-bottom .address p:last-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
footer > .container-fluid .inner-footer .right .right-bottom .address p:last-child br {
  display: none;
}
footer > .container-fluid .inner-footer .right .right-bottom .address p span {
  display: block;
}
footer .bottom-footer {
  background: #ffffff;
}
footer .bottom-footer .inner-html {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  gap: 30px;
  padding-top: 19px;
  padding-bottom: 19px;
}
@media (max-width: 767px) {
  footer .bottom-footer .inner-html {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  footer .bottom-footer .inner-html {
    flex-flow: column;
    align-items: flex-start;
    gap: 10px;
  }
}
footer .bottom-footer .inner-html ul {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  footer .bottom-footer .inner-html ul {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  footer .bottom-footer .inner-html ul {
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
  }
}
footer .bottom-footer .inner-html ul a {
  color: #023E5A;
  font-size: 11px;
  line-height: 19px;
  font-weight: 400;
  transition: all 0.3s linear;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
}
footer .bottom-footer .inner-html ul a:hover {
  text-decoration: underline;
}
footer .bottom-footer .inner-html p {
  font-size: 11px;
  line-height: 19px;
  font-weight: 400;
  color: #023E5A;
  font-family: "DM Sans", sans-serif;
}

.our-community-page footer {
  border-color: #02EECD;
}

.top-button {
  border: 0;
  position: fixed;
  right: 75px;
  bottom: 130px;
  padding: 0;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 1440px) {
  .top-button {
    right: 70px;
  }
}
@media (max-width: 1199px) {
  .top-button {
    right: 30px;
  }
}
@media (max-width: 991px) {
  .top-button {
    bottom: 20px;
  }
}
.top-button svg {
  color: #fff;
}
@media (max-width: 991px) {
  .top-button svg {
    width: 40px;
    height: 40px;
  }
}
.top-button rect {
  fill: #00BBE3;
  transition: all 0.4s;
}
.top-button:hover rect {
  fill: #263539;
}
.top-button path {
  color: #ffffff;
  transition: all 0.4s;
}

.btn {
  border: 1px solid;
  padding: 8px 16px 8px 16px;
  line-height: 14px;
  border-radius: 32px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: none !important;
  text-transform: capitalize;
  font-family: "Outfit";
  transition: all 0.3s ease-in-out;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #263539;
  outline: none;
}
.btn.is-alternate {
  background-color: #02EECD;
  color: #263539;
  border-color: #02EECD;
}
.btn.is-alternate:focus, .btn.is-alternate:hover {
  background-color: #02EECD;
  color: #263539;
  border-color: #02EECD;
}
.btn.active, .btn:focus, .btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #02EECD;
  color: #263539;
  border-color: #02EECD;
}
.btn.primary-btn {
  border-color: #02EECD;
  background-color: #02EECD;
  color: #ffffff;
}
.btn.primary-btn.active, .btn.primary-btn:focus, .btn.primary-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #02EECD;
  color: #02EECD;
  border-color: #02EECD;
}
.btn.secondary-btn {
  background-color: #EFDD2C;
  color: #263539;
  border-color: #EFDD2C;
}
.btn.secondary-btn.active, .btn.secondary-btn:focus, .btn.secondary-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #02EECD;
  color: #ffffff;
  border-color: #02EECD;
}
.btn.blue {
  background-color: #31576D;
  border-color: #31576D;
  color: #ffffff;
  padding: 12px 16px;
}
.btn.blue.active, .btn.blue:focus, .btn.blue:hover {
  transition: all 0.3s ease-in-out;
  background-color: #4FE0FF;
  border-color: #4FE0FF;
  color: #31576D;
}
.btn.dark-blue {
  background-color: #4FE0FF;
  border-color: #4FE0FF;
  color: #31576D;
  padding: 12px 16px;
}
.btn.dark-blue.active, .btn.dark-blue:focus, .btn.dark-blue:hover {
  transition: all 0.3s ease-in-out;
  background-color: #31576D;
  border-color: #31576D;
  color: #ffffff;
}
.btn.home-btn {
  background-color: #02EECD;
  color: #ffffff;
  border-color: #02EECD;
  line-height: 1;
}
.btn.home-btn.active, .btn.home-btn:focus, .btn.home-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #02EECD;
  color: #ffffff;
  border-color: #02EECD;
}
.btn.white-btn {
  background-color: #02EECD;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.white-btn.active, .btn.white-btn:focus, .btn.white-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  color: #263539;
  border-color: #ffffff;
}

section.home_hero {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
section.home_hero:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/Hero_Shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 336px;
  mix-blend-mode: multiply;
}
section.home_hero .col-full {
  background-image: url("../images/Home_Hero_Shape.png");
  background-position: center -10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 15px;
}
section.home_hero .video-html {
  -webkit-mask-image: url(../images/Home_Hero_Shape.png);
  -webkit-mask-position: center -8px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  overflow: hidden;
}
section.home_hero .video-html video,
section.home_hero .video-html iframe {
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
  pointer-events: none;
}
@media (max-width: 1025px) {
  section.home_hero .video-html video,
  section.home_hero .video-html iframe {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  section.home_hero .video-html video,
  section.home_hero .video-html iframe {
    min-height: 450px;
  }
}
section.home_hero .video-html button {
  position: absolute;
  bottom: 125px;
  right: 33px;
  padding: 0;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
section.home_hero .video-html button.muted .unmute {
  display: none;
}
section.home_hero .video-html button.muted.mutevideo .unmute {
  display: block;
}
section.home_hero .video-html button.muted.mutevideo .mute {
  display: none;
}
@media (max-width: 991px) {
  section.home_hero .video-html button {
    bottom: 100px;
  }
}
section.home_hero .inner-html {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
  z-index: 1;
}
section.home_hero .inner-html h1 {
  text-align: center;
  letter-spacing: 0;
  text-shadow: 4px 4px 26px rgba(0, 0, 0, 0.16);
  margin: 0;
  color: #ffffff;
}

.brings-here {
  display: flex;
  flex-flow: column;
  gap: 45px;
}
@media (max-width: 1340px) {
  .brings-here {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .brings-here {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .brings-here .brings-here {
    gap: 20px;
  }
}
.brings-here h2 {
  margin-bottom: 0;
}
.brings-here .content {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 35px;
  justify-content: center;
}
@media (max-width: 1340px) {
  .brings-here .content {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .brings-here .content {
    flex-flow: unset;
    gap: 0;
    padding-bottom: 60px;
  }
}
.brings-here .content .content-box {
  background: #02EECD;
  border-radius: 52px;
  border: 5px solid #ffffff;
  width: 100%;
  max-width: calc(25% - 27px);
  display: flex;
  flex-flow: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 40px 29px 30px;
  transition: all 0.3s linear;
}
.brings-here .content .content-box:hover {
  background: #4FE0FF;
}
@media (max-width: 1340px) {
  .brings-here .content .content-box {
    max-width: calc(25% - 23px);
  }
}
@media (max-width: 1024px) {
  .brings-here .content .content-box {
    max-width: 100%;
    padding: 40px 25px;
    gap: 25px;
    margin: 0 15px;
  }
}
.brings-here .content .content-box img {
  height: 100%;
  max-height: 113px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .brings-here .content .content-box img {
    max-height: 90px;
  }
}
.brings-here .content .content-box h4 {
  text-transform: uppercase;
  height: 52px;
  margin-bottom: 0;
}
@media (max-width: 1340px) {
  .brings-here .content .content-box h4 {
    height: 46px;
  }
}
@media (max-width: 1024px) {
  .brings-here .content .content-box h4 {
    height: 42px;
  }
}
@media (max-width: 991px) {
  .brings-here .content .content-box h4 {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .brings-here .content .content-box h4 {
    height: 40px;
  }
}

.support-work {
  display: flex;
  flex-flow: column;
  gap: 40px;
  align-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .support-work {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .support-work {
    gap: 20px;
  }
}
.support-work .title {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.support-work .title h2 {
  margin-bottom: 0;
}
.support-work .title p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #31576D;
}
@media (max-width: 1024px) {
  .support-work .title p {
    font-size: 16px;
    line-height: 24px;
  }
}
.support-work .content {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 36px;
  width: 100%;
}
@media (max-width: 1340px) {
  .support-work .content {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .support-work .content {
    gap: 20px;
  }
}
.support-work .content .content-box {
  width: 100%;
  max-width: calc(50% - 18px);
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 32px;
  gap: 0;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
}
.support-work .content .content-box:hover .text-wrap {
  max-width: 100%;
}
@media (max-width: 1340px) {
  .support-work .content .content-box {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 1024px) {
  .support-work .content .content-box {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .support-work .content .content-box {
    max-width: 100%;
  }
}
.support-work .content .content-box:first-child {
  background: #4FE0FF;
}
.support-work .content .content-box:first-child .text-wrap {
  background: #4FE0FF;
  margin-left: auto;
}
.support-work .content .content-box:last-child {
  background: #EFDD2C;
}
.support-work .content .content-box:last-child .text-wrap {
  background: #EFDD2C;
}
.support-work .content .content-box:last-child img {
  left: auto;
  right: 0;
}
.support-work .content .content-box img,
.support-work .content .content-box .text-wrap {
  width: 100%;
  max-width: 50%;
  transition: all 0.3s linear;
}
.support-work .content .content-box .text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  padding: 50px;
  z-index: 2;
  min-height: 289px;
}
@media (max-width: 1199px) {
  .support-work .content .content-box .text-wrap {
    min-height: 250px;
  }
}
@media (max-width: 1024px) {
  .support-work .content .content-box .text-wrap {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .support-work .content .content-box .text-wrap {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .support-work .content .content-box .text-wrap {
    min-height: 250px;
  }
}
@media (max-width: 1024px) {
  .support-work .content .content-box .text-wrap {
    padding: 30px;
  }
}
.support-work .content .content-box .text-wrap h2 {
  margin-bottom: 0;
  max-width: 190px;
}
@media (max-width: 767px) {
  .support-work .content .content-box .text-wrap h2 {
    max-width: 165px;
  }
}
@media (max-width: 480px) {
  .support-work .content .content-box .text-wrap h2 {
    font-size: 22px;
    max-width: 145px;
  }
}
.support-work .content .content-box img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

section.the_impact.bg-color {
  background: #01CBF6;
}
section.the_impact.bg-color .inner-html {
  gap: 90px;
}
@media (max-width: 1340px) {
  section.the_impact.bg-color .inner-html {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  section.the_impact.bg-color .inner-html {
    gap: 40px;
  }
}
section.the_impact.bg-color .inner-html .content .content-box {
  border-right-color: #ffffff;
}
section.the_impact.bg-color .inner-html .content .content-box .img-wrap img {
  filter: none;
}
section.the_impact.bg-color .inner-html .content .content-box .txt-wrap .count {
  color: #ffffff;
}
section.the_impact.bg-color .inner-html .content .content-box .txt-wrap p {
  color: #ffffff;
}
section.the_impact .inner-html {
  display: flex;
  flex-flow: column;
  gap: 57px;
}
@media (max-width: 1340px) {
  section.the_impact .inner-html {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  section.the_impact .inner-html {
    gap: 40px;
  }
}
section.the_impact .inner-html .title h2 {
  margin-bottom: 0;
  font-family: "Outfit";
}
section.the_impact .inner-html .content {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}
@media (max-width: 991px) {
  section.the_impact .inner-html .content {
    padding-bottom: 60px;
  }
}
section.the_impact .inner-html .content .content-box {
  border-right: 2px solid #00BBE3;
  padding: 0 40px;
  width: 100%;
  max-width: 33.33%;
}
@media (max-width: 1340px) {
  section.the_impact .inner-html .content .content-box {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  section.the_impact .inner-html .content .content-box {
    padding: 0;
    margin: 0 15px;
    border: none;
  }
}
section.the_impact .inner-html .content .content-box:last-child {
  border-right: none;
  padding-right: 0;
}
section.the_impact .inner-html .content .content-box:first-child {
  padding-left: 0;
}
section.the_impact .inner-html .content .content-box .img-wrap {
  text-align: center;
  margin-bottom: 16px;
}
section.the_impact .inner-html .content .content-box .img-wrap img {
  max-height: 126px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) saturate(100%) invert(59%) sepia(34%) saturate(6045%) hue-rotate(155deg) brightness(102%) contrast(101%);
}
@media (max-width: 1199px) {
  section.the_impact .inner-html .content .content-box .img-wrap img {
    max-height: 100px;
  }
}
@media (max-width: 991px) {
  section.the_impact .inner-html .content .content-box .img-wrap img {
    margin: 0 auto;
  }
}
section.the_impact .inner-html .content .content-box .txt-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 8px;
}
section.the_impact .inner-html .content .content-box .txt-wrap .count {
  font-size: 52px;
  line-height: 62px;
  font-weight: 600;
  color: #00BBE3;
  font-family: "Quicksand";
}
@media (max-width: 1199px) {
  section.the_impact .inner-html .content .content-box .txt-wrap .count {
    font-size: 44px;
    line-height: 50px;
  }
}
section.the_impact .inner-html .content .content-box .txt-wrap p:nth-child(2) {
  color: #31576D;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 1199px) {
  section.the_impact .inner-html .content .content-box .txt-wrap p:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
  }
}
section.the_impact .inner-html .content .content-box .txt-wrap p {
  text-align: center;
  color: #00BBE3;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  max-width: 270px;
}

@media (max-width: 1024px) {
  .slick-slider > button {
    position: absolute;
    bottom: 0;
    font-size: 0;
    border: none;
    background: none;
    outline: none;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .slick-slider > button.slick-next {
    left: calc(50% + 10px);
    background-image: url(../images/next_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slick-slider > button.slick-prev {
    right: calc(50% + 10px);
    background-image: url(../images/prev_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slick-slider > button.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
}
.news_update {
  background: #EAFBFF;
}
.news_update .title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .news_update .title {
    margin-bottom: 30px;
  }
}
.news_update .title h2 {
  margin: 0;
}
.news_update .card-link {
  background: #fff;
}
.news_update .card-link:hover {
  background: #4FE0FF;
}
.news_update .section-calc-padding .swiper-container {
  padding-top: 93px;
  margin-top: -93px;
}
@media (max-width: 767px) {
  .news_update .section-calc-padding .swiper-container {
    margin: 0;
    padding: 0;
  }
}
.news_update .section-calc-padding .swiper-container .swiper-custom-arrow {
  position: absolute;
  right: 42px;
  top: -6px;
  margin: 0;
}
@media (max-width: 767px) {
  .news_update .section-calc-padding .swiper-container .swiper-custom-arrow {
    position: static;
    margin-top: 30px;
  }
}
.news_update .section-calc-padding .swiper-container .swiper-custom-arrow > div {
  width: 40px;
  height: 40px;
}
.news_update .section-calc-padding .swiper-container .swiper-custom-arrow > div:hover img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(24%) saturate(5816%) hue-rotate(149deg) brightness(94%) contrast(101%);
}

.card-desc {
  padding: 24px 32px 40px;
}

.card-link {
  display: block;
  border-radius: 12px;
}

.news-card:hover {
  background: #4FE0FF;
}
.news-card:hover .news-date {
  color: #31576D;
}

.news-photo {
  line-height: 0;
}
.news-photo img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.news-date {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #00BBE3;
}

.new-content {
  color: #263539;
}

.card-divider-line {
  border-top: 1px solid #00BBE3;
  padding-top: 9px;
  margin-top: auto;
}
.card-divider-line p {
  color: #31576D;
}
.card-divider-line p strong {
  font-weight: 600;
}

.load-more-cnt {
  text-align: center;
}
.load-more-cnt button.btn {
  text-transform: uppercase;
  font-weight: 500;
  padding: 16px 24px;
}

.view-all-new {
  margin-top: 55px;
  text-align: center;
}
@media (max-width: 767px) {
  .view-all-new {
    margin-top: 30px;
  }
}
.view-all-new a.btn {
  text-transform: uppercase;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 17px;
}

.news-events-block-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media (max-width: 1199px) {
  .news-events-block-list {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .news-events-block-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .news-events-block-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 576px) {
  .news-events-block-list .news-photo img {
    aspect-ratio: 1.502;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.whats-on-section .news-events-block-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .whats-on-section .news-events-block-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .whats-on-section .news-events-block-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .whats-on-section .news-events-block-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.whats-on-section .swiper-slide {
  height: auto;
}
.whats-on-section .card-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.whats-on-section .new-content {
  margin-bottom: 30px;
}
.whats-on-section .card-desc {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.whats-on-section .news-date {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.community_hero .col-full {
    background-image: none;
    padding-bottom: 0;
  }
}
section.community_hero .inner-html {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  flex-flow: wrap;
  position: relative;
  overflow: hidden;
}
section.community_hero .inner-html:after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  bottom: -1px;
  background-image: url(../images/shape-image.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
  background-size: 100%;
}
@media (max-width: 767px) {
  section.community_hero .inner-html {
    flex-direction: column-reverse;
    -webkit-mask-image: none;
  }
}
section.community_hero .inner-html .left {
  width: 100%;
  max-width: 50%;
  background: #4FE0FF;
  padding-top: 20px;
  padding-bottom: 125px;
  padding-left: calc((100% - 1760px) / 2);
  padding-right: 118px;
}
@media (max-width: 1710px) {
  section.community_hero .inner-html .left {
    padding-left: 70px;
  }
}
@media (max-width: 1440px) {
  section.community_hero .inner-html .left {
    padding-right: 15px;
    padding-left: calc((100% - 1300px) / 2);
  }
}
@media (max-width: 1330px) {
  section.community_hero .inner-html .left {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  section.community_hero .inner-html .left {
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  section.community_hero .inner-html .left {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  section.community_hero .inner-html .left {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  section.community_hero .inner-html .left {
    padding-top: 30px;
    padding-bottom: 50px;
    max-width: 100%;
  }
}
section.community_hero .inner-html .left .text-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 4px;
  max-width: 585px;
  margin-left: 0;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1330px) {
  section.community_hero .inner-html .left .text-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  section.community_hero .inner-html .left .text-wrapper {
    max-width: 100%;
  }
}
section.community_hero .inner-html .left .text-wrapper h1 {
  margin-bottom: 7px;
}
section.community_hero .inner-html .left .text-wrapper .heading-style-h3 {
  color: #31576D;
}
section.community_hero .inner-html .left .text-wrapper p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #31576D;
}
@media (max-width: 1024px) {
  section.community_hero .inner-html .left .text-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
section.community_hero .inner-html .right {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 767px) {
  section.community_hero .inner-html .right {
    max-width: 100%;
  }
}
section.community_hero .inner-html .right .img-wrapper {
  line-height: 0;
  height: 100%;
}
section.community_hero .inner-html .right .img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  aspect-ratio: 1/0.4;
  object-fit: cover;
}

.community_search .inner-html {
  max-width: 632px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.community_search .inner-html .search-bar .form-group {
  position: relative;
  display: flex;
  align-items: center;
}
.community_search .inner-html .search-bar .form-group input {
  width: 100%;
  border: 1px solid #31576D;
  padding: 12px 16px 12px 40px;
  border-radius: 32px;
  outline: none;
  box-shadow: none;
  color: #31576D;
  font-size: 14px;
  line-height: 14px;
  font-family: "Outfit";
  font-weight: 400;
}
.community_search .inner-html .search-bar .form-group input::-moz-placeholder {
  font-size: 14px;
  line-height: 14px;
  font-family: "Outfit";
  color: #98B3C3;
  font-weight: 400;
}
.community_search .inner-html .search-bar .form-group input::placeholder {
  font-size: 14px;
  line-height: 14px;
  font-family: "Outfit";
  color: #98B3C3;
  font-weight: 400;
}
.community_search .inner-html .search-bar .form-group img {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.community_search .inner-html .search-bar .result {
  margin-top: 7px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.community_search .inner-html .search-bar .result .result-text p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #31576D;
}
.community_search .inner-html .search-bar .result .result-text p strong {
  font-weight: 500;
}
.community_search .inner-html .search-bar .result .reset {
  background: #F0F0F0;
  padding: 8px 17px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #31576D;
}
.community_search .inner-html .filter-bar {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
@media (max-width: 1199px) {
  .community_search .inner-html .filter-bar {
    gap: 30px;
  }
}
.community_search .inner-html .filter-bar .tabs ul {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .community_search .inner-html .filter-bar .tabs ul {
    gap: 10px;
  }
}
.community_search .inner-html .filter-bar .tabs ul li.active .btn, .community_search .inner-html .filter-bar .tabs ul li:hover .btn {
  background: #31576D;
  color: #ffffff;
}
.community_search .inner-html .filter-bar .tabs ul li .btn {
  background: #02EECD;
  min-width: 105px;
  padding: 12px 16px;
  color: #31576D;
  font-weight: 500;
  border: none;
}
.community_search .inner-html .filter-bar .filter form {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .community_search .inner-html .filter-bar .filter form {
    flex-flow: column;
    gap: 15px;
  }
}
.community_search .inner-html .filter-bar .filter form label {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #31576D;
}
.community_search .inner-html .filter-bar .filter form select {
  border: 1px solid #31576D;
  outline: none;
  box-shadow: none;
  border-radius: 32px;
  width: 100%;
  max-width: 54%;
  padding: 11px 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  font-family: "Outfit";
  color: #31576D;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/select.svg");
  background-size: auto;
  background-position: center right 17px;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .community_search .inner-html .filter-bar .filter form select {
    max-width: 100%;
  }
}
.community_search .inner-html .filter-bar .filter form .calendar-icon {
  line-height: 0;
}

section.whats-on-search {
  margin-top: -50px;
}
@media (max-width: 767px) {
  section.whats-on-search {
    margin-top: 40px;
  }
}
section.whats-on-search .inner-html .filter-bar .tabs ul li .btn {
  background: #4FE0FF;
}

.community_info_boxes .inner-html {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 35px;
}
@media (max-width: 1300px) {
  .community_info_boxes .inner-html {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .community_info_boxes .inner-html {
    gap: 15px;
  }
}
.community_info_boxes .inner-html .info-box {
  width: 100%;
  max-width: calc(33.33% - 25px);
  padding: 24px 32px;
  border-radius: 36px;
  background: #31576D;
  display: flex;
  flex-flow: column;
  position: relative;
  min-height: 250px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.community_info_boxes .inner-html .info-box.open_pop-up {
  background: #02EECD;
}
.community_info_boxes .inner-html .info-box.open_pop-up .info-hover-box {
  transform: translateY(0);
}
@media (max-width: 1300px) {
  .community_info_boxes .inner-html .info-box {
    max-width: calc(33.33% - 17px);
    padding: 24px;
  }
}
@media (max-width: 1199px) {
  .community_info_boxes .inner-html .info-box {
    max-width: calc(33.33% - 10px);
  }
}
@media (max-width: 1024px) {
  .community_info_boxes .inner-html .info-box {
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .community_info_boxes .inner-html .info-box {
    max-width: 100%;
    padding: 24px 20px;
  }
}
.community_info_boxes .inner-html .info-box .info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-flow: wrap;
  position: relative;
  padding-bottom: 8px;
}
.community_info_boxes .inner-html .info-box .info-header p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  width: 100%;
  max-width: calc(100% - 250px);
}
.community_info_boxes .inner-html .info-box .info-header .btn {
  background: transparent;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 500;
  color: #ffffff;
  cursor: default;
}
.community_info_boxes .inner-html .info-box .info-header .btn:hover {
  border-color: #ffffff;
}
.community_info_boxes .inner-html .info-box .info-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 1px;
  background: #02EECD;
  content: "";
}
.community_info_boxes .inner-html .info-box .info-content {
  margin: 12px 0 22px;
  display: flex;
  flex-flow: column;
  gap: 6px;
}
@media (max-width: 1300px) {
  .community_info_boxes .inner-html .info-box .info-content {
    margin: 12px 0 25px;
  }
}
@media (max-width: 1199px) {
  .community_info_boxes .inner-html .info-box .info-content {
    margin: 12px 0 20px;
  }
}
@media (max-width: 1024px) {
  .community_info_boxes .inner-html .info-box .info-content {
    margin: 12px 0 12px;
  }
}
.community_info_boxes .inner-html .info-box .info-content .title h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.community_info_boxes .inner-html .info-box .info-content .sub-title p {
  color: #ffffff;
  font-family: "Quicksand";
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .community_info_boxes .inner-html .info-box .info-content .sub-title p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .community_info_boxes .inner-html .info-box .info-content .sub-title p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .community_info_boxes .inner-html .info-box .info-content .sub-title p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .community_info_boxes .inner-html .info-box .info-content .sub-title p {
    font-size: 16px;
    line-height: 20px;
  }
}
.community_info_boxes .inner-html .info-box .info-footer {
  margin-top: auto;
  display: flex;
  flex-flow: wrap;
  gap: 15px;
  align-items: flex-end;
  justify-content: space-between;
}
.community_info_boxes .inner-html .info-box .info-footer .left {
  display: flex;
  flex-flow: column;
  gap: 2px;
}
.community_info_boxes .inner-html .info-box .info-footer .left > div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.community_info_boxes .inner-html .info-box .info-footer .left > div a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 767px) {
  .community_info_boxes .inner-html .info-box .info-footer .left > div a {
    font-size: 14px;
    line-height: 24px;
  }
}
.community_info_boxes .inner-html .info-box .info-footer .left > div a:hover {
  color: #02EECD;
}
.community_info_boxes .inner-html .info-box .info-footer .right .btn {
  padding: 8px 16px;
  border-color: #02EECD;
  background: #02EECD;
  color: #31576D;
  font-weight: 500;
}
.community_info_boxes .inner-html .info-box .info-footer .right .btn:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.community_info_boxes .inner-html .info-box .info-hover-box {
  position: absolute;
  inset: 0;
  padding: 24px 32px;
  background: #02EECD;
  border-radius: 36px;
  transform: translateY(100%);
  transition: all 0.3s linear;
}
@media (max-width: 1300px) {
  .community_info_boxes .inner-html .info-box .info-hover-box {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .community_info_boxes .inner-html .info-box .info-hover-box {
    padding: 24px 20px;
  }
}
.community_info_boxes .inner-html .info-box .info-hover-box .close-btn .close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.community_info_boxes .inner-html .info-box .info-hover-box .hover_content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-header {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-header h3 {
  text-transform: uppercase;
  margin: 0;
  padding-right: 25px;
}
.community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-header p {
  font-family: "Quicksand";
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  color: #31576D;
}
@media (max-width: 1300px) {
  .community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-header p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-header p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-header p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-header p {
    font-size: 16px;
    line-height: 20px;
  }
}
.community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-footer {
  margin-top: auto;
  overflow: auto;
  padding-right: 15px;
}
.community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-footer::-webkit-scrollbar {
  width: 10px;
}
.community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-footer::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #ffffff;
}
.community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-footer::-webkit-scrollbar-thumb {
  background: #31576D;
  border-radius: 8px;
}
.community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-footer::-webkit-scrollbar-thumb:hover {
  background: rgba(49, 87, 109, 0.8392156863);
}
.community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-footer p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #31576D;
}
@media (max-width: 767px) {
  .community_info_boxes .inner-html .info-box .info-hover-box .hover_content .hover-footer p {
    font-size: 14px;
    line-height: 22px;
  }
}

.corporate {
  position: relative;
  overflow: hidden;
}
.corporate .corporate-inner {
  position: relative;
  line-height: 0;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .corporate .shape {
    line-height: 0;
    -webkit-mask-image: url("../images/corporate-shadow.png");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    position: absolute;
    width: 101%;
    height: 100%;
    background: #02eecd;
  }
}
.corporate .inner-html {
  text-align: center;
  z-index: 1;
  position: relative;
  padding-top: 9%;
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .corporate .inner-html {
    -webkit-mask-image: url(../images/corporate-shadow.png);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .corporate .inner-html {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .corporate .inner-html {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .corporate .inner-html {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.corporate .inner-html .text-wrapper {
  max-width: 851px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .corporate .inner-html .text-wrapper {
    max-width: 80%;
    width: 100%;
  }
}
.corporate .inner-html .img-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.corporate .inner-html .img-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #31576D;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  opacity: 0.76;
}
.corporate .inner-html .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 25%;
     object-position: center 25%;
  filter: grayscale(1);
}
.corporate .inner-html h2 {
  margin-bottom: 10px;
  color: #02EECD;
}
.corporate .inner-html p {
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 46px;
}
@media (max-width: 1199px) {
  .corporate .inner-html p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .corporate .inner-html p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .corporate .inner-html p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
.corporate .inner-html .btn {
  font-weight: 500;
  font-size: 17px;
  padding: 15px 23px;
}
.corporate .inner-html .btn:hover {
  background-color: #02EECD;
  border-color: #02EECD;
  color: #31576D;
}

.education .inner-html {
  display: flex;
  flex-flow: column;
}
.education .inner-html .edu_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 35px;
  padding-bottom: 64px;
  padding-top: 64px;
  border-bottom: 1px solid #02EECD;
}
@media (max-width: 1199px) {
  .education .inner-html .edu_box {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .education .inner-html .edu_box {
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .education .inner-html .edu_box {
  }
}
.education .inner-html .edu_box:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .education .inner-html .edu_box:nth-child(even) {
  }
}
.education .inner-html .edu_box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.education .inner-html .edu_box:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .education .inner-html .edu_box:first-child {
    flex-direction: column-reverse;
  }
}
.education .inner-html .edu_box .text {
  width: 100%;
  max-width: calc(50% - 18px);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1199px) {
  .education .inner-html .edu_box .text {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .education .inner-html .edu_box .text {
    max-width: 100%;
  }
}
.education .inner-html .edu_box .text p {
  margin: 0;
}
.education .inner-html .edu_box .text h2 {
  color: #00BBE3;
  margin: 0;
}
.education .inner-html .edu_box .text .btn {
  margin-top: 16px;
  padding: 15px 24px;
  font-size: 17px;
  font-weight: 500;
}
.education .inner-html .edu_box .image {
  width: 100%;
  max-width: calc(50% - 18px);
  line-height: 0;
}
@media (max-width: 1199px) {
  .education .inner-html .edu_box .image {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .education .inner-html .edu_box .image {
    max-width: 100%;
  }
}
.education .inner-html .edu_box .image img {
  border-radius: 32px;
  width: 100%;
}

@media (min-width: 1920px) {
  .color-boxes .container {
    max-width: 1588px;
  }
}
.color-boxes .inner-html {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 34px;
}
@media (max-width: 1199px) {
  .color-boxes .inner-html {
    gap: 20px;
  }
}
.color-boxes .inner-html .color-box-item {
  width: 100%;
  max-width: calc(33.33% - 23px);
  border: 6px solid #ffffff;
  border-radius: 36px;
  padding: 32px;
  display: flex;
  flex-flow: column;
  gap: 25px;
  transition: all 0.3s linear;
}
.color-boxes .inner-html .color-box-item:hover {
  background: #4FE0FF !important;
}
@media (max-width: 1199px) {
  .color-boxes .inner-html .color-box-item {
    max-width: calc(33.33% - 14px);
    gap: 20px;
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .color-boxes .inner-html .color-box-item {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .color-boxes .inner-html .color-box-item {
    max-width: 100%;
  }
}
.color-boxes .inner-html .color-box-item.light-blue {
  background-color: #02EECD;
}
.color-boxes .inner-html .color-box-item.yellow {
  background-color: #EFDD2C;
}
.color-boxes .inner-html .color-box-item.dark-blue {
  background-color: #4FE0FF;
}
.color-boxes .inner-html .color-box-item .icon {
  line-height: 0;
}
.color-boxes .inner-html .color-box-item .icon img {
  width: 100%;
  height: 100%;
  max-height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: -moz-max-content;
  max-width: max-content;
}
.color-boxes .inner-html .color-box-item .title h3 {
  margin: 0;
}
.color-boxes .inner-html .color-box-item p {
  color: #31576D;
}
.color-boxes .inner-html .color-box-item ul {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.color-boxes .inner-html .color-box-item ul li {
  font-size: 16px;
  line-height: 24px;
  color: #31576D;
  position: relative;
}
.color-boxes .inner-html .color-box-item ul li:before {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url("../images/Arrow-blue.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.3s linear;
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(1293%) hue-rotate(158deg) brightness(92%) contrast(89%);
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.list-view .inner-html {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 56px;
}
@media (max-width: 1199px) {
  .list-view .inner-html {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .list-view .inner-html {
    gap: 30px;
  }
}
.list-view .inner-html .img-wrapper {
  width: 100%;
  max-width: calc(50% - 28px);
  line-height: 0;
}
@media (max-width: 1199px) {
  .list-view .inner-html .img-wrapper {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 1024px) {
  .list-view .inner-html .img-wrapper {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .list-view .inner-html .img-wrapper {
    max-width: 100%;
  }
}
.list-view .inner-html .img-wrapper img {
  border-radius: 32px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-view .inner-html .list-wrapper {
  width: 100%;
  max-width: calc(50% - 28px);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .list-view .inner-html .list-wrapper {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 1024px) {
  .list-view .inner-html .list-wrapper {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .list-view .inner-html .list-wrapper {
    max-width: 100%;
  }
}
.list-view .inner-html .list-wrapper ul {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.list-view .inner-html .list-wrapper ul li {
  padding: 16px 0;
  border-top: 1px dashed #AEE1FF;
}
@media (max-width: 1199px) {
  .list-view .inner-html .list-wrapper ul li {
    padding: 10px 0;
  }
}
.list-view .inner-html .list-wrapper ul li:last-child {
  border-bottom: 1px dashed #AEE1FF;
}
.list-view .inner-html .list-wrapper ul li a {
  color: #2F7F8E;
  font-family: "Outfit";
  font-size: 23px;
  line-height: 27px;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .list-view .inner-html .list-wrapper ul li a {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .list-view .inner-html .list-wrapper ul li a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .list-view .inner-html .list-wrapper ul li a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .list-view .inner-html .list-wrapper ul li a {
    font-size: 14px;
    line-height: 16px;
  }
}
.list-view .inner-html .list-wrapper ul li a:hover {
  color: #4FE0FF;
}
.list-view .inner-html .list-wrapper ul li a:hover:after {
  filter: brightness(0) saturate(100%) invert(79%) sepia(55%) saturate(2302%) hue-rotate(162deg) brightness(105%) contrast(101%);
}
.list-view .inner-html .list-wrapper ul li a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/Arrow-blue.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.3s linear;
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(1293%) hue-rotate(158deg) brightness(92%) contrast(89%);
}

section.our-strategy .inner-html {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  section.our-strategy .inner-html {
    flex-direction: column-reverse;
  }
}
section.our-strategy .inner-html .text-wrapper {
  width: 100%;
  max-width: calc(50% - 0px);
  background: #31576D;
  padding-top: 70px;
  padding-right: 118px;
  padding-bottom: 70px;
  padding-left: calc((100% - 1680px) / 2);
  display: flex;
  flex-flow: column;
  gap: 5px;
  justify-content: flex-start;
}
@media (max-width: 1900px) {
  section.our-strategy .inner-html .text-wrapper {
    padding-left: 70px;
  }
}
@media (max-width: 1440px) {
  section.our-strategy .inner-html .text-wrapper {
    padding-top: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: calc((100% - 1300px) / 2);
  }
}
@media (max-width: 1330px) {
  section.our-strategy .inner-html .text-wrapper {
    padding: 50px 20px;
  }
}
@media (max-width: 1024px) {
  section.our-strategy .inner-html .text-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  section.our-strategy .inner-html .text-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  section.our-strategy .inner-html .text-wrapper {
    max-width: 100%;
  }
}
section.our-strategy .inner-html .text-wrapper a {
  text-decoration: underline;
  color: #02eecd;
}
section.our-strategy .inner-html .text-wrapper a:hover {
  color: #4FE0FF;
}
section.our-strategy .inner-html .text-wrapper .flx-cta-title {
  align-self: flex-start;
  margin-top: 8px;
  color: #263539;
}
section.our-strategy .inner-html .text-wrapper .flx-cta-title:hover {
  color: #263539;
}
@media (min-width: 768px) {
  section.our-strategy .inner-html .text-wrapper .flx-cta-title {
    padding: 13px 18px;
    font-size: 17px;
  }
}
section.our-strategy .inner-html .text-wrapper h2 {
  color: #02EECD;
  margin-bottom: 4px;
}
section.our-strategy .inner-html .text-wrapper p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  section.our-strategy .inner-html .text-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
section.our-strategy .inner-html .img-wrapper {
  width: 100%;
  max-width: calc(50% - 0px);
  line-height: 0;
}
@media (max-width: 767px) {
  section.our-strategy .inner-html .img-wrapper {
    max-width: 100%;
  }
}
section.our-strategy .inner-html .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.345;
}
@media (max-width: 767px) {
  section.our-strategy .inner-html .img-wrapper img {
    aspect-ratio: 1/0.6;
  }
}

.need-help .inner-html {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 66px;
}
@media (max-width: 1199px) {
  .need-help .inner-html {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .need-help .inner-html {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .need-help .inner-html {
    gap: 40px;
  }
}
.need-help .inner-html h5 {
  margin-bottom: 0;
}
.need-help .inner-html .left,
.need-help .inner-html .right {
  width: 100%;
  max-width: calc(50% - 33px);
  display: flex;
  flex-flow: column;
  gap: 16px;
}
@media (max-width: 1199px) {
  .need-help .inner-html .left,
  .need-help .inner-html .right {
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 1024px) {
  .need-help .inner-html .left,
  .need-help .inner-html .right {
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 991px) {
  .need-help .inner-html .left,
  .need-help .inner-html .right {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .need-help .inner-html .left,
  .need-help .inner-html .right {
    max-width: 100%;
  }
}

.need-help-now .inner-html {
  display: flex;
  flex-flow: column;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1199px) {
  .need-help-now .inner-html {
    gap: 50px;
  }
}
.need-help-now .inner-html h2 {
  color: #00BBE3;
  margin: 0;
}
.need-help-now .inner-html .boxes-row {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 35px;
}
@media (max-width: 1199px) {
  .need-help-now .inner-html .boxes-row {
    gap: 30px;
  }
}
.need-help-now .inner-html .boxes-row .box {
  width: 100%;
  max-width: calc(50% - 18px);
  padding: 24px 32px;
  border-radius: 36px;
  background: #31576D;
  display: flex;
  flex-flow: column;
}
@media (max-width: 1199px) {
  .need-help-now .inner-html .boxes-row .box {
    max-width: calc(50% - 15px);
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .need-help-now .inner-html .boxes-row .box {
    max-width: 100%;
  }
}
.need-help-now .inner-html .boxes-row .box .box-header {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .need-help-now .inner-html .boxes-row .box .box-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .need-help-now .inner-html .boxes-row .box .box-header {
    margin-bottom: 20px;
  }
}
.need-help-now .inner-html .boxes-row .box .box-header h3 {
  color: #4FE0FF;
  margin-bottom: 6px;
}
.need-help-now .inner-html .boxes-row .box .box-header p {
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Quicksand";
  color: #ffffff;
}
@media (max-width: 1199px) {
  .need-help-now .inner-html .boxes-row .box .box-header p {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .need-help-now .inner-html .boxes-row .box .box-header p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .need-help-now .inner-html .boxes-row .box .box-header p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .need-help-now .inner-html .boxes-row .box .box-header p {
    font-size: 16px;
    line-height: 20px;
  }
}
.need-help-now .inner-html .boxes-row .box .box-content {
  margin-bottom: 49px;
}
@media (max-width: 1199px) {
  .need-help-now .inner-html .boxes-row .box .box-content {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .need-help-now .inner-html .boxes-row .box .box-content {
    margin-bottom: 20px;
  }
}
.need-help-now .inner-html .boxes-row .box .box-content p {
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Quicksand";
  color: #ffffff;
}
@media (max-width: 1199px) {
  .need-help-now .inner-html .boxes-row .box .box-content p {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .need-help-now .inner-html .boxes-row .box .box-content p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .need-help-now .inner-html .boxes-row .box .box-content p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .need-help-now .inner-html .boxes-row .box .box-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.need-help-now .inner-html .boxes-row .box .box-footer {
  margin-top: auto;
}
.need-help-now .inner-html .boxes-row .box .box-footer ul {
  display: flex;
  flex-flow: column;
  gap: 2px;
}
.need-help-now .inner-html .boxes-row .box .box-footer ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.need-help-now .inner-html .boxes-row .box .box-footer ul li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.3s linear;
}
.need-help-now .inner-html .boxes-row .box .box-footer ul li a:hover {
  color: #02EECD;
}

.post-type-archive .woo-main-content {
  margin-top: -60px;
  margin-bottom: 160px;
}
@media (max-width: 1199px) {
  .post-type-archive .woo-main-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .post-type-archive .woo-main-content {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .post-type-archive .woo-main-content {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .post-type-archive .woo-main-content {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.woo-custom_footer_wrap {
  margin: 74px 0 40px;
}
@media (max-width: 1199px) {
  .woo-custom_footer_wrap {
    margin: 70px 0 40px;
  }
}
@media (max-width: 991px) {
  .woo-custom_footer_wrap {
    margin: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  .woo-custom_footer_wrap {
    margin: 50px 0 40px;
  }
}

ul.products {
  margin: 0 !important;
  display: flex;
  align-items: stretch;
  gap: 35px;
  flex-flow: wrap;
}
@media (max-width: 1199px) {
  ul.products {
    gap: 20px;
  }
}
ul.products:before, ul.products:after {
  display: none !important;
}
ul.products li.product-category {
  margin: 0 !important;
  width: 100% !important;
  max-width: calc(25% - 27px);
  display: flex;
  flex-flow: column;
}
@media (max-width: 1199px) {
  ul.products li.product-category {
    max-width: calc(25% - 15px);
  }
}
@media (max-width: 991px) {
  ul.products li.product-category {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  ul.products li.product-category {
    margin: 0 !important;
    max-width: 100%;
    width: 100% !important;
  }
}
ul.products li.product-category:nth-child(4n+1) .woo_category_wrapper {
  background-color: #4fe0ff;
}
ul.products li.product-category:nth-child(4n+1) .woo_category_wrapper:hover .woo_cat_product_count {
  color: #4fe0ff;
}
ul.products li.product-category:nth-child(4n+2) .woo_category_wrapper {
  background-color: #efdd2c;
}
ul.products li.product-category:nth-child(4n+2) .woo_category_wrapper:hover .woo_cat_product_count {
  color: #efdd2c;
}
ul.products li.product-category:nth-child(4n+3) .woo_category_wrapper {
  background-color: #4fe0ff;
}
ul.products li.product-category:nth-child(4n+3) .woo_category_wrapper:hover .woo_cat_product_count {
  color: #4fe0ff;
}
ul.products li.product-category:nth-child(4n+4) .woo_category_wrapper {
  background-color: #02eecd;
}
ul.products li.product-category:nth-child(4n+4) .woo_category_wrapper:hover .woo_cat_product_count {
  color: #02eecd;
}
ul.products li.product-category a {
  height: 100%;
}
ul.products li.product-category a .woo_category_wrapper {
  padding: 32px;
  border: 6px solid #ffffff;
  border-radius: 36px;
  display: flex;
  flex-flow: column;
  gap: 61px;
  height: 100%;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  ul.products li.product-category a .woo_category_wrapper {
    gap: 50px;
    padding: 25px;
  }
}
ul.products li.product-category a .woo_category_wrapper:hover {
  background-color: #31576D !important;
}
ul.products li.product-category a .woo_category_wrapper:hover .woo_cat_name {
  color: #ffffff;
}
ul.products li.product-category a .woo_category_wrapper .woo_cat_name {
  color: #31576D;
  font-size: 29px;
  line-height: 34px;
  font-weight: 700;
  font-family: "Quicksand";
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  ul.products li.product-category a .woo_category_wrapper .woo_cat_name {
    font-size: 24px;
    line-height: 30px;
  }
}
ul.products li.product-category a .woo_category_wrapper .woo_cat_product_count {
  color: #31576D;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  margin-top: auto;
  transition: all 0.3s linear;
}

.tax-product_cat .woo-main-content {
  margin-top: 40px;
}
.tax-product_cat .woo-main-content .woocommerce-result-count,
.tax-product_cat .woo-main-content .woocommerce-ordering {
  display: none;
}
.tax-product_cat .woo-main-content .container {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}
.tax-product_cat .woo-main-content .container .woocommerce-notices-wrapper {
  width: 100%;
}

.single-product ul.products,
.tax-product_cat ul.products {
  width: 100%;
  -moz-column-gap: 42px;
       column-gap: 42px;
  row-gap: 75px;
}
@media (max-width: 1199px) {
  .single-product ul.products,
  .tax-product_cat ul.products {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .single-product ul.products,
  .tax-product_cat ul.products {
    row-gap: 20px;
  }
}
.single-product ul.products li,
.tax-product_cat ul.products li {
  margin: 0 !important;
  width: 100% !important;
  max-width: calc(25% - 32px);
}
@media (max-width: 1199px) {
  .single-product ul.products li,
  .tax-product_cat ul.products li {
    max-width: calc(25% - 15px);
  }
}
@media (max-width: 991px) {
  .single-product ul.products li,
  .tax-product_cat ul.products li {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .single-product ul.products li,
  .tax-product_cat ul.products li {
    margin: 0 !important;
    max-width: 100%;
    width: 100% !important;
  }
}
.single-product ul.products li .woocommerce-loop-product__link,
.tax-product_cat ul.products li .woocommerce-loop-product__link {
  display: flex;
  flex-flow: column;
}
.single-product ul.products li .woocommerce-loop-product__link img,
.tax-product_cat ul.products li .woocommerce-loop-product__link img {
  border-radius: 32px;
  margin-bottom: 28px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .single-product ul.products li .woocommerce-loop-product__link img,
  .tax-product_cat ul.products li .woocommerce-loop-product__link img {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .single-product ul.products li .woocommerce-loop-product__link img,
  .tax-product_cat ul.products li .woocommerce-loop-product__link img {
    margin-bottom: 13px;
  }
}
.single-product ul.products li .woocommerce-loop-product__link .woocommerce-loop-product__title,
.tax-product_cat ul.products li .woocommerce-loop-product__link .woocommerce-loop-product__title {
  padding: 0;
  color: #00BBE3;
  font-size: 26px;
  line-height: 33px;
  font-family: "Outfit";
  font-weight: 600;
  max-width: 266px;
  margin: 0 auto 13px;
  width: 100%;
}
@media (max-width: 1199px) {
  .single-product ul.products li .woocommerce-loop-product__link .woocommerce-loop-product__title,
  .tax-product_cat ul.products li .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .single-product ul.products li .woocommerce-loop-product__link .woocommerce-loop-product__title,
  .tax-product_cat ul.products li .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 22px;
    line-height: 26px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .single-product ul.products li .woocommerce-loop-product__link .woocommerce-loop-product__title,
  .tax-product_cat ul.products li .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.single-product ul.products li .woocommerce-loop-product__link .price,
.tax-product_cat ul.products li .woocommerce-loop-product__link .price {
  color: #31576D;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  max-width: 266px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .single-product ul.products li .woocommerce-loop-product__link .price,
  .tax-product_cat ul.products li .woocommerce-loop-product__link .price {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .single-product ul.products li .woocommerce-loop-product__link .price,
  .tax-product_cat ul.products li .woocommerce-loop-product__link .price {
    font-size: 16px;
    line-height: 24px;
  }
}

.single-product div.product {
  display: flex;
  flex-flow: wrap;
  gap: 100px;
  margin-top: 26px;
}
@media (max-width: 1199px) {
  .single-product div.product {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .single-product div.product {
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .single-product div.product {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .single-product div.product {
    gap: 50px;
  }
}
.single-product div.product:last-child {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .single-product div.product:last-child {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .single-product div.product:last-child {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .single-product div.product:last-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .single-product div.product:last-child {
    margin-bottom: 50px;
  }
}
.single-product div.product div.woocommerce-product-gallery {
  width: 100%;
  max-width: calc(50% - 50px);
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media (max-width: 1199px) {
  .single-product div.product div.woocommerce-product-gallery {
    max-width: calc(50% - 40px);
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .single-product div.product div.woocommerce-product-gallery {
    max-width: calc(50% - 35px);
  }
}
@media (max-width: 991px) {
  .single-product div.product div.woocommerce-product-gallery {
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .single-product div.product div.woocommerce-product-gallery {
    max-width: 100%;
  }
}
.single-product div.product div.woocommerce-product-gallery img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product div.product div.woocommerce-product-gallery ol {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-flow: wrap;
}
@media (max-width: 1199px) {
  .single-product div.product div.woocommerce-product-gallery ol {
    gap: 15px;
  }
}
.single-product div.product div.woocommerce-product-gallery ol li {
  width: 100%;
  max-width: calc(20% - 20px);
}
@media (max-width: 1199px) {
  .single-product div.product div.woocommerce-product-gallery ol li {
    max-width: calc(20% - 12px);
  }
}
@media (max-width: 991px) {
  .single-product div.product div.woocommerce-product-gallery ol li {
    max-width: calc(25% - 12px);
  }
}
.single-product div.product div.woocommerce-product-gallery ol li img {
  opacity: 1 !important;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .single-product div.product div.woocommerce-product-gallery ol li img {
    padding: 5px;
  }
}
.single-product div.product div.woocommerce-product-gallery ol li img:hover, .single-product div.product div.woocommerce-product-gallery ol li img.flex-active {
  background: #F0F0F0;
}
.single-product div.product div.summary {
  width: 100%;
  max-width: calc(50% - 50px);
  margin: 0;
}
@media (max-width: 1199px) {
  .single-product div.product div.summary {
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 1024px) {
  .single-product div.product div.summary {
    max-width: calc(50% - 35px);
  }
}
@media (max-width: 991px) {
  .single-product div.product div.summary {
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .single-product div.product div.summary {
    max-width: 100%;
  }
}
.single-product div.product div.summary .woo_single_cat {
  border: 1px solid #31576D;
  padding: 8px 16px;
  border-radius: 32px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #31576D;
  font-family: "Outfit";
  margin: 0;
  max-width: -moz-max-content;
  max-width: max-content;
}
.single-product div.product div.summary .price {
  font-size: 26px;
  line-height: 33px;
  font-weight: 600;
  color: #31576D;
  font-family: "Outfit";
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .single-product div.product div.summary .price {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .single-product div.product div.summary .price {
    font-size: 23px;
    line-height: 29px;
  }
}
@media (max-width: 991px) {
  .single-product div.product div.summary .price {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .single-product div.product div.summary .price {
    font-size: 20px;
    line-height: 26px;
  }
}
.single-product div.product div.summary .price br {
  display: none;
}
.single-product div.product div.summary .woocommerce-product-details__short-description {
  margin-bottom: 30px;
  color: #577788;
}
@media (max-width: 1199px) {
  .single-product div.product div.summary .woocommerce-product-details__short-description {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .single-product div.product div.summary .woocommerce-product-details__short-description {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .single-product div.product div.summary .woocommerce-product-details__short-description p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .single-product div.product div.summary .woocommerce-product-details__short-description p {
    margin-bottom: 10px;
  }
}
.single-product div.product div.summary .woocommerce-product-details__short-description p a {
  color: #577788;
  text-decoration: underline;
}
.single-product div.product div.summary .woocommerce-product-details__short-description p a:hover {
  color: #00BBE3;
}
.single-product div.product div.summary .cart {
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
}
.single-product div.product div.summary .cart .single_add_to_cart_button {
  outline: none;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
  padding: 15px 24px;
  background: #31576D;
  border-radius: 32px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  font-family: "Outfit";
  text-transform: none;
  transition: all 0.3s linear;
}
.single-product div.product div.summary .cart .single_add_to_cart_button:hover {
  color: #31576D;
  background: #00BBE3;
}
.single-product div.product div.summary .cart table {
  margin-bottom: 30px;
}
.single-product div.product div.summary .cart table tr {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-product div.product div.summary .cart table tr label {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #31576D;
  font-family: "Outfit";
}
.single-product div.product div.summary .cart table tr select {
  border: 1px solid #00BBE3;
  padding: 13px 30px 13px 16px;
  margin: 0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #2F7D8E;
  cursor: pointer;
}
.single-product div.product div.summary .cart table tr .reset_variations {
  margin-left: 15px;
  font-size: 17px;
  font-weight: 500;
}
.single-product div.product div.summary .cart .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 30px;
}
.single-product div.product div.summary .cart .quantity {
  width: 100%;
}
.single-product div.product .related {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-flow: column;
  gap: 50px;
}
@media (max-width: 1199px) {
  .single-product div.product .related {
    margin-bottom: 80px;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .single-product div.product .related {
    margin-bottom: 70px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .single-product div.product .related {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .single-product div.product .related {
    margin-bottom: 50px;
  }
}
.single-product div.product .related > h2 {
  text-align: center;
  margin: 0;
}

.woocommerce-notices-wrapper {
  outline: none;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin: 20px 0 20px 0;
  border-top-color: #02eecd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  gap: 20px;
}
@media (max-width: 767px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    flex-flow: wrap;
  }
}
.woocommerce-notices-wrapper .woocommerce-message:focus-visible {
  border: none;
  box-shadow: none;
}
.woocommerce-notices-wrapper .woocommerce-message::after {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .woocommerce-notices-wrapper .woocommerce-message::before {
    top: 17%;
    transform: none;
  }
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  padding: 15px 24px;
  background: #31576D;
  border-radius: 32px;
  font-size: 17px;
  line-height: 14px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Outfit";
  text-transform: none;
  transition: all 0.3s linear;
  min-width: 121px;
  text-transform: capitalize;
}
.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background: #00bbe3;
  color: #31576d;
}

.mentalhealth_woo_mini_cart {
  position: absolute;
  top: 170px;
  left: 49%;
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  transform: translateX(-50%);
}
@media (max-width: 1440px) {
  .mentalhealth_woo_mini_cart {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .mentalhealth_woo_mini_cart {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .mentalhealth_woo_mini_cart {
    top: 100px;
  }
}
.mentalhealth_woo_mini_cart .dropdown-back {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.mentalhealth_woo_mini_cart .dropdown-back .basket-item-count {
  position: absolute;
  top: -12px;
  right: -15px;
  width: 29px;
  height: 29px;
  background: #00E3C3;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mentalhealth_woo_mini_cart .dropdown-back .basket-item-count .count {
  color: #31576D;
}

form .quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #31576D;
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Quicksand";
}
form .quantity .cart_quntity_btn {
  background: #F0F0F0;
  border: none;
  border-radius: 100%;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-bottom: 6px;
  color: #31576D;
  font-weight: 500;
}
@media (max-width: 991px) {
  form .quantity .cart_quntity_btn {
    width: 25px;
    height: 25px;
    padding-bottom: 5px;
  }
}
form .quantity .cart_quntity_btn.plus {
  background-color: #31576D;
  color: #ffffff;
}
form .quantity .cart_quntity_btn.minus {
  font-size: 40px;
  line-height: 0;
  padding-bottom: 13px;
}
form .quantity .qty {
  border: none;
  padding: 0;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: #31576D;
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Quicksand";
}
form .quantity .qty::-webkit-outer-spin-button, form .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.woocommerce-cart {
  overflow-x: hidden;
}
.woocommerce-cart .woocommerce-cart-form {
  overflow-x: auto;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table {
  border: none;
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
  display: table-header-group;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr th {
  padding: 0 20px 32px 0px;
  border-bottom: 1px solid #4FE0FF;
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Outfit";
  color: #31576D;
  text-transform: capitalize;
  min-width: 150px;
}
@media (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr th {
    font-size: 22px;
    line-height: 28px;
    padding: 0 15px 30px 0px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr th {
    font-size: 20px;
    line-height: 26px;
    padding: 0 15px 20px 0px;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr th {
    font-size: 18px;
    line-height: 24px;
  }
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr th:last-child {
  padding-right: 0;
  text-align: right;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr td {
  padding: 32px 20px 32px 0px;
  border-bottom: 1px solid #4FE0FF;
  max-width: 220px;
  display: table-cell;
  text-align: left !important;
  min-width: 150px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr td button {
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr td {
    padding: 30px 15px 30px 0px;
    max-width: 150px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr td {
    padding: 20px 15px 20px 0px;
    max-width: 150px;
  }
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr td:before {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr td:last-child {
  padding-right: 0;
  text-align: right !important;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr td .cartprice {
  padding-right: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  display: inline;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr td .cartremove {
  float: right;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr td a.remove {
  width: 32px;
  height: 32px;
  background: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #263539 !important;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr td a.remove {
    width: 25px;
    height: 25px;
  }
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr td a.remove:hover {
  background-color: #31576D;
  color: #ffffff !important;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr td a:hover {
  color: #4FE0FF;
}
.woocommerce-cart .return-to-shop .button {
  background: #31576D;
  padding: 16px 24px;
  border-radius: 32px;
  color: #ffffff;
  font-size: 17px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Outfit";
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.woocommerce-cart .return-to-shop .button:hover {
  color: #31576D;
  background-color: #4FE0FF;
}
.woocommerce-cart .wc-empty-cart-message .woocommerce-info {
  border-top-color: #31576D;
}
.woocommerce-cart .wc-empty-cart-message .woocommerce-info::before {
  color: #31576D;
}
.woocommerce-cart .cart-collaterals {
  margin-top: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  text-transform: capitalize;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  background: #31576D;
  padding: 16px 24px;
  border-radius: 32px;
  color: #ffffff;
  font-size: 17px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Outfit";
  transition: all 0.3s linear;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
  color: #31576D;
  background-color: #4FE0FF;
}
.woocommerce-cart .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-cart .coupon input {
  margin: 0 !important;
  width: 120px !important;
  border-color: #00bbe3 !important;
}
.woocommerce-cart .coupon button.button {
  background: #31576D;
  padding: 16px 24px;
  border-radius: 32px;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  font-family: "Outfit";
  transition: all 0.3s linear;
  font-size: 17px;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart .coupon button.button:hover {
  color: #31576D;
  background-color: #4FE0FF;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  width: 49%;
}
@media (max-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}
.woocommerce ul li,
.woocommerce-page ul li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce ul li:before,
.woocommerce-page ul li:before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #31576D;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px;
  font-family: "Quicksand";
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
  color: #31576D;
}
@media (max-width: 1024px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 26px;
    line-height: 30px;
  }
}

.error-404 {
  max-width: 885px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px auto 50px;
}
.error-404 .page-title {
  margin: 0;
}
.error-404 .search-form {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  flex-flow: wrap;
}
.error-404 .search-form label {
  width: 100%;
  max-width: calc(100% - 115px);
}
.error-404 .search-form label .search-field {
  width: 100%;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #2F7D8E;
}
.error-404 .search-form .search-submit {
  background: #31576D;
  border-radius: 32px;
  padding: 16px 24px;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Outfit";
  border: none;
  outline: none;
  transition: all 0.3s linear;
  cursor: pointer;
}
.error-404 .search-form .search-submit:hover {
  background: #4FE0FF;
  color: #31576D;
}
.error-404 .widget {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .error-404 .widget {
    margin-bottom: 20px;
  }
}
.error-404 .widget a {
  text-decoration: underline;
  color: #31576D;
  font-weight: 500;
  transition: all 0.3s linear;
}
.error-404 .widget a:hover {
  color: #4FE0FF;
}
.error-404 .widget ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.error-404 .widget select {
  width: 100%;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #2F7D8E;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url("../images/drop.svg");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: auto;
}
@media (max-width: 767px) {
  .error-404 p {
    margin-bottom: 20px;
  }
}
.error-404 .page-content {
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */