@charset "UTF-8";
/*!
Theme Name: Veribo Framework 2026 - August
Theme URI: https://www.veribodevelopment.com/
Author: Veribo
Author URI: https://www.veribodevelopment.com/
Description: A basic theme, containing a few helpful functions to get your project started. Perfect for developing custom websites.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/LeagueSpartan-Medium.woff2") format("woff2"), url("assets/fonts/LeagueSpartan-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/LeagueSpartan-Regular.woff2") format("woff2"), url("assets/fonts/LeagueSpartan-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/LeagueSpartan-ExtraBold.woff2") format("woff2"), url("assets/fonts/LeagueSpartan-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/LeagueSpartan-Light.woff2") format("woff2"), url("assets/fonts/LeagueSpartan-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/LeagueSpartan-Thin.woff2") format("woff2"), url("assets/fonts/LeagueSpartan-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/LeagueSpartan-ExtraLight.woff2") format("woff2"), url("assets/fonts/LeagueSpartan-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/LeagueSpartan-SemiBold.woff2") format("woff2"), url("assets/fonts/LeagueSpartan-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/LeagueSpartan-Black.woff2") format("woff2"), url("assets/fonts/LeagueSpartan-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1,
.h1 {
  font-size: 57.27px;
  line-height: 46.7px;
  font-weight: 900;
  margin: 40px 0 30px;
  letter-spacing: -0.03em;
}
@media (max-width: 1500px) {
  h1,
  .h1 {
    font-size: 53px;
    line-height: 43.22px;
  }
}
@media (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 39.15px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 28px;
  }
}
h1:first-child,
.h1:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child {
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 500;
  margin: 40px 0 32px;
  color: #093b73;
}
@media (max-width: 1400px) {
  h2,
  .h2 {
    font-size: 31px;
    line-height: 26px;
    margin: 36px 0 29px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 25px;
    line-height: 21px;
    margin-bottom: 27px;
  }
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h2:last-child,
.h2:last-child {
  margin-bottom: 0;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 23px;
  font-weight: 900;
  margin: 36px 0 26px;
  color: #093b73;
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
h3:last-child,
.h3:last-child {
  margin-bottom: 0;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 32px 0 22px;
  color: #093b73;
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
h4:last-child,
.h4:last-child {
  margin-bottom: 0;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 900;
  margin: 28px 0 18px;
}
h5:first-child,
.h5:first-child {
  margin-top: 0;
}
h5:last-child,
.h5:last-child {
  margin-bottom: 0;
}

h6,
.h6 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 900;
  margin: 24px 0 16px;
}
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}

.large-text {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .large-text {
    font-size: 16px;
    line-height: 20px;
  }
}

p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 25px 0;
  color: #697d89;
}

a {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
  color: #093b73;
}

ul {
  color: #697d89;
  list-style: none;
}
ul li {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 17px;
  box-sizing: border-box;
}
ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4d4d4d;
  transform: translateY(50%);
}
ul.check li {
  padding-left: 29px;
}
ul.check li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,%3Csvg width="19" height="15" viewBox="0 0 19 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 8L6.5 12.5L17 2" stroke="%23078A8E" stroke-width="3" stroke-linecap="round"/%3E%3C/svg%3E');
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 16px;
  left: 0;
}
ul.arrow {
  margin-left: 29px;
}
ul.arrow li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 15px;
  height: 10.5px;
  transform: translateY(-50%);
  background-image: url(assets/img/arrow-right.png);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  font-size: 18px;
  line-height: 53px;
  font-weight: 900;
  display: inline-flex;
  padding: 0 29px 0;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    line-height: 37px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #5dc5ff;
}
@media (min-width: 1201px) {
  .btn:hover {
    background-color: #5dc5ff;
  }
  .btn:hover::before {
    background-color: #0078ff;
  }
}
.btn.green {
  background-color: #078a8e;
}
.btn.green::before {
  background-color: #093b73;
}
@media (min-width: 1201px) {
  .btn.green:hover {
    background-color: #093b73;
  }
  .btn.green:hover::before {
    background-color: #078a8e;
  }
}
.btn.red {
  background-color: #ee4628;
}
.btn.red::before {
  background-color: #fc8026;
}
@media (min-width: 1201px) {
  .btn.red:hover {
    background-color: #fc8026;
  }
  .btn.red:hover::before {
    background-color: #ee4628;
  }
}
.btn.yellow {
  background-color: #fcb10b;
}
.btn.yellow::before {
  background-color: #ee4628;
}
@media (min-width: 1201px) {
  .btn.yellow:hover {
    background-color: #ffbc2a;
  }
  .btn.yellow:hover::before {
    background-color: #ee4628;
  }
}
.btn.black {
  background-color: #4d4d4d;
}
.btn.black::before {
  background-color: #000;
}
@media (min-width: 1201px) {
  .btn.black:hover {
    background-color: #000;
  }
  .btn.black:hover::before {
    background-color: #4d4d4d;
  }
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
}

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

.clear {
  display: block;
  clear: both;
  height: 0;
}

a {
  outline: none;
}

a i {
  transition: none !important;
}

a img {
  border: none;
}

input[type=submit] {
  -webkit-appearance: none;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.loaded *,
.loaded {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

::-moz-selection {
  color: #ffffff;
  background: #c339e3;
}

::selection {
  color: #ffffff;
  background: #c339e3;
}

.single-courses section.hero-banner-container {
  margin: 120px 20px 35px;
  padding: 0 35px;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .single-courses section.hero-banner-container {
    padding: 0;
    margin: 90px 14px 15px;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .single-courses section.hero-banner-container .hero-banner {
    padding: 25px;
  }
}
@media (min-width: 1201px) {
  .single-courses section.hero-banner-container .hero-banner.corporate .content {
    max-width: 35%;
  }
}
.single-courses section.hero-banner-container .hero-banner .content {
  min-height: unset;
  padding-top: 250px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .single-courses section.hero-banner-container .hero-banner .content {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.single-courses section.hero-banner-container .hero-banner .content h6,
.single-courses section.hero-banner-container .hero-banner .content a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .single-courses section.hero-banner-container .hero-banner .content h6,
  .single-courses section.hero-banner-container .hero-banner .content a {
    font-size: 14px;
    line-height: normal;
    color: #093b73;
  }
}
.single-courses section.hero-banner-container .hero-banner .content h1 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 767px) {
  .single-courses section.hero-banner-container .hero-banner .content h1 {
    font-size: 24px;
    line-height: normal;
    color: #093b73;
  }
}
@media (max-width: 767px) {
  .single-courses section.overview-container {
    padding: 0;
  }
}
.single-courses section.overview-container .overview {
  max-width: 1296px;
  margin: auto;
  border-radius: 35px;
  background: #e3e7ed;
  padding: 39px;
}
@media (max-width: 767px) {
  .single-courses section.overview-container .overview {
    padding: 14px;
    border-radius: 0;
  }
}
.single-courses section.overview-container .overview .page-navigation {
  border-bottom: 1px solid rgba(105, 125, 137, 0.5019607843);
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .single-courses section.overview-container .overview .page-navigation {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .single-courses section.overview-container .overview .page-navigation {
    flex-direction: column;
  }
}
.single-courses section.overview-container .overview .page-navigation #side_nav {
  position: relative;
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch {
  border-radius: 25px;
  background: #093b73;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 451px;
  z-index: 2;
  padding: 25px;
}
@media (max-width: 991px) {
  .single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch {
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  text-transform: uppercase;
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column {
  display: flex;
  gap: 42px;
}
@media (max-width: 767px) {
  .single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column {
    flex-direction: column;
  }
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column > div {
  flex: 1;
}
@media (min-width: 768px) {
  .single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column .title ul {
  width: 100%;
  margin-bottom: 24px;
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column .title ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  padding-left: 24px;
  margin-bottom: 3px;
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column .title ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 5px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  transform: none;
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column .title .quote-btn {
  display: inline-flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  border-radius: 25px;
  background: #fcb10b;
  color: #093b73;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  align-items: center;
  padding: 6px 12px;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column .title .quote-btn svg path {
  fill: #093b73;
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column .details .list > .item:not(:last-child) {
  margin-bottom: 12px;
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column .details .list .item {
  display: flex;
  color: #e3e7ed;
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column .details .list .item .image-wrapper {
  width: 37px;
  margin-top: 0.23rem;
}
.single-courses section.overview-container .overview .page-navigation #side_nav .get-in-touch .two-column .details .list .item p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1;
  color: #e3e7ed;
}
.single-courses section.overview-container .overview .page-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 52%;
}
@media (max-width: 991px) {
  .single-courses section.overview-container .overview .page-navigation ul {
    width: 100%;
  }
}
.single-courses section.overview-container .overview .page-navigation ul li:first-child a {
  border-bottom: 3px solid #42878e;
  margin-bottom: -3px;
}
.single-courses section.overview-container .overview .page-navigation ul li {
  display: inline-block;
  padding-left: 0;
}
.single-courses section.overview-container .overview .page-navigation ul li::before {
  content: none;
}
.single-courses section.overview-container .overview .page-navigation ul li a {
  color: #697d89;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  padding: 13px 20px;
  display: inline-block;
}
.single-courses section.overview-container .overview .page-navigation ul li a:hover {
  border-bottom: 3px solid #42878e;
  margin-bottom: -3px;
}
.single-courses section.overview-container .overview .row.two-columns {
  display: flex;
}
@media (min-width: 1201px) {
  .single-courses section.overview-container .overview .row.two-columns {
    justify-content: space-between;
    gap: 5%;
  }
}
@media (max-width: 1200px) {
  .single-courses section.overview-container .overview .row.two-columns {
    flex-direction: column-reverse;
  }
}
.single-courses section.overview-container .overview .row.two-columns .content {
  width: 35%;
}
@media (max-width: 1200px) {
  .single-courses section.overview-container .overview .row.two-columns .content {
    width: 100%;
  }
}
.single-courses section.overview-container .overview .row.two-columns .content h2 {
  color: #093b73;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
}
.single-courses section.overview-container .overview .row.two-columns .content p {
  color: #093b73;
  font-size: 14px;
  line-height: normal;
}
.single-courses section.overview-container .overview .row.two-columns .content li {
  color: #093b73;
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 10px;
}
.single-courses section.overview-container .overview .row.two-columns .content li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 1px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8C16 12.4187 12.4187 16 8 16ZM11.6875 4.55312C11.3531 4.30937 10.8844 4.38438 10.6406 4.71875L6.90938 9.85L5.28125 8.22188C4.9875 7.92813 4.5125 7.92813 4.22188 8.22188C3.93125 8.51562 3.92813 8.99063 4.22188 9.28125L6.47188 11.5312C6.62813 11.6875 6.84062 11.7656 7.05937 11.75C7.27812 11.7344 7.47812 11.6219 7.60625 11.4438L11.8531 5.6C12.0969 5.26562 12.0219 4.79688 11.6875 4.55312Z' fill='%23697D89' fill-opacity='0.35'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  position: unset;
  background-color: transparent;
  transform: unset;
  border-radius: unset;
}
.single-courses section.overview-container .overview .row.two-columns .content .item {
  margin-top: 25px;
}
.single-courses section.overview-container .overview .row.two-columns .content .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-courses section.overview-container .overview .row.two-columns .content .item ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6509803922);
  padding: 12px 16px;
  margin-bottom: 12px;
}
.single-courses section.overview-container .overview .row.two-columns .content .item ul li::before {
  content: "";
  width: 15px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'><path d='M14.7253 6.50299C15.0916 6.12434 15.0916 5.5094 14.7253 5.13075L10.0376 0.28399C9.67137 -0.0946633 9.07662 -0.0946633 8.71039 0.28399C8.34416 0.662643 8.34416 1.27758 8.71039 1.65623L11.7984 4.84903H0.937546C0.418966 4.84903 0 5.28221 0 5.81838C0 6.35456 0.418966 6.78774 0.937546 6.78774H11.7984L8.71039 9.98054C8.34416 10.3592 8.34416 10.9741 8.71039 11.3528C9.07662 11.7314 9.67137 11.7314 10.0376 11.3528L14.7253 6.50602V6.50299Z' fill='%23B8C2CA'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  position: unset;
  background-color: transparent;
  transform: unset;
  border-radius: unset;
}
.single-courses section.overview-container .overview .row.two-columns .content .logos {
  margin-top: 25px;
}
.single-courses section.overview-container .overview .row.two-columns .content .logos img {
  filter: drop-shadow(5px 5px 25px rgba(105, 125, 137, 0.25));
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper {
  width: 60%;
}
@media (max-width: 1200px) {
  .single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container {
  margin: 0;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .header {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .header {
    flex-direction: column;
  }
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .header h2 {
  color: #093b73;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .header .filter-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .header .filter-wrapper select#search_location,
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .header .filter-wrapper select#date_range {
  border-radius: 25px;
  background: #fff;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
  width: 205px;
  height: 40px;
  color: #093b73;
  font-size: 16px;
  padding: 4px 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'><path d='M5.19629 8.25L0.000137329 0L10.3924 0L5.19629 8.25Z' fill='%23093B73'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 11px 9px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .header .filter-wrapper select#search_location,
  .single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .header .filter-wrapper select#date_range {
    width: 150px;
  }
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule {
  padding-right: 8px;
}
@media (max-width: 991px) {
  .single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .header {
    display: none;
  }
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .header .free-spots {
  padding-left: 6px;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 8px;
  margin-right: -16px;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper::-webkit-scrollbar {
  width: 6px;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper::-webkit-scrollbar-thumb {
  background: #42878e;
  border-radius: 8px;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper::before {
  content: none;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row:nth-child(odd) {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6509803922);
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row::before {
  content: none;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column {
  padding: 10px;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column:first-of-type {
  padding-left: 20px;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .content-row .btn {
  border-radius: 25px;
  border: 1px solid #fff;
  background: #fcb10b;
  width: 83px;
  height: 30px;
  color: #093b73;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 0;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .wrapper .of-people {
  padding: 0;
  height: inherit;
  background-color: transparent;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .wrapper .of-people::before {
  content: none;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row.content-row input {
  width: 50px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid rgba(105, 125, 137, 0.5);
  background: #fff;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
  margin: 0px;
  padding: 2px 12px;
  min-width: 50px;
}
.single-courses section.overview-container .overview .row.two-columns .upcomming-schedule-wrapper .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row span {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.single-courses section.overview-container .overview .row.two-columns .ondemand-enquiry-wrapper {
  border-radius: 25px;
  background: #fff;
  width: 60%;
  padding: 45px 30px;
  margin-top: -137px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .single-courses section.overview-container .overview .row.two-columns .ondemand-enquiry-wrapper {
    width: auto;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.single-courses section.overview-container .overview .row.two-columns .ondemand-enquiry-wrapper h2.title {
  color: #093b73;
  font-size: 30px;
  font-weight: 900;
}
@media (min-width: 1201px) {
  .single-courses section.overview-container .overview .row.two-columns .ondemand-enquiry-wrapper h2.title {
    padding-left: 12px;
  }
}
.single-courses section.overview-container.corporate .overview .page-navigation {
  gap: 5%;
}
@media (max-width: 1200px) {
  .single-courses section.overview-container.corporate .overview .page-navigation {
    flex-direction: column;
  }
}
.single-courses section.overview-container.corporate .overview .page-navigation .nav-wrapper {
  width: 35%;
}
@media (max-width: 1200px) {
  .single-courses section.overview-container.corporate .overview .page-navigation .nav-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.single-courses section.overview-container.corporate .overview .page-navigation .nav-wrapper li a.onpage-options,
.single-courses section.overview-container.corporate .overview .page-navigation .nav-wrapper li a.onpage-gallery {
  display: none;
}
.single-courses section.overview-container.corporate .overview .page-navigation div#side_nav {
  width: 60%;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .single-courses section.overview-container.corporate .overview .page-navigation div#side_nav {
    padding: 0;
    width: 100%;
  }
}
.single-courses section.overview-container.corporate .overview .page-navigation div#side_nav .available-on-demand {
  border-radius: 25px 25px 0 0;
  background: #093b73;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 45px 25px 130px 25px;
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media (max-width: 1200px) {
  .single-courses section.overview-container.corporate .overview .page-navigation div#side_nav .available-on-demand {
    position: relative;
    border-radius: 25px;
    padding: 45px 25px;
  }
}
.single-courses section.overview-container.corporate .overview .page-navigation div#side_nav .available-on-demand .icon-wrapper {
  width: 42%;
  display: flex;
  gap: 10px;
}
@media (min-width: 1201px) {
  .single-courses section.overview-container.corporate .overview .page-navigation div#side_nav .available-on-demand .icon-wrapper {
    padding-left: 25px;
  }
}
.single-courses section.overview-container.corporate .overview .page-navigation div#side_nav .available-on-demand .icon-wrapper .icon {
  width: 66px;
  height: 66px;
  background-color: #fcb10b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
}
.single-courses section.overview-container.corporate .overview .page-navigation div#side_nav .available-on-demand .icon-wrapper h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
  margin: 0;
}
.single-courses section.overview-container.corporate .overview .page-navigation div#side_nav .available-on-demand .text-wrapper {
  color: #fff;
  width: 54%;
}

section.course-gallery-container {
  margin: 100px 0 100px;
}
section.course-gallery-container article.gallery {
  max-width: 980px;
}
section.course-gallery-container article.gallery h2.title {
  color: #093b73;
  text-align: center;
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 50px;
}
section.course-gallery-container article.gallery .columns-wrapper .columns .column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  section.course-gallery-container article.gallery .columns-wrapper .columns .column {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
section.course-gallery-container article.gallery .columns-wrapper .columns .column a {
  display: block;
}
section.course-gallery-container article.gallery .columns-wrapper .columns .column img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

body .gform_wrapper .gform_body input[type=text],
body .gform_wrapper .gform_body input[type=email],
body .gform_wrapper .gform_body input[type=tel],
body .gform_wrapper .gform_body select {
  border-radius: 25px;
  border: 1px solid rgba(105, 125, 137, 0.5);
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 4px 20px;
}
body .gform_wrapper .gform_body select {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M5.19531 8.25L-0.000839233 0L10.3915 0L5.19531 8.25Z' fill='%23093B73'/%3E%3C/svg%3E") no-repeat right 10px center;
}
body .gform_wrapper .gform_body textarea {
  border-radius: 25px;
  border: 1px solid rgba(105, 125, 137, 0.5);
  background: #fff;
  padding: 12px 20px;
}
body .gform_wrapper .gform_body .gform_fields {
  row-gap: 18px;
}
body .gform_wrapper .gform_body input[type=radio] {
  accent-color: #093b73;
}
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input[type=submit] {
  border-radius: 30px !important;
  background: #f68028 !important;
  height: 60px !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  padding: 4px 34px !important;
  margin-left: auto !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #093b73 !important;
}
body .gform_wrapper .gfield {
  margin-bottom: 8px; /* default is 16–24px depending on theme */
}

section.fedback {
  margin-top: 32px;
  margin-bottom: 32px;
}
section.fedback .feedback-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}
section.fedback .feedback-container .feedback-wrapper {
  display: flex;
  gap: 55px;
}
@media (max-width: 991px) {
  section.fedback .feedback-container .feedback-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper {
    gap: 25px;
  }
}
section.fedback .feedback-container .feedback-wrapper .col {
  flex: 1;
  border-radius: 25px;
  overflow: hidden;
}
section.fedback .feedback-container .feedback-wrapper .feedback-image {
  border-radius: 25px;
  background: #42878e;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
  overflow: hidden;
  padding: 20px 48px;
  position: relative;
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper .feedback-image {
    padding: 14px 18px;
  }
}
section.fedback .feedback-container .feedback-wrapper .feedback-image img {
  max-height: 320px;
  max-width: 100%;
  position: absolute;
  height: 100%;
  width: auto;
  bottom: 0;
}
@media (max-width: 1200px) {
  section.fedback .feedback-container .feedback-wrapper .feedback-image img {
    max-height: 290px;
  }
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper .feedback-image img {
    max-height: 230px;
    top: auto;
  }
}
section.fedback .feedback-container .feedback-wrapper .feedback-image .quotes-continer {
  display: flex;
}
section.fedback .feedback-container .feedback-wrapper .feedback-image .quotes-continer > div {
  flex: 1;
  width: 50%;
}
section.fedback .feedback-container .feedback-wrapper .feedback-image .quotes-continer .feedback-carousel {
  max-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
}
section.fedback .feedback-container .feedback-wrapper .feedback-image .quotes-continer .feedback-carousel .item {
  padding: 10px;
  box-sizing: border-box;
}
section.fedback .feedback-container .feedback-wrapper .feedback-image .quotes-continer .feedback-carousel .item p {
  color: #ffffff;
  margin: 0;
  text-align: center;
  font-style: italic;
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper .feedback-image .quotes-continer .feedback-carousel .item p {
    font-size: 14px;
  }
}
section.fedback .feedback-container .feedback-wrapper .feedback-image .quotes-continer .feedback-carousel .owl-nav.disabled {
  display: none !important;
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper {
  display: flex;
  gap: 14px;
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper .info-wrapper {
    gap: 10px;
    flex-direction: column;
  }
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .info1 {
  background-color: #093b73;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .info2 {
  background-color: #ee4628;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .header {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper .info-wrapper .header {
    flex-direction: column;
    padding: 20px 10px 0;
  }
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .header .icon-wrapper {
  border-radius: 75px;
  background: #ffffff;
  width: 72px;
  height: 72px;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper .info-wrapper .header .icon-wrapper {
    width: 72px;
    height: 72px;
  }
  section.fedback .feedback-container .feedback-wrapper .info-wrapper .header .icon-wrapper svg {
    height: 75px;
    width: 75px;
  }
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .header h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
  color: #ffffff;
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper .info-wrapper .header h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .body {
  padding: 0 20px;
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .body p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 16px 0;
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper .info-wrapper .body {
    text-align: center;
  }
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .footer {
  height: 170px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper .info-wrapper .footer {
    height: 160px;
  }
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .footer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .footer a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 4px 16px;
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .footer a.darkblue {
  background-color: #093b73;
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .footer a path {
  fill: #4f5a64;
}
@media (max-width: 767px) {
  section.fedback .feedback-container .feedback-wrapper .info-wrapper .footer a {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
  section.fedback .feedback-container .feedback-wrapper .info-wrapper .footer a svg {
    height: 15px;
    width: 15px;
  }
}
section.fedback .feedback-container .feedback-wrapper .info-wrapper .footer a.btn.red {
  background-color: #ee4628;
}

@media (min-width: 768px) {
  .post-type-archive-courses .hero-banner-container .hero-banner.with-search .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0;
    padding-top: 90px;
  }
  .post-type-archive-courses .hero-banner-container .hero-banner.with-search .content .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.search-chatbase-wrapper {
  display: flex;
  justify-content: space-between;
}
.search-chatbase-wrapper .chatbase-course-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-chatbase-wrapper .chatbase-course-btn a#open-chatbase-courses {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .search-chatbase-wrapper .chatbase-course-btn a#open-chatbase-courses {
    color: #fc8026;
  }
}
.search-chatbase-wrapper .chatbase-course-btn a#open-chatbase-courses:hover {
  color: #5dc5ff;
}
.search-chatbase-wrapper .chatbase-course-btn a#open-chatbase-courses:hover path {
  fill: #5dc5ff;
}
@media (max-width: 991px) {
  .search-chatbase-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

.white-header #header {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  padding: 8px 20px 11px;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .white-header #header {
    padding-bottom: 9px;
  }
}
.white-header #header .header-inner .hide-on-scroll {
  display: none !important;
}
.white-header #header .header-inner .show-on-scroll {
  display: block !important;
}
.white-header #header .header-inner .wrapper .menu ul li.has-mega-menu svg {
  bottom: -28px;
}
.white-header #header .header-inner .wrapper .menu ul li a {
  color: #093b73;
}
.white-header #header .header-inner .wrapper .icons svg path {
  stroke: #093b73 !important;
}
.white-header #header .header-inner .wrapper .icons svg circle {
  stroke: #093b73 !important;
}
.white-header #header .header-inner .wrapper .icons .profile path:first-of-type {
  stroke: #fcb10b !important;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 18px 20px 19px;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  #header {
    padding: 16px 20px;
  }
}
@media (max-width: 1200px) {
  #header {
    padding: 8px 20px 9px;
  }
}
body.scrolled #header:not(.header-not-fixed) {
  background-color: #fff;
  padding: 8px 20px 11px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1400px) {
  body.scrolled #header:not(.header-not-fixed) {
    padding-bottom: 9px;
  }
}

#header.header-not-fixed {
  position: relative;
  width: 100%;
  padding: 18px 20px 19px !important;
  box-sizing: border-box;
  z-index: 1001;
}
@media (max-width: 1400px) {
  #header.header-not-fixed {
    padding: 16px 20px 15px;
  }
}
#header.header-not-fixed + #page-wrapper {
  margin-top: -123px;
}
@media (max-width: 1400px) {
  #header.header-not-fixed + #page-wrapper {
    margin-top: -117px;
  }
}
body.scrolled #header.header-not-fixed {
  background-color: transparent;
  box-shadow: none;
  transition: none !important;
}
body.scrolled #header.header-not-fixed .header-inner .hide-on-scroll {
  display: block !important;
}
body.scrolled #header.header-not-fixed .header-inner .show-on-scroll {
  display: none !important;
}
body.scrolled #header.header-not-fixed .header-inner .menu li.has-mega-menu svg {
  bottom: -18px !important;
}
body.scrolled #header.header-not-fixed .header-inner .menu a {
  color: #fff !important;
}
body.scrolled #header.header-not-fixed .header-inner .icons svg path {
  stroke: #fff !important;
}
body.scrolled #header.header-not-fixed .header-inner .icons svg circle {
  stroke: #fff !important;
}
body.scrolled #header.header-not-fixed .header-inner .icons .profile path:first-of-type {
  stroke: #fcb10b !important;
}
body.scrolled #header.header-not-fixed .header-inner .mega-menu {
  padding: 105px 20px 20px;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  body.scrolled #header.header-not-fixed .header-inner .mega-menu {
    padding-top: 96px;
  }
}
@media (max-width: 1400px) {
  body.scrolled #header.header-not-fixed .header-inner .mega-menu {
    padding-top: 96px;
  }
}

#header .header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#header .header-inner a.show-on-scroll {
  display: none;
}
body.scrolled #header .header-inner a.hide-on-scroll {
  display: none;
}
body.scrolled #header .header-inner a.show-on-scroll {
  display: block;
}

#header .header-inner a .header-logo {
  max-width: 262px;
  display: block;
}
@media (max-width: 1400px) {
  #header .header-inner a .header-logo {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  #header .header-inner a .header-logo {
    max-width: 191px;
  }
}
#header .header-inner .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header .header-inner .wrapper .menu {
  margin-right: 42.5px;
}
@media (max-width: 1200px) {
  #header .header-inner .wrapper .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    padding-top: 60px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    z-index: 5;
  }
  .mobile-menu-open #header .header-inner .wrapper .menu {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    padding: 140px 20px 30px;
    max-height: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .mobile-menu-open #header .header-inner .wrapper .menu {
    padding-top: 60px;
  }
}
#header .header-inner .wrapper .menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}
@media (max-width: 1200px) {
  #header .header-inner .wrapper .menu ul.desktop-menu {
    display: none;
  }
}
#header .header-inner .wrapper .menu ul.mobile-menu {
  display: none;
}
@media (max-width: 1200px) {
  #header .header-inner .wrapper .menu ul.mobile-menu {
    display: block;
  }
}
#header .header-inner .wrapper .menu ul li {
  padding: 0;
}
#header .header-inner .wrapper .menu ul li::before {
  display: none;
}
#header .header-inner .wrapper .menu ul li::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #fcb10b;
  transition: width 0.5s ease;
}
body.scrolled #header .header-inner .wrapper .menu ul li::after {
  bottom: -27px;
}

@media (min-width: 1201px) {
  #header .header-inner .wrapper .menu ul li:hover::after {
    width: 100%;
  }
}
#header .header-inner .wrapper .menu ul li.active:after {
  width: 100%;
}
#header .header-inner .wrapper .menu ul li.has-mega-menu::after {
  display: none;
}
#header .header-inner .wrapper .menu ul li.has-mega-menu svg {
  display: none;
}
#header .header-inner .wrapper .menu ul li.mega-menu-open svg {
  display: block;
}
#header .header-inner .wrapper .menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 53px;
  font-weight: 700;
  margin: 0;
  display: block;
  height: 100%;
}
@media (max-width: 1400px) {
  #header .header-inner .wrapper .menu ul li a {
    font-size: 16px;
    line-height: 48px;
  }
}
@media (max-width: 1200px) {
  #header .header-inner .wrapper .menu ul li a {
    color: #093b73;
  }
}
body.scrolled #header .header-inner .wrapper .menu ul li a {
  color: #093b73;
}

#header .header-inner .wrapper .menu ul li a svg {
  display: none;
}
@media (min-width: 1201px) {
  #header .header-inner .wrapper .menu ul li:hover .sub-menu {
    display: block;
  }
}
#header .header-inner .wrapper .menu ul li ul {
  display: none;
  position: relative;
}
#header .header-inner .wrapper .menu ul li ul::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 1200px) {
  #header .header-inner .wrapper .menu ul li ul::before {
    display: none;
  }
}
@media (min-width: 1401px) {
  #header .header-inner .wrapper .menu ul li ul {
    background: #fff;
    color: blue;
    position: absolute;
    top: 70px;
    padding: 30px;
    left: 0px;
    min-width: 230px;
    border-radius: 0 0 20px 20px;
  }
  #header .header-inner .wrapper .menu ul li ul li::after {
    bottom: -5px;
  }
  #header .header-inner .wrapper .menu ul li ul li a {
    color: #093b73;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
#header .header-inner .wrapper .menu ul li.has-mega-menu {
  position: relative;
}
#header .header-inner .wrapper .menu ul li.has-mega-menu svg {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%);
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.15));
  z-index: 1001;
  transition: none !important;
}
#header .header-inner .wrapper .menu ul li.has-mega-menu svg path {
  fill: white;
}
body.scrolled #header .header-inner .wrapper .menu ul li.has-mega-menu svg {
  bottom: -28px;
}

@media (max-width: 1200px) {
  #header .header-inner .wrapper .menu ul {
    display: block;
  }
  #header .header-inner .wrapper .menu ul li {
    border-bottom: 1px solid #ececec;
  }
  #header .header-inner .wrapper .menu ul li a {
    padding: 23px 0 18px;
    font-size: 18px;
    line-height: 16px;
    position: relative;
    padding-right: 25px;
  }
  #header .header-inner .wrapper .menu ul li a svg {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 14px;
  }
  #header .header-inner .wrapper .menu ul li a svg.rotate {
    transform: translateY(-50%) rotateX(180deg);
  }
  #header .header-inner .wrapper .menu ul li ul {
    display: none;
  }
  #header .header-inner .wrapper .menu ul li ul li {
    border-bottom: none;
    padding-left: 20px;
  }
  #header .header-inner .wrapper .menu ul li ul li:last-of-type {
    padding-bottom: 0;
  }
}
#header .header-inner .wrapper .menu .sub-menu li::after {
  bottom: -10px !important;
}
#header .header-inner .wrapper .icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header .header-inner .wrapper .icons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 40px;
  height: 100%;
}
@media (max-width: 767px) {
  #header .header-inner .wrapper .icons a {
    margin-left: 24px;
  }
}
#header .header-inner .wrapper .icons a:first-of-type {
  margin-left: 0;
}
body.scrolled #header .header-inner .wrapper .icons .search svg circle {
  stroke: #093b73;
}
body.scrolled #header .header-inner .wrapper .icons .search svg path {
  stroke: #093b73;
}

@media (max-width: 767px) {
  #header .header-inner .wrapper .icons .search svg {
    width: 31px;
    height: 34px;
  }
}
body.scrolled #header .header-inner .wrapper .icons .profile svg path {
  stroke: #093b73;
}
body.scrolled #header .header-inner .wrapper .icons .profile svg path:first-of-type {
  stroke: #fcb10b;
}
body.scrolled #header .header-inner .wrapper .icons .profile svg path:last-of-type {
  stroke: #fcb10b;
}

@media (max-width: 1200px) {
  #header .header-inner .wrapper .icons .profile {
    display: none;
  }
}
#header .header-inner .mega-menu {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.15));
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 120, 255, 0.3);
  pointer-events: none;
  display: none;
  padding: 105px 20px 20px;
  box-sizing: border-box;
  z-index: 999;
}
@media (max-width: 1400px) {
  #header .header-inner .mega-menu {
    padding-top: 96px;
  }
}
@media (max-width: 1400px) {
  body.scrolled #header .header-inner .mega-menu {
    padding-top: 96px;
  }
}

#header .header-inner .mega-menu.menu-emergency-response .inner {
  max-width: 768px;
}
#header .header-inner .mega-menu .inner {
  border-radius: 25px;
  background: #fff;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.1);
  max-width: 998px;
  width: 100%;
  max-height: calc(100vh - 120px);
  height: 100%;
  margin: 0 auto;
  pointer-events: all;
  overflow: auto;
  padding: 35px;
}
#header .header-inner .mega-menu .inner .row {
  padding: 21px 0;
}
#header .header-inner .mega-menu .inner .row.title {
  padding-top: 8px;
  border-bottom: 1px solid #697d89;
}
#header .header-inner .mega-menu .inner .row.title p {
  margin: 0;
  text-transform: uppercase;
}
#header .header-inner .mega-menu .inner .row.three-column {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  border-bottom: 1px solid #697d89;
  padding-bottom: 60px;
}
#header .header-inner .mega-menu .inner .row.three-column .column {
  flex: 1;
  min-width: 0;
}
#header .header-inner .mega-menu .inner .row.three-column .column .header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
#header .header-inner .mega-menu .inner .row.three-column .column .header .icon-wrapper {
  border-radius: 75px;
  background: #093b73;
  width: 66px;
  height: 66px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-inner .mega-menu .inner .row.three-column .column .header h3 {
  color: #093b73;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  max-width: 180px;
}
#header .header-inner .mega-menu .inner .row.three-column .column ul li {
  padding-left: 10px;
  margin-bottom: 16px;
}
#header .header-inner .mega-menu .inner .row.three-column .column ul li:before {
  content: none;
}
#header .header-inner .mega-menu .inner .row.three-column .column ul li a {
  color: #697d89;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  text-decoration: none;
}
#header .header-inner .mega-menu .inner .row.three-column .column ul li a:hover {
  color: #fcb10b;
}
#header .header-inner .mega-menu .inner .row.footer-links {
  display: flex;
  gap: 44px;
  padding: 21px 18px 0;
  justify-content: space-between;
}
#header .header-inner .mega-menu .inner .row.footer-links .column {
  display: flex;
  gap: 10px;
  flex: 1;
  min-width: 0;
  flex: 0 0 calc(33.333% - 44px);
  align-items: center;
}
#header .header-inner .mega-menu .inner .row.footer-links .column a {
  color: #697d89;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
#header .header-inner .mega-menu .inner .row.footer-links .column a:hover {
  color: #093b73;
}

.mobile-menu-button {
  display: none !important;
  position: relative;
  right: 0px;
  top: 20px;
  transform: translateY(-50%);
  text-decoration: none;
  color: #ffffff;
  z-index: 20;
  width: 40px;
  height: 40px !important;
}
@media (max-width: 1200px) {
  .mobile-menu-button {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .mobile-menu-button {
    left: 0;
  }
}
.mobile-menu-button span.lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.mobile-menu-button span.lines span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #093b73;
  opacity: 1;
  left: 0;
  top: 0;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}
body.white-header .mobile-menu-button span.lines span {
  background: #093b73;
}

body.scrolled .mobile-menu-button span.lines span {
  background: #093b73;
}

body.mobile-menu-open .mobile-menu-button span.lines span {
  background-color: #0078ff;
}

.mobile-menu-button span.lines span:nth-child(1) {
  top: 0px;
  right: auto;
  left: 0;
  width: 79.3%;
}
.mobile-menu-button span.lines span:nth-child(2), .mobile-menu-button span.lines span:nth-child(3) {
  top: 11px;
}
.mobile-menu-button span.lines span:nth-child(4) {
  top: 22px;
  width: 79.3%;
}
.mobile-menu-button.active span.lines span {
  background-color: #0078ff;
}
.mobile-menu-button.active span.lines span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.mobile-menu-button.active span.lines span:nth-child(2) {
  transform: rotate(45deg);
  width: 100%;
}
.mobile-menu-button.active span.lines span:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
}
.mobile-menu-button.active span.lines span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.show-on-tablet {
  display: none;
}
@media (max-width: 1200px) {
  .show-on-tablet {
    display: block;
  }
}

.grid-outer {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .grid-outer {
    padding: 0 25px;
  }
}
.grid-outer .grid {
  max-width: 1280px;
  margin: 0 auto;
}
.grid-outer .grid.wide {
  max-width: 1400px;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.show-on-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .show-on-mobile {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .hide-on-tablet {
    display: none !important;
  }
}

.show-on-tablet {
  display: none !important;
}
@media (max-width: 991px) {
  .show-on-tablet {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .hide-on-tablet-landscape {
    display: none !important;
  }
}

.show-on-tablet-landscape {
  display: none !important;
}
@media (max-width: 1200px) {
  .show-on-tablet-landscape {
    display: block !important;
  }
}

.hero-container {
  position: relative;
  background-color: #fff;
  margin: 120px 20px 35px;
  padding: 0 35px;
}
@media (max-width: 767px) {
  .hero-container {
    padding: 0;
  }
  .hero-container #ajaxsearchpro1_1 .probox,
  .hero-container div.asp_m.asp_m_1 .probox {
    background: #c6ebff;
    border-radius: 35px;
    margin: 0;
  }
}
.hero-container .video-bg {
  overflow: hidden;
  background: #000;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}
.hero-container .video-bg iframe {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: calc(100% + 60px);
  min-width: 177.77vh;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}
.hero-container .video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .hero-container .background {
    position: relative;
  }
}
.hero-container .background img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .hero-container .background img {
    position: relative;
  }
}
.hero-container .background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 35px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}
.hero-container .hero {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero-container .hero {
    padding-top: 15px;
  }
}
.hero-container .hero .hero-heading-main {
  max-width: 525px;
  padding-top: 50px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .hero-container .hero .hero-heading-main {
    display: none;
  }
}
.hero-container .hero .hero-callouts {
  max-width: 525px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .hero-container .hero .hero-callouts {
    border-radius: 30px;
    background: #fff;
    box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
    max-width: 100%;
    padding: 30px;
  }
}
.hero-container .hero h1 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-weight: 800;
  line-height: 42px;
}
@media (max-width: 1200px) {
  .hero-container .hero h1 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .hero-container .hero h1 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 28px;
  }
}
.hero-container .hero h1 span {
  color: #fff200;
}
.hero-container .hero h1 strong {
  color: #fcb10b;
}
.hero-container .hero p {
  color: #fff;
}
.hero-container .hero .search h2 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 38px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .hero-container .hero .search h2 {
    color: #093b73;
    font-size: 26px;
    line-height: 36px;
  }
}
.hero-container .hero .search h4 {
  font-size: 22px;
  color: #5dc5ff;
  margin-bottom: 8px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .hero-container .hero .search h4 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
  }
}

.text-video-container .text-video.grid {
  max-width: 1100px;
}
.text-video-container .text-video {
  display: flex;
}
@media (max-width: 991px) {
  .text-video-container .text-video {
    flex-direction: column;
  }
}
.text-video-container .text-video.image-first {
  flex-direction: row-reverse;
}
.text-video-container .text-video.image-first .text .inner {
  margin-left: 92px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 1400px) {
  .text-video-container .text-video.image-first .text .inner {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .text-video-container .text-video.image-first .text .inner {
    max-width: none;
    margin: 50px 28px;
    padding: 0;
  }
}
.text-video-container .text-video .text {
  flex: 1;
  background-color: rgba(252, 177, 11, 0.1);
}
.text-video-container .text-video .text.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-video-container .text-video .text.end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.text-video-container .text-video .text .inner {
  max-width: 575px;
}
@media (max-width: 1400px) {
  .text-video-container .text-video .text .inner {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .text-video-container .text-video .text .inner {
    max-width: none;
    margin: 50px 28px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .text-video-container .text-video .text .inner {
    margin: 33px 0 41px;
  }
}
.text-video-container .text-video .text .inner h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 36.7px;
  color: #093b73;
  margin-bottom: 4px;
}
@media (max-width: 1400px) {
  .text-video-container .text-video .text .inner h6 {
    margin-bottom: 0;
  }
}
.text-video-container .text-video .text .inner h2 {
  color: #093b73;
  margin-top: 4px;
}
@media (max-width: 1400px) {
  .text-video-container .text-video .text .inner h2 {
    margin-top: 0;
  }
}
.text-video-container .text-video .text .inner h2 strong {
  color: #078a8e;
}
.text-video-container .text-video .text .inner p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text-video-container .text-video .text .inner p {
    font-size: 16px;
    line-height: 20px;
  }
  .text-video-container .text-video .text .inner p:first-child {
    margin-top: 0;
  }
  .text-video-container .text-video .text .inner p:last-child {
    margin-bottom: 0;
  }
}
.text-video-container .text-video .text .inner ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .text-video-container .text-video .text .inner ul {
    display: block;
  }
}
.text-video-container .text-video .text .inner ul li {
  flex-basis: calc(50% - 18px);
  padding-left: 23px;
}
.text-video-container .text-video .text .inner ul li p {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.text-video-container .text-video .text .inner ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #5dc5ff;
  font-size: 18px;
  line-height: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  transform: none;
}
@media (max-width: 767px) {
  .text-video-container .text-video .text .inner ul li {
    max-width: none;
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.text-video-container .text-video .text .inner .download-file {
  margin-bottom: 20px;
}
.text-video-container .text-video .text .inner .download-file img {
  margin-right: 3px;
}
.text-video-container .text-video .text .inner .download-file:first-child {
  margin-top: 0;
}
.text-video-container .text-video .text .inner .download-file:last-child {
  margin-bottom: 0;
}
.text-video-container .text-video .text .inner a:not(.btn) {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  text-decoration: none;
}
@media (min-width: 1201px) {
  .text-video-container .text-video .text .inner a:not(.btn):hover {
    text-decoration: underline;
  }
}
.text-video-container .text-video .text .inner .btn {
  margin-top: 21px;
}
@media (max-width: 1400px) {
  .text-video-container .text-video .text .inner .btn {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .text-video-container .text-video .text .inner .btn {
    margin-top: 0;
  }
}
.text-video-container .text-video .media {
  flex-basis: 40%;
  max-width: 40%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .text-video-container .text-video .media {
    max-width: none;
  }
}
.text-video-container .text-video .media .inner-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.text-video-container .text-video .media .inner-wrap a,
.text-video-container .text-video .media .inner-wrap a img {
  width: 100%;
  height: 100%;
  display: block;
}
.text-video-container .text-video .media .inner-wrap a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.text-video-container .text-video .media .inner-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 59, 115, 0.35);
  pointer-events: none;
}
.text-video-container .text-video .media .inner-wrap:hover .decoration {
  transform: translate(-50%, -50%) scale(1.12);
}
.text-video-container .text-video .media img {
  width: 100%;
  height: auto;
  display: block;
}
.text-video-container .text-video .media .decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14%;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: transform 0.25s ease;
}
.text-video-container .text-video .media span {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
  z-index: 1;
}
.text-video-container .text-video .media span strong {
  color: #5dc5ff;
}
.text-video.image-first .media .decoration {
  left: initial;
  right: 0;
}
.text-video.image-first .media span {
  left: initial;
  right: 16%;
}
@media (max-width: 991px) {
  .text-video.image-first .media span {
    right: 18%;
  }
}
@media (max-width: 767px) {
  .text-video.image-first .media span {
    right: 18%;
  }
}
.text-video.image-first .media span strong {
  color: #fcb10b;
}

.text-video-container .text-video.full-width {
  max-width: none;
  margin-inline: -20px;
}
@media (max-width: 991px) {
  .text-video-container .text-video.full-width {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  .text-video-container .text-video.full-width {
    margin-inline: -25px;
  }
  .text-video-container .text-video.full-width .inner {
    margin: 34px 28px 31px;
  }
}
.text-video-container .text-video.in-grid {
  margin: 86px auto 95px;
}
.text-video-container .text-video.in-grid.red .media::after {
  background-color: #ee4628;
}
.text-video-container .text-video.in-grid.green .media::after {
  background-color: #078a8e;
}
.text-video-container .text-video.in-grid.blue .media::after {
  background-color: #0078ff;
}
.text-video-container .text-video.in-grid.yellow .media::after {
  background-color: #fcb10b;
}
@media (max-width: 991px) {
  .text-video-container .text-video.in-grid {
    margin: 0 auto 50px;
  }
}
.text-video-container .text-video.in-grid .text {
  background-color: transparent;
}
.topics-carousel-container {
  margin: 0;
  background-color: #e3e7ed;
  padding: 45px 0 145px 0;
}
@media (max-width: 767px) {
  .topics-carousel-container {
    padding: 0;
  }
}
.topics-carousel-container .topics-carousel {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
}
.topics-carousel-container .topics-carousel h2 {
  margin-bottom: 19px;
  margin-left: 64px;
}
@media (max-width: 767px) {
  .topics-carousel-container .topics-carousel h2 {
    text-align: center;
    margin: 0 0 10px 0;
    padding-inline: 40px;
  }
}
.topics-carousel-container .topics-carousel .owl-carousel {
  position: relative;
  padding: 0 64px;
  box-sizing: border-box;
}
.topics-carousel-container .topics-carousel .owl-carousel .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.topics-carousel-container .topics-carousel .owl-carousel .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
@media (min-width: 1201px) {
  .topics-carousel-container .topics-carousel .owl-carousel .item a:hover {
    border-bottom: 3px solid #fcb10b;
  }
}
.topics-carousel-container .topics-carousel .owl-carousel .item img {
  max-width: 94px;
  width: 100px;
  height: auto;
  display: block;
}
.topics-carousel-container .topics-carousel .owl-carousel .item h4,
.topics-carousel-container .topics-carousel .owl-carousel .item .h4 {
  margin-top: 0;
  display: block;
  color: #4f5a64;
  padding-bottom: 4px;
}
.topics-carousel-container .topics-carousel .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .topics-carousel-container .topics-carousel .owl-carousel .owl-nav .owl-prev {
    top: -33px;
    left: 20px;
  }
}
.topics-carousel-container .topics-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .topics-carousel-container .topics-carousel .owl-carousel .owl-nav .owl-next {
    top: -33px;
    right: 20px;
  }
}
.topics-carousel-container .topics-carousel .owl-carousel .owl-nav button svg {
  width: 20px;
  height: 40px;
}
@media (max-width: 767px) {
  .topics-carousel-container .topics-carousel .owl-carousel .owl-nav button svg {
    width: 12px;
    height: 24px;
  }
}
.topics-carousel-container .topics-carousel .owl-carousel .owl-nav button svg path {
  stroke: #0078ff;
}
.topics-carousel-container .topics-carousel .owl-carousel .owl-nav button.disabled svg path {
  stroke: #bcbcbc;
}
.topics-carousel-container .topics-carousel .owl-carousel.show-on-mobile {
  display: none;
  padding: 0;
  margin-top: 28px;
}
.topics-carousel-container .topics-carousel .owl-carousel.show-on-mobile .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
.topics-carousel-container .topics-carousel .owl-carousel.show-on-mobile .item a {
  flex-basis: 50%;
  max-width: 50%;
  border-top: 1px solid #e3e7ed;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 21px 7px;
}
.topics-carousel-container .topics-carousel .owl-carousel.show-on-mobile .item a:nth-child(odd) {
  border-right: 1px solid #e3e7ed;
}
.topics-carousel-container .topics-carousel .owl-carousel.show-on-mobile .item a:nth-last-child(-n+2) {
  border-bottom: 1px solid #e3e7ed;
}
.topics-carousel-container .topics-carousel .owl-carousel.show-on-mobile .item a span {
  display: block;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
}

.text-image-container {
  margin: 81px 0 109px;
}
@media (max-width: 991px) {
  .text-image-container {
    margin: 81px 0;
  }
}
@media (max-width: 767px) {
  .text-image-container {
    margin: 30px 0 60px;
  }
}
.text-image-container .text-image {
  display: flex;
}
@media (max-width: 991px) {
  .text-image-container .text-image {
    flex-direction: column-reverse !important;
  }
}
.text-image-container .text-image.image-first {
  flex-direction: row-reverse;
}
.text-image-container .text-image.image-first .text .inner {
  margin-left: 92px;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .text-image-container .text-image.image-first .text .inner {
    margin-left: 30px;
  }
}
.text-image-container .text-image .text {
  background-color: transparent;
  flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .text-image-container .text-image .text {
    max-width: none;
  }
}
.text-image-container .text-image .text.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-image-container .text-image .text .inner {
  max-width: 72.48%;
  max-width: 548px;
  margin: 50px 92px 50px auto;
}
@media (max-width: 1500px) {
  .text-image-container .text-image .text .inner {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .text-image-container .text-image .text .inner {
    margin: 50px 0px 0px !important;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .text-image-container .text-image .text .inner {
    margin-top: 35px !important;
  }
}
.text-image-container .text-image .text .inner h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 36.7px;
  color: #093b73;
  margin-bottom: 4px;
}
@media (max-width: 1400px) {
  .text-image-container .text-image .text .inner h6 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .text-image-container .text-image .text .inner h6 {
    margin-bottom: -5px;
  }
}
.text-image-container .text-image .text .inner h2 {
  color: #093b73;
  margin-top: 4px;
}
@media (max-width: 1400px) {
  .text-image-container .text-image .text .inner h2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .text-image-container .text-image .text .inner h2 {
    margin-bottom: 24px;
  }
}
.text-image-container .text-image .text .inner h2 strong {
  color: #078a8e;
}
.text-image-container .text-image .text .inner p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text-image-container .text-image .text .inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
.text-image-container .text-image .text .inner .btn {
  margin-top: 21px;
}
.text-image-container .text-image .text .inner .download-file {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.text-image-container .text-image .text .inner .download-file img {
  margin-right: 11px;
}
.text-image-container .text-image .text .inner .download-file:first-child {
  margin-top: 0;
}
.text-image-container .text-image .text .inner .download-file:last-child {
  margin-bottom: 0;
}
.text-image-container .text-image .media {
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}
.text-image-container .text-image .media .img-wrapper {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .text-image-container .text-image .media {
    max-width: none;
  }
}
.text-image-container .text-image .media.no-decoration::before {
  display: none;
}
.text-image-container .text-image .media.no-decoration::after {
  display: none;
}
.text-image-container .text-image .media.no-overlay::before {
  display: none;
}
.text-image-container .text-image .media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.text-image-container .text-image .media .image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-image-container .text-image .media .decoration {
  max-width: 27% !important;
}
.text-image-container .text-image .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.54%, rgba(0, 0, 0, 0.9) 93.34%);
  pointer-events: none;
  z-index: 1;
}
.text-image-container .text-image .media .decoration {
  position: absolute;
  bottom: 30px;
  right: 38px;
  max-width: 183px;
  z-index: 2;
}
@media (max-width: 767px) {
  .text-image-container .text-image .media .decoration {
    bottom: 15px;
    right: 15px;
  }
}
.text-image-container .text-image .media span {
  position: absolute;
  bottom: 30px;
  left: 38px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text-image-container .text-image .media span {
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    line-height: 16px;
  }
}
.text-image-container .text-image.red .media::after {
  background-color: #ee4628;
}
.text-image-container .text-image.green .media::after {
  background-color: #078a8e;
}
.text-image-container .text-image.blue .media::after {
  background-color: #0078ff;
}
.text-image-container .text-image .yellow .media::after {
  background-color: #fcb10b;
}

.testimonial-container {
  overflow: hidden;
  padding-top: 50px;
}
.testimonial-container .testimonial {
  background-color: #fff;
  box-shadow: -20px -20px 25px rgba(7, 51, 62, 0.1);
  border-radius: 15px 15px 0 0;
  padding: 77px 61px 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .testimonial-container .testimonial {
    padding: 68px 20px 0;
  }
}
@media (max-width: 991px) {
  .testimonial-container .testimonial {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .testimonial-container .testimonial {
    margin-inline: -25px;
  }
}
.testimonial-container .testimonial .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 65px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .testimonial-container .testimonial .row {
    display: block;
  }
}
.testimonial-container .testimonial .row .text {
  flex-basis: 28.33%;
  max-width: 28.33%;
}
@media (max-width: 991px) {
  .testimonial-container .testimonial .row .text {
    max-width: none;
  }
}
.testimonial-container .testimonial .row .text h2 {
  margin-bottom: 22px;
}
.testimonial-container .testimonial .row .text h2 strong {
  color: #078a8e;
}
.testimonial-container .testimonial .row .text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #333;
  margin-top: 22px;
  max-width: 317px;
}
@media (max-width: 991px) {
  .testimonial-container .testimonial .row .text p {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .testimonial-container .testimonial .row .text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonial-container .testimonial .row .columns {
  flex-basis: 66.12%;
  max-width: 66.12%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: -16px;
}
@media (max-width: 991px) {
  .testimonial-container .testimonial .row .columns {
    max-width: none;
  }
}
.testimonial-container .testimonial .row .columns .column {
  flex-basis: 25%;
  max-width: 25%;
  padding-inline: 16px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .testimonial-container .testimonial .row .columns .column {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .testimonial-container .testimonial .row .columns .column {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .testimonial-container .testimonial .row .columns .column:nth-of-type(1) {
    position: relative;
  }
  .testimonial-container .testimonial .row .columns .column:nth-of-type(1):before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 16px;
    height: 1px;
    background-color: rgba(7, 138, 142, 0.15);
  }
  .testimonial-container .testimonial .row .columns .column:nth-of-type(1):after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(7, 138, 142, 0.15);
  }
  .testimonial-container .testimonial .row .columns .column:nth-of-type(2) {
    position: relative;
  }
  .testimonial-container .testimonial .row .columns .column:nth-of-type(2):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 16px;
    height: 1px;
    background-color: rgba(7, 138, 142, 0.15);
  }
  .testimonial-container .testimonial .row .columns .column:nth-of-type(3) {
    position: relative;
    padding-top: 20px;
  }
  .testimonial-container .testimonial .row .columns .column:nth-of-type(3):before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(7, 138, 142, 0.15);
  }
  .testimonial-container .testimonial .row .columns .column:nth-of-type(4) {
    padding-top: 20px;
  }
}
.testimonial-container .testimonial .row .columns .column span {
  font-size: 44px;
  line-height: 36.7px;
  font-weight: 900;
  color: #078a8e;
}
@media (max-width: 1400px) {
  .testimonial-container .testimonial .row .columns .column span {
    font-size: 58px;
  }
}
@media (max-width: 1200px) {
  .testimonial-container .testimonial .row .columns .column span {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .testimonial-container .testimonial .row .columns .column span {
    font-size: 47px;
    line-height: 36.7px;
  }
}
.testimonial-container .testimonial .row .columns .column p {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #4f5a64;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .testimonial-container .testimonial .row .columns .column p {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .testimonial-container .testimonial .row .columns .column p:first-child {
    margin-top: 0;
  }
  .testimonial-container .testimonial .row .columns .column p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-container .testimonial .row .columns .column p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}
.testimonial-container .testimonial .cards {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-inline: -10px;
}
@media (max-width: 1200px) {
  .testimonial-container .testimonial .cards {
    margin-inline: -5px;
  }
}
@media (max-width: 991px) {
  .testimonial-container .testimonial .cards.hide-on-mobile {
    display: none;
  }
}
.testimonial-container .testimonial .cards .card {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding-inline: 10px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1200px) {
  .testimonial-container .testimonial .cards .card {
    padding-inline: 5px;
  }
}
.testimonial-container .testimonial .cards .card img {
  position: absolute;
  top: -23.5px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-container .testimonial .cards .card .inner {
  background-color: #dff3ff;
  padding: 59px 50px 35px 59px;
  box-sizing: border-box;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 1400px) {
  .testimonial-container .testimonial .cards .card .inner {
    padding: 50px 35px 30px 39px;
  }
}
@media (max-width: 1200px) {
  .testimonial-container .testimonial .cards .card .inner {
    padding: 50px 20px 30px 24px;
  }
}
.testimonial-container .testimonial .cards .card .inner p {
  border-bottom: 1px solid #bcd1de;
  padding-bottom: 20px;
  color: #4f5a64;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 29px;
}
@media (max-width: 1400px) {
  .testimonial-container .testimonial .cards .card .inner p {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .testimonial-container .testimonial .cards .card .inner p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 24px;
  }
}
.testimonial-container .testimonial .cards .card .inner span {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #093b73;
}
.testimonial-container .testimonial .cards .card .inner span strong {
  color: #4d4d4d;
  font-weight: 500;
  line-height: 23px;
}
@media (max-width: 991px) {
  .testimonial-container .testimonial .cards.owl-carousel {
    display: block !important;
  }
}
.testimonial-container .testimonial .cards.owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 991px) {
  .testimonial-container .testimonial .cards.owl-carousel .owl-stage-outer {
    padding-left: 4px;
  }
}
@media (max-width: 767px) {
  .testimonial-container .testimonial .cards.owl-carousel .owl-stage-outer {
    padding-left: 8px;
  }
}
.testimonial-container .testimonial .cards.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: flex-end;
}
.testimonial-container .testimonial .cards.owl-carousel .owl-stage-outer .owl-stage .card {
  max-width: none;
  margin-top: auto;
  margin-top: 50px;
}
.testimonial-container .testimonial .cards.owl-carousel .owl-stage-outer .owl-stage .card img {
  max-width: 39px;
}
.testimonial-container .testimonial .cards.owl-carousel .owl-stage-outer .owl-stage .card .inner {
  margin-top: auto;
}
.testimonial-container .testimonial .cards.owl-carousel .owl-nav {
  display: none;
}
.testimonial-container.three-columns {
  background-color: rgba(70, 214, 219, 0.08);
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial-container.three-columns {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-container.three-columns {
    padding: 0 20px;
  }
}
.testimonial-container.three-columns .testimonial {
  justify-content: space-between;
  background-color: transparent;
  padding: 79px 27px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial {
    padding: 35px 27px 0px;
  }
}
.testimonial-container.three-columns .testimonial .row {
  margin-bottom: 24px;
}
.testimonial-container.three-columns .testimonial .row .text {
  flex-basis: 43.36%;
  max-width: 43.36%;
}
@media (max-width: 991px) {
  .testimonial-container.three-columns .testimonial .row .text {
    max-width: none;
  }
}
.testimonial-container.three-columns .testimonial .row .text h2 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .text h2 {
    margin-bottom: 18px;
  }
}
.testimonial-container.three-columns .testimonial .row .text p {
  max-width: none;
  color: #004b4d;
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonial-container.three-columns .testimonial .row .text p {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .text p:first-of-type {
    margin-top: 18px;
  }
}
.testimonial-container.three-columns .testimonial .row .text ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .text ul {
    display: block;
    margin-top: 0;
  }
}
.testimonial-container.three-columns .testimonial .row .text ul li {
  flex-basis: 50%;
  font-weight: 600;
  color: #004b4d;
  margin-bottom: 10px;
  padding-left: 29px;
}
.testimonial-container.three-columns .testimonial .row .text ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,%3Csvg width="19" height="15" viewBox="0 0 19 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 8L6.5 12.5L17 2" stroke="%23078A8E" stroke-width="3" stroke-linecap="round"/%3E%3C/svg%3E');
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .text ul li {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
  }
}
.testimonial-container.three-columns .testimonial .row .text .images {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .text .images {
    margin-top: 66px;
  }
}
.testimonial-container.three-columns .testimonial .row .list {
  flex-basis: 34.14%;
  max-width: 34.14%;
}
@media (max-width: 991px) {
  .testimonial-container.three-columns .testimonial .row .list {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.testimonial-container.three-columns .testimonial .row .list .item {
  display: flex;
  align-items: center;
  gap: 19px;
  border-bottom: 1px solid rgba(70, 214, 219, 0.8);
  padding: 17px 0;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .list .item {
    padding: 9px 0 16px;
  }
  .testimonial-container.three-columns .testimonial .row .list .item:first-of-type {
    padding-bottom: 7px;
  }
}
.testimonial-container.three-columns .testimonial .row .list .item:first-child {
  padding-top: 0;
}
.testimonial-container.three-columns .testimonial .row .list .item:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .list .item:last-child {
    border-bottom: 1px solid rgba(70, 214, 219, 0.8);
  }
}
.testimonial-container.three-columns .testimonial .row .list .item img {
  display: block;
}
.testimonial-container.three-columns .testimonial .row .list .item span {
  display: block;
  color: #093b73;
  font-weight: 900;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .list .item span {
    font-size: 16px;
  }
}
.testimonial-container.three-columns .testimonial .row .list .item p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .list .item p {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonial-container.three-columns .testimonial .row .list .item p {
  margin: 0;
  font-weight: 600;
  color: #004b4d;
}
.testimonial-container.three-columns .testimonial .row .logos {
  flex-basis: 8.02%;
  max-width: 8.02%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
@media (max-width: 991px) {
  .testimonial-container.three-columns .testimonial .row .logos {
    flex-basis: 12%;
    max-width: 12%;
  }
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .logos {
    flex-basis: 21%;
    max-width: 21%;
  }
}
.testimonial-container.three-columns .testimonial .row .logos img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .testimonial-container.three-columns .testimonial .row .logos img {
    max-height: 110px;
  }
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .logos img {
    max-height: 92px;
  }
}
@media (max-width: 991px) {
  .testimonial-container.three-columns .testimonial .row .show-on-tablet {
    display: flex !important;
    justify-content: flex-start;
    gap: 80px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .row .show-on-tablet {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 31px;
  }
}
.testimonial-container.three-columns .testimonial .cards {
  text-align: center;
}
.testimonial-container.three-columns .testimonial .cards .card .inner {
  background: linear-gradient(180deg, #ffffff 0%, #edf4f4 133.09%);
  padding: 37px 50px 38px 59px;
}
@media (max-width: 767px) {
  .testimonial-container.three-columns .testimonial .cards .card .inner {
    padding: 37px 30px;
  }
}
.testimonial-container.three-columns .testimonial .cards .card .inner span {
  color: #4d4d4d;
  margin-top: 5px;
}

.courses-container .courses-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.courses-container .courses-inner .content {
  flex-basis: 76.95%;
  max-width: 76.95%;
  margin-bottom: 95px;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.courses-container .courses-inner .content .navigation {
  padding: 30px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.courses-container .courses-inner .content .navigation span {
  font-size: 20px;
  line-height: 21px;
  color: #4d4d4d;
  font-weight: 400;
}
.courses-container .courses-inner .content .navigation span strong {
  font-weight: 600;
}
.courses-container .courses-inner .content .navigation .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .navigation .buttons {
    gap: 50px;
  }
}
.courses-container .courses-inner .content .navigation .buttons .info-text {
  font-size: 16px;
  line-height: 21px;
  position: relative;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .navigation .buttons .info-text {
    margin-right: -35px;
  }
}
@media (max-width: 767px) {
  .courses-container .courses-inner .content .navigation .buttons .info-text {
    display: none;
  }
}
.courses-container .courses-inner .content .navigation .buttons .view-switch {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background-color: #e3e7ed;
  width: 94px;
  height: 36px;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .courses-container .courses-inner .content .navigation .buttons .view-switch {
    display: none;
  }
}
.courses-container .courses-inner .content .navigation .buttons .view-switch .pill {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 45px;
  height: 32px;
  background-color: #fff;
  border-radius: 44%;
  box-shadow: 0px 1px 7px rgba(9, 59, 115, 0.4);
  transition: transform 0.2s ease;
  z-index: 2;
  cursor: pointer;
}
.courses-container .courses-inner .content .navigation .buttons .view-switch .pill .pill-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.courses-container .courses-inner .content .navigation .buttons .view-switch .pill .pill-icon.visible {
  opacity: 1;
}
.courses-container .courses-inner .content .navigation .buttons .view-switch button {
  background: none;
  border: none;
  cursor: pointer;
  width: 45px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.courses-container .courses-inner .content .navigation .buttons .view-switch button.active img {
  opacity: 1;
}
@media (min-width: 1201px) {
  .courses-container .courses-inner .content .navigation .buttons .view-switch button:hover img {
    opacity: 1;
  }
}
.courses-container .courses-inner .content .navigation .buttons .view-switch button img {
  opacity: 45%;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.courses-container .courses-inner .content .navigation .buttons .view-switch button#grid-view img {
  left: 3px;
}
.courses-container .courses-inner .content .navigation .buttons .view-switch button#list-view img {
  right: 3px;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container {
  position: relative;
  display: none;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .navigation .buttons .filter-container {
    display: block;
  }
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .filter-icon-container {
  position: relative;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .filter-icon-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fcb10b;
  z-index: 2;
  pointer-events: none;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .filter-icon-container .filter-icon {
  height: 45px;
  width: 100%;
  display: block;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner {
  background-color: #eeeff2;
  position: absolute;
  top: 110%;
  right: 0;
  width: 200px;
  padding: 13px 10px 13px;
  max-height: 50vh;
  overflow-y: auto;
  display: none;
  z-index: 5;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fcb10b;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-inline: 9px;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .heading h4 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  color: #4d4d4d;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .navigation .buttons .filter-container .inner .heading h4 {
    font-size: 17px;
    line-height: 22px;
  }
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter {
  border-top: 1px solid rgba(9, 59, 115, 0.12);
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter:first-of-type {
  border-top: none;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter.open .filter-toggler svg {
  transform: rotateX(180deg);
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter.open .filter-toggler svg path {
  stroke: #093b73;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter .filter-toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 10px 9px 15px;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter .filter-toggler {
    padding: 7px 9px 10px;
  }
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter .filter-toggler svg {
  transition: transform 0.3s ease !important;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter .filter-toggler svg {
    width: 20px;
  }
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter .filter-items {
  display: none;
  padding-bottom: 15px;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter .filter-items .filter-item {
  display: flex;
  align-items: top;
  gap: 10px;
  padding: 0 9px;
  margin-bottom: 15px;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter .filter-items .filter-item input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter .filter-items .filter-item input:checked {
  accent-color: #093b73;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter .filter-items .filter-item label {
  color: #002957;
  cursor: pointer;
  line-height: 18px;
}
.courses-container .courses-inner .content .navigation .buttons .filter-container .inner .filter span {
  font-size: 18px;
  line-height: 26.7px;
  font-weight: 600;
  color: #4d4d4d;
}
.courses-container .courses-inner .content .navigation.news {
  padding-bottom: 35px;
}
.courses-container .courses-inner .content .courses.grid-view .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .courses-container .courses-inner .content .courses.grid-view .cards {
    display: block;
  }
}
.courses-container .courses-inner .content .courses.grid-view .cards .card {
  flex-basis: calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
  position: relative;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1098039216);
  transition: background-color 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 991px) {
  .courses-container .courses-inner .content .courses.grid-view .cards .card {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 767px) {
  .courses-container .courses-inner .content .courses.grid-view .cards .card {
    max-width: none;
    margin-bottom: 11px;
  }
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .image {
  max-width: 100%;
  position: relative;
  display: block;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 36.98%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .image img {
  display: block;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .image .thumb {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .image .decoration-accreditted {
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 5px;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .image .decoration-popular {
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 3px;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .image .title {
  position: absolute;
  bottom: 17px;
  left: 26px;
  right: 26px;
  color: #fff;
}
@media (max-width: 767px) {
  .courses-container .courses-inner .content .courses.grid-view .cards .card .image .title {
    left: 28px;
    right: 28px;
    font-size: 22px;
    font-weight: 700;
  }
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner {
  padding: 17px 34px 59px 28px;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner {
    padding: 17px 15px 25px;
  }
}
@media (max-width: 767px) {
  .courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner {
    padding: 17px 30px 25px;
  }
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner p {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  color: #697d89;
  font-weight: 400;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner .info-section {
    display: none;
  }
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner .info-section .item {
  display: flex;
  gap: 8.5px;
  align-items: center;
  border-top: 1px solid #e3e7ed;
  padding: 6px 0 11.2px;
  transition: border-color 0.3s ease;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner .info-section .item img {
  width: 22px;
  display: block;
  position: relative;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner .info-section .item img.clock {
  top: 2px;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner .info-section .item span {
  min-height: 31px;
  font-size: 14px;
  line-height: 19px;
  color: #697d89;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: color 0.3s ease;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .content-inner .arrow {
  margin: 0 0 0 auto;
  position: relative;
  right: -10px;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .details {
  max-height: 56px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  text-align: left;
  padding-top: 10px;
  align-items: start;
  justify-content: left;
  height: 50px;
  padding-left: 28px;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card .details span {
  text-decoration: none;
  font-weight: 600;
  display: flex;
  color: #697d89;
  font-size: 16px;
  align-items: start;
  justify-content: left;
}
@media (min-width: 1201px) {
  .courses-container .courses-inner .content .courses.grid-view .cards .card:hover .content-inner {
    background-color: rgba(227, 231, 237, 0.4);
    height: 100%;
  }
  .courses-container .courses-inner .content .courses.grid-view .cards .card:hover .details {
    opacity: 1;
  }
  .courses-container .courses-inner .content .courses.grid-view .cards .card:hover .details span {
    border-bottom: 3px solid #fcb10b;
  }
}
.courses-container .courses-inner .content .courses.grid-view .cards .card.no-image .title {
  color: #093b73;
  bottom: auto;
}
.courses-container .courses-inner .content .courses.grid-view .cards .card.no-image:hover .title {
  color: #fff;
}
.courses-container .courses-inner .content .courses.list-view {
  display: none;
}
.courses-container .courses-inner .content .courses.list-view .cards .card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1098039216);
  transition: background-color 0.3s ease;
}
.courses-container .courses-inner .content .courses.list-view .cards .card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #0078ff;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(1) {
  flex-basis: 41.09%;
  max-width: 41.09%;
  padding: 35px 44px 33px 42px;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(1) {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(1) {
    padding: 20px 15px;
  }
}
.courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(1) h3 {
  font-weight: 600;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(2) {
  flex-basis: 27.25%;
  max-width: 27.25%;
  background-color: rgba(227, 231, 237, 0.2);
  padding: 40px 20px 33px 39px;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(2) {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(2) {
    padding: 20px 15px;
  }
}
.courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(2) .item {
  display: flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(9, 59, 115, 0.13);
  padding: 16px 0;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(2) .item {
    padding: 12px 0;
  }
}
.courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(2) .item:first-of-type {
  padding-top: 0;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(2) .item:last-of-type {
  border-bottom: none;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(2) .item span {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(2) .item span {
    line-height: 18px;
  }
}
.courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(2) a {
  display: block;
  text-align: center;
  margin-top: 2px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .column:nth-of-type(3) {
  flex-basis: 31.66%;
  max-width: 31.66%;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .image {
  max-width: 100%;
  position: relative;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .image img {
  display: block;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .image .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .image .decoration-accreditted {
  position: absolute;
  top: 0;
  left: 0;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .image .decoration-popular {
  position: absolute;
  top: 0;
  right: 0;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .image .title {
  position: absolute;
  bottom: 17px;
  left: 26px;
  right: 26px;
  color: #fff;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .content-inner {
  padding: 17px 34px 59px 28px;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .content-inner p {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .content-inner .info-section .item {
  display: flex;
  gap: 8.5px;
  align-items: center;
  border-top: 1px solid #e3e7ed;
  padding: 6px 0 11.2px;
  transition: border-color 0.3s ease;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .content-inner .info-section .item img {
  width: 22px;
  display: block;
  position: relative;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .content-inner .info-section .item img.clock {
  top: 2px;
}
.courses-container .courses-inner .content .courses.list-view .cards .card .content-inner .info-section .item span {
  min-height: 31px;
  font-size: 16px;
  line-height: 19px;
  color: #4d4d4d;
  font-weight: 600;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: color 0.3s ease;
}
.courses-container .courses-inner .content .courses.list-view .load-more {
  margin: 30px 0 95px;
  background-color: #e3e7ed;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
}
.courses-container .courses-inner .content .courses.list-view .load-more span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
@media (min-width: 1201px) {
  .courses-container .courses-inner .content .courses.list-view .load-more:hover {
    background-color: #c2c6cc;
    cursor: pointer;
  }
}
.courses-container .courses-inner .content .load-more {
  margin: 30px 0 0px;
  background-color: #e3e7ed;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
}
.courses-container .courses-inner .content .load-more span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
@media (min-width: 1201px) {
  .courses-container .courses-inner .content .load-more:hover {
    background-color: #c2c6cc;
    cursor: pointer;
  }
}
.courses-container .courses-inner .aside {
  flex-basis: 20.625%;
  max-width: 20.625%;
  padding-top: 71px;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .aside {
    display: none;
  }
}
.courses-container .courses-inner .aside .inner {
  background-color: #eeeff2;
  position: relative;
  padding: 21px 22px 13px 19px;
  position: sticky;
  top: 105px;
  max-height: 70vh;
  overflow-y: auto;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .aside .inner {
    padding: 21px 10px 13px;
  }
}
.courses-container .courses-inner .aside .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fcb10b;
}
.courses-container .courses-inner .aside .inner .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-inline: 9px;
}
.courses-container .courses-inner .aside .inner .heading h4 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  color: #4d4d4d;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .aside .inner .heading h4 {
    font-size: 17px;
    line-height: 22px;
  }
}
.courses-container .courses-inner .aside .inner .filter {
  border-top: 1px solid rgba(9, 59, 115, 0.12);
}
.courses-container .courses-inner .aside .inner .filter.open .filter-toggler svg {
  transform: rotateX(180deg);
}
.courses-container .courses-inner .aside .inner .filter.open .filter-toggler svg path {
  stroke: #093b73;
}
.courses-container .courses-inner .aside .inner .filter .filter-toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 10px 9px 15px;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .aside .inner .filter .filter-toggler {
    padding: 7px 9px 10px;
  }
}
.courses-container .courses-inner .aside .inner .filter .filter-toggler svg {
  transition: transform 0.3s ease !important;
}
@media (max-width: 1200px) {
  .courses-container .courses-inner .aside .inner .filter .filter-toggler svg {
    width: 20px;
  }
}
.courses-container .courses-inner .aside .inner .filter .filter-items {
  display: none;
  padding-bottom: 15px;
}
.courses-container .courses-inner .aside .inner .filter .filter-items .filter-item {
  display: flex;
  align-items: top;
  gap: 10px;
  padding: 0 9px;
  margin-bottom: 15px;
}
.courses-container .courses-inner .aside .inner .filter .filter-items .filter-item input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.courses-container .courses-inner .aside .inner .filter .filter-items .filter-item input:checked {
  accent-color: #093b73;
}
.courses-container .courses-inner .aside .inner .filter .filter-items .filter-item label {
  color: #002957;
  cursor: pointer;
  line-height: 18px;
}
.courses-container .courses-inner .aside .inner .filter span {
  font-size: 18px;
  line-height: 26.7px;
  font-weight: 600;
  color: #4d4d4d;
}
.courses-container .courses-inner .aside .inner .filter.news-filter .filter-items {
  display: block;
  padding-top: 15px;
}
.courses-container.full-width {
  margin-bottom: 88px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .courses-container.full-width {
    margin-bottom: 56px;
  }
}
.courses-container.full-width .courses-inner {
  display: block;
}
.courses-container.full-width .courses-inner .navigation {
  display: none !important;
}
.courses-container.full-width .courses-inner .aside {
  display: none;
}
.courses-container.full-width .courses-inner .load-more {
  display: none !important;
}
.courses-container.full-width .courses-inner .content {
  max-width: none;
}
.courses-container.full-width .courses-inner .content h2 strong {
  color: #078a8e;
}
.courses-container.full-width .courses-inner .content .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.courses-container.full-width .courses-inner .content .cards .card {
  flex-basis: calc((100% - 30px) / 4);
  max-width: calc((100% - 30px) / 4);
  position: relative;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1098039216);
  transition: background-color 0.3s ease;
  background-color: #ffffff !important;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .courses-container.full-width .courses-inner .content .cards .card {
    flex-basis: calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 991px) {
  .courses-container.full-width .courses-inner .content .cards .card {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}
.courses-container.full-width .courses-inner .content .cards .card .image {
  max-width: 100%;
  position: relative;
}
.courses-container.full-width .courses-inner .content .cards .card .image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 36.98%, rgba(0, 0, 0, 0.9) 100%);
}
.courses-container.full-width .courses-inner .content .cards .card .image img {
  display: block;
}
.courses-container.full-width .courses-inner .content .cards .card .image .thumb {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.courses-container.full-width .courses-inner .content .cards .card .image .decoration-accreditted {
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 5px;
}
.courses-container.full-width .courses-inner .content .cards .card .image .decoration-popular {
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 3px;
}
.courses-container.full-width .courses-inner .content .cards .card .image .title {
  position: absolute;
  bottom: 17px;
  left: 26px;
  right: 26px;
  color: #fff;
}
.courses-container.full-width .courses-inner .content .cards .card .content-inner {
  padding: 17px 34px 59px 28px;
}
.courses-container.full-width .courses-inner .content .cards .card .content-inner .text p {
  color: #4f5a64;
  font-size: 14px;
}
.courses-container.full-width .courses-inner .content .cards .card .content-inner p {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  color: #4f5a64;
  font-weight: 400;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}
.courses-container.full-width .courses-inner .content .cards .card .content-inner .info-section .item {
  display: flex;
  gap: 8.5px;
  align-items: center;
  border-top: 1px solid #e3e7ed;
  padding: 6px 0 11.2px;
  transition: border-color 0.3s ease;
}
.courses-container.full-width .courses-inner .content .cards .card .content-inner .info-section .item img {
  width: 22px;
  display: block;
  position: relative;
}
.courses-container.full-width .courses-inner .content .cards .card .content-inner .info-section .item img.clock {
  top: 2px;
}
.courses-container.full-width .courses-inner .content .cards .card .content-inner .info-section .item span {
  min-height: 31px;
  font-size: 14px;
  line-height: 19px;
  color: #4f5a64 !important;
  font-weight: 600;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: color 0.3s ease;
}
.courses-container.full-width .courses-inner .content .cards .card .details {
  max-height: 56px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  text-align: left;
  padding-top: 10px;
  align-items: start;
  justify-content: left;
  height: 50px !important;
  padding-left: 28px;
}
@media (min-width: 1201px) {
  .courses-container.full-width .courses-inner .content .cards .card .details:hover a {
    text-decoration: underline;
  }
}
.courses-container.full-width .courses-inner .content .cards .card .details span {
  text-decoration: none;
  font-weight: 600;
  display: flex;
  color: #4f5a64;
  font-size: 16px;
  align-items: start;
  justify-content: left;
}
@media (min-width: 1201px) {
  .courses-container.full-width .courses-inner .content .cards .card:hover .content-inner {
    background-color: rgba(227, 231, 237, 0.4);
  }
  .courses-container.full-width .courses-inner .content .cards .card:hover .details {
    height: inherit;
    opacity: 1;
  }
  .courses-container.full-width .courses-inner .content .cards .card:hover .details span {
    border-bottom: 3px solid #fcb10b;
  }
  .courses-container.full-width .courses-inner .content .cards .card:hover .details a {
    text-decoration: none;
  }
}
.courses-container.full-width .courses-inner .phone-content h2 {
  text-align: center;
  margin-bottom: 25px;
}
.courses-container.full-width .courses-inner .phone-content h2 strong {
  color: #078a8e;
}
.courses-container.full-width .courses-inner .phone-content {
  position: relative;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .owl-nav button.disabled path {
  stroke: #bcbcbc;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .owl-nav button svg {
  width: 12px;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .owl-nav button svg path {
  stroke: #0078ff;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -59px;
  left: 0;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -59px;
  right: 0;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1098039216);
  max-width: none;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff !important;
  text-decoration: none;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .image {
  max-width: 100%;
  position: relative;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 36.98%, rgba(0, 0, 0, 0.9) 100%);
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .image img {
  display: block;
  max-width: 100%;
  width: auto;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .image .thumb {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .image .decoration-accreditted {
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 5px;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .image .decoration-popular {
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 3px;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .image .title {
  position: absolute;
  bottom: 19px;
  left: 26px;
  right: 26px;
  color: #fff;
}
@media (max-width: 767px) {
  .courses-container.full-width .courses-inner .phone-content .owl-carousel .card .image .title {
    left: 28px;
    right: 28px;
    font-size: 22px;
    font-weight: 700;
  }
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .content-inner {
  padding: 22px 30px 25px;
  height: 100%;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .content-inner .text p {
  color: #697d89;
  font-size: 14px;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .content-inner .text p:first-child {
  margin-top: 0;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .content-inner .text p:last-child {
  margin-bottom: 0;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .content-inner .info-section span {
  font-size: 14px !important;
  color: #697d89 !important;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .content-inner .arrow {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 0 0 auto;
  position: relative;
  right: -10px;
  margin-top: 17px;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .details {
  max-height: 56px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  text-align: left;
  padding-top: 10px;
  align-items: start;
  justify-content: left;
  height: 50px;
  padding-left: 28px;
}
.courses-container.full-width .courses-inner .phone-content .owl-carousel .card .details span {
  text-decoration: none;
  font-weight: 600;
  display: flex;
  color: #697d89;
  font-size: 16px;
  align-items: start;
  justify-content: left;
}

.badges-container {
  margin: 95px 0 85px;
}
.badges-container .badges {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(70, 214, 219, 0.1);
  padding: 73px 0 58px;
}
@media (max-width: 767px) {
  .badges-container .badges {
    display: block !important;
    padding: 39px 0 37px;
  }
}
.badges-container .badges .badge {
  flex-basis: 25%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .badges-container .badges .badge {
    padding-inline: 10px;
    box-sizing: border-box;
    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 40px;
  }
  .badges-container .badges .badge:nth-of-type(2)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .badges-container .badges .badge {
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 40px 0 24px;
    box-sizing: border-box;
    margin-bottom: 41px;
    text-align: start;
    max-width: none;
  }
  .badges-container .badges .badge:first-child {
    margin-top: 0;
  }
  .badges-container .badges .badge:last-child {
    margin-bottom: 0;
  }
}
.badges-container .badges .badge::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-height: 195px;
  width: 1px;
  background-color: #46d6db;
}
@media (max-width: 767px) {
  .badges-container .badges .badge::before {
    display: none;
  }
}
.badges-container .badges .badge:last-child::before {
  display: none;
}
.badges-container .badges .badge img {
  max-width: 95px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .badges-container .badges .badge img {
    flex-basis: 86px;
    margin-bottom: 0;
  }
}
@media (max-width: 360px) {
  .badges-container .badges .badge img {
    max-width: 75px;
  }
}
.badges-container .badges .badge span {
  max-width: 180px;
  display: block;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  color: #004b4d;
}
@media (max-width: 991px) {
  .badges-container .badges .badge span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .badges-container .badges .badge span {
    flex-basis: 54%;
    max-width: 54%;
    font-size: 18px;
  }
}

.options-container {
  background: rgba(227, 231, 237, 0.4);
  padding: 50px 0;
}
@media (max-width: 767px) {
  .options-container {
    margin: 54px 0;
  }
}
.options-container .options {
  display: flex;
  flex-direction: column;
}
.options-container .options .title-container {
  text-align: center;
}
.options-container .options .title-container p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .options-container .options .title-container p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .options-container .options .title-container p {
    max-width: 241px;
    text-align: center;
    margin: 13px auto 5px;
  }
}
.options-container .options .title-container .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.options-container .options .title-container .title h2 {
  margin-inline: 40px;
  color: #093b73;
  font-size: 46px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .options-container .options .title-container .title h2 {
    font-size: 28px;
    line-height: normal;
  }
}
.options-container .options .option-cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 19px;
  gap: 1%;
}
@media (max-width: 991px) {
  .options-container .options .option-cards {
    display: block;
  }
}
.options-container .options .option-cards .option-card {
  flex-basis: 49.5%;
  max-width: 49.5%;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  border-radius: 25px;
  background: #fff;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.1);
  margin-bottom: 1%;
}
.options-container .options .option-cards .option-card.no-online {
  display: none;
}
@media (max-width: 1200px) {
  .options-container .options .option-cards .option-card {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .options-container .options .option-cards .option-card {
    max-width: none;
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }
}
.options-container .options .option-cards .option-card .card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(105, 125, 137, 0.5019607843);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .options-container .options .option-cards .option-card .card-title {
    display: flex;
    align-items: center;
    position: relative;
    padding-block: 10px;
    box-sizing: border-box;
    gap: 13px;
  }
}
.options-container .options .option-cards .option-card .card-title h3 {
  margin: 0;
}
@media (max-width: 1200px) {
  .options-container .options .option-cards .option-card .card-title h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .options-container .options .option-cards .option-card .card-title h3 {
    flex: 1;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .options-container .options .option-cards .option-card .card-title h3 {
    font-size: 20px;
    line-height: 18px;
    text-align: left;
  }
}
.options-container .options .option-cards .option-card .card-title .arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotateX(0deg);
  transition: transform 0.3s ease;
  width: 25px;
}
@media (max-width: 991px) {
  .options-container .options .option-cards .option-card .card-title .arrow {
    display: block;
  }
}
.options-container .options .option-cards .option-card.open .card-title .arrow {
  transform: translateY(-50%) rotateX(180deg);
}
.options-container .options .option-cards .option-card:last-of-type::before {
  display: none;
}
.options-container .options .option-cards .option-card.blue .image {
  background-color: #0078ff;
}
.options-container .options .option-cards .option-card.blue svg path {
  stroke: #0078ff;
}
.options-container .options .option-cards .option-card .image {
  height: 66px;
}
.options-container .options .option-cards .option-card .image img {
  width: 66px;
  height: 66px;
}
@media (max-width: 991px) {
  .options-container .options .option-cards .option-card .option-container {
    display: none;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .options-container .options .option-cards .option-card .option-container {
    margin-top: 6px;
  }
}
.options-container .options .option-cards .option-card .option-container .option {
  display: flex;
}
@media (max-width: 991px) {
  .options-container .options .option-cards .option-card .option-container .option {
    padding-bottom: 22px;
  }
}
.options-container .options .option-cards .option-card .option-container .option svg {
  flex-basis: 14px;
  max-width: 14px;
  margin-right: 16px;
  position: relative;
  top: 4px;
}
.options-container .options .option-cards .option-card .option-container .option .content {
  flex: 1;
}
.options-container .options .option-cards .option-card .option-container .option .content h5 {
  margin-bottom: 12px;
  color: #697d89;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 22px;
}
.options-container .options .option-cards .option-card .option-container .option .content h5::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #5dc5ff;
  font-size: 18px;
  line-height: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  transform: none;
}
.options-container .options .option-cards .option-card .option-container .option .content p {
  margin-top: 0;
  color: #697d89;
}
@media (max-width: 991px) {
  .options-container .options .option-cards .option-card .option-container .option .content p:first-child {
    margin-top: 0;
  }
  .options-container .options .option-cards .option-card .option-container .option .content p:last-child {
    margin-bottom: 0;
  }
}
.options-container .options .option-cards .option-card .option-container .option .content .locations {
  display: flex;
  flex-wrap: wrap;
  margin-top: -17px;
  margin-bottom: 25px;
}
.options-container .options .option-cards .option-card .option-container .option .content .locations .location {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.options-container .options .option-cards .option-card .option-container .option .content .locations .location span {
  color: #697d89;
}
.options-container .options .option-cards .option-card .btn {
  margin: 30px 0 30px 30px;
}
@media (max-width: 767px) {
  .options-container .options .option-cards .option-card .btn {
    margin: 5px 0 5px 30px;
  }
}
@media (max-width: 991px) {
  .options-container .options .option-cards .option-card:nth-of-type(2) {
    max-width: none;
  }
}
.options-container .options .option-cards .option-card:nth-of-type(2) .option-container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media (max-width: 991px) {
  .options-container .options .option-cards .option-card:nth-of-type(2) .option-container {
    display: none;
  }
}
.options-container .options .option-cards .option-card:nth-of-type(2) .option-container .option {
  flex-basis: calc(50% - 50px);
}
.options-container .options .option-cards .option-card:nth-of-type(2) .option-container .btn {
  height: 100%;
}

.two-columns-container {
  margin: 89px 0;
}
@media (max-width: 767px) {
  .two-columns-container {
    margin: 54px 0;
  }
}
.two-columns-container .two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  padding: 69px 0 69px;
  background-color: rgba(93, 197, 255, 0.1);
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .two-columns-container .two-columns {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .two-columns-container .two-columns {
    display: block;
    padding: 44px 0 34px;
  }
}
.two-columns-container .two-columns::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 5px;
  background-color: #0078ff;
}
.two-columns-container .two-columns .column.column-text {
  flex-basis: 40.93%;
  max-width: 40.93%;
  margin-left: 67px;
}
@media (max-width: 767px) {
  .two-columns-container .two-columns .column.column-text {
    max-width: none;
    margin-inline: 40px;
  }
}
.two-columns-container .two-columns .column.column-text h2 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .two-columns-container .two-columns .column.column-text h2 {
    margin-bottom: 22px;
  }
}
.two-columns-container .two-columns .column.column-text p,
.two-columns-container .two-columns .column.column-text ul {
  max-width: 524px;
}
@media (max-width: 767px) {
  .two-columns-container .two-columns .column.column-text ul {
    margin-left: 10px;
  }
}
.two-columns-container .two-columns .column.column-text ul li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  width: 5px;
  height: 5px;
}
.two-columns-container .two-columns .column.column-text p {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .two-columns-container .two-columns .column.column-text p {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .two-columns-container .two-columns .column.column-text p + ul {
    margin-top: -23px;
  }
}
.two-columns-container .two-columns .column.column-images {
  flex-basis: calc(42.19% - 30px);
  max-width: calc(42.19% - 30px);
  margin-right: 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 38px;
}
@media (max-width: 767px) {
  .two-columns-container .two-columns .column.column-images {
    max-width: none;
    margin-right: 0;
    justify-content: center;
    margin-top: 44px;
  }
}
.two-columns-container .two-columns .column.column-images .image {
  flex-basis: calc((100% - 114px) / 4);
  max-width: calc((100% - 114px) / 4);
}
@media (max-width: 991px) {
  .two-columns-container .two-columns .column.column-images .image {
    flex-basis: calc((100% - 76px) / 2);
    max-width: calc((100% - 76px) / 2);
  }
}
.two-columns-container .two-columns .column.column-images .image img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
}

.hero-banner-container {
  position: relative;
  background-color: #fff;
  margin: 120px 20px 20px;
  padding: 0 35px;
}
@media (max-width: 767px) {
  .hero-banner-container {
    height: auto;
    padding: 0;
    margin: 90px 14px 15px;
  }
}
@media (min-width: 768px) {
  .hero-banner-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 35px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  }
}
.hero-banner-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .hero-banner-container img {
    height: 230px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 25px;
  }
}
.hero-banner-container .hero-banner {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner {
    border-radius: 30px;
    background: #fff;
    box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
    max-width: 100%;
    padding: 30px;
  }
}
.hero-banner-container .hero-banner .content {
  max-width: 525px;
  padding-top: 250px;
  padding-bottom: 40px;
}
.hero-banner-container .hero-banner .content .btn {
  margin: 14px 0;
}
@media (max-width: 1400px) {
  .hero-banner-container .hero-banner .content {
    min-height: 290px;
  }
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .content {
    min-height: 0;
    padding: 0;
    max-width: 100%;
    padding-top: 0 !important;
  }
}
.hero-banner-container .hero-banner .content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  margin-bottom: 6px;
}
.hero-banner-container .hero-banner .content h6 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .content h6 a {
    font-size: 14px;
    line-height: normal;
  }
}
.hero-banner-container .hero-banner .content h1 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-top: 0.4em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .content h1 {
    color: #093b73;
    font-size: 26px;
    line-height: 36px;
    margin-top: 0;
  }
}
.hero-banner-container .hero-banner .content p {
  color: #fff;
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.hero-banner-container .hero-banner .content p {
  margin-top: 19px;
  max-width: 365px;
  display: none;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .content p:first-child {
    margin-top: 0;
  }
  .hero-banner-container .hero-banner .content p:last-child {
    margin-bottom: 0;
  }
}
.hero-banner-container .hero-banner .search {
  margin-bottom: 65px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.hero-banner-container .hero-banner .search h4 {
  font-size: 22px;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 800;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search h4 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
    color: #093b73;
  }
}
.hero-banner-container .hero-banner .search .asp_w_container {
  max-width: 525px;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search .asp_w_container .probox {
    background: #c6ebff !important;
    border-radius: 35px !important;
    margin: 0 !important;
  }
}
.hero-banner-container .hero-banner .search form {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search form {
    display: flex;
    flex-direction: column;
  }
}
.hero-banner-container .hero-banner .search form .input-container {
  display: inline-block;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search form .input-container {
    margin: 0 0 7px 0;
  }
}
.hero-banner-container .hero-banner .search form .input-container.name-input {
  max-width: 698px;
}
.hero-banner-container .hero-banner .search form .input-container.name-input .name-search-button {
  display: none;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search form .input-container.name-input .name-search-button {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search form .input-container.name-input {
    position: relative;
  }
  .hero-banner-container .hero-banner .search form .input-container.name-input .name-search-icon {
    display: none;
  }
  .hero-banner-container .hero-banner .search form .input-container.name-input button {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0078ff;
  }
  .hero-banner-container .hero-banner .search form .input-container.name-input button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #5dc5ff;
    z-index: 2;
  }
  .hero-banner-container .hero-banner .search form .input-container.name-input button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hero-banner-container .hero-banner .search form .input-container.name-input button svg path {
    stroke: #fff;
  }
  .hero-banner-container .hero-banner .search form .input-container.name-input button svg circle {
    stroke: #fff;
  }
}
.hero-banner-container .hero-banner .search form .input-container.search-input {
  max-width: 325px;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search form .input-container.search-input {
    display: none;
  }
}
.hero-banner-container .hero-banner .search form .input-container svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.hero-banner-container .hero-banner .search form .input-container::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0078ff;
  z-index: 1;
}
.hero-banner-container .hero-banner .search form .input-container input {
  font-family: "League Spartan";
  font-size: 18px;
  line-height: 55px;
  position: relative;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: 56px;
  outline: none;
  padding: 0 55px 0 25px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search form .input-container input {
    padding-right: 70px;
  }
}
.hero-banner-container .hero-banner .search form .input-container:focus-within::before {
  background-color: #fcb10b;
}
.hero-banner-container .hero-banner .search form .name-search {
  max-width: 698px;
  width: 100%;
  box-sizing: border-box;
}
.hero-banner-container .hero-banner .search form .location-search {
  max-width: 325px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search form .location-search {
    max-width: none;
  }
}
.hero-banner-container .hero-banner .search form button {
  display: inline-block;
  border: none;
  cursor: pointer;
  height: 56px;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .hero-banner-container .hero-banner .search form button {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner .search form button {
    width: 100%;
  }
}
.hero-banner-container .hero-banner .search form button::before {
  bottom: -4px;
}
.hero-banner-container .hero-banner.with-search .content {
  min-height: 230px;
  max-width: 385px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner.with-search .content {
    min-height: 0;
  }
}
.hero-banner-container .hero-banner.with-search .content p {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .hero-banner-container .hero-banner.with-search .content p:first-child {
    margin-top: 0;
  }
  .hero-banner-container .hero-banner.with-search .content p:last-child {
    margin-bottom: 0;
  }
}
.hero-banner-container .hero-banner.with-search .search {
  display: block;
  margin-top: 30px;
}
.hero-banner-container.news .hero-banner .content {
  max-width: 787px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 57px;
}
.hero-banner-container.news .hero-banner .content h1:first-child {
  margin-top: 0;
}
.hero-banner-container.news .hero-banner .content h1:last-child {
  margin-bottom: 0;
}
.hero-banner-container.news .hero-banner .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #5dc5ff;
  text-decoration: none;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 1201px) {
  .hero-banner-container.news .hero-banner .content a:hover {
    text-decoration: underline;
  }
}
.hero-banner-container.news .hero-banner .content a img {
  position: initial;
  display: block;
  width: 14px;
  height: auto;
}

.page-navigation-container {
  background-color: transparent;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.page-navigation-container.is-sticky {
  background-color: #e3e7ed;
  padding-top: 7px;
}
.page-navigation-container.is-sticky .page-navigation .navigation {
  border-bottom: none;
}
.page-navigation-container.is-sticky .page-navigation .navigation a {
  height: inherit;
}
@media (max-width: 1200px) {
  .page-navigation-container {
    display: none;
  }
}
.page-navigation-container .page-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-navigation-container .page-navigation .navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  border-bottom: 1px solid rgba(105, 125, 137, 0.5019607843);
}
.page-navigation-container .page-navigation .navigation li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-navigation-container .page-navigation .navigation li:first-of-type {
  padding-left: 0;
}
.page-navigation-container .page-navigation .navigation li::before {
  display: none;
}
.page-navigation-container .page-navigation a {
  text-decoration: none;
  color: #697d89;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  padding: 13px 0 17px;
  position: relative;
  height: 100%;
}
.page-navigation-container .page-navigation a.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #42878e;
}
@media (min-width: 1201px) {
  .page-navigation-container .page-navigation a:hover::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #42878e;
  }
}
.page-navigation-container .page-navigation .button {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  background-color: #093b73;
  font-weight: 600;
  align-items: center;
  margin: 6px 0;
  font-size: 16px !important;
  border-radius: 28px;
}
@media (min-width: 1201px) {
  .page-navigation-container .page-navigation .button:hover::before {
    display: none;
  }
  .page-navigation-container .page-navigation .button:hover {
    opacity: 0.9;
  }
}
.page-navigation-container .page-navigation .button.yellow {
  background-color: #fcb10b;
  color: #093b73;
}

.two-columns-text-container {
  margin: 87px 0;
}
@media (max-width: 767px) {
  .two-columns-text-container {
    margin: 62px 0;
  }
}
.two-columns-text-container .two-columns-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .two-columns-text-container .two-columns-text {
    display: block;
  }
}
.two-columns-text-container .two-columns-text .column {
  max-width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .two-columns-text-container .two-columns-text .column {
    max-width: none;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .two-columns-text-container .two-columns-text .column h2 {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .two-columns-text-container .two-columns-text .column p + ul {
    margin-top: -12px;
  }
  .two-columns-text-container .two-columns-text .column ul + p {
    margin-top: 12px;
  }
}
.two-columns-text-container .two-columns-text .column ul {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .two-columns-text-container .two-columns-text .column ul li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
}

.gallery-container {
  margin: 76px 0;
  overflow: hidden;
}
.gallery-container .gallery h2 {
  margin-bottom: 28px;
}
.gallery-container .gallery .columns-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 40.65%;
}
.gallery-container .gallery .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.gallery-container .gallery .columns .column {
  height: 100%;
}
.gallery-container .gallery .columns .column a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-container .gallery .columns .column img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-container .gallery .columns .column:nth-of-type(1) {
  flex-basis: calc(50.85% - 4px);
  max-width: calc(50.85% - 4px);
}
.gallery-container .gallery .columns .column:nth-last-of-type(2) {
  flex-basis: calc(24.53% - 4px);
  max-width: calc(24.53% - 4px);
}
.gallery-container .gallery .columns .column:last-of-type {
  flex-basis: calc(24.6% - 4px);
  max-width: calc(24.6% - 4px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gallery-container .gallery .columns .column:last-of-type a {
  flex-basis: calc((100% - 6px) / 2);
  max-height: calc((100% - 6px) / 2);
  display: block;
}
.gallery-container .gallery .columns .column:last-of-type a.load-more-images {
  position: relative;
}
.gallery-container .gallery .columns .column:last-of-type a.load-more-images span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 34px;
  line-height: 28px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 991px) {
  .gallery-container .gallery .columns .column:last-of-type a.load-more-images span {
    font-size: 29px;
  }
}
.gallery-container .gallery .columns .column:last-of-type a.load-more-images span strong {
  color: #fcb10b;
}
.gallery-container .gallery .columns .column:last-of-type a.load-more-images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(9, 59, 115, 0.7), rgba(9, 59, 115, 0.7));
}
@media (min-width: 1201px) {
  .gallery-container .gallery .columns .column:last-of-type a.load-more-images:hover span {
    text-decoration: underline;
  }
}
.gallery-container .gallery .facybox-container {
  display: none;
}
.gallery-container .gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}
.gallery-container .gallery .gallery-carousel .owl-stage-outer .owl-stage .owl-item img {
  max-height: 245px;
  height: 100%;
  max-width: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
.gallery-container .gallery .gallery-carousel .owl-stage-outer .owl-nav {
  display: none !important;
}
.gallery-container .gallery .gallery-carousel .owl-nav {
  display: none;
}

.fancybox__container {
  z-index: 99999 !important;
}

.services-cards-container {
  margin: 75px 0;
  overflow: hidden;
}
.services-cards-container.bg-yellow {
  background-color: rgba(252, 177, 11, 0.08);
  margin: 0;
  padding: 75px 20px;
}
@media (max-width: 767px) {
  .services-cards-container.bg-yellow {
    padding: 65px 20px 50px;
  }
}
@media (max-width: 991px) {
  .services-cards-container.three-cards {
    padding-right: 200px;
  }
}
@media (max-width: 767px) {
  .services-cards-container.three-cards {
    padding-right: 20px;
  }
}
.services-cards-container.three-cards .services-cards .cards {
  gap: 14px;
}
@media (max-width: 991px) {
  .services-cards-container.three-cards .services-cards .cards {
    display: none;
  }
}
.services-cards-container.three-cards .services-cards .cards .card {
  flex-basis: calc((100% - 28px) / 3);
  max-width: calc((100% - 28px) / 3);
}
@media (max-width: 991px) {
  .services-cards-container.three-cards .services-cards .services-cards-carousel {
    display: block !important;
  }
}
.services-cards-container .services-cards .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.services-cards-container .services-cards .cards .card {
  flex-basis: calc((100% - 30px) / 4);
  max-width: calc((100% - 30px) / 4);
}
@media (max-width: 1200px) {
  .services-cards-container .services-cards .cards .card {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}
.services-cards-container .services-cards .cards .card {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.services-cards-container .services-cards .cards .card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  background-color: #fcb10b;
}
.services-cards-container .services-cards .cards .card .image {
  position: relative;
}
.services-cards-container .services-cards .cards .card .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 36.98%, rgba(0, 0, 0, 0.9) 100%);
}
.services-cards-container .services-cards .cards .card .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.services-cards-container .services-cards .cards .card .image span {
  position: absolute;
  bottom: 25px;
  left: 27px;
  right: 27px;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}
.services-cards-container .services-cards .cards .card .content {
  padding: 19px 31px 35px;
  background-color: #093b73;
  height: 100%;
}
.services-cards-container .services-cards .cards .card .content p {
  color: #fff;
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .services-cards-container .services-cards .cards .card .content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.services-cards-container .services-cards .cards .card .content p:first-child {
  margin-top: 0;
}
.services-cards-container .services-cards .cards .card .content p:last-child {
  margin-bottom: 0;
}
.services-cards-container .services-cards .services-cards-carousel {
  display: none;
}
@media (max-width: 767px) {
  .services-cards-container .services-cards .services-cards-carousel {
    display: block;
  }
}
.services-cards-container .services-cards .services-cards-carousel .owl-stage-outer {
  overflow: visible;
}
.services-cards-container .services-cards .services-cards-carousel .owl-stage {
  display: flex;
}
.services-cards-container .services-cards .services-cards-carousel .card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.services-cards-container .services-cards .services-cards-carousel .card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  background-color: #fcb10b;
  z-index: 1;
}
.services-cards-container .services-cards .services-cards-carousel .card .image {
  position: relative;
}
.services-cards-container .services-cards .services-cards-carousel .card .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 36.98%, rgba(0, 0, 0, 0.9) 100%);
}
.services-cards-container .services-cards .services-cards-carousel .card .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.services-cards-container .services-cards .services-cards-carousel .card .image span {
  position: absolute;
  bottom: 25px;
  left: 27px;
  right: 27px;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .services-cards-container .services-cards .services-cards-carousel .card .image span {
    bottom: 21px;
  }
}
.services-cards-container .services-cards .services-cards-carousel .card .content {
  padding: 24px 31px 16px;
  background-color: #093b73;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.services-cards-container .services-cards .services-cards-carousel .card .content p {
  color: #fff;
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .services-cards-container .services-cards .services-cards-carousel .card .content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.services-cards-container .services-cards .services-cards-carousel .card .content p {
  margin-bottom: 10px;
}
.services-cards-container .services-cards .services-cards-carousel .card .content p:first-child {
  margin-top: 0;
}
.services-cards-container .services-cards .services-cards-carousel .card .content p:last-child {
  margin-bottom: 0;
}
.services-cards-container .services-cards .services-cards-carousel .card .content img {
  max-width: 42px;
  height: auto;
  display: block;
  margin: auto 0 0 auto;
}
.services-cards-container .services-cards .services-cards-carousel .owl-nav {
  display: none;
}

.brands-carousel-container {
  margin: 73px 0;
}
.brands-carousel-container .brands-carousel h2 {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .brands-carousel-container .brands-carousel .owl-carousel {
    padding-inline: 25px;
    box-sizing: border-box;
  }
}
.brands-carousel-container .brands-carousel .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.brands-carousel-container .brands-carousel .owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-carousel-container .brands-carousel .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brands-carousel-container .brands-carousel .owl-carousel .item img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
.brands-carousel-container .brands-carousel .owl-carousel .owl-nav button svg {
  width: 15px;
  height: 29px;
}
.brands-carousel-container .brands-carousel .owl-carousel .owl-nav button svg path {
  stroke: #0078ff;
  stroke-width: 3px;
}
.brands-carousel-container .brands-carousel .owl-carousel .owl-nav button.disabled svg path {
  stroke: #bcbcbc;
}
.brands-carousel-container .brands-carousel .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1500px) {
  .brands-carousel-container .brands-carousel .owl-carousel .owl-nav .owl-prev {
    left: -25px;
  }
}
@media (max-width: 1400px) {
  .brands-carousel-container .brands-carousel .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.brands-carousel-container .brands-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1500px) {
  .brands-carousel-container .brands-carousel .owl-carousel .owl-nav .owl-next {
    right: -25px;
  }
}
@media (max-width: 1400px) {
  .brands-carousel-container .brands-carousel .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}

.text-over-image-container {
  position: relative;
  margin: 50px 0 70px;
}
.text-over-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(9, 59, 115, 0.2) 32.58%, #093b73 68.69%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .text-over-image-container::before {
    background: linear-gradient(180deg, rgba(9, 59, 115, 0.2) 36.43%, #093b73 54.64%);
  }
}
@media (max-width: 767px) {
  .text-over-image-container::before {
    background: linear-gradient(180deg, rgba(9, 59, 115, 0.2) 36.43%, #093b73 47.64%);
  }
}
.text-over-image-container .background {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .text-over-image-container .background {
    height: 385px;
  }
}
.text-over-image-container .text-over-image {
  min-height: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 20px;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .text-over-image-container .text-over-image {
    padding: 50px 20px;
  }
}
@media (max-width: 991px) {
  .text-over-image-container .text-over-image {
    display: block;
  }
}
.text-over-image-container .text-over-image .text {
  position: relative;
  z-index: 1;
  flex-basis: 35%;
  max-width: 35%;
  padding-left: 46px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .text-over-image-container .text-over-image .text {
    max-width: none;
    padding-top: 300px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .text-over-image-container .text-over-image .text {
    padding-top: 267px;
  }
}
.text-over-image-container .text-over-image .text:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #fcb10b;
}
@media (max-width: 991px) {
  .text-over-image-container .text-over-image .text:before {
    display: none;
  }
}
.text-over-image-container .text-over-image .text h4 {
  color: #5dc5ff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .text-over-image-container .text-over-image .text h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 18px;
  }
}
.text-over-image-container .text-over-image .text h2 {
  margin-top: 20px;
  color: #fff;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .text-over-image-container .text-over-image .text h2 {
    margin-top: 18px;
  }
}
.text-over-image-container .text-over-image .text p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text-over-image-container .text-over-image .text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.text-over-image-container .text-over-image .text p {
  color: #fff;
}
@media (max-width: 1200px) {
  .text-over-image-container .text-over-image .text p {
    font-size: 16px;
    line-height: 21px;
  }
}
.text-over-image-container .text-over-image .text p:first-child {
  margin-top: 0;
}
.text-over-image-container .text-over-image .text p:last-child {
  margin-bottom: 0;
}
.text-over-image-container .text-over-image .text .items {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 47px;
}
.text-over-image-container .text-over-image .text .items .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 12.5px;
}
.text-over-image-container .text-over-image .text .items .item img {
  height: 33px;
  width: auto;
}
.text-over-image-container .text-over-image .text .items .item p {
  font-size: 46px;
  font-weight: 300;
  line-height: 27px;
  margin: 0;
}
.text-over-image-container .text-over-image .text .items .item span {
  color: #fff;
  margin-top: 6px;
  display: inline-block;
}
.text-over-image-container .text-over-image .text .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .text-over-image-container .text-over-image .text .btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .text-over-image-container.has-button .background {
    height: 495px;
  }
}

.team-cards-container {
  margin: 115px 0px 176px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-cards-container {
    margin: 100px 0;
  }
}
.team-cards-container .team-cards h2 {
  margin-bottom: 27px;
}
.team-cards-container .team-cards p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .team-cards-container .team-cards p {
    font-size: 16px;
    line-height: 20px;
  }
}
.team-cards-container .team-cards p {
  font-weight: 600;
}
.team-cards-container .team-cards .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .team-cards-container .team-cards .cards {
    display: none;
  }
}
.team-cards-container .team-cards .cards .card {
  position: relative;
  flex-basis: calc((100% - 30px) / 4);
  max-width: calc((100% - 30px) / 4);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .cards .card {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}
.team-cards-container .team-cards .cards .card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 19.77%, rgba(0, 0, 0, 0.9) 88.05%);
  z-index: 1;
  pointer-events: none;
}
.team-cards-container .team-cards .cards .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fcb10b;
  z-index: 1;
  transition: height 0.3s ease;
}
.team-cards-container .team-cards .cards .card .background-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.team-cards-container .team-cards .cards .card .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px 29px;
  box-sizing: border-box;
  z-index: 1;
  max-height: 100%;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .cards .card .text {
    overflow: auto;
  }
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .cards .card .text {
    padding-bottom: 36px;
  }
}
.team-cards-container .team-cards .cards .card .text img {
  display: none;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .cards .card .text img.card-plus {
    display: inline;
  }
}
.team-cards-container .team-cards .cards .card .text h3 {
  color: #fff;
  margin-bottom: -4px;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .cards .card .text h3 {
    margin-bottom: 3px;
    margin-top: 0;
  }
}
.team-cards-container .team-cards .cards .card .text span {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  display: block;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .cards .card .text span {
    line-height: 16px;
  }
}
.team-cards-container .team-cards .cards .card .text p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .team-cards-container .team-cards .cards .card .text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.team-cards-container .team-cards .cards .card .text p {
  color: #fff;
  margin-top: 14px;
  display: none;
  overflow: hidden;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .cards .card .text p:first-child {
    margin-top: 0;
  }
  .team-cards-container .team-cards .cards .card .text p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .team-cards-container .team-cards .cards .card:hover::after {
    height: 8px;
  }
}
.team-cards-container .team-cards .team-carousel {
  display: none;
}
@media (max-width: 767px) {
  .team-cards-container .team-cards .team-carousel {
    display: block;
  }
}
.team-cards-container .team-cards .team-carousel .owl-stage-outer {
  overflow: visible;
}
.team-cards-container .team-cards .team-carousel .owl-stage {
  display: flex;
}
.team-cards-container .team-cards .team-carousel .owl-nav {
  display: none;
}
.team-cards-container .team-cards .team-carousel .card {
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
}
.team-cards-container .team-cards .team-carousel .card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 19.77%, rgba(0, 0, 0, 0.9) 88.05%);
  z-index: 1;
  pointer-events: none;
}
.team-cards-container .team-cards .team-carousel .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fcb10b;
  z-index: 1;
  transition: height 0.3s ease;
}
.team-cards-container .team-cards .team-carousel .card .background-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.team-cards-container .team-cards .team-carousel .card .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px 29px;
  box-sizing: border-box;
  z-index: 1;
  max-height: 100%;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .team-carousel .card .text {
    overflow: auto;
  }
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .team-carousel .card .text {
    padding-bottom: 36px;
  }
}
.team-cards-container .team-cards .team-carousel .card .text img {
  display: none;
  max-width: 42px;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .team-carousel .card .text img.card-plus {
    display: inline;
  }
}
.team-cards-container .team-cards .team-carousel .card .text h3 {
  color: #fff;
  margin-bottom: -4px;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .team-carousel .card .text h3 {
    margin-bottom: 3px;
    margin-top: 0;
  }
}
.team-cards-container .team-cards .team-carousel .card .text span {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  display: block;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .team-carousel .card .text span {
    line-height: 16px;
  }
}
.team-cards-container .team-cards .team-carousel .card .text p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .team-cards-container .team-cards .team-carousel .card .text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.team-cards-container .team-cards .team-carousel .card .text p {
  color: #fff;
  margin-top: 14px;
  display: none;
  overflow: hidden;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .team-cards-container .team-cards .team-carousel .card .text p:first-child {
    margin-top: 0;
  }
  .team-cards-container .team-cards .team-carousel .card .text p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .team-cards-container .team-cards .team-carousel .card:hover::after {
    height: 8px;
  }
}

.news-cards-container {
  margin: 171px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-cards-container {
    margin: 100px 0;
  }
}
.news-cards-container h2 {
  margin-bottom: 26px;
}
.news-cards-container .news-cards .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .news-cards-container .news-cards .cards {
    display: none;
  }
}
.news-cards-container .news-cards .cards span {
  display: block;
}
.news-cards-container .news-cards .cards a {
  text-decoration: none;
}
.news-cards-container .news-cards .cards .card {
  flex-basis: calc((100% - 30px) / 4);
  max-width: calc((100% - 30px) / 4);
  position: relative;
  background-color: rgba(227, 231, 237, 0.4);
}
@media (max-width: 1200px) {
  .news-cards-container .news-cards .cards .card {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}
.news-cards-container .news-cards .cards .card::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #fcb10b;
}
.news-cards-container .news-cards .cards .card .image {
  max-width: 100%;
  position: relative;
}
.news-cards-container .news-cards .cards .card .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 36.98%, rgba(0, 0, 0, 0.9) 100%);
}
.news-cards-container .news-cards .cards .card .image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-cards-container .news-cards .cards .card .image .h3 {
  position: absolute;
  bottom: 15px;
  left: 27px;
  right: 27px;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin-top: 0;
}
.news-cards-container .news-cards .cards .card .text {
  padding: 16px 27px 49px;
  box-sizing: border-box;
}
.news-cards-container .news-cards .cards .card .text p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .news-cards-container .news-cards .cards .card .text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.news-cards-container .news-cards .cards .card .text p {
  margin: 0;
  color: #4d4d4d;
}
.news-cards-container .news-cards .all-courses {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 36.7px;
}
@media (min-width: 1201px) {
  .news-cards-container .news-cards .all-courses:hover {
    text-decoration: underline;
  }
}
.news-cards-container .news-carousel {
  display: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .news-cards-container .news-carousel {
    display: block !important;
  }
}
.news-cards-container .news-carousel .owl-stage-outer {
  overflow: visible;
}
.news-cards-container .news-carousel .owl-stage {
  display: flex;
}
.news-cards-container .news-carousel .owl-stage .owl-item {
  display: flex;
}
.news-cards-container .news-carousel span {
  display: block;
}
.news-cards-container .news-carousel .card {
  text-decoration: none;
  position: relative;
  background-color: rgba(227, 231, 237, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-cards-container .news-carousel .card::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #fcb10b;
}
.news-cards-container .news-carousel .card .image {
  max-width: 100%;
  position: relative;
}
.news-cards-container .news-carousel .card .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 36.98%, rgba(0, 0, 0, 0.9) 100%);
}
.news-cards-container .news-carousel .card .image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-cards-container .news-carousel .card .image .h3 {
  position: absolute;
  bottom: 15px;
  left: 27px;
  right: 27px;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin-top: 0;
}
.news-cards-container .news-carousel .card .text {
  padding: 16px 27px 49px;
  box-sizing: border-box;
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .news-cards-container .news-carousel .card .text {
    padding: 16px 27px 40px;
  }
}
.news-cards-container .news-carousel .card .text .p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .news-cards-container .news-carousel .card .text .p {
    font-size: 16px;
    line-height: 20px;
  }
}
.news-cards-container .news-carousel .card .text .p {
  margin: 0;
  color: #4d4d4d;
  display: block;
}
.news-cards-container .owl-nav {
  display: none !important;
}

.action-bar-container {
  background-color: #004b4d;
  padding: 22px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .action-bar-container {
    padding: 16px 20px;
  }
}
.action-bar-container.visible {
  transform: translateY(0);
}
.action-bar-container .action-bar-close-button {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 16px;
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 1201px) {
  .action-bar-container .action-bar-close-button:hover {
    opacity: 0.7;
  }
}
.action-bar-container .action-bar {
  max-width: 1900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .action-bar-container .action-bar {
    flex-direction: column;
  }
}
.action-bar-container .action-bar .column.image-column {
  flex-basis: 5.95%;
  max-width: 5.95%;
}
@media (max-width: 1200px) {
  .action-bar-container .action-bar .column.image-column {
    flex-basis: 7%;
    max-width: 7%;
  }
}
@media (max-width: 991px) {
  .action-bar-container .action-bar .column.image-column {
    display: none;
  }
}
.action-bar-container .action-bar .column.image-column img {
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.action-bar-container .action-bar .column.cta-column {
  flex-basis: 21.18%;
  max-width: 21.18%;
}
@media (max-width: 1200px) {
  .action-bar-container .action-bar .column.cta-column {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  .action-bar-container .action-bar .column.cta-column {
    display: none;
  }
}
.action-bar-container .action-bar .column.cta-column span {
  color: #46d6db;
  display: block;
}
@media (max-width: 1500px) {
  .action-bar-container .action-bar .column.cta-column span {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .action-bar-container .action-bar .column.cta-column span {
    line-height: 17px;
    margin-bottom: 5px;
  }
}
.action-bar-container .action-bar .column.cta-column h3 {
  color: #fff;
  margin-top: 0;
}
@media (max-width: 1500px) {
  .action-bar-container .action-bar .column.cta-column h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1400px) {
  .action-bar-container .action-bar .column.cta-column h3 {
    font-size: 21px;
    line-height: 21px;
  }
}
.action-bar-container .action-bar .column.text-column {
  flex-basis: 31.1%;
  max-width: 31.1%;
}
@media (max-width: 1400px) {
  .action-bar-container .action-bar .column.text-column {
    flex-basis: 28%;
    max-width: 28%;
  }
}
@media (max-width: 1200px) {
  .action-bar-container .action-bar .column.text-column {
    display: none;
  }
}
.action-bar-container .action-bar .column.text-column p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .action-bar-container .action-bar .column.text-column p {
    font-size: 16px;
    line-height: 20px;
  }
}
.action-bar-container .action-bar .column.text-column p {
  color: #fff;
}
.action-bar-container .action-bar .column.text-column p:first-child {
  margin-top: 0;
}
.action-bar-container .action-bar .column.text-column p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .action-bar-container .action-bar .column.text-column p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 1400px) {
  .action-bar-container .action-bar .column.text-column p {
    line-height: 20px;
  }
}
.action-bar-container .action-bar .column.image-cta-column {
  display: none;
}
@media (max-width: 991px) {
  .action-bar-container .action-bar .column.image-cta-column {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.action-bar-container .action-bar .column.image-cta-column img {
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .action-bar-container .action-bar .column.image-cta-column img {
    max-width: 70px;
    max-height: 70px;
    margin-right: 20px;
  }
}
.action-bar-container .action-bar .column.image-cta-column .wrapper {
  flex: 1;
}
.action-bar-container .action-bar .column.image-cta-column .wrapper span {
  color: #46d6db;
}
@media (max-width: 1500px) {
  .action-bar-container .action-bar .column.image-cta-column .wrapper span {
    font-size: 17px;
    line-height: 28px;
    display: block;
  }
}
@media (max-width: 767px) {
  .action-bar-container .action-bar .column.image-cta-column .wrapper span {
    line-height: 17px;
    margin-bottom: 5px;
  }
}
.action-bar-container .action-bar .column.image-cta-column .wrapper h3 {
  color: #fff;
  margin-top: 0;
}
@media (max-width: 1500px) {
  .action-bar-container .action-bar .column.image-cta-column .wrapper h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1400px) {
  .action-bar-container .action-bar .column.image-cta-column .wrapper h3 {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .action-bar-container .action-bar .column.image-cta-column .wrapper h3 {
    font-size: 18px;
    line-height: 19px;
  }
}
.action-bar-container .action-bar .column.buttons-column {
  flex-basis: 28.52%;
  max-width: 28.52%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
@media (max-width: 1700px) {
  .action-bar-container .action-bar .column.buttons-column {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media (max-width: 1500px) {
  .action-bar-container .action-bar .column.buttons-column {
    flex-basis: 36%;
    max-width: 36%;
  }
}
@media (max-width: 1400px) {
  .action-bar-container .action-bar .column.buttons-column {
    flex-basis: 41%;
    max-width: 41%;
  }
}
@media (max-width: 1200px) {
  .action-bar-container .action-bar .column.buttons-column {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .action-bar-container .action-bar .column.buttons-column {
    min-width: 520px;
  }
}
@media (max-width: 991px) {
  .action-bar-container .action-bar .column.buttons-column {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .action-bar-container .action-bar .column.buttons-column {
    justify-content: flex-start;
    gap: 10px;
    display: block;
  }
}
.action-bar-container .action-bar .column.buttons-column a {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 24px 0;
}
@media (max-width: 1500px) {
  .action-bar-container .action-bar .column.buttons-column a {
    font-size: 16px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .action-bar-container .action-bar .column.buttons-column a {
    margin-right: 10px;
    padding: 1px 12px;
    font-weight: 600;
    flex: 1;
  }
}
.action-bar-container .action-bar .column.buttons-column a img {
  display: block;
  max-width: 21px;
  height: auto;
  width: 100%;
}
@media (max-width: 1500px) {
  .action-bar-container .action-bar .column.buttons-column a img {
    max-width: 20px;
  }
}
@media (max-width: 767px) {
  .action-bar-container .action-bar .column.buttons-column a img {
    display: none;
  }
}
.action-bar-container .action-bar .column.buttons-column a::before {
  background-color: #46d6db;
}
.action-bar-container .action-bar .column.buttons-column a:last-of-type {
  margin-right: 0;
}
@media (min-width: 1201px) {
  .action-bar-container .action-bar .column.buttons-column a:hover {
    background-color: #46d6db;
  }
  .action-bar-container .action-bar .column.buttons-column a:hover::before {
    background-color: #078a8e;
  }
}

.tabs-container {
  background-color: #e3e7ed;
  padding: 89px 20px 95px;
}
@media (max-width: 767px) {
  .tabs-container {
    padding: 40px 20px;
  }
}
.tabs-container .tabs-inner .columns {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tabs-container .tabs-inner .columns {
    display: block;
  }
}
.tabs-container .tabs-inner .columns .tabs {
  flex-basis: 24.85%;
  max-width: 24.85%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 991px) {
  .tabs-container .tabs-inner .columns .tabs {
    flex-basis: 34%;
    max-width: 34%;
  }
}
@media (max-width: 767px) {
  .tabs-container .tabs-inner .columns .tabs {
    display: none;
  }
}
.tabs-container .tabs-inner .columns .tabs .tab-link {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 23px;
  font-weight: 900;
  margin: 36px 0 26px;
  color: #093b73;
}
.tabs-container .tabs-inner .columns .tabs .tab-link:first-child {
  margin-top: 0;
}
.tabs-container .tabs-inner .columns .tabs .tab-link:last-child {
  margin-bottom: 0;
}
.tabs-container .tabs-inner .columns .tabs .tab-link {
  margin: 0;
  padding: 25px 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1500px) {
  .tabs-container .tabs-inner .columns .tabs .tab-link {
    font-size: 22px;
    line-height: 21px;
  }
}
@media (max-width: 1200px) {
  .tabs-container .tabs-inner .columns .tabs .tab-link {
    font-size: 19px;
    line-height: 20px;
    padding: 20px 20px;
  }
}
@media (max-width: 991px) {
  .tabs-container .tabs-inner .columns .tabs .tab-link {
    padding: 15px 20px;
  }
}
.tabs-container .tabs-inner .columns .tabs .tab-link.active {
  background-color: #fff;
  color: #000;
  position: relative;
}
.tabs-container .tabs-inner .columns .tabs .tab-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 4px;
  background-color: #fcb10b;
}
@media (min-width: 1201px) {
  .tabs-container .tabs-inner .columns .tabs .tab-link:hover {
    background-color: #fff;
    color: #000;
    position: relative;
  }
}
.tabs-container .tabs-inner .columns .content {
  flex-basis: 66%;
  max-width: 66%;
  display: none;
}
@media (max-width: 767px) {
  .tabs-container .tabs-inner .columns .content {
    display: block;
    flex: 1;
    max-width: none;
    background-color: #fff;
    margin-bottom: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
}
.tabs-container .tabs-inner .columns .content.active {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tabs-container .tabs-inner .columns .content.open {
    display: block;
    position: relative;
  }
  .tabs-container .tabs-inner .columns .content.open::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #fcb10b;
  }
  .tabs-container .tabs-inner .columns .content.open .title svg {
    transform: translateY(-50%) rotateX(180deg);
  }
  .tabs-container .tabs-inner .columns .content.open .title svg path {
    stroke: #002957;
  }
}
.tabs-container .tabs-inner .columns .content .title {
  display: none;
}
@media (max-width: 767px) {
  .tabs-container .tabs-inner .columns .content .title {
    display: block;
    padding-right: 35px;
    padding: 22px 58px 23px 28px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }
  .tabs-container .tabs-inner .columns .content .title span {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    color: #093b73;
    display: block;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tabs-container .tabs-inner .columns .content .title svg {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    transition: transform 0.3s ease;
  }
}
.tabs-container .tabs-inner .columns .content .text {
  flex-basis: 54.9%;
  max-width: 54.9%;
  padding: 35px 75px;
  box-sizing: border-box;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .tabs-container .tabs-inner .columns .content .text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .tabs-container .tabs-inner .columns .content .text {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tabs-container .tabs-inner .columns .content .text {
    display: none;
    padding: 0 28px 23px;
  }
}
.tabs-container .tabs-inner .columns .content .text h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}
@media (max-width: 1500px) {
  .tabs-container .tabs-inner .columns .content .text h3 {
    font-size: 21px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .tabs-container .tabs-inner .columns .content .text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .tabs-container .tabs-inner .columns .content .text h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 18px;
  }
}
.tabs-container .tabs-inner .columns .content .text p {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tabs-container .tabs-inner .columns .content .text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.tabs-container .tabs-inner .columns .content .text p {
  color: #4d4d4d;
}
@media (max-width: 1500px) {
  .tabs-container .tabs-inner .columns .content .text p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .tabs-container .tabs-inner .columns .content .text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .tabs-container .tabs-inner .columns .content .text p {
    margin-block: 18px;
  }
}
.tabs-container .tabs-inner .columns .content .text a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  text-decoration: none;
}
@media (min-width: 1201px) {
  .tabs-container .tabs-inner .columns .content .text a:hover {
    text-decoration: underline;
  }
}
.tabs-container .tabs-inner .columns .content .image {
  flex-basis: 45.1%;
  max-width: 45.1%;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .tabs-container .tabs-inner .columns .content .image {
    display: none;
  }
}

.information-cards-container .information-cards-inner {
  padding: 68px 62px 51px;
  background-color: rgba(252, 177, 11, 0.06);
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .information-cards-container .information-cards-inner {
    padding: 51px;
  }
}
@media (max-width: 767px) {
  .information-cards-container .information-cards-inner {
    margin: 0 -25px;
    padding: 28px 25px 55px;
  }
}
.information-cards-container .information-cards-inner.bg-grey {
  background-color: rgba(227, 231, 237, 0.3);
}
.information-cards-container .information-cards-inner h2 {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .information-cards-container .information-cards-inner h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .information-cards-container .information-cards-inner h2 {
    text-align: left;
  }
}
.information-cards-container .information-cards-inner .information-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 35px;
}
@media (max-width: 767px) {
  .information-cards-container .information-cards-inner .information-cards {
    display: block;
  }
}
.information-cards-container .information-cards-inner .information-cards .information-card {
  flex-basis: 19.16%;
  max-width: 19.16%;
}
@media (max-width: 1200px) {
  .information-cards-container .information-cards-inner .information-cards .information-card {
    flex-basis: 21.5%;
    max-width: 21.5%;
  }
}
@media (max-width: 991px) {
  .information-cards-container .information-cards-inner .information-cards .information-card {
    flex-basis: 45%;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .information-cards-container .information-cards-inner .information-cards .information-card {
    max-width: none;
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 39px;
  }
  .information-cards-container .information-cards-inner .information-cards .information-card:first-child {
    margin-top: 0;
  }
  .information-cards-container .information-cards-inner .information-cards .information-card:last-child {
    margin-bottom: 0;
  }
  .information-cards-container .information-cards-inner .information-cards .information-card .inner {
    flex: 1;
  }
}
.information-cards-container .information-cards-inner .information-cards .information-card h4 {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .information-cards-container .information-cards-inner .information-cards .information-card h4 {
    margin-top: 0;
  }
}
.information-cards-container .information-cards-inner .information-cards .information-card img {
  display: block;
  max-width: 95px;
  max-height: 95px;
}
@media (max-width: 767px) {
  .information-cards-container .information-cards-inner .information-cards .information-card img {
    flex-basis: 80px;
    max-width: 80px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.information-cards-container .information-cards-inner .information-cards .information-card p {
  margin-top: 14px;
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .information-cards-container .information-cards-inner .information-cards .information-card p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .information-cards-container .information-cards-inner .information-cards .information-card p {
    font-size: 16px;
    line-height: 20px;
  }
}
.information-cards-container .information-cards-inner .information-cards .information-card p:first-child {
  margin-top: 0;
}
.information-cards-container .information-cards-inner .information-cards .information-card p:last-child {
  margin-bottom: 0;
}

.news-single-container .news-single {
  max-width: none;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  margin-top: 46px;
}
.news-single-container .news-single .social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-basis: 50px;
  max-width: 50px;
}
@media (max-width: 991px) {
  .news-single-container .news-single .social-wrapper {
    display: none;
  }
}
.news-single-container .news-single .social-wrapper .social {
  position: sticky;
  top: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}
.news-single-container .news-single .social-wrapper .social span {
  margin-bottom: 9px;
}
.news-single-container .news-single .social-wrapper .social a {
  text-decoration: none;
  margin-bottom: 3px;
}
.news-single-container .news-single .social-wrapper .social a img {
  max-width: 40px;
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1201px) {
  .news-single-container .news-single .social-wrapper .social a img:hover {
    opacity: 0.85;
  }
}
.news-single-container .news-single .content-wrapper {
  flex: 1;
}
.news-single-container .news-single .content-wrapper .content {
  max-width: 687px;
  margin: 0 calc((100vw - 687px) / 2 - 50px) 0 calc((100vw - 687px) / 2);
}
@media (max-width: 991px) {
  .news-single-container .news-single .content-wrapper .content {
    max-width: none;
    margin: 0;
  }
}
.news-single-container .news-single .content-wrapper .content img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.news-single-container .news-single .content-wrapper .content p {
  color: #4d4d4d;
}
.news-single-container .news-single .content-wrapper .content p strong {
  font-weight: 400;
  color: #000;
}
.news-single-container .news-single .content-wrapper .content blockquote {
  color: #078a8e;
  padding-left: 43px;
  position: relative;
  font-size: 23px;
  line-height: 130%;
  font-weight: 400;
}
.news-single-container .news-single .content-wrapper .content blockquote p {
  color: #078a8e;
}
@media (max-width: 767px) {
  .news-single-container .news-single .content-wrapper .content blockquote {
    padding-left: 26px;
    font-size: 20px;
  }
}
.news-single-container .news-single .content-wrapper .content blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #fcb10b;
}

.upcoming-schedule-container {
  margin: 87px 0 113px;
}
.upcoming-schedule-container .upcoming-schedule .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .row {
    overflow: auto;
  }
}
.upcoming-schedule-container .upcoming-schedule .row:first-of-type {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
.upcoming-schedule-container .upcoming-schedule .row .date-picker {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .row .date-picker {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .row .date-picker {
    flex-basis: 100%;
    width: 100%;
  }
}
.upcoming-schedule-container .upcoming-schedule .row .date-picker .input-container {
  position: relative;
}
.upcoming-schedule-container .upcoming-schedule .row .date-picker .input-container input[type=text],
.upcoming-schedule-container .upcoming-schedule .row .date-picker .input-container input[type=date] {
  border-radius: 25px;
  background: #fff;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
  width: 205px;
  height: 40px;
  color: #093b73;
  font-size: 16px;
  padding: 0px 14px;
  line-height: normal;
  border: 1px solid #374151;
}
.upcoming-schedule-container .upcoming-schedule .row .date-picker .input-container input[type=text]::-webkit-calendar-picker-indicator,
.upcoming-schedule-container .upcoming-schedule .row .date-picker .input-container input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.upcoming-schedule-container .upcoming-schedule .row .date-picker .input-container input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .row .date-picker .input-container input[type=date] {
    padding-right: 40px;
  }
}
.upcoming-schedule-container .upcoming-schedule .row .date-picker .input-container svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.upcoming-schedule-container .upcoming-schedule .row input#course-choice {
  border-radius: 25px;
  background: #fff;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
  width: 205px;
  height: 40px;
  color: #093b73;
  font-size: 16px;
  padding: 0px 14px;
  line-height: normal;
  border: 1px solid #374151;
}
.upcoming-schedule-container .upcoming-schedule .row .state-dropdown select#search_location {
  border-radius: 25px;
  background: #fff;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
  width: 205px;
  height: 40px;
  color: #093b73;
  font-size: 16px;
  padding: 4px 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'><path d='M5.19629 8.25L0.000137329 0L10.3924 0L5.19629 8.25Z' fill='%23093B73'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 11px 9px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .row .state-dropdown select#search_location {
    width: 150px;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .date {
  flex-basis: 13.98%;
  max-width: 13.98%;
  padding-left: 20px !important;
}
.upcoming-schedule-container .upcoming-schedule .schedule .time {
  flex-basis: 14.84%;
  max-width: 14.84%;
}
.upcoming-schedule-container .upcoming-schedule .schedule .location {
  flex-basis: 18.87%;
  max-width: 18.87%;
}
.upcoming-schedule-container .upcoming-schedule .schedule .cost {
  flex-basis: 12.78%;
  max-width: 12.78%;
}
.upcoming-schedule-container .upcoming-schedule .schedule .free-spots {
  flex-basis: 12.64%;
  max-width: 12.64%;
}
.upcoming-schedule-container .upcoming-schedule .schedule .number-of-people {
  flex-basis: 26.89%;
  max-width: 26.89%;
}
.upcoming-schedule-container .upcoming-schedule .schedule .number-of-people::before {
  display: none;
}
.upcoming-schedule-container .upcoming-schedule .schedule .header {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 17px;
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .header {
    display: none;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .header .column {
  width: 100%;
  position: relative;
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 3px;
}
.upcoming-schedule-container .upcoming-schedule .schedule .header .column svg {
  display: block;
}
.upcoming-schedule-container .upcoming-schedule .schedule .header .column span {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper {
  position: relative;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(0deg, white, transparent);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper {
  max-height: 465px;
  overflow: auto;
  margin-bottom: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper {
    max-height: 534px;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper::-webkit-scrollbar {
  display: none;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 6px;
  padding: 12px 0;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row:nth-child(odd) {
  border-radius: 10px;
  background: #e3e7ed;
  overflow: hidden;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row:first-child {
  margin-top: 0;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row:last-child {
  margin-bottom: 0;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column {
  width: 100%;
  position: relative;
  padding: 5px 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column {
    flex-basis: 50%;
    max-width: 50%;
    flex-direction: row;
    padding: 11px 22px !important;
  }
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column {
    max-width: none;
    flex-basis: 100%;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column:first-of-type {
  padding-left: 31px;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column:last-of-type {
  padding-right: 27px;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row {
    gap: 10px;
    justify-content: space-between;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row a {
  text-decoration: none;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row a span {
  color: #093b73;
  font-size: 20px !important;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row.header-row {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row.header-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 0;
  }
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row.header-row svg {
    margin-right: 10px;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row.content-row {
  height: 100%;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row.content-row input {
  border: none;
  font-family: "League Spartan";
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  outline: none;
  max-width: 100px;
  min-width: 100px;
  width: 100%;
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row .btn {
  font-weight: 600;
  border-radius: 25px;
  border: 1px solid #fff;
  background: #fcb10b;
  color: #093b73;
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row .btn {
    padding: 1px 15px 6px;
  }
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column .inner-row .btn {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people {
    padding-top: 14px !important;
    padding-bottom: 16px !important;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .content-row {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .content-row {
    width: 100%;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .content-row .btn {
  line-height: 37px;
}
@media (max-width: 1200px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .content-row .btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .content-row .btn {
    width: auto;
  }
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people span {
    display: flex;
    gap: 10px;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .wrapper {
    max-width: 42%;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .wrapper .of-people {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  position: relative;
  border-radius: 25px;
  border: 1px solid rgba(105, 125, 137, 0.5);
  background: #fff;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .wrapper .of-people {
    width: 100%;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .wrapper .of-people input {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .wrapper .of-people input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .wrapper .of-people span {
    font-size: 16px;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.number-of-people .wrapper img {
  height: 38px;
  width: 38px;
  margin-top: 3px;
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.time {
    display: none;
  }
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.free-spots.show-on-tablet {
    display: flex !important;
    flex-wrap: wrap;
    gap: 50px;
  }
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.free-spots.show-on-tablet .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.free-spots.show-on-tablet .wrapper .header-row {
    margin-bottom: 0;
  }
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.free-spots.show-on-tablet .wrapper .header-row svg {
    display: block;
  }
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.free-spots.show-on-tablet::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.hide-on-tablet {
    display: none;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.show-on-tablet {
  display: none;
}
@media (max-width: 991px) {
  .upcoming-schedule-container .upcoming-schedule .schedule .schedule-body-outer-wrapper .schedule-body-wrapper .body-row .column.show-on-tablet {
    display: block;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule-footer {
  background-color: rgba(7, 138, 142, 0.06);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 27px 27px 27px 31px;
  box-sizing: border-box;
}
.upcoming-schedule-container .upcoming-schedule .schedule-footer h4 {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule-footer h4 {
    margin-bottom: 10px;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule-footer h4:first-child {
  margin-top: 0;
}
.upcoming-schedule-container .upcoming-schedule .schedule-footer h4:last-child {
  margin-bottom: 0;
}
.upcoming-schedule-container .upcoming-schedule .schedule-footer p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule-footer p {
    margin-top: 10px;
  }
}
.upcoming-schedule-container .upcoming-schedule .schedule-footer p:first-child {
  margin-top: 0;
}
.upcoming-schedule-container .upcoming-schedule .schedule-footer p:last-child {
  margin-bottom: 0;
}
.upcoming-schedule-container .upcoming-schedule .schedule-footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 4px;
  background-color: #078a8e;
}
.upcoming-schedule-container .upcoming-schedule .schedule-footer .btn {
  line-height: 37px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .upcoming-schedule-container .upcoming-schedule .schedule-footer .btn {
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
  }
}

.section-wrapper {
  position: relative;
}
.section-wrapper .expandable-carousel-container {
  padding: 87px 0 117px;
  position: relative;
  background: rgba(227, 231, 237, 0.4);
}
@media (max-width: 1200px) {
  .section-wrapper .expandable-carousel-container {
    overflow: hidden;
  }
  .section-wrapper .expandable-carousel-container .owl-nav {
    display: none !important;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel {
  position: relative;
  max-width: 1158px;
}
@media (max-width: 1200px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel {
    max-width: 100%;
    padding-right: 200px;
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel {
    padding-right: 20px;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .all-courses-wrapper {
  text-align: center;
  margin-top: 20px;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel {
  box-sizing: border-box;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer {
  padding: 4px 0;
}
@media (max-width: 1200px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
    overflow: visible;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  position: relative;
  min-height: 100%;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  min-height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px 25px 0 rgba(105, 125, 137, 0.25);
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image img {
  height: 253px;
  max-width: none;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image img {
    height: 191px;
  }
}
@media (min-width: 1201px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item:not(.center) .item {
    min-height: calc(100% - 52px);
    overflow: hidden;
    margin-top: 75px;
  }
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item:not(.center) .item .image img {
    height: 191px;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .main-content {
  opacity: 0;
}
@media (max-width: 1200px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    width: 100%;
    left: initial;
  }
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fcb10b;
    z-index: 2;
  }
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image h4 {
    max-width: 235px;
  }
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image .decoration {
    display: none;
  }
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
    padding: 22px 22px 44px;
  }
}
@media (max-width: 1200px) and (max-width: 1400px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
    padding: 22px 22px 44px;
  }
}
@media (max-width: 1200px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .preview-content {
    display: none;
  }
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content {
    display: block !important;
    opacity: 1;
  }
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content .btn {
    color: #697d89;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item {
  position: absolute;
  width: calc(144% - 10px);
  left: calc(-22% + 5px);
  overflow: hidden;
}
@media (max-width: 1400px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item {
    width: calc(144% - 10px);
    left: calc(-22% + 5px);
  }
}
@media (max-width: 1200px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item {
    width: 100%;
    left: initial;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item .image h4 {
  max-width: 235px;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item .image .decoration {
  display: none;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item .text {
  padding: 22px 22px 44px;
}
@media (max-width: 1400px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item .text {
    padding: 22px 22px 44px;
  }
}
@media (max-width: 767px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item .text {
    padding: 8px 22px 44px;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item .text .preview-content {
  display: none;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item .text .main-content {
  display: block !important;
  opacity: 1;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.center .item .text .main-content .btn {
  position: absolute;
  bottom: -4px;
  right: 0;
  line-height: 45px;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image {
  position: relative;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 35.38%, rgba(0, 0, 0, 0.7) 92.78%);
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image img {
  display: block;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image .decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: auto !important;
  max-width: 25px;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image h4 {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  margin-top: 0;
  color: #fff;
  font-size: 28px;
  line-height: 27px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image h4 {
    left: 24px;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
  padding: 22px 22px 34px;
}
@media (max-width: 1400px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
    padding: 22px 22px 34px;
  }
}
@media (max-width: 767px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
    padding: 8px 24px 50px;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text p:first-child {
  margin-top: 0;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .preview-content {
    display: none;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content {
  display: none;
}
@media (max-width: 1200px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content {
    display: block;
    opacity: 1;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content .inner .column {
  padding: 0 0px 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content .inner .column {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content .inner .column .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 14px;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content .inner .column .row:first-of-type {
  padding-top: 0;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content .inner .column .row:last-of-type {
  border-bottom: 0;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content .inner .column .row .icon-wrapper {
  min-width: 26px;
  text-align: center;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content .inner .column .row span {
  color: #697d89;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content .btn-details {
  color: #697d89;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .main-content .btn-details:hover {
  color: #fc8026;
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 300px;
  left: -50px;
}
@media (max-width: 1500px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-nav .owl-prev {
    left: -50px;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 300px;
  right: -50px;
}
@media (max-width: 1500px) {
  .section-wrapper .expandable-carousel-container .expandable-carousel .owl-carousel .owl-nav .owl-next {
    right: -50px;
  }
}
.section-wrapper .expandable-carousel-container .expandable-carousel .all-courses {
  color: #fff;
}

.faqs-container {
  margin: 0;
  background: rgba(227, 231, 237, 0.4);
  padding: 50px 0;
}
.faqs-container .faqs.grid {
  max-width: 1100px;
}
.faqs-container .faqs .items .item + .item {
  margin-top: 4px;
}
.faqs-container .faqs .items .item .faq-question {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(105, 125, 137, 0.5019607843);
  padding: 21px 89px 22px 54px;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  .faqs-container .faqs .items .item .faq-question {
    padding-left: 16px;
    padding-right: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faqs-container .faqs .items .item .faq-question h2 {
    font-weight: 700;
  }
}
.faqs-container .faqs .items .item .faq-question.active svg path {
  fill: rgba(105, 125, 137, 0.3490196078);
}
.faqs-container .faqs .items .item .faq-question svg {
  display: block;
  position: absolute;
  right: 31px;
  top: 50%;
  max-width: 27px;
  height: auto;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .faqs-container .faqs .items .item .faq-question svg {
    max-width: 20px;
    right: 16px;
  }
}
@media (min-width: 1201px) {
  .faqs-container .faqs .items .item .faq-question:hover {
    background-color: rgba(227, 231, 237, 0.7);
  }
}
.faqs-container .faqs .items .item .faq-question.active svg {
  transform: translate(0, -50%) rotateX(180deg);
}
.faqs-container .faqs .items .item .faq-answer {
  display: none;
  padding: 0 58px 0 58px;
}
@media (max-width: 767px) {
  .faqs-container .faqs .items .item .faq-answer {
    padding: 10px 16px 10px 20px !important;
  }
}
.faqs-container .faqs .items .item .faq-answer ul {
  list-style: none;
  padding-left: 0;
}
.faqs-container .faqs .items .item .faq-answer ul li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 8px;
}
.faqs-container .faqs .items .item .faq-answer ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #5dc5ff;
  font-size: 18px;
  line-height: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  transform: none;
}

body.booking-modal-visible {
  overflow: hidden;
}

.booking-form-container {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .booking-form-container {
    padding: 0;
  }
}
.booking-form-container .modal-form-container {
  overflow: auto;
  background-color: #e3e7ed;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.booking-form-container .modal-form-container.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.booking-form-container .modal-form-container .outer {
  padding: 0 24px;
}
.booking-form-container .modal-form-container .inner {
  max-width: 787px;
  margin: 0 auto;
}
.booking-form-container .modal-form-container .modal-form {
  position: relative;
}
.booking-form-container .modal-form-container .modal-close-button {
  display: block;
  position: absolute;
  right: 36px;
  top: 24px;
  width: 34px;
  height: 34px;
  text-decoration: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-close-button {
    top: 26px;
    width: 32px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media (min-width: 1201px) {
  .booking-form-container .modal-form-container .modal-close-button:hover svg path {
    stroke: #fcb10b !important;
  }
}
.booking-form-container .modal-form-container .modal-close-button svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.booking-form-container .modal-form-container .modal-form-header {
  background-color: #fff;
  border-top: 4px solid #ffc20e;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-header {
    border-top: none;
  }
}
.booking-form-container .modal-form-container .modal-form-header .inner {
  padding: 71px 0 57px 0;
  position: relative;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-header .inner {
    padding: 50px 0 23px 0;
  }
}
.booking-form-container .modal-form-container .modal-form-header .inner .header {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 17px;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-header .inner .header {
    justify-content: center;
  }
}
.booking-form-container .modal-form-container .modal-form-header .inner .header .column {
  flex: 1;
  width: 100%;
  position: relative;
  padding: 5px 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-header .inner .header .column {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
.booking-form-container .modal-form-container .modal-form-header .inner .header .column svg {
  display: block;
}
.booking-form-container .modal-form-container .modal-form-header .inner .header .column::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: #e3e7ed;
}
.booking-form-container .modal-form-container .modal-form-header .inner .header .column:last-of-type::before {
  display: none;
}
.booking-form-container .modal-form-container .modal-form-header .inner .header .column span {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-header .inner .header .column {
    max-width: 50%;
  }
  .booking-form-container .modal-form-container .modal-form-header .inner .header .column::before {
    height: 1px;
    width: 100%;
  }
}
.booking-form-container .modal-form-container .modal-form-header p {
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  padding: 0;
  margin: 0 0 6px 0;
}
.booking-form-container .modal-form-container .modal-form-header h2 {
  padding: 0;
  margin: 0;
}
.booking-form-container .modal-form-container .modal-form-header h2 strong {
  color: #fcb10b;
  font-weight: 900;
}
.booking-form-container .modal-form-container .modal-form-content {
  position: relative;
  background-color: #f2f5fa;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content {
    padding-bottom: 33px;
  }
}
.booking-form-container .modal-form-container .modal-form-content input[type=submit],
.booking-form-container .modal-form-container .modal-form-content input[type=button] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 0;
  height: 0;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.booking-form-container .modal-form-container .modal-form-content .heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .heading {
    padding-top: 33px;
  }
}
.booking-form-container .modal-form-container .modal-form-content .heading .column:first-of-type {
  flex-basis: 57.71%;
  max-width: 57.71%;
}
@media (max-width: 991px) {
  .booking-form-container .modal-form-container .modal-form-content .heading .column:first-of-type {
    flex-basis: 55.71%;
    max-width: 55.71%;
  }
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .heading .column:first-of-type {
    flex-basis: 52.74%;
    max-width: 52.74%;
  }
}
.booking-form-container .modal-form-container .modal-form-content .heading .column:first-of-type h4 {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .heading .column:first-of-type h4 {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.booking-form-container .modal-form-container .modal-form-content .heading .column:first-of-type h4 + p {
  margin-top: 12px;
}
.booking-form-container .modal-form-container .modal-form-content .heading .column:first-of-type p {
  font-size: 18px;
  line-height: 130%;
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .heading .column:first-of-type p {
    font-size: 16px;
    line-height: 20px;
  }
}
.booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) {
  flex-basis: 27%;
  max-width: 27%;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 991px) {
  .booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) {
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 0px;
  }
}
.booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) img {
  display: block;
  max-width: 45px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) img {
    max-width: 32px;
  }
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) .text.hide-on-phone {
    display: none;
  }
}
.booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) .text.show-on-phone {
  display: none;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) .text.show-on-phone {
    display: block;
  }
  .booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) .text.show-on-phone span {
    display: block;
    margin-top: 1px;
  }
}
.booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) .text p {
  margin: 0;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 130%;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) .text p {
    display: none;
  }
}
.booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) .text span {
  font-size: 18px;
  line-height: 130%;
  color: #093b73;
}
.booking-form-container .modal-form-container .modal-form-content .heading .column:nth-of-type(2) .text span a {
  text-decoration: none;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
}
.booking-form-container .modal-form-container .modal-form-content .gf_page_steps {
  position: absolute !important;
  top: -21px !important;
  left: 50%;
  transform: translateX(-50%);
  -moz-column-gap: 34px;
       column-gap: 34px;
  --before-left: 70px;
  --before-right: 70px;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .gf_page_steps {
    width: 60%;
    justify-content: space-between;
  }
}
.booking-form-container .modal-form-container .modal-form-content .gf_page_steps::before {
  content: "";
  position: absolute;
  top: 21px;
  left: var(--before-left);
  right: var(--before-right);
  width: calc(100% - var(--before-left) - var(--before-right));
  height: 1px;
  transform: translateY(-50%);
  border-bottom: 1px dashed rgba(9, 59, 115, 0.3);
}
.booking-form-container .modal-form-container .modal-form-content .gf_page_steps .gf_step {
  display: block;
  border: none;
  width: 140px;
  text-align: center;
}
.booking-form-container .modal-form-container .modal-form-content .gf_page_steps .gf_step .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-form-container .modal-form-container .modal-form-content .gf_page_steps .gf_step .wrapper .gf_step_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: bold;
  background-color: #e3e7ed;
}
.booking-form-container .modal-form-container .modal-form-content .gf_page_steps .gf_step.gf_step_active .wrapper .gf_step_number {
  background-color: #fcb10b;
}
.booking-form-container .modal-form-container .modal-form-content .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
  position: relative;
  background-color: #093b73;
  color: #093b73;
}
.booking-form-container .modal-form-container .modal-form-content .gf_page_steps .gf_step.gf_step_completed .gf_step_number::after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 5px 5px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  border-radius: 0;
  background-color: #093b73;
}
.booking-form-container .modal-form-container .modal-form-content .gf_page_steps .gf_step.gf_step_completed::before {
  content: "";
  position: absolute;
  top: 21px;
  right: -87px;
  width: 100%;
  height: 2px;
  background-color: #093b73;
}
.booking-form-container .modal-form-container .modal-form-content .payment {
  margin: 33px 0 38px;
}
.booking-form-container .modal-form-container .modal-form-content .payment h5 {
  font-weight: 400;
  color: #767676;
}
.booking-form-container .modal-form-container .modal-form-content .payment .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.booking-form-container .modal-form-container .modal-form-content .payment .columns .column {
  flex-basis: 46.89%;
  max-width: 46.89%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.booking-form-container .modal-form-container .modal-form-content .payment .columns .column .option {
  display: inline-block;
  border: 1px solid #0078ff;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 38px;
  padding: 0px 20px 4px 46px;
  position: relative;
  border-radius: 66px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 8px;
}
.booking-form-container .modal-form-container .modal-form-content .payment .columns .column .option:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #000;
}
.booking-form-container .modal-form-container .modal-form-content .payment .columns .column .option.active {
  background-color: #093b73;
  color: #fff;
  border-color: #093b73;
}
.booking-form-container .modal-form-container .modal-form-content .payment .columns .column .option.active::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0078ff;
}
.booking-form-container .modal-form-container .modal-form-content .payment .columns .column .option.active::before {
  border-color: #fff;
  background-color: #fff;
}
.booking-form-container .modal-form-container .modal-form-content .payment .columns .column img {
  max-width: 100%;
  height: auto;
  display: block;
}
.booking-form-container .modal-form-container .modal-form-content .confirmation.show-on-phone {
  display: none;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-content .confirmation.show-on-phone {
    display: block;
  }
  .booking-form-container .modal-form-container .modal-form-content .confirmation.show-on-phone p {
    margin-top: -3px;
    text-align: left;
  }
  .booking-form-container .modal-form-container .modal-form-content .confirmation.show-on-phone p:last-child {
    margin-bottom: 0;
  }
}
.booking-form-container .modal-form-container .modal-form-footer {
  background-color: #e3e7ed;
}
.booking-form-container .modal-form-container .modal-form-footer .outer {
  padding: 15px 24px 23px;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-footer .outer {
    padding: 23px;
  }
}
.booking-form-container .modal-form-container .modal-form-footer .outer .inner {
  display: flex;
  align-items: center;
  gap: 38px;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-footer .outer .inner {
    justify-content: flex-end;
  }
}
.booking-form-container .modal-form-container .modal-form-footer .outer .inner p {
  flex: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .booking-form-container .modal-form-container .modal-form-footer .outer .inner p {
    display: none;
  }
}
.booking-form-container .modal-form-container .modal-form-footer .outer .inner p:first-child {
  margin-top: 0;
}
.booking-form-container .modal-form-container .modal-form-footer .outer .inner p:last-child {
  margin-bottom: 0;
}
.booking-form-container .modal-form-container .modal-form-footer .outer .inner .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-grow: 0;
  height: 40px;
  font-size: 17px;
  font-weight: 600;
  padding-inline: 17px;
}
.booking-form-container .modal-form-container .modal-form-footer .outer .inner .btn.js_gravity_next_button {
  margin: 0 0 0 auto;
}
.booking-form-container .modal-form-container .modal-form-footer .outer .inner .btn.hidden {
  display: none;
}
.booking-form-container .modal-form-container .modal-form-footer .outer .inner .btn img {
  display: block;
  width: 16px;
  height: auto;
}
.booking-form-container .modal-form-container .modal-form-footer .outer .inner .btn.black img {
  transform: rotate(180deg);
}

.confirmation-message {
  text-align: center;
  max-width: 787px;
  margin: 0 auto;
  padding: 100px 24px;
  display: none;
}
.confirmation-message h2 {
  margin-top: 15px;
}
.confirmation-message .columns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .confirmation-message .columns {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.confirmation-message .columns .column {
  text-align: initial;
}
.confirmation-message .columns .column:first-of-type {
  flex-basis: 48.22%;
  max-width: 48.22%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .confirmation-message .columns .column:first-of-type {
    flex: 1;
    max-width: 100%;
  }
}
.confirmation-message .columns .column:first-of-type h5 {
  color: #093b73;
}
.confirmation-message .columns .column:first-of-type .step {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 17px;
}
.confirmation-message .columns .column:first-of-type .step .number {
  flex-basis: 42px;
  max-width: 42px;
  border: 2px solid #fcb10b;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.confirmation-message .columns .column:first-of-type .step .number span {
  font-size: 18px;
  font-weight: 700;
  color: #4d4d4d;
}
.confirmation-message .columns .column:first-of-type .step span {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #4d4d4d;
}
.confirmation-message .columns .column:first-of-type .confirmation-call-to-action {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: auto 0 0 0;
}
@media (max-width: 767px) {
  .confirmation-message .columns .column:first-of-type .confirmation-call-to-action {
    max-width: 100%;
    gap: 11px;
    margin-top: 24px;
  }
}
.confirmation-message .columns .column:first-of-type .confirmation-call-to-action img {
  display: block;
  max-width: 45px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .confirmation-message .columns .column:first-of-type .confirmation-call-to-action .text.hide-on-phone {
    display: none;
  }
}
.confirmation-message .columns .column:first-of-type .confirmation-call-to-action .text.show-on-phone {
  display: none;
}
@media (max-width: 767px) {
  .confirmation-message .columns .column:first-of-type .confirmation-call-to-action .text.show-on-phone {
    display: block;
  }
  .confirmation-message .columns .column:first-of-type .confirmation-call-to-action .text.show-on-phone span {
    display: block;
    margin-top: 1px;
  }
}
.confirmation-message .columns .column:first-of-type .confirmation-call-to-action .text p {
  margin: 0;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 130%;
}
.confirmation-message .columns .column:first-of-type .confirmation-call-to-action .text span {
  font-size: 18px;
  line-height: 130%;
  color: #093b73;
}
.confirmation-message .columns .column:first-of-type .confirmation-call-to-action .text span a {
  text-decoration: none;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
}
.confirmation-message .columns .column:nth-of-type(2) {
  flex-basis: 48.1%;
  max-width: 48.1%;
  padding-top: 26px;
}
@media (max-width: 767px) {
  .confirmation-message .columns .column:nth-of-type(2) {
    flex: 1;
    max-width: 100%;
  }
}
.confirmation-message .columns .column:nth-of-type(2) .inner {
  background-color: #fff;
  box-shadow: 0px 1px 26px rgba(9, 59, 115, 0.12);
  border-radius: 3px;
  position: relative;
  padding: 19px 35px 27px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .confirmation-message .columns .column:nth-of-type(2) .inner {
    padding: 19px 30px 27px;
  }
}
.confirmation-message .columns .column:nth-of-type(2) .inner .decoration-up {
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .confirmation-message .columns .column:nth-of-type(2) .inner .decoration-up {
    top: -20px;
  }
}
@media (max-width: 767px) {
  .confirmation-message .columns .column:nth-of-type(2) .inner .decoration-up {
    top: -16px;
  }
}
.confirmation-message .columns .column:nth-of-type(2) .inner .decoration-down {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .confirmation-message .columns .column:nth-of-type(2) .inner .decoration-down {
    bottom: -19px;
  }
}
@media (max-width: 767px) {
  .confirmation-message .columns .column:nth-of-type(2) .inner .decoration-down {
    bottom: -15px;
  }
}
.confirmation-message .columns .column:nth-of-type(2) .inner .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.confirmation-message .columns .column:nth-of-type(2) .inner .heading span {
  font-weight: 900;
}
.confirmation-message .columns .column:nth-of-type(2) .inner .content {
  padding-bottom: 14px;
  padding-top: 24px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.confirmation-message .columns .column:nth-of-type(2) .inner .content .item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 15px;
}
.confirmation-message .columns .column:nth-of-type(2) .inner .content .item svg {
  flex-basis: 22px;
  max-width: 22px;
}
.confirmation-message .columns .column:nth-of-type(2) .inner .content .item span {
  flex: 1;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #4d4d4d;
}

.courses-container.shop-page {
  margin-top: 80px;
}
.courses-container.shop-page .courses-inner .content {
  flex-basis: 100%;
  max-width: 100%;
}
.courses-container.shop-page .courses-inner .content .courses.grid-view .cards .card {
  flex-basis: calc((100% - 30px) / 4);
  max-width: calc((100% - 30px) / 4);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .courses-container.shop-page .courses-inner .content .courses.grid-view .cards .card {
    flex-basis: calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 991px) {
  .courses-container.shop-page .courses-inner .content .courses.grid-view .cards .card {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 767px) {
  .courses-container.shop-page .courses-inner .content .courses.grid-view .cards .card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.courses-container.shop-page .courses-inner .content .courses.grid-view .cards .card .image:before {
  display: none;
}
.courses-container.shop-page .courses-inner .content .courses.grid-view .cards .card .content-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop-page-single {
  background-color: #f2f5fa;
  margin-top: 73px;
}
@media (max-width: 1400px) {
  .shop-page-single {
    margin-top: 65px;
  }
}
.shop-page-single .grid .product {
  display: grid;
  grid-template-columns: calc(30% - 25px) calc(70% - 25px);
  gap: 50px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .shop-page-single .grid .product {
    display: block;
  }
}
.shop-page-single .grid .woocommerce-product-gallery {
  grid-column: 1;
}
@media (max-width: 767px) {
  .shop-page-single .grid .woocommerce-product-gallery {
    margin-bottom: 30px;
  }
}
.shop-page-single .grid .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.shop-page-single .grid .entry-summary {
  grid-column: 2;
  grid-row: 1;
}
.shop-page-single .grid .entry-summary .product_title {
  color: #093b73;
}
.shop-page-single .grid .entry-summary .price span {
  font-size: 20px;
}
.shop-page-single .grid .entry-summary .woocommerce-product-details__short-description {
  word-break: break-all;
}
.shop-page-single .grid .entry-summary form {
  margin-block: 30px;
}
.shop-page-single .grid .entry-summary form > .quantity {
  position: relative;
  top: 4px;
  margin-right: 28px;
}
.shop-page-single .grid .entry-summary form input,
.shop-page-single .grid .entry-summary form select {
  font-family: "League Spartan";
  font-size: 18px;
  line-height: 55px;
  position: relative;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: 60px;
  outline: none;
  padding: 0 55px 0 25px;
  border-radius: 0;
  max-width: 275px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .shop-page-single .grid .entry-summary form input,
  .shop-page-single .grid .entry-summary form select {
    max-width: none;
  }
}
.shop-page-single .grid .entry-summary form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 71px 0 25px;
  background: url("assets/img/chevron-down.png") no-repeat right 10px center;
  background-color: #fff;
  cursor: pointer;
}
.shop-page-single .grid .entry-summary form input {
  padding: 0 10px 0 25px;
  box-sizing: border-box;
}
.shop-page-single .grid .entry-summary form .variations {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .shop-page-single .grid .entry-summary form .variations {
    width: 100%;
    margin-bottom: 0;
  }
}
.shop-page-single .grid .entry-summary form .variations tr {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 767px) {
  .shop-page-single .grid .entry-summary form .variations tr {
    width: 100%;
  }
}
.shop-page-single .grid .entry-summary form .variations tr label {
  font-size: 25px;
  color: #093b73;
  display: none;
}
.shop-page-single .grid .entry-summary form .variations tr td {
  max-width: 275px;
  width: 100%;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .shop-page-single .grid .entry-summary form .variations tr td {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.shop-page-single .grid .entry-summary form .variations tr td::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0078ff;
  z-index: 1;
}
.shop-page-single .grid .entry-summary form .variations tr td .reset_variations {
  display: none !important;
}
.shop-page-single .grid .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .shop-page-single .grid .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: block;
  }
}
.shop-page-single .grid .entry-summary form button {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  font-size: 18px;
  line-height: 53px;
  font-weight: 900;
  display: inline-block;
  padding: 1px 29px 6px;
  position: relative;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .shop-page-single .grid .entry-summary form button {
    font-size: 16px;
    line-height: 53px;
    width: 100%;
  }
}
.shop-page-single .grid .entry-summary form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #5dc5ff;
}
@media (min-width: 1201px) {
  .shop-page-single .grid .entry-summary form button:hover {
    background-color: #5dc5ff;
  }
  .shop-page-single .grid .entry-summary form button:hover::before {
    background-color: #0078ff;
  }
}
.shop-page-single .grid .entry-summary form .quantity {
  display: inline-block;
  max-width: 275px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .shop-page-single .grid .entry-summary form .quantity {
    margin: 0 0 7px 0;
    max-width: none;
    margin-bottom: 20px;
  }
}
.shop-page-single .grid .entry-summary form .quantity::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0078ff;
  z-index: 1;
}
.shop-page-single .grid .entry-summary form .quantity:focus-within::before {
  background-color: #fcb10b;
}
.shop-page-single .grid .woocommerce-tabs {
  grid-column: 2;
}
.shop-page-single .grid .woocommerce-tabs h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shop-page-single .grid .woocommerce-tabs tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.shop-page-single .grid .woocommerce-tabs tr label {
  font-size: 25px;
  color: #093b73;
}
.shop-page-single .grid .woocommerce-tabs tr td {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.shop-page-single .grid .woocommerce-tabs tr td .reset_variations {
  display: none;
}
.shop-page-single .grid .woocommerce-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: none;
}
.shop-page-single .grid .woocommerce-tabs .tabs li::before {
  display: none;
}
.shop-page-single .grid .woocommerce-tabs .tabs li {
  padding: 0;
}
.shop-page-single .grid .woocommerce-tabs .tabs li a {
  text-decoration: none;
  font-size: 25px;
  line-height: 22px;
  font-weight: 700;
  color: rgb(9, 59, 115);
  position: relative;
  box-sizing: border-box;
  position: relative;
  padding: 0 10px 10px;
}
.shop-page-single .grid .woocommerce-tabs .tabs li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #093b73;
  pointer-events: none;
}
@media (min-width: 1201px) {
  .shop-page-single .grid .woocommerce-tabs .tabs li a:hover {
    background-color: #fcb10b;
  }
}
.shop-page-single .grid .woocommerce-tabs .tabs li.active a::after {
  background-color: #fcb10b;
}
.shop-page-single .grid .woocommerce-tabs .wc-tab label {
  display: none;
}
.shop-page-single .grid .woocommerce-tabs .wc-tab .comment-form-comment {
  position: relative;
}
.shop-page-single .grid .woocommerce-tabs .wc-tab .comment-form-comment::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0078ff;
  z-index: 1;
}
.shop-page-single .grid .woocommerce-tabs .wc-tab .comment-form-comment textarea {
  font-family: "League Spartan";
  font-size: 18px;
  line-height: 55px;
  position: relative;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  outline: none;
  padding: 25px;
  border-radius: 0;
  height: 300px;
  width: 100%;
  box-sizing: border-box;
}
.shop-page-single .grid .woocommerce-tabs .wc-tab .comment-form-comment:focus-within::before {
  background-color: #fcb10b;
}
.shop-page-single .grid .woocommerce-tabs .wc-tab .form-submit {
  position: relative;
  display: inline-block;
}
@media (min-width: 1201px) {
  .shop-page-single .grid .woocommerce-tabs .wc-tab .form-submit:hover input {
    background-color: #5dc5ff;
  }
  .shop-page-single .grid .woocommerce-tabs .wc-tab .form-submit:hover::before {
    background-color: #0078ff;
  }
}
.shop-page-single .grid .woocommerce-tabs .wc-tab .form-submit input {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  font-size: 18px;
  line-height: 53px;
  font-weight: 900;
  display: inline-block;
  padding: 1px 29px 6px;
  position: relative;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .shop-page-single .grid .woocommerce-tabs .wc-tab .form-submit input {
    font-size: 16px;
    line-height: 37px;
  }
}
.shop-page-single .grid .woocommerce-tabs .wc-tab .form-submit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #5dc5ff;
  z-index: 2;
}

body.woocommerce.woocommerce-no-padding {
  padding-top: 0 !important;
}

.woocommerce-page {
  background-color: #f2f5fa !important;
}

.woocommerce {
  margin-bottom: 80px;
}
.woocommerce nav:not(.menu) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .woocommerce nav:not(.menu) {
    white-space: nowrap;
    margin-bottom: 20px;
  }
}
.woocommerce nav:not(.menu) ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .woocommerce nav:not(.menu) ul {
    overflow: scroll;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.woocommerce nav:not(.menu) ul li::before {
  display: none;
}
.woocommerce nav:not(.menu) ul li {
  padding: 0;
}
.woocommerce nav:not(.menu) ul li a {
  text-decoration: none;
  font-size: 25px;
  line-height: 22px;
  font-weight: 700;
  color: rgb(9, 59, 115);
  position: relative;
  box-sizing: border-box;
  position: relative;
  padding: 0 10px 17px;
  display: block;
}
.woocommerce nav:not(.menu) ul li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #093b73;
  pointer-events: none;
}
@media (min-width: 1201px) {
  .woocommerce nav:not(.menu) ul li a:hover {
    background-color: #fcb10b;
  }
}
.woocommerce nav:not(.menu) ul li.is-active a::after {
  background-color: #fcb10b;
}
.woocommerce .woocommerce-orders-table tr th {
  padding-inline: 30px;
  text-align: left;
}
.woocommerce .woocommerce-orders-table tr th:first-of-type {
  padding-left: 0;
}
.woocommerce .woocommerce-orders-table tr td {
  padding-inline: 30px;
}
.woocommerce .woocommerce-orders-table tr td:first-of-type {
  padding-left: 0;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-MyAccount-content {
    overflow: scroll;
  }
}
.woocommerce .woocommerce-MyAccount-content form {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content form {
    display: block;
  }
}
.woocommerce .woocommerce-MyAccount-content form .clear {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content form .form-row {
  flex-basis: calc(50% - 25px);
  max-width: calc(50% - 25px);
  display: flex;
  flex-wrap: wrap;
  margin: 19px 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content form .form-row {
    max-width: none;
  }
}
.woocommerce .woocommerce-MyAccount-content form .form-row .inner-row {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content form .form-row .inner-row label {
  color: #6a6a6a;
  margin-bottom: 9px;
}
.woocommerce .woocommerce-MyAccount-content form .form-row .inner-row .wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content form .form-row .inner-row .wrapper::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0078ff;
  z-index: 1;
}
.woocommerce .woocommerce-MyAccount-content form .form-row .inner-row .wrapper input {
  font-family: "League Spartan";
  font-size: 18px;
  line-height: 55px;
  position: relative;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: 56px;
  outline: none;
  padding: 0 55px 0 25px;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.woocommerce .woocommerce-MyAccount-content form .form-row .inner-row .wrapper:focus-within::before {
  background-color: #fcb10b;
}
.woocommerce .woocommerce-MyAccount-content form .form-row .inner-row span em {
  display: block;
  margin-top: 5px;
  color: #6a6a6a;
}
.woocommerce .woocommerce-MyAccount-content form fieldset {
  flex-basis: 100%;
  max-width: 100%;
  border: none;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content form fieldset {
    display: block;
  }
}
.woocommerce .woocommerce-MyAccount-content form fieldset legend {
  font-size: 20px;
  color: #093b73;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content form fieldset .form-row {
  max-width: calc(50% - 25px);
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content form fieldset .form-row {
    max-width: none;
  }
}
.woocommerce .woocommerce-MyAccount-content form button {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  font-size: 18px;
  line-height: 53px;
  font-weight: 900;
  display: inline-block;
  padding: 1px 29px 6px;
  position: relative;
  cursor: pointer;
  border: none;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content form button {
    font-size: 16px;
    line-height: 37px;
  }
}
.woocommerce .woocommerce-MyAccount-content form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #5dc5ff;
}
@media (min-width: 1201px) {
  .woocommerce .woocommerce-MyAccount-content form button:hover {
    background-color: #5dc5ff;
  }
  .woocommerce .woocommerce-MyAccount-content form button:hover::before {
    background-color: #0078ff;
  }
}
.woocommerce .woocommerce-MyAccount-content section {
  margin: 50px 0;
}
.woocommerce .woocommerce-MyAccount-content section.woocommerce-order-details table {
  text-align: left;
}
.woocommerce .woocommerce-MyAccount-content section.woocommerce-order-details table th,
.woocommerce .woocommerce-MyAccount-content section.woocommerce-order-details table td {
  padding-right: 30px;
}
.woocommerce .woocommerce-MyAccount-content section.woocommerce-order-details table .wc-item-meta {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-MyAccount-content section.woocommerce-order-details table .wc-item-meta p {
  margin: 10px 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  margin-bottom: 50px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address:first-child {
  margin-top: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-form-login {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.woocommerce .woocommerce-form-login .clear {
  display: none;
}
.woocommerce .woocommerce-form-login .form-row {
  max-width: calc(50% - 25px);
  display: flex;
  flex-wrap: wrap;
  margin: 19px 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-form-login .form-row {
    width: 100%;
    max-width: 100%;
  }
}
.woocommerce .woocommerce-form-login .form-row .inner-row {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.woocommerce .woocommerce-form-login .form-row .inner-row label {
  color: #6a6a6a;
  margin-bottom: 9px;
}
.woocommerce .woocommerce-form-login .form-row .inner-row .wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.woocommerce .woocommerce-form-login .form-row .inner-row .wrapper::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0078ff;
  z-index: 1;
}
.woocommerce .woocommerce-form-login .form-row .inner-row .wrapper input {
  font-family: "League Spartan";
  font-size: 18px;
  line-height: 55px;
  position: relative;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: 56px;
  outline: none;
  padding: 0 25px;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.woocommerce .woocommerce-form-login .form-row .inner-row .wrapper:focus-within::before {
  background-color: #fcb10b;
}
.woocommerce .woocommerce-form-login .form-row .inner-row span em {
  display: block;
  margin-top: 5px;
  color: #6a6a6a;
}
.woocommerce .woocommerce-form-login button {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  font-size: 18px;
  line-height: 53px;
  font-weight: 900;
  display: inline-block;
  padding: 1px 29px 6px;
  position: relative;
  cursor: pointer;
  border: none;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-form-login button {
    font-size: 16px;
    line-height: 37px;
  }
}
.woocommerce .woocommerce-form-login button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #5dc5ff;
}
@media (min-width: 1201px) {
  .woocommerce .woocommerce-form-login button:hover {
    background-color: #5dc5ff;
  }
  .woocommerce .woocommerce-form-login button:hover::before {
    background-color: #0078ff;
  }
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 34px;
  line-height: 28px;
  font-weight: 900;
  margin: 40px 0 32px;
  color: #093b73;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received:first-child {
  margin-top: 0;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-order section {
  margin: 50px 0;
}
.woocommerce .woocommerce-order section.woocommerce-order-details table {
  text-align: left;
}
.woocommerce .woocommerce-order section.woocommerce-order-details table th,
.woocommerce .woocommerce-order section.woocommerce-order-details table td {
  padding-right: 30px;
}
.woocommerce .woocommerce-order section.woocommerce-order-details table .wc-item-meta {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-order section.woocommerce-order-details table .wc-item-meta p {
  margin: 10px 0;
}

.wp-block-woocommerce-cart {
  margin-bottom: 80px;
}
.wp-block-woocommerce-cart .wc-block-grid__products li::before {
  display: none;
}
.wp-block-woocommerce-cart .wc-block-grid__products li a {
  width: 100%;
}
.wp-block-woocommerce-cart .wc-block-grid__products li a .wc-block-grid__product-image {
  display: block;
}
.wp-block-woocommerce-cart .wc-block-grid__products li a .wc-block-grid__product-image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-woocommerce-cart .wc-block-grid .wc-block-grid__products .wc-block-grid__product .inner {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1098039216) !important;
  padding-bottom: 20px;
}

.wc-block-components-button,
.wc-block-components-checkout-return-to-cart-button {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  font-size: 18px;
  line-height: 53px;
  font-weight: 900;
  display: inline-block;
  padding: 1px 29px 6px;
  position: relative;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wc-block-components-button,
  .wc-block-components-checkout-return-to-cart-button {
    font-size: 16px;
    line-height: 37px;
  }
}
.wc-block-components-button::before,
.wc-block-components-checkout-return-to-cart-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #5dc5ff;
}
@media (min-width: 1201px) {
  .wc-block-components-button:hover,
  .wc-block-components-checkout-return-to-cart-button:hover {
    background-color: #5dc5ff;
  }
  .wc-block-components-button:hover::before,
  .wc-block-components-checkout-return-to-cart-button:hover::before {
    background-color: #0078ff;
  }
}

.wc-block-components-checkout-return-to-cart-button {
  color: #fff !important;
}
.wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}

.wc-block-components-checkout-place-order-button {
  min-height: none !important;
  padding: 1px 29px 6px !important;
}

.wc-block-components-main label {
  border-radius: 0 !important;
}
.wc-block-components-main div {
  border-radius: 0 !important;
}

.wc-block-components-text-input input {
  border-radius: 0 !important;
  max-height: none !important;
}

body.page-id-1549:not(.logged-in) h2 {
  text-align: center;
}

.accordion-form-container {
  background-color: #f5f5f5;
  padding: 55px 20px;
}
.accordion-form-container .accordion-form .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 59px;
}
.accordion-form-container .accordion-form .heading img {
  flex-basis: 45px;
  max-width: 45px;
}
.accordion-form-container .accordion-form .heading h2 {
  flex: 1;
  margin: 0;
  line-height: 36px;
  font-weight: 500;
  position: relative;
  top: -2px;
}
.accordion-form-container .accordion-form .heading h2 a {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  text-decoration: none;
}
@media (max-width: 767px) {
  .accordion-form-container .accordion-form .heading h2 a {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1201px) {
  .accordion-form-container .accordion-form .heading h2 a:hover {
    text-decoration: underline;
  }
}
.accordion-form-container .accordion-form .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .accordion-form-container .accordion-form .columns {
    display: block;
  }
}
.accordion-form-container .accordion-form .columns h2 {
  margin-bottom: 36px;
}
.accordion-form-container .accordion-form .columns .column.accordion-column {
  flex-basis: 46.25%;
  max-width: 46.25%;
}
@media (max-width: 1200px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column {
    flex-basis: 48.25%;
    max-width: 48.25%;
  }
}
@media (max-width: 991px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column {
    max-width: none;
  }
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item {
  background-color: #fff;
  border-left: 4px solid #0078ff;
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item + .item {
  margin-top: 4px;
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-question {
  display: block;
  text-decoration: none;
  background-color: #fff;
  padding: 23px 89px 28px 23px;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  font-weight: 600;
  position: relative;
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-question h4 {
  margin: 0;
  color: #000;
  font-weight: 900;
}
@media (max-width: 767px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-question {
    padding-left: 16px;
    padding-right: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-question h2 {
    font-weight: 700;
  }
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-question svg {
  display: block;
  position: absolute;
  right: 31px;
  top: 50%;
  max-width: 27px;
  height: auto;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-question svg {
    max-width: 20px;
    right: 16px;
  }
}
@media (min-width: 1201px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-question:hover {
    background-color: rgba(227, 231, 237, 0.7);
  }
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-question.active {
  background-color: #fff;
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-question.active svg {
  transform: translate(0, -50%) rotateX(180deg);
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer {
  display: none;
  padding: 0 58px 0 52px;
}
@media (max-width: 1200px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer {
    padding: 0 23px 0 28px;
  }
}
@media (max-width: 767px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer {
    padding: 10px 16px 10px 20px !important;
    padding: 0px 16px 0px 20px !important;
  }
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #eeeff2;
  padding: 31px 0;
}
@media (max-width: 767px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row {
    display: block;
  }
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.text {
  flex-basis: 46.4%;
  max-width: 46.4%;
}
@media (max-width: 767px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.text {
    max-width: none;
  }
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.text h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 11px;
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.text p {
  line-height: 130%;
  margin-top: 11px;
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.text p:first-child {
  margin-top: 0;
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.text p:last-child {
  margin-bottom: 0;
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.icons {
  flex-basis: 44.76%;
  max-width: 44.76%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.icons {
    flex-basis: 50.76%;
    max-width: 50.76%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.icons {
    max-width: none;
    margin-top: 30px;
  }
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.icons .icon {
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.icons .icon h6 {
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  margin-top: 4px;
  word-break: break-all;
}
.accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.icons .icon svg {
  width: 52px;
  height: 52px;
}
@media (min-width: 1201px) {
  .accordion-form-container .accordion-form .columns .column.accordion-column .items .item .faq-answer .location-row .location-column.icons .icon:hover {
    text-decoration: underline;
  }
}
.accordion-form-container .accordion-form .columns .column.form-column {
  flex-basis: 44.92%;
  max-width: 44.92%;
}
@media (max-width: 1200px) {
  .accordion-form-container .accordion-form .columns .column.form-column {
    flex-basis: 46.92%;
    max-width: 46.92%;
  }
}
@media (max-width: 991px) {
  .accordion-form-container .accordion-form .columns .column.form-column {
    max-width: none;
    margin-top: 60px;
  }
}

.gform-loader {
  display: none !important;
}

.wp-block-woocommerce-coming-soon {
  text-align: center;
  background-color: #fff;
  padding: 0 24px;
  margin-top: -20px;
}

.shop-cards .image .image-inner {
  height: 0;
  position: relative;
  padding-bottom: 80%;
}
.shop-cards .image .image-inner .ratio {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shop-cards .image .image-inner .ratio img {
  display: block;
  max-width: none;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}

.top-color-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 7px;
  width: 100%;
  background: repeating-linear-gradient(to right, #223e92 0 350px, #179c9b 350px 700px, #f15024 700px 1050px, #f78f1e 1050px 1400px, #223e92 1400px 1750px, #179c9b 1750px 2100px, #f15024 2100px 2450px, #f78f1e 2450px 2800px, #ffc20f 2800px 3150px);
}
@media (max-width: 1200px) {
  .top-color-bar {
    height: 5px;
    background: linear-gradient(to right, #223e92 0% 20%, #179c9b 20% 40%, #f15024 40% 60%, #f78f1e 60% 80%, #ffc20f 80% 100%);
  }
}
@media (max-width: 767px) {
  .top-color-bar {
    height: 4px;
  }
}

body {
  padding-top: 7px;
}
@media (max-width: 1200px) {
  body {
    height: 5px;
  }
}
@media (max-width: 767px) {
  body {
    height: 4px;
  }
}

/* GLOBAL MODS */
.btn,
.btn.yellow,
.btn.red {
  border-radius: 30px;
  background-color: #fc8026;
}

.btn::before {
  height: 0px;
  background-color: transparent;
}

/* HEADER MODS */
#header .header-inner .wrapper .menu ul li a {
  color: #093b73;
}

#header .header-inner .wrapper .icons .search svg path,
#header .header-inner .wrapper .icons .search svg circle {
  stroke: #093b73;
}

/* HEADING & TEXT STYLES */
.inner h2 span,
.text-video.image-first .media span strong,
.testimonial-container .testimonial .row .text h2 strong,
.testimonial-container .testimonial .row .columns .column span {
  color: #5dc5ff;
}

.text-video-container .text-video .text .inner p,
.text-image-container .text-image .text .inner p,
#map-wrapper .map-content-container .map-content .map-text p,
.testimonial-container .testimonial .row .text p {
  font-size: 16px;
  line-height: 26px;
  color: #4f5a64;
}

.img-tooltip {
  position: relative;
  display: inline-block;
}
.img-tooltip img {
  display: block;
  cursor: pointer;
}
.img-tooltip .tooltip {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  background: #078a8e;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  width: 228px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 10;
}
.img-tooltip .tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #078a8e transparent;
}
.img-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

#map-wrapper {
  position: relative;
  background-color: #e3e7ed;
}
#map-wrapper iframe {
  display: block;
  outline: none !important;
}
#map-wrapper #map {
  width: 100%;
  height: 666px;
  box-sizing: border-box;
  outline: none !important;
}
@media (max-width: 991px) {
  #map-wrapper #map {
    height: 400px;
  }
}
#map-wrapper #map div[role=button] img {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
}
#map-wrapper .map-content-container {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
  transform: translate(0, -50%);
  pointer-events: none;
}
@media (max-width: 991px) {
  #map-wrapper .map-content-container {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #map-wrapper .map-content-container {
    padding: 14px;
  }
}
#map-wrapper .map-content-container .map-content .map-text {
  background-color: #fff;
  max-width: 432px;
  border-left: 4px solid #fcb10b;
  box-sizing: border-box;
  padding: 46px 70px 59px 56px;
  box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.25);
  pointer-events: all;
  border-left: none;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  #map-wrapper .map-content-container .map-content .map-text {
    max-width: 360px;
    padding: 30px 20px 30px 30px;
  }
}
@media (max-width: 991px) {
  #map-wrapper .map-content-container .map-content .map-text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #map-wrapper .map-content-container .map-content .map-text {
    padding: 17px 30px 30px 23px;
  }
}
#map-wrapper .map-content-container .map-content .map-text h6 {
  padding: 0;
  margin: 0 0 5px 0;
  color: #093b73;
  font-size: 16px;
  line-height: 36px;
  font-weight: normal;
}
@media (max-width: 767px) {
  #map-wrapper .map-content-container .map-content .map-text h6 {
    margin-bottom: -3px;
  }
}
#map-wrapper .map-content-container .map-content .map-text h2 {
  padding: 0;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  #map-wrapper .map-content-container .map-content .map-text h2 {
    margin-bottom: 12px;
  }
}
#map-wrapper .map-content-container .map-content .map-text p {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #333333;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #map-wrapper .map-content-container .map-content .map-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
#map-wrapper .map-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 3;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  box-sizing: border-box;
}
#map-wrapper .map-modal.visible {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
#map-wrapper .map-modal.color-blue .map-modal-inner {
  border-color: #0078ff;
}
#map-wrapper .map-modal.color-blue .map-modal-inner h3 {
  color: #0078ff;
}
#map-wrapper .map-modal.color-blue .map-modal-inner h4 {
  color: #333;
}
#map-wrapper .map-modal.color-red .map-modal-inner {
  border-color: #ee4628;
}
#map-wrapper .map-modal.color-red .map-modal-inner h3 {
  color: #ee4628;
}
#map-wrapper .map-modal.color-red .map-modal-inner h4 {
  color: #333;
}
#map-wrapper .map-modal .map-modal-inner {
  background-color: #fff;
  max-width: 827px;
  width: 100%;
  border-top: 4px solid #fcb10b;
  box-sizing: border-box;
  box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.25);
  pointer-events: all;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
@media (max-width: 767px) {
  #map-wrapper .map-modal .map-modal-inner {
    display: block;
  }
}
#map-wrapper .map-modal .map-modal-inner .decoration {
  position: absolute;
  bottom: -51px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
}
@media (max-width: 767px) {
  #map-wrapper .map-modal .map-modal-inner .decoration {
    display: none;
  }
}
@media (max-width: 991px) {
  #map-wrapper .map-modal .map-modal-inner {
    max-width: 100%;
  }
}
#map-wrapper .map-modal .map-modal-inner .image {
  flex-basis: 41.59%;
  max-width: 41.59%;
}
@media (max-width: 767px) {
  #map-wrapper .map-modal .map-modal-inner .image {
    max-width: none;
  }
}
#map-wrapper .map-modal .map-modal-inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#map-wrapper .map-modal .map-modal-inner .text {
  flex: 1;
  padding: 75px 55px;
  position: relative;
}
@media (max-width: 991px) {
  #map-wrapper .map-modal .map-modal-inner .text {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  #map-wrapper .map-modal .map-modal-inner .text {
    padding: 30px 20px 40px;
  }
}
#map-wrapper .map-modal .map-modal-inner .text .btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
#map-wrapper .map-modal .map-modal-inner h3 {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  #map-wrapper .map-modal .map-modal-inner h3 {
    margin-bottom: 12px;
  }
}
#map-wrapper .map-modal .map-modal-inner h4 {
  margin: 23px 0 17px;
}
#map-wrapper .map-modal .map-modal-inner h4 + p {
  margin-top: 17px;
}
@media (max-width: 767px) {
  #map-wrapper .map-modal .map-modal-inner h4 {
    margin-top: 12px;
  }
}
#map-wrapper .map-modal .map-modal-inner p {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #333333;
  padding: 0;
  margin: 0 0 20px 0;
}
#map-wrapper .map-modal .map-modal-inner p:first-child {
  margin-top: 0;
}
#map-wrapper .map-modal .map-modal-inner p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #map-wrapper .map-modal .map-modal-inner p {
    font-size: 16px;
    line-height: 20px;
  }
}
#map-wrapper .map-modal .map-modal-inner .js-close-map-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  text-decoration: none;
  z-index: 1;
}
@media (max-width: 767px) {
  #map-wrapper .map-modal .map-modal-inner .js-close-map-modal {
    top: 14px;
    right: 14px;
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1201px) {
  #map-wrapper .map-modal .map-modal-inner .js-close-map-modal:hover svg path {
    stroke: #fcb10b !important;
  }
}
#map-wrapper .map-modal .map-modal-inner .js-close-map-modal svg {
  display: block;
  max-width: 23px;
  height: auto;
}
@media (max-width: 767px) {
  #map-wrapper .map-modal .map-modal-inner .js-close-map-modal svg {
    max-width: 25px;
  }
  #map-wrapper .map-modal .map-modal-inner .js-close-map-modal svg path {
    stroke-width: 5px;
  }
}

#footer {
  background-color: #093B73;
  padding-bottom: 30px;
}
#footer .footer-inner {
  padding: 60px 0px 0;
  box-sizing: border-box;
}
#footer .footer-inner .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 53px;
}
@media (max-width: 991px) {
  #footer .footer-inner .columns {
    display: none;
  }
}
#footer .footer-inner .columns .column {
  flex-basis: calc((100% - 159px) / 4);
  max-width: calc((100% - 159px) / 4);
}
#footer .footer-inner .columns .column h4 {
  color: #5DC5FF;
  line-height: 27.7px;
  font-weight: 400;
}
#footer .footer-inner .columns .column:nth-child(1) a {
  margin-bottom: 22px;
  display: block;
}
#footer .footer-inner .columns .column:nth-child(1) a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#footer .footer-inner .columns .column:nth-child(1) a img:first-child {
  margin-top: 0;
}
#footer .footer-inner .columns .column:nth-child(1) a img:last-child {
  margin-bottom: 0;
}
#footer .footer-inner .columns .column:nth-child(2) ul {
  list-style: none;
  margin-bottom: 21px;
}
#footer .footer-inner .columns .column:nth-child(2) ul li {
  margin-bottom: 16px;
}
#footer .footer-inner .columns .column:nth-child(2) ul li:first-child {
  margin-top: 0;
}
#footer .footer-inner .columns .column:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-inner .columns .column:nth-child(2) ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 1201px) {
  #footer .footer-inner .columns .column:nth-child(2) ul li a:hover {
    text-decoration: underline;
  }
}
#footer .footer-inner .columns .column:nth-child(2) .social a {
  margin-right: 3px;
  display: inline-block;
}
#footer .footer-inner .columns .column:nth-child(2) .social a:last-of-type {
  margin-right: 0;
}
#footer .footer-inner .columns .column:nth-child(3) p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
#footer .footer-inner .columns .column:nth-child(4) p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
#footer .footer-inner .columns .column:nth-child(4) .carousel-wrap {
  max-width: 266px;
}
#footer .footer-inner .columns .column:nth-child(4) .owl-carousel {
  margin: 0 auto;
  padding: 0 45px;
  box-sizing: border-box;
}
#footer .footer-inner .columns .column:nth-child(4) .owl-carousel .owl-stage-outer {
  position: relative;
}
#footer .footer-inner .columns .column:nth-child(4) .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
#footer .footer-inner .columns .column:nth-child(4) .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-inner .columns .column:nth-child(4) .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  max-width: 100%;
  width: auto !important;
  height: auto;
  margin: 0 auto;
}
#footer .footer-inner .columns .column:nth-child(4) .owl-carousel .owl-nav button svg {
  width: 10px;
  height: 20px;
}
#footer .footer-inner .columns .column:nth-child(4) .owl-carousel .owl-nav button svg path {
  stroke: #0078FF;
  stroke-width: 3px;
}
#footer .footer-inner .columns .column:nth-child(4) .owl-carousel .owl-nav button.disabled svg path {
  stroke: #BCBCBC;
}
#footer .footer-inner .columns .column:nth-child(4) .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer-inner .columns .column:nth-child(4) .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer-inner .show-on-mobile {
  text-align: center;
}
@media (max-width: 1200px) {
  #footer .footer-inner .show-on-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  #footer .footer-inner .show-on-mobile {
    display: block !important;
  }
}
#footer .footer-inner .show-on-mobile .partners {
  margin-bottom: 30px;
}
#footer .footer-inner .show-on-mobile .partners h4 {
  color: #5DC5FF;
  font-size: 18px;
  line-height: 27.7px;
  font-weight: 400;
}
#footer .footer-inner .show-on-mobile .partners .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 991px) {
  #footer .footer-inner .show-on-mobile .partners .logos {
    gap: 40px;
    justify-content: space-between;
  }
}
#footer .footer-inner .show-on-mobile .partners .logos a {
  flex-basis: 30%;
  max-width: 30%;
}
@media (max-width: 991px) {
  #footer .footer-inner .show-on-mobile .partners .logos a {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
#footer .footer-inner .show-on-mobile .partners .logos a img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer-inner .show-on-mobile p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
#footer .footer-inner .sub-footer {
  text-align: center;
}
#footer .footer-inner .sub-footer .copyright {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
}
#footer .footer-inner .sub-footer a {
  color: #5DC5FF;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 20px;
}
@media (min-width: 1201px) {
  #footer .footer-inner .sub-footer a:hover {
    text-decoration: underline;
  }
}/*# sourceMappingURL=style.css.map */