@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Nunito:wght@400;500;600;700;800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* Looks pretty much the same than Windows */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
}

.row-flex > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

/**
 * Basic styles for links
 */
a {
  color: #003a92;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #00678B;
}

.mb6 {
  margin-bottom: 6%;
}

.mb8-6 {
  margin-bottom: 8.6%;
}

.mb9-6 {
  margin-bottom: 9.6%;
}

.mb19 {
  margin-bottom: 19%;
}

.ml-32 {
  margin-left: 32px;
}

figure,
.figure-img {
  margin-bottom: 0;
}

figcaption p {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin-left: 32px;
}
ul.list-style-type-none,
ol.list-style-type-none {
  list-style-type: none;
}

input:focus,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section {
  padding: 90px 0;
}
@media (min-width: 992px) {
  section {
    padding: 80px 0;
  }
}

.--white-bg {
  background-color: #fff;
}

.--light-blue-bg {
  background-color: #E4F8FF;
}

.--whiteorange-light-color {
  background-color: #FFF6EA;
}

.--accent-greenteal-color {
  background-color: #60AAAC;
}

.--accent-light-blue-color {
  background-color: #55B6FC;
}

.--mute-light-blue-color {
  background-color: #E9FFFF;
}

.--accent-danger-color {
  background-color: #FC4C59;
}

.--accent-indigo-color {
  background-color: #35BA83;
}

.--accent-warning-color {
  background-color: #FDA62C;
}

.--mute-light-magenta-color {
  background-color: #F8E9FF;
}

.--mute-light-pinkred-color {
  background-color: #FFECED;
}

.--mute-light-cyanblue-color {
  background-color: #E1F2FF;
}

.--mute-light-cyan-color {
  background-color: #E9FFFF;
}

.--page-light-color {
  background-color: #F6F8F9;
}

@media (max-width: 767.98px) {
  .temporary-menu__title {
    display: none;
  }
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Nunito", sans-serif;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
  color: #353535;
  font-weight: normal;
  line-height: 1.5;
}

.text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-ellipsis-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-ellipsis-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1,
h2,
.sub-header--lg,
h3,
.sub-header--md,
h4,
.sub-header--ms,
.btn {
  letter-spacing: -0.02em;
}

h1 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
}

h2,
.sub-header--lg,
h3,
.sub-header--md,
h4,
.sub-header--ms {
  line-height: 1.2;
}

h2,
.sub-header--lg {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  /* identical to box height, or 120% */
}

h3,
.sub-header--md {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
}

h4,
.sub-header--ms {
  font-weight: 800;
  font-size: 22px;
  /* identical to box height, or 150% */
  text-transform: capitalize;
  color: #353535;
}

h5,
.sub-header--sm,
.btn {
  font-size: 14px;
}

h6,
.sub-header--xs {
  font-size: 10px;
}

h5,
.sub-header--sm,
h6,
.sub-header--xs {
  letter-spacing: 0.05em;
}

h5,
.sub-header--sm,
h6,
.sub-header--xs,
.btn {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.small-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.uppercase {
  text-transform: uppercase;
}

.--primary-text-color {
  color: #353535;
}

.--dark-text-color {
  color: #2b2b2b;
}

.--light-text-color {
  color: #fff;
}

.--primary-brand-color {
  color: #003a92;
}

.--primary-light-color {
  color: #E4F8FF;
}

.--primary-dark-color {
  color: #00678B;
}

.--orange-light-color {
  color: #F1611B;
}

.--tagline,
.--w-tagline h3 {
  font-size: calc(34px + (40 - 34) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 800;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h4,
.sub-header--ms {
    line-height: 33px;
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.navbar-expand-lg {
  padding: 20px 0 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(46, 41, 78, 0.02), 0px 2px 4px rgba(46, 41, 78, 0.08);
          box-shadow: 0px 0px 1px rgba(46, 41, 78, 0.02), 0px 2px 4px rgba(46, 41, 78, 0.08);
  z-index: 4;
}
.navbar-expand-lg::before {
  z-index: -1;
}
.navbar-expand-lg.fixed-nav {
  position: fixed;
}
.navbar-expand-lg.fixed-nav + main {
  padding-top: 104px;
}
.navbar-expand-lg .navbar-nav {
  margin-left: auto;
}
.navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 8px;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 4px 14px;
}
.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .dropdown-item {
  font-size: 14px;
  line-height: 21px;
  padding: 5px;
  /* identical to box height, or 117% */
  color: #2b2b2b;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .dropdown-item:hover {
  color: #F1611B;
}
.navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link.active:hover,
.navbar-expand-lg .navbar-nav .dropdown-item.active,
.navbar-expand-lg .navbar-nav .dropdown-item.active:hover {
  color: #F1611B;
  background-color: transparent;
}

.navbar-brand {
  padding: 0;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .navbar-brand {
    margin-left: 0;
  }
}
.navbar-brand img {
  width: 100px;
}
@media (min-width: 376px) {
  .navbar-brand img {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .navbar-brand img {
    width: 110px;
  }
}
@media (min-width: 1024px) {
  .navbar-brand img {
    width: 148px;
  }
}

button.navbar-toggler {
  position: relative;
  display: block;
  background: 0;
  padding: 0;
  outline: 0;
  width: 24px;
  height: 34px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
button.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button span.line {
  position: relative;
  height: 2px;
  background: #3c3c3c;
  width: 100%;
  display: block;
  margin: 4px 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button.navbar-toggler:hover span.line {
  background: rgba(112, 112, 112, 0.7);
}

button.navbar-toggler {
  color: unset;
  border: 0;
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(135deg);
          transform: translateY(0) rotate(135deg);
  opacity: 0;
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
}

/* navbar search style start */
.search-item {
  padding: 0 8px;
  position: relative;
}

.fa-search {
  margin-top: 3px;
}
.fa-search path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fa-search:hover {
  cursor: pointer;
}
.fa-search:hover path {
  fill: #FC4C59;
}

.search-box {
  background: #F6F8F9;
  position: absolute;
  top: 54px;
  right: -5px;
  width: 350px;
  line-height: 60px;
  border-radius: 8px;
  border-top: 4px solid #F1611B;
  display: none;
  -webkit-box-shadow: 0px 1px 4px rgba(46, 41, 78, 0.02), 0px 8px 12px rgba(46, 41, 78, 0.08);
          box-shadow: 0px 1px 4px rgba(46, 41, 78, 0.02), 0px 8px 12px rgba(46, 41, 78, 0.08);
}

.search-box:before {
  content: "";
  position: absolute;
  top: -31px;
  right: 5px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #F1611B;
}

.search-box input[type=search] {
  display: inline-block;
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #F1611B;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.search-box input[type=button] {
  display: inline-block;
  width: 80px;
  padding: 5px 0;
  background: #fff;
  color: #3c3c3c;
  margin-left: -6px;
  border: 1px solid #F1611B;
  border-radius: 0 4px 4px 0;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.search-box input[type=button]:hover {
  color: #2b2b2b;
  background: #F6F8F9;
}

.close-search-box {
  display: inline-block;
  margin-left: auto;
  padding: 0 10px;
}
.close-search-box path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.close-search-box:hover {
  cursor: pointer;
}
.close-search-box:hover path {
  fill: #FC4C59;
}

/* Media Queries */
@media screen and (max-width: 991px) {
  .fa-search {
    margin-top: 0;
  }

  .search-box {
    width: 300px;
    right: unset;
    left: 0;
  }

  .search-box:before {
    right: unset;
    left: 5px;
  }

  .search-box input[type=search] {
    width: 140px;
    margin-left: 15px;
  }

  .search-box input[type=button] {
    margin-right: 5px;
  }

  .close-search-box {
    padding: 0 8px 0 6px;
  }
}
@media screen and (max-width: 480px) {
  .search-box {
    width: auto;
  }

  .search-box input[type=search] {
    width: 120px;
  }
}
/* navbar search style close */
/*nav item hover-click backdrop effect */
/* nav item hover-click backdrop effect */
.subheader-bar {
  display: none;
  background: #F6F8F9;
}
@media (min-width: 320px) {
  .subheader-bar {
    display: block;
  }
}

ul.subheader-bar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}

li.subheader-bar__list-item,
li.subheader-bar__list-item a {
  font-weight: 600;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  /* Primary/Razzmatazz */
  color: #F1611B;
}
@media (min-width: 480px) {
  li.subheader-bar__list-item,
li.subheader-bar__list-item a {
    font-size: 12px;
    line-height: 1.2;
  }
}

li.subheader-bar__list-item {
  margin-right: 14px;
  margin-top: 7px;
  margin-bottom: 9px;
}
@media (min-width: 1400px) {
  li.subheader-bar__list-item {
    margin-right: 30px;
  }
}
li.subheader-bar__list-item:last-child {
  margin-right: 0;
}

.nav-tabs__list {
  border: 0;
  margin-bottom: 35px;
}
.nav-tabs__list .nav-tabs__item {
  margin-right: 42px;
}
.nav-tabs__list .nav-tabs__item:last-child {
  margin-right: 0;
}
.nav-tabs__list .nav-tabs__link {
  position: relative;
  border: 0;
  color: #9DB3BB;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 8px 0;
}
@media (min-width: 992px) {
  .nav-tabs__list .nav-tabs__link {
    padding: 0;
  }
}
.nav-tabs__list .nav-tabs__link.active {
  color: #F1611B;
}
.nav-tabs__list .nav-tabs__link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 4px;
  background: #00678B;
  border-radius: 15px;
}

/* Custom style */
.accordion .accordion-item {
  border: 1px solid #00678B;
  border-radius: 20px;
  margin-bottom: 16px;
}
.accordion .accordion-button {
  background: transparent;
  padding: 24px 34px;
  color: #353535;
  text-transform: none;
}
.accordion .accordion-button::after {
  content: "";
  color: #F1611B;
  width: auto;
  height: auto;
}
.accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion .accordion-button:after, .accordion .accordion-button.collapsed:after {
  background-image: none !important;
  font-family: "unicons";
  font-style: normal;
  font-weight: 800;
}
.accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-body {
  padding: 0 47px 17px;
}
.accordion .accordion-body ul,
.accordion .accordion-body ol {
  margin-left: 14px;
}
.accordion .accordion-body ul li,
.accordion .accordion-body ol li {
  margin-bottom: 3px;
}

.temporary-menu {
  text-align: center;
  position: absolute;
  top: -70px;
  right: 0;
}
@media (min-width: 992px) {
  .temporary-menu {
    position: relative;
    top: 0;
    margin-top: -50px;
  }
}
.temporary-menu.--absolute-temporary-menu {
  position: absolute;
  top: -15px;
  right: 0;
}

ul.temporary-menu__list {
  margin: 0;
}
@media (max-width: 767.98px) {
  ul.temporary-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
ul.temporary-menu__list li {
  display: inline-block;
  margin: 6px;
}

.tiles-section .sub-header--sm {
  margin-bottom: 16px;
}
.tiles-section .news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.tiles-section span.news-month {
  padding-right: 40px;
  position: relative;
}
.tiles-section span.news-month::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 1px;
  background: #c4c4c4;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
}
.tiles-section figure .figure-img,
.tiles-section .figure-lg-left .figure-img,
.tiles-section .figure-lg-right .figure-img,
.tiles-section .figure-md-left .figure-img,
.tiles-section .figure-md-right .figure-img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
.tiles-section .grid__tiles-footer-btn {
  margin-top: 24px;
}

.grid-parent {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}
.grid-parent figure {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.grid-parent .figure-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.grid-parent .border-all {
  border: 1px solid;
}
.grid-parent .border-all.border--light {
  border-color: #fff;
}
.grid-parent .border-all.border--light-grey {
  border-color: #f2efee;
}

.tiles__grid-item,
.gallery__grid-item {
  width: 256px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.beneficiaries__figures-item {
  width: 202px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.padding-all {
  padding: 16px;
}

.figure-caption {
  margin-top: 12px;
}
.figure-caption .news-date {
  font-family: "Nunito", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.figure-caption .figure-caption__title {
  color: #3c3c3c;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 12px;
}

.grid__tiles-1 {
  grid-area: grid__tiles-1;
}

.grid__tiles-2 {
  grid-area: grid__tiles-2;
}

.grid__tiles-3 {
  grid-area: grid__tiles-3;
}

.grid__tiles-4 {
  grid-area: grid__tiles-4;
}

.grid__tiles-footer {
  grid-area: grid__tiles-footer;
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .tiles-section:not(.gallery--tiles) .figure-caption__title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.2;
  }
  .tiles-section:not(.gallery--tiles) .border-all:not(:last-child) {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .tiles-section .sub-header--sm {
    margin-bottom: 0;
    position: absolute;
    top: 98px;
    z-index: initial;
  }
  .tiles-section .grid__tiles-footer-btn {
    position: absolute;
    bottom: 109px;
    z-index: initial;
    margin-top: 0;
  }
  .tiles-section:not(.gallery--tiles) .grid-parent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 0 1fr 0 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 182px 0 1fr 0 1fr 0 181px;
    grid-template-rows: 182px 1fr 1fr 181px;
    grid-gap: 0;
        grid-template-areas: "grid__tiles-header grid__tiles-2 grid__tiles-2" "grid__tiles-1 grid__tiles-2 grid__tiles-2" "grid__tiles-1 grid__tiles-3 grid__tiles-4" "grid__tiles-footer grid__tiles-3 grid__tiles-4";
  }
  .tiles-section .tiles__grid-item {
    width: 100%;
  }
  .tiles-section .tiles__grid-item .figure-caption {
    margin-top: 20px;
  }
  .tiles-section .grid__tiles-1,
.tiles-section .grid__tiles-3 {
    border-right: 0;
  }
  .tiles-section .grid__tiles-2 {
    border-bottom: 0;
  }
  .tiles-section .figure-md-left,
.tiles-section .figure-md-right {
    max-width: 220px;
  }
  .tiles-section .figure-md-left .figure-img,
.tiles-section .figure-md-right .figure-img {
    aspect-ratio: 1/1;
  }

  .padding-all {
    padding: 24px;
  }

  .figure-caption__title {
    margin-top: 16px;
  }

  .grid__tiles-3 .figure-caption__title,
.grid__tiles-4 .figure-caption__title {
    line-height: 1.4;
    letter-spacing: -0.01em;
  }

  .grid__tiles-1 .figure-caption__title {
    font-size: 34px;
  }

  .grid__tiles-2 .figure-caption__title {
    font-size: 22px;
  }
  .grid__tiles-1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid__tiles-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .grid__tiles-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .grid__tiles-4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  .grid__tiles-footer {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .padding-all {
    padding: 40px;
  }

  .grid__tiles-1 .figure-caption__title {
    font-size: 44px;
  }

  .grid__tiles-2 .figure-caption__title {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .figure-caption .news-date {
    font-size: 14px;
  }
}
.social-bar {
  padding: 20px 0;
}
.social-bar .social-icon__list-item:not(:last-child) {
  margin-right: 32px;
}
@media (min-width: 376px) {
  .social-bar {
    padding: 22px 0;
  }
}

.beneficiaries__grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

.beneficiaries__figures-item:not(:last-child) {
  margin-right: 29px;
}

@media (min-width: 992px) {
  .beneficiaries__figures-item {
    min-height: 497px;
  }
}
.stacked-offset-bg {
  position: relative;
}
.stacked-offset-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: initial;
  height: 100%;
}
.stacked-offset-bg.--right-offset::before {
  right: 16px;
}
.stacked-offset-bg.--left-offset::before {
  left: 16px;
}
.stacked-offset-bg.--light-bg::before {
  background: #fff;
}
.stacked-offset-bg.--secondary-bg::before {
  background: #8C2531;
}
.stacked-offset-bg.--accent-bg::before {
  background: #d7c3aE;
}
.stacked-offset-bg.--lg-height::before {
  height: 67%;
}
.stacked-offset-bg.--md-height::before {
  height: 65%;
}
.stacked-offset-bg.--sm-height::before {
  height: 57%;
}

.stacked-img {
  position: relative;
  display: block;
  margin-top: 40px;
  width: calc(100% - 32px);
}
.stacked-img.--right-offset {
  margin-right: 32px;
  /* transform: translateX(-120px); */
}
.stacked-img.--left-offset {
  margin-left: 32px;
}
.stacked-img .figure-img {
  background: #f2efee;
  display: block;
  min-height: 192px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 480px) {
  .stacked-img .figure-img {
    min-height: unset;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
@media (min-width: 992px) {
  .stacked-img {
    margin-top: 80px;
  }
}

.founders .stacked-img {
  position: relative;
  margin-top: 60px;
}
.founders .figure-caption {
  position: absolute;
  bottom: 77px;
  left: 60px;
}

@media (min-width: 376px) {
  .stacked-offset-bg.--right-offset::before {
    right: 26px;
  }
  .stacked-offset-bg.--left-offset::before {
    left: 26px;
  }

  .stacked-img {
    width: calc(100% - 52px);
  }
  .stacked-img.--right-offset {
    margin-right: 52px;
  }
  .stacked-img.--left-offset {
    margin-left: 52px;
  }
}
@media (min-width: 480px) {
  .stacked-offset-bg.--right-offset::before {
    right: 26px;
  }
  .stacked-offset-bg.--left-offset::before {
    left: 26px;
  }

  .stacked-img {
    width: calc(100% - 52px);
  }
  .stacked-img.--right-offset {
    margin-right: 52px;
  }
  .stacked-img.--left-offset {
    margin-left: 52px;
  }
}
@media (min-width: 576px) {
  .stacked-offset-bg.--right-offset::before {
    right: 35px;
  }
  .stacked-offset-bg.--left-offset::before {
    left: 35px;
  }

  .stacked-img {
    width: calc(100% - 70px);
  }
  .stacked-img.--right-offset {
    margin-right: 70px;
  }
  .stacked-img.--left-offset {
    margin-left: 70px;
  }
}
@media (min-width: 768px) {
  .stacked-offset-bg.--right-offset::before {
    right: 40px;
  }
  .stacked-offset-bg.--left-offset::before {
    left: 40px;
  }

  .stacked-img {
    width: calc(100% - 80px);
  }
  .stacked-img.--right-offset {
    margin-right: 80px;
  }
  .stacked-img.--left-offset {
    margin-left: 80px;
  }
}
@media (min-width: 992px) {
  .stacked-offset-bg.--right-offset::before {
    right: 60px;
  }
  .stacked-offset-bg.--left-offset::before {
    left: 60px;
  }

  .stacked-img {
    width: calc(100% - 120px);
  }
  .stacked-img.--right-offset {
    margin-right: auto;
  }
  .stacked-img.--left-offset {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .stacked-offset-bg.--right-offset::before {
    right: 60px;
  }
  .stacked-offset-bg.--left-offset::before {
    left: 60px;
  }

  .stacked-img {
    width: calc(100% - 120px);
  }
  .stacked-img.--right-offset {
    margin-right: auto;
  }
  .stacked-img.--left-offset {
    margin-left: auto;
  }
}
/* gallery section start */
.gallery-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-section .gallery-item,
.gallery-tabs__content .gallery-item {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .gallery-section .gallery-item,
.gallery-tabs__content .gallery-item {
    width: calc(100% / 3 - 16px);
  }
}
@media (min-width: 992px) {
  .gallery-section .gallery-item,
.gallery-tabs__content .gallery-item {
    width: calc(100% / 5 - 16px);
    height: 227px;
  }
}

.gallery-item {
  width: calc(100% / 5 - 16px);
  height: 227px;
  margin: 0 8px 8px;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
}

.activities-gallery__items-wrapper .gallery-item {
  width: 100%;
  height: 281px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .activities-gallery__items-wrapper .gallery-item {
    width: calc(100% / 2 - 16px);
  }
}
@media (min-width: 992px) {
  .activities-gallery__items-wrapper .gallery-item {
    width: calc(100% / 3 - 16px);
  }
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1;
}

.gallery-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gallery-item a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.gallery-item a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.9/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.gallery-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3c3c3c;
  opacity: 0;
  border: 0;
  border-radius: 16px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gallery-item a:hover .overlay {
  opacity: 0.2;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery-item .search-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.gallery-item .search-icon::after {
  position: absolute;
  font-family: "unicons";
  content: "";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.gallery-item a:hover .search-icon {
  opacity: 1;
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
          transform: scale(1.2) translate3d(0, 0, 0);
}

.gallery-tabs__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  border: 0;
  gap: 10px;
}
.gallery-tabs__list .nav-link {
  border: 1px solid #ccc;
  margin: 0;
  border-radius: 14px;
  padding: 16px 24px;
  color: #222;
}
.gallery-tabs__list .nav-link:hover {
  border-color: #00678B;
  background: rgba(233, 236, 239, 0.4);
}
.gallery-tabs__list .nav-link.active, .gallery-tabs__list .nav-link.active:hover {
  border-color: #00678B;
  background: #00678B;
  color: #fff;
}
.gallery-tabs__list .nav-link.--secondary-tab-link:hover {
  border-color: #F1611B;
}
.gallery-tabs__list .nav-link.--secondary-tab-link.active, .gallery-tabs__list .nav-link.--secondary-tab-link.active:hover {
  border-color: #F1611B;
  background: #F1611B;
  color: #fff;
}
@media (min-width: 768px) {
  .gallery-tabs__list .nav-link {
    padding: 16px 24px;
  }
}

/* gallery section close */
.vertical-timeline {
  width: 100%;
}
.vertical-timeline .icon {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.vertical-timeline.vertical-timeline-four {
  margin: 1.25rem 0;
  position: relative;
}
.vertical-timeline.vertical-timeline-four::before {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: initial;
  background: #E4F8FF;
  border-radius: 20px;
}

.vertical-timeline.vertical-timeline-four .vertical-timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.vertical-timeline.vertical-timeline-four .vertical-timeline-item {
  margin-bottom: 1.5rem;
  position: relative;
}

.vertical-timeline.vertical-timeline-four .icon {
  width: 48px;
  height: 48px;
  background: #76B4CA;
  border-radius: 50%;
  margin: auto;
  border: 0.0625rem solid #dce6f3;
  margin-top: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: initial;
}
.vertical-timeline.vertical-timeline-four .icon::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: #00678B;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  z-index: initial;
}

.vertical-timeline.vertical-timeline-four .icon {
  font-size: 1.5rem;
}

.vertical-timeline.vertical-timeline-four .vertical-timeline-img-content {
  width: 50%;
  float: left;
  position: relative;
}

.vertical-timeline.vertical-timeline-four .vertical-timeline-item:nth-child(2n) .vertical-timeline-img-content {
  float: right;
}

.vertical-timeline__img-wrapper {
  text-align: center;
  margin-bottom: 14px;
}
.vertical-timeline__img-wrapper img {
  width: auto;
  height: auto;
}

.vertical-timeline.vertical-timeline-four .vertical-timeline-content {
  width: 50%;
  padding: 0.625rem 0 0.625rem 3.125rem;
  float: right;
}
.vertical-timeline.vertical-timeline-four .vertical-timeline-content .title {
  position: relative;
  margin-bottom: 10px;
}
.vertical-timeline.vertical-timeline-four .vertical-timeline-content .title::before {
  content: attr(data-vertical-timeline-counter);
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: initial;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #E1F2FF;
}

.vertical-timeline.vertical-timeline-four .vertical-timeline-item:nth-child(2n) .vertical-timeline-content .title::before {
  left: unset;
  right: 0;
}

.vertical-timeline.vertical-timeline-four .vertical-timeline-item:nth-child(2n) .vertical-timeline-content {
  padding: 0.625rem 3.125rem 0.625rem 0;
  text-align: right;
}

@media (max-width: 767.98px) {
  .vertical-timeline.vertical-timeline-four .vertical-timeline-content {
    padding: 0.5rem 0 0.5rem 1.75rem;
  }

  .vertical-timeline.vertical-timeline-four .vertical-timeline-item:nth-child(2n) .vertical-timeline-content {
    padding: 0.5rem 1.75rem 0.5rem 0;
  }
}
@media (max-width: 575.98px) {
  .vertical-timeline.vertical-timeline-four::before {
    margin: 0;
    left: 7px;
    width: 14px;
  }

  .vertical-timeline.vertical-timeline-four .icon {
    width: 38px;
    height: 38px;
    margin: auto -7px;
    top: 3rem;
  }
  .vertical-timeline.vertical-timeline-four .icon::after {
    width: 24px;
    height: 24px;
  }

  .vertical-timeline.vertical-timeline-four .vertical-timeline-img-content {
    width: 95%;
    float: right;
    padding: 0 4px 0 20px;
  }

  .vertical-timeline.vertical-timeline-four .vertical-timeline-content {
    width: 95%;
    padding: 4px 14px 4px 20px;
  }
  .vertical-timeline.vertical-timeline-four .vertical-timeline-item:nth-child(2n) .vertical-timeline-content {
    width: 95%;
    padding: 4px 14px 4px 20px;
    text-align: left;
  }

  .vertical-timeline.vertical-timeline-four .vertical-timeline-item:nth-child(2n) .vertical-timeline-content .title::before {
    left: 0;
    right: unset;
  }

  .vertical-timeline-content {
    position: relative;
  }
}
.horizontal-timeline {
  width: 100%;
}
.horizontal-timeline .icon {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.horizontal-timeline-four {
  position: relative;
  margin: 40px 0 60px;
}
@media (min-width: 992px) {
  .horizontal-timeline-four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0 60px;
  }
}
.horizontal-timeline-four::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: initial;
  background: #C4C4C4;
  border-radius: 20px;
}
.horizontal-timeline-four .icon {
  width: 21px;
  height: 21px;
  font-size: 1.5rem;
  background: #00678B;
  border-radius: 50%;
  border: 0;
  margin: -6px 0 0 1.125rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: initial;
}
.horizontal-timeline-four .icon::after {
  content: "";
  display: none;
}

.horizontal-timeline-item {
  margin-bottom: 1.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .horizontal-timeline-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.horizontal-timeline-item::after {
  content: "";
  display: block;
  clear: both;
}
.horizontal-timeline-item p {
  margin: 0;
}

.horizontal-timeline-content {
  /* width: 50%; */
  padding: 1.5rem 0 0.625rem 1.125rem;
  /* float: right; */
}
.horizontal-timeline-content::before {
  content: attr(data-horizontal-timeline-counter);
  position: absolute;
  top: -40px;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.4;
  display: none;
}
@media (min-width: 992px) {
  .horizontal-timeline-content::before {
    display: block;
  }
}
.horizontal-timeline-content .title {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 992px) {
  .horizontal-timeline-content .title {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .horizontal-timeline-four::before {
    margin: 0;
    left: 7px;
    width: 5px;
    height: 100%;
  }
  .horizontal-timeline-four .icon {
    margin: auto 0;
    top: 16px;
  }

  .horizontal-timeline-content {
    width: 100%;
    padding: 14px 14px 4px 30px;
  }

  .horizontal-timeline-content {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .horizontal-timeline-four::before {
    width: 5px;
    height: 100%;
  }
  .horizontal-timeline-four .icon {
    margin: 0 auto;
  }

  .horizontal-timeline-content {
    width: 50%;
    padding: 1.5rem 0 0.625rem 1.125rem;
    float: right;
  }

  .horizontal-timeline-item:nth-child(2n) .horizontal-timeline-content {
    float: left;
  }
  .horizontal-timeline-item:nth-child(2n) .horizontal-timeline-content .title::before {
    left: unset;
    right: 0;
  }
}
footer {
  padding: 7% 0 7%;
  background: #FFF6EA;
}
@media (min-width: 992px) {
  footer {
    padding: 7% 0 2.5%;
  }
}
footer a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer a,
footer p {
  color: #353535;
}
.footer-item:not(.--footer-item-logo-wrapper) {
  margin-top: 11%;
}

.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 216px;
  width: 100%;
}

.footer__item-title {
  margin-bottom: 18px;
}

.footer__content-wrapper p {
  font-size: 18px;
  line-height: 27px;
}
.footer__content-wrapper ul {
  padding: 0;
  margin: 0;
}
.footer__content-wrapper ul.footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__content-wrapper ul.footer-social-links li {
  margin-right: 14px;
}
.footer__content-wrapper ul.footer-social-links li a:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.--footer-about-desc-wrapper {
  max-width: 410px;
  width: 100%;
}

.--usefull-link-wrapper {
  display: block;
}
.--usefull-link-wrapper ul {
  width: 100%;
}
@media (min-width: 576px) {
  .--usefull-link-wrapper ul {
    gap: 14px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.footer__content-wrapper li {
  margin-bottom: 15px;
}
.footer__content-wrapper li:last-child {
  margin-bottom: 0;
}

.btn {
  letter-spacing: normal;
  font-weight: 600;
  padding: 16px 24px;
  border: 0;
  border-radius: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.fixed-w-md {
  max-width: 196px;
  width: 100%;
}
.btn:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px rgba(46, 41, 78, 0.02), 0px 4px 8px rgba(46, 41, 78, 0.08);
          box-shadow: 0px 1px 2px rgba(46, 41, 78, 0.02), 0px 4px 8px rgba(46, 41, 78, 0.08);
}
.btn:disabled, .btn.disabled {
  background: #76B4CA !important;
  color: #E4F8FF !important;
}
.btn.btn-primary {
  background: #F1611B !important;
  color: #E4F8FF !important;
}
.btn.btn-primary:hover {
  background: #F37538 !important;
}
.btn.btn-secondary {
  background: #00678B !important;
  color: #E4F8FF !important;
}
.btn.btn-secondary:hover {
  background: #0079A4 !important;
}
.btn.btn-ghost {
  border: 1px solid;
  background: #FFFFFF;
  color: #00678B;
}
.btn.btn-ghost:hover {
  background: #E4F8FF;
}
.btn.btn-ghost.--primary-btn {
  color: #F1611B;
}
.btn.btn-ghost.--primary-btn:hover {
  background: #F37538;
  color: #E4F8FF;
}
.btn.btn-muted-primary {
  background: #E1F2FF;
  color: #00678B;
  padding: 12px 17px;
}

.btn-ghost.--with-icon .btn__title {
  position: relative;
}
.btn-ghost.--with-icon .btn__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: initial;
  width: 1px;
  background: #c4c4c4;
}
.btn-ghost .btn__title {
  padding: 13px 12px;
  position: relative;
  white-space: nowrap;
}
.btn-ghost .btn__icon {
  padding: 13px 16px;
}
@media (min-width: 376px) {
  .btn-ghost .btn__title {
    padding: 22px 19px;
  }
  .btn-ghost .btn__icon {
    padding: 22px 24px;
  }
}
@media (min-width: 1200px) {
  .btn-ghost .btn__title {
    padding: 22px 19px;
  }
  .btn-ghost .btn__icon {
    padding: 22px 24px;
  }
}
@media (min-width: 1400px) {
  .btn-ghost .btn__title {
    padding: 23px 24px;
  }
  .btn-ghost .btn__icon {
    padding: 23px 29px;
  }
}

.btn-txt {
  padding: 0 0 12px;
  border-bottom: 1px solid;
}
.btn-txt .btn__title {
  margin-right: 12px;
}
.btn-txt .btn__icon {
  padding: 1px 5px;
}

/* card start */
.card {
  border: 0;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* card close */
/* what we offer brief-offer__card start */
.brief-offer__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  min-height: 180px;
}
@media (min-width: 768px) {
  .brief-offer__card {
    padding: 24px 32px;
  }
}
@media (min-width: 992px) {
  .brief-offer__card {
    min-height: 240px;
  }
}
.brief-offer__card .card-body {
  padding: 0;
  width: calc(100% - 55px);
}
@media (min-width: 768px) {
  .brief-offer__card .card-body {
    width: calc(100% - 105px);
  }
}
@media (min-width: 1200px) {
  .brief-offer__card .card-body {
    width: calc(100% - 125px);
  }
}

.card__img-wrapper.brief-offer__img-wrapper {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 14px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .card__img-wrapper.brief-offer__img-wrapper {
    width: 81px;
    height: 81px;
  }
}
@media (min-width: 1200px) {
  .card__img-wrapper.brief-offer__img-wrapper {
    width: 101px;
    height: 101px;
  }
}
.card__img-wrapper.brief-offer__img-wrapper .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.card__content-wrapper p {
  letter-spacing: normal;
}

/* what we offer brief-offer__card close */
/* our programs section start */
.our-program__img-wrapper img {
  aspect-ratio: 366/265;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* our programs section close */
/* activities section start */
.activities__img-wrapper img {
  max-height: 179px;
  aspect-ratio: 365/179;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* activities section close */
/* why-us section start */
.why-us__card {
  border-radius: 0;
  padding: 24px;
  overflow: visible;
}

.why-us__img-wrapper {
  max-width: 374px;
  margin: 0 auto 4px;
}
.why-us__img-wrapper img {
  aspect-ratio: 374/271;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* why-us section close */
/* underlying-principles section close */
.blockout__card {
  -webkit-box-shadow: 0px 1px 2px rgba(46, 41, 78, 0.02), 0px 4px 8px rgba(46, 41, 78, 0.08);
          box-shadow: 0px 1px 2px rgba(46, 41, 78, 0.02), 0px 4px 8px rgba(46, 41, 78, 0.08);
  border-radius: 20px;
  padding: 24px;
}
@media (min-width: 768px) {
  .blockout__card {
    padding: 32px 40px;
  }
}
.blockout__card.blockout__card--large {
  padding: 24px 24px 44px;
}
@media (min-width: 768px) {
  .blockout__card.blockout__card--large {
    padding: 73px 82px 84px;
  }
}

.underlying-principles-section .blockout__card {
  z-index: 1;
}

/* underlying-principles section close */
/* popping card section close */
.popping__card {
  padding: 32px 8px 0;
}
.popping__card .card-text {
  max-width: 220px;
  margin: 0 auto;
}

a {
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
a.popping__card:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(46, 41, 78, 0.02), 0px 4px 8px rgba(46, 41, 78, 0.08);
          box-shadow: 0px 1px 2px rgba(46, 41, 78, 0.02), 0px 4px 8px rgba(46, 41, 78, 0.08);
}

/* popping card section close */
/* our-program card section close */
.our-program__card .card-body {
  padding: 16px 24px 24px;
}

/* our-program card section close */
/* recent-job card section close */
.recent-job__card {
  padding: 24px;
}
@media (min-width: 768px) {
  .recent-job__card {
    padding: 20px 20px 30px;
  }
}
@media (min-width: 992px) {
  .recent-job__card {
    padding: 24px 24px 32px;
  }
}
.recent-job__card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recent-job__card .card__content-wrapper {
  margin-bottom: 34px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recent-job__card .card__content-wrapper-list li {
  margin-bottom: 10px;
  font-weight: bold;
}
.recent-job__card .card__content-wrapper-list .list-item--w-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recent-job__card .card__content-wrapper-list .list-item--w-icon .icon-wrapper {
  margin-right: 10px;
  max-width: 20px;
  width: 100%;
}
.recent-job__card .card__content-wrapper-list .list-item--w-icon .icon-wrapper img {
  width: 100%;
}
.recent-job__card .card__content-wrapper-list .list-item--w-icon p {
  margin-top: 2px;
  margin-bottom: 0;
}
.recent-job__card .btn {
  display: block;
  text-align: center;
}

/* recent-job card section close */
/* notices card section close */
.notices__card {
  padding: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .notices__card {
    padding: 32px 24px 34px;
  }
}
@media (min-width: 992px) {
  .notices__card {
    padding: 42px 32px 44px;
  }
}
.notices__card:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(46, 41, 78, 0.02), 0px 4px 8px rgba(46, 41, 78, 0.08);
          box-shadow: 0px 1px 2px rgba(46, 41, 78, 0.02), 0px 4px 8px rgba(46, 41, 78, 0.08);
}
.notices__card .card__content-wrapper {
  margin-bottom: 34px;
}
.notices__card .btn {
  display: block;
  text-align: center;
}

/* notices card section close */
/* latest-news__card section start */
.latest-news__card {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.latest-news__card:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(46, 41, 78, 0.02), 0px 4px 8px rgba(46, 41, 78, 0.08);
          box-shadow: 0px 1px 2px rgba(46, 41, 78, 0.02), 0px 4px 8px rgba(46, 41, 78, 0.08);
}
.latest-news__card .latest-news__img-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 367/232;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 992px) {
  .latest-news__card .latest-news__img-wrapper img {
    height: 232px;
  }
}
.latest-news__card .card-body {
  padding: 24px;
}
@media (min-width: 768px) {
  .latest-news__card .card-body {
    padding: 24px 24px 24px;
  }
}
@media (min-width: 992px) {
  .latest-news__card .card-body {
    padding: 24px 30px 38px;
  }
}

/* latest-news__card section close */
.form-group {
  margin-bottom: 24px;
}

.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  line-height: 24px;
  color: #76B4CA;
}
.form-control::-moz-placeholder,
textarea::-moz-placeholder,
.form-select::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  line-height: 24px;
  color: #76B4CA;
}
.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  line-height: 24px;
  color: #76B4CA;
}
.form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  line-height: 24px;
  color: #76B4CA;
}
.form-control::-moz-placeholder, textarea::-moz-placeholder, .form-select::-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  line-height: 24px;
  color: #76B4CA;
}
.form-control:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  line-height: 24px;
  color: #76B4CA;
}
.form-control::-ms-input-placeholder, textarea::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  line-height: 24px;
  color: #76B4CA;
}
.form-control::placeholder,
textarea::placeholder,
.form-select::placeholder {
  /* Firefox 18- */
  font-size: 16px;
  line-height: 24px;
  color: #76B4CA;
}

label {
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 4px;
  /* Blacks/Jet */
  color: #2b2b2b;
}

.form-control:not(textarea),
input.form-control,
.form-control::-webkit-file-upload-button {
  height: 44px;
}

textarea.form-control,
textarea {
  height: auto;
}

.form-control,
input.form-control,
textarea,
.form-select {
  font-size: 14px;
  border-radius: 4px;
  border-color: #9DB3BB;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input.form-control:focus,
textarea:focus {
  border-color: #60AAAC;
}
input.form-control:hover:not(:focus),
textarea:hover:not(:focus) {
  border-color: #9DB3BB;
}

.select,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.select,
select,
.form-select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.badge {
  border: 0;
  border-radius: 29px;
  padding: 4px 14px;
  font-weight: normal;
}
.badge.badge--lightprimary {
  background-color: #fff;
  color: #00678B;
}
.badge.badge--danger {
  background-color: #FFECED;
  color: #F1611B;
}

.social-icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.social-icon__list-item {
  position: relative;
}
.social-icon__list-item a {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
}
.social-icon__list-item path {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.social-icon__list-item.list-item--dark:hover path, .social-icon__list-item.list-item--light:hover path {
  opacity: 0.5;
}
.social-icon__list-item.list-item--dark:hover path {
  fill: #3c3c3c;
}
.social-icon__list-item.list-item--light:hover path {
  fill: #fff;
}

@media (min-width: 1400px) {
  .hero-section .stacked-img {
    max-width: 1300px;
  }
}

section.tiles-section {
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  section.tiles-section {
    padding: 60px 0 120px;
  }
}

.hero__header {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .hero__header {
    margin-bottom: 0px;
  }
}

section.breaker p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  section.breaker {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  section.breaker {
    padding-bottom: 60px;
  }
}

section.beneficiaries .sub-header--sm {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  section.beneficiaries {
    padding: 40px 0 68px;
  }
  section.beneficiaries .sub-header--sm {
    margin-bottom: 17px;
  }
}

@media (max-width: 991.98px) {
  section.founders {
    padding: 40px 0;
  }
  section.founders .stacked-img {
    margin-top: 16px;
  }
}

section.tiles-section {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  section.tiles-section {
    padding: 32px 0 64px;
  }
}

.figures-wrapper {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  overflow-y: auto;
}

.figures__item {
  width: 100%;
  margin-bottom: 24px;
}
.figures__item .figure-img {
  aspect-ratio: 3/4;
  margin-bottom: 20px;
}
.figures__item p {
  margin-bottom: 0;
}

/* hero-section start */
.hero-section {
  position: relative;
  padding: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-section {
    background-size: contain;
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 152px;
  height: 48px;
  background: url("/src/img/hero_top_fruit.png") no-repeat left;
  background-size: contain;
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .hero-section::before {
    width: 202px;
    height: 98px;
  }
}

#heroSliderSectoin {
  height: min(100vh - 102px, 700px);
}
@media (min-width: 480px) {
  #heroSliderSectoin {
    height: min(100vh - 117px, 700px);
  }
}
#heroSliderSectoin .carousel-inner {
  height: 100%;
}
#heroSliderSectoin .carousel-item {
  height: 100%;
}
#heroSliderSectoin .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.hero__caption-content-wrapper {
  bottom: 3rem;
  text-align: left;
  max-width: 500px;
  width: 70%;
  margin-bottom: 34px;
}
.hero__caption-content-wrapper.--lg-w {
  max-width: 100%;
}
.hero__caption-content-wrapper h1 {
  font-size: calc(24px + (44 - 24) * ((100vw - 300px) / (1600 - 300)));
  text-shadow: 1px 1px rgba(53, 53, 53, 0.1);
}
@media (min-width: 768px) {
  .hero__caption-content-wrapper h1 {
    margin-bottom: 76px;
  }
}
@media (min-width: 992px) {
  .hero__caption-content-wrapper h1 {
    line-height: 1;
  }
  .hero__caption-content-wrapper h1 span {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .hero__caption-content-wrapper h1 span {
    margin-bottom: 0;
  }
}
.hero__caption-content-wrapper h1 span {
  margin-bottom: 10px;
}
.hero__caption-content-wrapper .btn {
  margin-top: 54px;
}

.hero__figure-wrapper {
  text-align: right;
}
@media (min-width: 992px) {
  .hero__figure-wrapper {
    text-align: center;
  }
}
.hero__figure-wrapper .figure-img {
  max-width: 476px;
  width: 100%;
}

/* hero-section close */
/* what we offer section start */
.brief-offer-section h2 {
  margin-bottom: 83px;
}

/* what we offer section close */
/* brief about section start */
.about-images-wrapper {
  margin-right: 30px;
  text-align: center;
}
.about-images-wrapper img {
  max-width: 340px;
  width: 100%;
}
@media (min-width: 992px) {
  .about-images-wrapper img {
    max-width: 100%;
    width: auto;
  }
}

@media (min-width: 992px) {
  .about__content-wrapper {
    padding-left: 60px;
  }
}
.about__content-wrapper .blurb-wrapper {
  margin-bottom: 64px;
}

/* brief about section close */
/* brief our curriculum section start */
.brief-our-curriculum-section {
  position: relative;
  padding: 140px 0 100px;
  background: url("/src/img/wave_white_top_our_curriculum.svg") center top no-repeat, url("/src/img/wave_white_bottom_our_curriculum.svg") center bottom no-repeat;
  background-size: auto, auto;
  background-color: #E4F8FF;
}
@media (min-width: 768px) {
  .brief-our-curriculum-section {
    padding: 140px 0 140px;
    background-size: contain, contain;
  }
}
@media (min-width: 992px) {
  .brief-our-curriculum-section {
    padding-top: 160px;
  }
}
@media (min-width: 1400px) {
  .brief-our-curriculum-section {
    padding: 190px 0 140px;
  }
}

.brief-our-curriculum__img-wrapper img {
  max-width: 498px;
  width: 100%;
}

/* brief our curriculum section close */
/* our program start */
.our-program-section {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .our-program-section {
    padding: 90px 0 100px;
  }
}
@media (min-width: 992px) {
  .our-program-section {
    padding: 100px 0 130px;
  }
}
@media (min-width: 1400px) {
  .our-program-section {
    padding: 110px 0 137px;
  }
}

/* our program close */
/* statistics area section start */
.statistics-section {
  position: relative;
  padding: 100px 0 120px;
  background: url("/src/img/wave_white_bottom_our_curriculum.svg") center bottom no-repeat;
  background-size: auto;
  background-color: #E4F8FF;
}
@media (min-width: 768px) {
  .statistics-section {
    padding: 100px 0 120px;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .statistics-section {
    padding: 100px 0 120px;
  }
}
@media (min-width: 1400px) {
  .statistics-section {
    padding: 120px 0 140px;
  }
}

.statistics_item {
  padding: 20px;
  text-align: center;
}

.statistics_item-icon img {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
}

/* statistics area section close */
/* activities section start */
.activities-section {
  padding: 100px 0 80px;
}
@media (min-width: 768px) {
  .activities-section {
    padding: 100px 0 80px;
  }
}
@media (min-width: 992px) {
  .activities-section {
    padding: 100px 0 80px;
  }
}
@media (min-width: 1400px) {
  .activities-section {
    padding: 115px 0 130px;
  }
}

/* activities section close */
/* children_img section start */
.children_img-wrapper {
  text-align: center;
  margin-bottom: -170px;
}
@media (min-width: 768px) {
  .children_img-wrapper {
    margin-bottom: -190px;
  }
}
.children_img-wrapper img {
  max-width: 600px;
}

/* children_img section close */
/* why-us section start */
.why-us-section {
  padding: 160px 0 134px;
  background: url("/src/img/wave_white_top_our_curriculum.svg") center top no-repeat;
  background-size: auto;
  background-color: #FFF6EA;
}
@media (min-width: 768px) {
  .why-us-section {
    padding-top: 160px;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .why-us-section {
    padding-top: 160px;
  }
}
@media (min-width: 1400px) {
  .why-us-section {
    padding: 200px 0 134px;
  }
}
.why-us-section .blurb-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .why-us-section .blurb-wrapper {
    margin-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .why-us-section .blurb-wrapper {
    margin-bottom: 100px;
  }
}

/* why-us section close */
/* parents-testimonial section start */
.parents-testimonial-section {
  padding: 100px 0 96px;
}
@media (min-width: 768px) {
  .parents-testimonial-section {
    padding: 100px 0 96px;
  }
}
@media (min-width: 992px) {
  .parents-testimonial-section {
    padding: 100px 0 96px;
  }
}
@media (min-width: 1400px) {
  .parents-testimonial-section {
    padding: 110px 0 96px;
  }
}

.testimonials_slider {
  position: relative;
  overflow: hidden;
}
.testimonials_slider.parents--testimonial-slider .owl-carousel {
  padding-top: 58px;
}
.testimonials_slider.parents--testimonial-slider .owl-item {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials_slider.parents--testimonial-slider .owl-item.active:not(center) .card {
  background: url("/src/img/parents_testimonial_bg_1.svg") center center no-repeat;
  background-size: contain;
}
.testimonials_slider.parents--testimonial-slider .owl-item.active.center .card {
  background: url("/src/img/parents_testimonial_bg_2.svg") center center no-repeat;
  background-size: contain;
}
.testimonials_slider.parents--testimonial-slider .owl-item.active.center + .active .card {
  background: url("/src/img/parents_testimonial_bg_3.svg") center center no-repeat;
  background-size: contain;
}
.testimonials_slider.parents--testimonial-slider .owl-item .card {
  background: url("/src/img/parents_testimonial_bg_1.svg") center center no-repeat;
  background-size: contain;
}
.testimonials_slider.parents--testimonial-slider .owl-item .card:hover {
  cursor: pointer;
}
.testimonials_slider.parents--testimonial-slider .owl-item:nth-child(even) .card {
  background: url("/src/img/parents_testimonial_bg_2.svg") center center no-repeat;
  background-size: contain;
}
.testimonials_slider.parents--testimonial-slider .card-img-top {
  max-width: 115px;
  border-radius: 50%;
  margin: -56px auto 0;
  width: 115px;
  height: 115px;
}
.testimonials_slider.our-teams--testimonial-slider .card-img-top {
  max-width: 215px;
  border-radius: 50%;
  margin: 0 auto 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.testimonials_slider.our-teams--testimonial-slider .card:hover {
  cursor: pointer;
}
.testimonials_slider .owl-stage-outer {
  margin-bottom: 34px;
  overflow: visible;
}
.testimonials_slider .owl-stage:hover .owl-item {
  opacity: 0.7;
}
.testimonials_slider .owl-stage:hover .owl-item:hover {
  opacity: 1;
}
.testimonials_slider .owl-nav {
  display: none;
}
.testimonials_slider .owl-dots {
  text-align: center;
}
.testimonials_slider .owl-dots span {
  position: relative;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: block;
  background: transparent;
  border: 1px solid #F1611B;
  margin: 0 5px;
}
.testimonials_slider .owl-dots .active {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.testimonials_slider .owl-dots .active span {
  background: #F1611B;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 16px;
  width: 16px;
  margin-bottom: -1px;
}
.testimonials_slider .card {
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
  overflow: visible;
}
.testimonials_slider .card .card-img-top {
  border-radius: 50%;
}
.testimonials_slider .card .card-body {
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 42px;
}
@media (min-width: 768px) {
  .testimonials_slider .card .card-body {
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 42px;
  }
}
@media (min-width: 992px) {
  .testimonials_slider .card .card-body {
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1400px) {
  .testimonials_slider .card .card-body {
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 42px;
  }
}
.testimonials_slider .card .card-body .text-ellipsis-6 {
  -webkit-line-clamp: 4;
}
@media (min-width: 1024px) {
  .testimonials_slider .card .card-body .text-ellipsis-6 {
    -webkit-line-clamp: 6;
  }
}
.testimonials_slider .card h5 span {
  font-size: 18px;
  color: #666666;
}
.testimonials_slider .card p {
  font-size: 18px;
  color: #555;
}
.testimonials_slider .active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonials_slider .center {
  opacity: 1;
}
.testimonials_slider .center h5 {
  font-size: 24px;
}
.testimonials_slider .center h5 span {
  font-size: 20px;
}
.testimonials_slider .center .card-img-top {
  max-width: 100%;
}

@media (max-width: 767px) {
  .parents-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}

/* parents-testimonial section close */
/* gallery section start */
.gallery-section {
  position: relative;
  padding: 150px 0 120px;
  background: url("/src/img/wave_white_top_our_curriculum.svg") center top no-repeat;
  background-size: auto;
  background-color: #E4F8FF;
}
.gallery-section.--light-bgimg {
  background: #fff;
}
@media (min-width: 768px) {
  .gallery-section {
    padding: 150px 0 120px;
  }
}
@media (min-width: 992px) {
  .gallery-section {
    padding: 150px 0 120px;
  }
}
@media (min-width: 1400px) {
  .gallery-section {
    padding: 170px 0 140px;
  }
}
@media (min-width: 768px) {
  .gallery-section {
    background-size: contain;
  }
}

.gallery-page {
  position: relative;
  background-color: #E4F8FF;
}

/* gallery section close */
/* quick contact section start */
@media (min-width: 768px) {
  .quick-contact-section {
    padding: 150px 0 120px;
  }
}
@media (min-width: 992px) {
  .quick-contact-section {
    padding: 150px 0 120px;
  }
}
@media (min-width: 1400px) {
  .quick-contact-section {
    padding: 190px 0 140px;
  }
}
.quick-contact-section .contact_img-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .quick-contact-section .contact_img-wrapper {
    max-width: 260px;
    margin: 54% auto 0;
    display: block;
  }
}

.contact_img-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .contact_img-wrapper {
    max-width: 260px;
    width: 100%;
    margin: 54% auto 0;
    display: block;
  }
}

.contact-form {
  margin-bottom: 39px;
}
.contact-form textarea {
  height: 128px;
}

.highlight-text {
  color: #F1611B;
}

/* quick contact section close */
/* layer-bg-shape start */
.section-bg-shape .container {
  position: relative;
}

.layer-bg-shape {
  position: absolute;
}

.z-index-1 {
  z-index: 1;
}

.hero-section .layer-bg-shape {
  top: 0;
}
.hero-section .bg-shape-1 {
  top: -122px;
  left: -40px;
  display: none;
}
@media (min-width: 768px) {
  .hero-section .bg-shape-1 {
    display: block;
  }
}
.hero-section .bg-shape-2 {
  right: 0;
  top: -113px;
  display: none;
}
@media (min-width: 768px) {
  .hero-section .bg-shape-2 {
    display: block;
  }
}
.hero-section .hero__figure-wrapper {
  position: relative;
}

.brief-offer-section .container {
  position: relative;
}
.brief-offer-section .bg-shape-3 {
  top: -145px;
  left: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .brief-offer-section .bg-shape-3 {
    display: block;
  }
}

.brief-our-curriculum-section .layer-bg-shape {
  display: none;
}
@media (min-width: 768px) {
  .brief-our-curriculum-section .layer-bg-shape {
    display: block;
  }
}
.brief-our-curriculum-section .bg-shape-1 {
  top: -210px;
  left: 0;
}
.brief-our-curriculum-section .bg-shape-2 {
  bottom: -110px;
  left: 0;
}
.brief-our-curriculum-section .bg-shape-3 {
  bottom: -110px;
  right: 0;
}

.statistics-section .layer-bg-shape {
  display: none;
}
@media (min-width: 576px) {
  .statistics-section .layer-bg-shape {
    display: block;
  }
}
.statistics-section .bg-shape-1 {
  left: 0;
  bottom: -150px;
}
.statistics-section .bg-shape-2 {
  bottom: -125px;
  right: 0;
}

.childrens-section .container {
  position: relative;
}
.childrens-section .bg-shape-1 {
  top: 130px;
  left: 0;
  display: none;
}
@media (min-width: 768px) {
  .childrens-section .bg-shape-1 {
    display: block;
  }
}
.childrens-section .bg-shape-2 {
  bottom: -280px;
  left: 0;
  display: none;
}
@media (min-width: 768px) {
  .childrens-section .bg-shape-2 {
    display: block;
  }
}
.childrens-section .bg-shape-3 {
  right: 0;
  top: 154px;
  display: none;
}
@media (min-width: 768px) {
  .childrens-section .bg-shape-3 {
    display: block;
  }
}

.why-us-section .layer-bg-shape {
  display: none;
}
@media (min-width: 576px) {
  .why-us-section .layer-bg-shape {
    display: block;
  }
}
.why-us-section .bg-shape-1 {
  left: 0;
  bottom: -270px;
}
.why-us-section .bg-shape-2 {
  bottom: -255px;
  right: -2%;
}

.gallery-section .layer-bg-shape {
  display: none;
}
@media (min-width: 768px) {
  .gallery-section .layer-bg-shape {
    display: block;
  }
}
.gallery-section .bg-shape-1 {
  left: 0;
  bottom: -125px;
}
@media (min-width: 992px) {
  .gallery-section .bg-shape-1 {
    bottom: -195px;
  }
}
.gallery-section .bg-shape-2 {
  bottom: -160px;
  right: 0;
}
@media (min-width: 992px) {
  .gallery-section .bg-shape-2 {
    bottom: -225px;
  }
}

.quick-contact-section {
  position: relative;
}
.quick-contact-section .bg-shape-1 {
  top: 20%;
  right: 0;
  display: none;
}
@media (min-width: 992px) {
  .quick-contact-section .bg-shape-1 {
    display: block;
  }
}

/* layer-bg-shape close */
/* fancybox-popup-modal start */
.fancybox-popup-modal {
  border-radius: 20px;
  background: #FFF6EA;
  overflow: hidden;
}
.fancybox-popup-modal .card-title {
  color: #00678B;
}
.fancybox-popup-modal .fancybox-close-small {
  color: #fff;
  background: #F1611B;
  border-radius: 0 20px;
}
.fancybox-popup-modal .profile-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fancybox-popup-modal .profile-container .modal-content__wrapper {
  width: calc(100% - 74px);
}

/* fancybox-popup-modal close */
/* search result page start */
.search-result__list:hover .search-result__item {
  opacity: 0.7;
}
.search-result__list .search-result__item {
  margin-bottom: 14px;
}
.search-result__list .search-result__item:hover {
  opacity: 1;
}
.search-result__list .search-item__title {
  color: #F1611B;
  font-size: 20px;
}

/* search result page close */
/* singlepage-style start */
.profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-container img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;
}

.--lightblue-wave-bg-vertical {
  position: relative;
  padding: 140px 0 100px;
  background: url("/src/img/wave_white_top_our_curriculum.svg") center top no-repeat, url("/src/img/wave_white_bottom_our_curriculum.svg") center bottom no-repeat;
  background-size: auto, auto;
}
@media (min-width: 768px) {
  .--lightblue-wave-bg-vertical {
    padding: 140px 0 140px;
    background-size: contain, contain;
  }
}
@media (min-width: 992px) {
  .--lightblue-wave-bg-vertical {
    padding-top: 160px;
  }
}
@media (min-width: 1400px) {
  .--lightblue-wave-bg-vertical {
    padding: 190px 0 140px;
  }
}

.--lightblue-wave-bg-top {
  position: relative;
  padding-top: 140px;
  background: url("/src/img/wave_white_top_our_curriculum.svg") center top no-repeat;
  background-size: auto, auto;
  background-color: #E4F8FF;
}

.--lightblue-wave-bg-bottom {
  position: relative;
  padding-bottom: 140px;
  background: url("/src/img/wave_white_bottom_our_curriculum.svg") center bottom no-repeat;
  background-size: auto, auto;
  background-color: #E4F8FF;
}

.--lightorange-wave-bg-top {
  position: relative;
  padding-top: 140px;
  background: url("/src/img/wave_white_top_our_curriculum.svg") center top no-repeat;
  background-size: auto, auto;
  background-color: #FFF6EA;
}

.--lightorange-wave-bg-bottom {
  position: relative;
  padding-bottom: 140px;
  background: url("/src/img/wave_white_bottom_our_curriculum.svg") center bottom no-repeat;
  background-size: auto, auto;
  background-color: #FFF6EA;
}

.--lightorange-wave-bg-vertical {
  position: relative;
  padding: 140px 0 100px;
  background: url("/src/img/wave_white_top_our_curriculum.svg") center top no-repeat, url("/src/img/wave_white_bottom_our_curriculum.svg") center bottom no-repeat;
  background-size: auto, auto;
  background-color: #FFF6EA;
}
@media (min-width: 768px) {
  .--lightorange-wave-bg-vertical {
    padding: 140px 0 140px;
    background-size: contain, contain;
  }
}
@media (min-width: 992px) {
  .--lightorange-wave-bg-vertical {
    padding-top: 160px;
  }
}
@media (min-width: 1400px) {
  .--lightorange-wave-bg-vertical {
    padding: 190px 0 140px;
  }
}

/* singlepage-style close */
.about-section {
  padding-bottom: 9%;
}
.about-section .about__content-wrapper {
  padding-left: 0;
  padding-right: 60px;
}

.vision-mission__img-wrapper {
  max-width: 350px;
}

.framework-aim-section {
  padding-bottom: 11%;
}
.framework-aim-section .framework-aim__img-wrapper {
  max-width: 385px;
}

.our-teams-testimonial-section {
  padding: 11% 0 10%;
  position: relative;
  background: url("/src/img/wave_white_top_our_curriculum.svg") center top no-repeat, url("/src/img/wave_white_bottom_our_curriculum.svg") center bottom no-repeat;
  background-size: auto, auto;
  background-color: #FFF6EA;
}
@media (min-width: 768px) {
  .our-teams-testimonial-section {
    background-size: contain, contain;
  }
}

.chairperson-msg-section {
  padding: 8% 0 12%;
}
.chairperson-msg-section .chairperson-msg-images-wrapper {
  max-width: 270px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.chairperson-msg-images-wrapper img {
  border-radius: 50%;
  margin: 0 auto 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}

.navtabs__img-wrapper {
  max-width: 498px;
  margin: 0 auto;
}

.underlying-principles__img-wrapper {
  text-align: center;
}
.underlying-principles__img-wrapper img {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.underlying-principles__bg-shape {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.underlying-principles__bg-shape .bg-shape-1 {
  top: 80px;
  left: 0;
}
.underlying-principles__bg-shape .bg-shape-2 {
  top: 30px;
  right: 0;
}
.underlying-principles__bg-shape .layer-bg-shape {
  display: none;
}
@media (min-width: 768px) {
  .underlying-principles__bg-shape .layer-bg-shape {
    display: block;
  }
}

.quick-contact-section .contact_img-wrapper.--sm {
  max-width: 139px;
  margin: 25% auto 0 20%;
}

.afterschool-program__content-wrapper .afterschool-program__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 34px;
}
.afterschool-program__content-wrapper ul,
.afterschool-program__content-wrapper ol {
  font-weight: bold;
  width: calc(100% / 2 - 24px);
}

.activities-gallery__section {
  background: url("/src/img/wave_white_top_our_curriculum.svg") center top no-repeat, url("/src/img/wave_white_bottom_our_curriculum.svg") center bottom no-repeat;
  background-size: auto, auto;
  background-color: #FFF6EA;
}
@media (min-width: 768px) {
  .activities-gallery__section {
    background-size: contain, contain;
  }
}
.activities-gallery__section .bg-shape-1 {
  bottom: 0;
  left: 40px;
}
.activities-gallery__section .bg-shape-2 {
  bottom: -200px;
  left: 0;
}
.activities-gallery__section .bg-shape-3 {
  right: 0;
  bottom: -300px;
}

.activities-gallery__card {
  position: relative;
}
.activities-gallery__card img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.activities-gallery__card .overlay-content {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  color: #fff;
  background: rgba(46, 46, 46, 0.82);
  letter-spacing: 0.4px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.activities-gallery__card .blurb-wrapper {
  padding: 24px 24px 38px;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.activities-gallery__card h4 {
  line-height: 1.4;
  color: #fff;
}
.activities-gallery__card p {
  font-size: 13px;
}
.activities-gallery__card:hover {
  cursor: pointer;
}
.activities-gallery__card:hover .overlay-content {
  opacity: 1;
}

section.virtual-learning-section,
.afterschool-program-section {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  section.virtual-learning-section .about-images-wrapper,
.afterschool-program-section .about-images-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: calc(100% / 2 - 40px);
    z-index: -1;
  }
}
section.virtual-learning-section .about-images-wrapper img,
.afterschool-program-section .about-images-wrapper img {
  max-width: 300px;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  section.virtual-learning-section .about-images-wrapper img,
.afterschool-program-section .about-images-wrapper img {
    display: block;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  section.virtual-learning-section .about-images-wrapper img,
.afterschool-program-section .about-images-wrapper img {
    max-width: 600px;
  }
}

.afterschool-program-section .about-images-wrapper {
  text-align: left;
}
@media (min-width: 992px) {
  .afterschool-program-section .about-images-wrapper {
    left: 0;
    margin: 0 40px 0 0;
    text-align: left;
  }
}

section.virtual-learning-section .about-images-wrapper {
  text-align: right;
}
section.virtual-learning-section .about-images-wrapper img {
  margin-left: auto;
}
@media (min-width: 992px) {
  section.virtual-learning-section .about-images-wrapper {
    right: 0;
    margin: 0 0 0 40px;
    text-align: right;
  }
}

.admission-section .container,
.admission-faq-section .container {
  position: relative;
}

.admission-procedure__content-wrapper ul li,
.admission-procedure__content-wrapper ol li {
  font-weight: 700;
}

.enroll-child-section {
  position: relative;
  padding: 56% 0 17%;
  background-image: url("/src/img/enroll_child_bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
@media (min-width: 480px) {
  .enroll-child-section {
    padding-top: 19%;
    padding-bottom: 5%;
    background-position: center top;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .enroll-child-section {
    padding-top: 18%;
  }
}
@media (min-width: 992px) {
  .enroll-child-section {
    padding-top: 16%;
  }
}

.enroll-child__content-wrapper {
  display: block;
  padding: 14px 4px;
}
@media (min-width: 480px) {
  .enroll-child__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 28px;
  }
}
@media (min-width: 768px) {
  .enroll-child__content-wrapper {
    padding: 14px 40px;
  }
}
@media (max-width: 991.98px) {
  .enroll-child__content-wrapper .sub-header--md {
    font-size: 24px;
    line-height: 1.2;
  }
  .enroll-child__content-wrapper .sub-header--lg {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .enroll-child__content-wrapper .sub-header--md {
    font-size: 20px;
  }
  .enroll-child__content-wrapper .sub-header--lg {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .enroll-child__content-wrapper .sub-header--md {
    font-size: 18px;
  }
  .enroll-child__content-wrapper .sub-header--lg {
    font-size: 20px;
    line-height: 1;
  }
}
.enroll-child__content-wrapper a {
  display: inline-block;
}
@media (min-width: 480px) {
  .enroll-child__content-wrapper a {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.program-feature__item {
  margin-bottom: 24px;
}
.program-feature__item ul,
.program-feature__item ol {
  margin-left: 32px;
}
.program-feature__item ul li,
.program-feature__item ol li {
  font-weight: 700;
}
.program-feature__item ul {
  list-style-type: disc;
}
.program-feature__item ol {
  list-style-type: decimal;
}

.admission-faq-section .container {
  position: relative;
}

.explore-school-teacher-section .container {
  position: relative;
}
.explore-school-teacher-section .temporary-menu {
  display: block;
}
@media (min-width: 992px) {
  .explore-school-teacher-section .temporary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.explore-school-teacher-section .explore-school-teacher__images-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .explore-school-teacher-section .explore-school-teacher__images-wrapper {
    display: block;
  }
}

.explore-school-teacher__content-wrapper .blockout__card a {
  font-weight: 800;
  font-size: 22px;
  line-height: 150%;
  color: #00678B;
}

.blockout__card a .hyperlink--icon {
  margin-right: 14px;
}

.explore-school-career-detail-section .fixed-w {
  width: 100%;
  margin: 0 auto 16%;
}
@media (min-width: 992px) {
  .explore-school-career-detail-section .fixed-w {
    max-width: 381px;
  }
}
@media (min-width: 768px) {
  .explore-school-career-detail-section .fixed-w .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .explore-school-career-detail-section .fixed-w .card-body {
    display: block;
  }
}
@media (min-width: 768px) {
  .explore-school-career-detail-section .fixed-w .card__content-wrapper {
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  .explore-school-career-detail-section .fixed-w .card__content-wrapper {
    margin-right: 0;
  }
}

.explore-school-partnership-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 668px;
  height: 650px;
  background: url("../img/explore_partnership_bg_shape.svg") no-repeat center right;
  background-size: auto;
  display: none;
}
@media (min-width: 992px) {
  .explore-school-partnership-section::before {
    display: block;
  }
}
.explore-school-partnership-section .explore-school-partnership__images-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .explore-school-partnership-section .explore-school-partnership__images-wrapper {
    display: block;
  }
}

.franchise-section .container,
.franchise-prerequisites-section .container {
  position: relative;
}

.franchise-images-wrapper {
  text-align: center;
}
.franchise-images-wrapper img {
  max-width: 100%;
  width: 100%;
}

.preschool-franchise-package .blockout__card {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .preschool-franchise-package .blockout__card {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.preschool-franchise-package__card {
  margin-top: 20px;
}

.preschool-franchise-package__img-wrapper {
  max-width: 370px;
  margin: 0 auto;
}

.preschool-detail-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 579px;
  height: auto;
  background: url("/src/img/preschool_detail_bg_shape.png") no-repeat center right;
  background-size: contain;
  display: none;
}
@media (min-width: 992px) {
  .preschool-detail-section::before {
    display: block;
  }
}
.preschool-detail-section .preschool-detail__images-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .preschool-detail-section .preschool-detail__images-wrapper {
    display: block;
  }
}

.preschool-detail__content-wrapper li {
  font-weight: bold;
}

.preschool-section .popping__img-wrapper img {
  -webkit-transform: translateY(calc(50% - 50px));
          transform: translateY(calc(50% - 50px));
}

.academic-support-section .popping__card {
  padding: 24px 24px 34px;
}
@media (min-width: 768px) {
  .academic-support-section .popping__card {
    padding: 24px 24px 44px;
  }
}
@media (min-width: 992px) {
  .academic-support-section .popping__card {
    padding: 48px 38px 90px;
  }
}
@media (min-width: 992px) {
  .academic-support-section .popping__img-wrapper {
    max-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}
.academic-support-section .popping__img-wrapper img {
  max-width: 176px;
  width: 100%;
}

.academic-support-images-wrapper {
  text-align: center;
}
.academic-support-images-wrapper img {
  max-width: 392px;
  width: 100%;
}

.weekids-location-section {
  position: relative;
  padding-bottom: 9%;
}

.weekids-location-wrapper {
  position: relative;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
}

.weekids-location-info__card {
  max-width: 504px;
  width: 100%;
  margin-left: auto;
  padding: 36px 52px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 1px 4px rgba(46, 41, 78, 0.02), 0px 8px 12px rgba(46, 41, 78, 0.08);
          box-shadow: 0px 1px 4px rgba(46, 41, 78, 0.02), 0px 8px 12px rgba(46, 41, 78, 0.08);
  position: absolute;
  top: 50%;
  right: 15%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.weekids-location-info__card.--branch-location__card {
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: unset;
  right: unset;
}

.contact-info__card {
  background: #FFF6EA;
  padding: 12% 10% 20% 17%;
}
@media (max-width: 575.98px) {
  .contact-info__card {
    padding: 24px 24px 34px;
  }
}
@media (min-width: 576px) {
  .contact-info__card {
    background: transparent;
  }
}
.contact-info__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/src/img/contact-us-info_bg_img.svg") no-repeat top;
  background-size: contain;
  z-index: -1;
  display: none;
}
@media (min-width: 576px) {
  .contact-info__card::before {
    display: block;
  }
}

.contact-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-item__icon-wrapper {
  margin-right: 20px;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  border-radius: 50%;
  padding: 13px;
}
.contact-item__icon-wrapper img {
  width: 100%;
}

.contact-item__content-wrapper {
  width: calc(100% - 66px);
  font-weight: bold;
}
.contact-item__content-wrapper a {
  color: #353535;
}
.contact-item__content-wrapper a:hover {
  color: #00678B;
}

.contact-us__images-wrapper {
  text-align: center;
  margin-top: 14px;
}
@media (min-width: 576px) {
  .contact-us__images-wrapper {
    margin-top: -20%;
  }
}
@media (min-width: 768px) {
  .contact-us__images-wrapper {
    margin-top: -20%;
  }
}
@media (min-width: 992px) {
  .contact-us__images-wrapper {
    margin-top: -27%;
  }
}
@media (min-width: 1200px) {
  .contact-us__images-wrapper {
    margin-top: -20%;
  }
}
.contact-us__images-wrapper img {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 1200px) {
  .contact-us__images-wrapper img {
    max-width: 456px;
  }
}