@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", "Raleway", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

.navbar-expand-lg {
  flex-wrap: wrap;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url(
      data:image/svg + xml,
      %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 30 30"%3e%3cpathstroke="rgba%2833, 37, 41, 0.75%29"stroke-linecap="round"stroke-miterlimit="10"stroke-width="2"d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e
  );
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Thin.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Black.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Thin.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-ExtraBold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Black.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-ExtraBold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Bold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Medium.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Bold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Light.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Medium.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Light.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.hidden {
  display: none !important;
}

.navbar-brand img {
  max-width: 315px;
}
@media (max-width: 991.98px) {
  .navbar-brand img {
    max-width: 250px;
  }
}

.hero {
  min-height: 737px;
  background-color: #b4da7e;
  color: #fff;
}
.hero.internal {
  min-height: 300px;
}
@media (max-width: 991.98px) {
  .hero.internal {
    min-height: 100px;
    padding-bottom: 0px !important;
  }
}

.nav-quick-links {
  background: #75208c;
}

.nav-quick-links > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 11px 10px;
  background: transparent;
}
.nav-quick-links > .container > .links {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.nav-quick-links > .container * {
  text-decoration: none;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.carousel-image {
  position: relative;
  margin-bottom: 4em;
}
.carousel-image .img-caro {
  position: relative;
  z-index: 100;
}
.carousel-image .deco-caro {
  position: absolute;
  left: -25px;
  bottom: -25px;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .carousel-image .deco-caro {
    left: -15px;
    bottom: -15px;
  }
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.main-hero-content {
  position: relative;
  min-height: 570px;
}
@media (max-width: 991.98px) {
  .main-hero-content {
    min-height: 100px;
  }
}
.main-hero-content .copy {
  padding-top: 3rem;
}
.main-hero-content > .row {
  position: relative;
}
.main-hero-content h1 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  max-width: 785px;
}
.main-hero-content h2 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  color: #75208c;
}
.main-hero-content h3 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  /* identical to box height */
  color: #75208c;
}
.main-hero-content .main-subject {
  position: absolute;
  bottom: -10px;
  right: 0px;
  z-index: 10;
  max-width: 576px;
}
@media (max-width: 991.98px) {
  .main-hero-content .main-subject {
    position: relative;
    width: 100%;
    bottom: 0px;
  }
}
.main-hero-content .backdrop {
  position: absolute;
  z-index: 0;
  left: -40px;
  bottom: 10px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .main-hero-content .backdrop {
    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: 50px;
    width: 100%;
  }
}

.half-circle {
  width: 156px;
  height: 78px;
  position: absolute;
  bottom: -62px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b4da7e;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 20;
}
.half-circle img {
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .half-circle {
    transform: scale(0.6) translateX(-80%);
    transform-origin: center center;
  }
}

.navbar {
  min-height: 100px;
  background: rgba(0, 0, 0, 0) !important;
}
.navbar * {
  color: #fff;
}
.navbar .navbar-nav {
  min-height: 115px;
  -moz-column-gap: 1em;
       column-gap: 1em;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    align-items: flex-start;
  }
}
.navbar a.nav-link {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .navbar a.nav-link {
    font-size: 1.6em;
    line-height: 1.7em;
    width: 100%;
    color: #75208C;
  }
}
.navbar a.nav-link:hover,
.navbar a.nav-link.active {
  color: #75208C;
}
.navbar .login-cta a.nav-link {
  color: #75208C;
}
@media (max-width: 991.98px) {
  .navbar .login-cta a.nav-link {
    border: unset;
    border-top: 1px solid #d9d9d9;
    padding: 25px 0px;
  }
}
.navbar .offcanvas-body {
  justify-content: flex-end;
}

.navbar-toggler-icon {
  color: #75208C;
}

@media (max-width: 991.98px) {
  .offcanvas-body,
  .offcanvas-header {
    background-color: rgba(180, 218, 126, 0.5);
    backdrop-filter: blur(5px); /* closest to your 0.2 idea */
    -webkit-backdrop-filter: blur(2px); /* Safari support */
  }
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2218%22%20viewBox%3D%220%200%2024%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201H23M1%209H23M1%2017H23%22%20stroke%3D%22%2375208C%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") !important;
}

.btn-close {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.008%201.48779C15.0742%201.48722%2015.14%201.49982%2015.2014%201.5249C15.2322%201.53751%2015.2617%201.55343%2015.2892%201.57178L15.3654%201.63428C15.3888%201.65766%2015.4106%201.68299%2015.4289%201.71045L15.4748%201.79834C15.4873%201.82892%2015.4969%201.8608%2015.5031%201.89307L15.5119%201.9917V1.99268C15.5116%202.02558%2015.5079%202.05823%2015.5012%202.09033L15.4719%202.18506C15.4588%202.21551%2015.4428%202.2448%2015.424%202.27197L15.3537%202.354L8.70721%209.00049L15.3469%2015.6401L15.4074%2015.7163C15.4426%2015.7707%2015.4667%2015.8314%2015.4787%2015.895L15.4875%2015.9917V15.9927C15.4863%2016.1235%2015.4336%2016.2487%2015.341%2016.3413C15.2484%2016.4339%2015.1233%2016.4866%2014.9924%2016.4878L14.8947%2016.479C14.8314%2016.467%2014.7711%2016.4426%2014.717%2016.4077L14.6398%2016.3472L8.3537%2010.0601L8.00018%209.70654L1.35956%2016.3472C1.26529%2016.4382%201.13912%2016.4888%201.008%2016.4878L0.911316%2016.4771C0.816348%2016.4574%200.727961%2016.4109%200.658386%2016.3413C0.565793%2016.2486%200.51304%2016.1227%200.511902%2015.9917C0.510907%2015.8637%200.559528%2015.7404%200.646667%2015.647L7.29315%209.00049L0.646667%202.354C0.553023%202.26033%200.500291%202.13292%200.500183%202.00049C0.500183%201.90117%200.529933%201.80462%200.584167%201.72314L0.646667%201.64697C0.740435%201.55323%200.867606%201.50049%201.00018%201.50049C1.09963%201.50053%201.196%201.53005%201.27753%201.58447L1.3537%201.64697L8.00018%208.29346L14.6467%201.64697L14.6525%201.64014C14.6984%201.59264%2014.7537%201.55505%2014.8146%201.52881C14.8451%201.51572%2014.8771%201.50533%2014.9094%201.49854L15.008%201.48779Z%22%20fill%3D%22%23BD8B3D%22%20stroke%3D%22%2375208C%22%2F%3E%3C%2Fsvg%3E");
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #bd8b3d;
  transition: transform 0.2s ease;
}

.nav-item.dropdown:hover .custom-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.custom-dropdown {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 0.25rem;
  min-width: 200px;
  transition: opacity 0.3s ease;
  border: 0px solid #bd8b3d;
  padding-top: 1rem;
}
@media (max-width: 991.98px) {
  .custom-dropdown {
    padding-top: 0rem;
  }
}
.custom-dropdown li a:hover {
  color: #fff;
  background: rgba(189, 139, 61, 0.5) !important;
}
@media (max-width: 991.98px) {
  .custom-dropdown li {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .custom-dropdown li a {
    padding: 0px !important;
    background: transparent !important;
    font-size: 1.6em;
    line-height: 1.7em;
    width: 100%;
    text-transform: uppercase;
  }
}
@media (min-width: 1199px) {
  .custom-dropdown .dropdown-item {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
  }
}
@media (max-width: 991.98px) {
  .custom-dropdown {
    background: transparent !important;
  }
}

.mission {
  padding: 3rem 0rem;
}
.mission > .container {
  display: flex;
  align-items: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .mission {
    overflow: hidden;
  }
}
.mission .main-subj {
  max-width: 555px;
  margin-left: -50px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .mission .main-subj {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 2rem;
  }
}
.mission .copy {
  max-width: 663px;
  padding: 4rem 0rem;
  position: relative;
}
.mission .copy .backdrop {
  position: absolute;
  top: 0px;
  right: -30px;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .mission .copy .backdrop {
    right: -150px;
    top: unset;
    bottom: 0px;
  }
}
.mission .copy h2,
.mission .copy p {
  z-index: 10;
  position: relative;
}
.mission h2 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  /* identical to box height */
  color: #75208c;
}
.mission p {
  margin-top: 1rem;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 39px;
  color: #454545;
}

.tagline {
  position: relative;
  background: #75208c;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .tagline {
    padding: 35px 0px;
  }
}
.tagline.green {
  background: #b4da7e;
}
.tagline .half-circle {
  background: #75208c;
}
.tagline.green .half-circle {
  background: #b4da7e;
}
.tagline h2 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 45px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}

.about {
  padding: 3rem 0px;
  padding-bottom: 0px;
}
.about .container {
  position: relative;
}
.about .subject {
  position: absolute;
  bottom: 0px;
  right: 40px;
  max-width: 437px;
}
@media (max-width: 991.98px) {
  .about .subject {
    position: relative;
    max-width: 100%;
    right: 0px;
    margin-top: -40px;
  }
}
.about .stacked-copy {
  max-width: 736px;
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .about .stacked-copy {
    overflow: hidden;
  }
}
.about .stacked-copy h2 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 300;
  font-size: 49px;
  line-height: 61px;
  color: #75208c;
  z-index: 1;
  position: relative;
}
.about .stacked-copy img {
  position: absolute;
  top: -50%;
  transform: translateY(50%);
  z-index: 0;
  pointer-events: none;
  max-width: 465px;
}
@media (max-width: 991.98px) {
  .about .stacked-copy img {
    max-width: 100%;
    top: 10%;
  }
}
.about .stacked-copy.large {
  min-height: 142px;
}
.about .stacked-copy.large h2 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 250;
  font-size: 76px;
  line-height: 94px;
  /* identical to box height */
  color: #75208c;
}
.about .stacked-copy.large img {
  max-width: 662px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .about .stacked-copy.large img {
    max-width: 100%;
    top: 5%;
  }
}
.about h3 {
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 34px;
  /* or 89% */
  color: #589700;
}
.about .about-detail {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 10px;
}
.about .about-detail img {
  max-width: 61px;
}
.about .about-detail p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* or 139% */
  color: #454545;
}
.about .about-detail:last-child {
  margin-bottom: 5rem;
}

.eyecatcher {
  position: relative;
  min-height: 465px;
  position: relative;
}
.eyecatcher:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 154px;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(113, 194, 0, 0.1) 0%, rgba(113, 194, 0, 0) 100%);
}
@media (max-width: 991.98px) {
  .eyecatcher {
    overflow: hidden;
  }
}
.eyecatcher .backdrop {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1181px;
}
@media (max-width: 991.98px) {
  .eyecatcher .backdrop {
    top: 25%;
  }
}
.eyecatcher .subject {
  position: absolute;
  z-index: 10;
  max-width: 605px;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}

.program {
  padding: 3rem 0px;
}
.program .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.program .title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  /* or 129% */
  text-align: center;
  color: #454545;
  max-width: 985px;
}
.program .usp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .program .usp {
    flex-direction: column;
    justify-content: center;
  }
}
.program .usp p {
  min-height: 99px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #dfffb3;
  width: 100%;
  width: 711px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}
@media (max-width: 991.98px) {
  .program .usp p {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.program .usp img {
  position: relative;
  top: -6px;
  right: -49.5px;
  width: 99px;
}
@media (max-width: 991.98px) {
  .program .usp img {
    left: 0;
    margin-bottom: -50px;
  }
}
.program .usp img:last-child {
  left: -49.5px;
}
@media (max-width: 991.98px) {
  .program .usp img:last-child {
    display: none;
  }
}
.program h3 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 37px;
  line-height: 40px;
  /* identical to box height, or 108% */
  text-align: center;
  color: #75208c;
}
.program h2 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 37px;
  line-height: 40px;
  /* identical to box height, or 108% */
  text-align: center;
  color: #589700;
}
.program a img {
  max-width: 294px;
}

.thrive h3 {
  margin-top: -30px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 29px;
  line-height: 40px;
  /* identical to box height, or 138% */
  color: #589700;
}
.thrive h4 {
  margin-top: -50px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  /* identical to box height, or 200% */
  color: #75208c;
}
.thrive .title {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 27px;
  /* or 96% */
  color: #75208c;
}
.thrive p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 42px;
  /* or 168% */
  color: #454545;
}

.list {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1rem;
}
.list img {
  position: relative;
  top: 5px;
}
.list div {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  /* or 200% */
  color: #454545;
}
.list small {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #454545;
}
.large .list small {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: #454545;
}

.ready {
  position: relative;
  min-height: 716px;
  padding: 130px 0 100px 0;
}
.ready:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 154px;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(113, 194, 0, 0.1) 0%, rgba(113, 194, 0, 0) 100%);
}
@media (max-width: 991.98px) {
  .ready {
    overflow: hidden;
  }
}
.ready .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.ready .container .backdrop {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
.ready .container > *:not(.backdrop) {
  z-index: 10;
}
.ready h2 {
  position: relative;
  text-align: center;
  max-width: 1074px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  font-size: 79px;
  line-height: 93px;
  /* identical to box height */
  text-align: center;
  color: #75208c;
}
@media (max-width: 991.98px) {
  .ready h2 {
    font-size: 49px;
    line-height: 53px;
  }
}
.ready h2 span {
  position: relative;
  z-index: 10;
}
.ready h2 img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  max-width: 662px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ready h2 img {
    top: -60px;
  }
}
.ready h3 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 35px;
  /* identical to box height, or 73% */
  text-align: center;
  color: #589700;
  margin-bottom: 68px;
}
.ready h3.es {
  color: #589700;
  text-align: center;
  font-family: Raleway;
  font-size: 33px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px; /* 106.061% */
  margin-top: 2rem;
  max-width: 1057px;
}
@media (max-width: 991.98px) {
  .ready h3 {
    font-size: 29px;
    line-height: 33px;
    max-width: 100%;
  }
}
.ready p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 31px;
  /* identical to box height, or 103% */
  text-align: center;
  color: #75208c;
}
.ready p.es {
  max-width: 762px;
}

footer {
  padding: 77px 0;
  background-color: #1d3100;
}
footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 3rem;
  flex-direction: column;
}
footer .socials {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.copyright {
  min-height: 100px;
  background-color: #152400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  /* identical to box height */
  color: #718e5d;
}

@media (max-width: 991.98px) {
  .mb-order-2 {
    order: 2;
    margin-top: 1rem;
  }
}/*# sourceMappingURL=main.css.map */