/*GLOBAL*/
/*GLOBAL*/
/*BOOTSTRAP*/
/*Accordion*/
/*BREAKPOINTS*/
/*NAVIGATION*/
/*NAVIGATION*/
/*BURGER MENU NAVIGATION*/
/*BURGER MENU*/
/*HERO SECTION*/
/*HERO SECTION*/
/*VALUES SECTION*/
/*VALUES SECTION*/
/*LINKS SECTION*/
/*SUB PAGE CONTENT*/
/*SUB PAGE CONTENT*/
/*SUB PAGE SIDE NAVIGATION*/
/*SUB PAGE SIDE NAVIGATION*/
/*SUB PAGE BOTTOM NAVIGATION (MOBILE)*/
/*SUB PAGE BOTTOM NAVIGATION (MOBILE)*/
/*FOOTER*/
/*FOOTER*/
/*MISCELLANEOUS*/
/*MISCELLANEOUS*/
/*SUB PAGE CUSTOM CLASS STYLES*/
/*Bootstrap Configuration*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,300;1,600;1,700&display=swap");
:root,
[data-bs-theme=light] {
  --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: system-ui, -apple-system, "Segoe UI", 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-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;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/*Bootstrap Layout and components*/
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.accordion {
  --bs-accordion-color: #002856;
  --bs-accordion-bg: rgba(0, 40, 86, 0.2);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1rem;
  --bs-accordion-btn-padding-y: 0.7rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: #efefef;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fbdd1a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #4753bd;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #fbdd1a;
  --bs-accordion-active-bg: #192951;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

@font-face {
  font-family: "Hind";
  src: url("/fonts/google/Hind/Hind-semiBold.eot");
  src: url("/fonts/google/Hind/Hind-semiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/google/Hind/Hind-semiBold.woff2") format("woff2"), url("/fonts/google/Hind/Hind-semiBold.woff") format("woff"), url("/fonts/google/Hind/Hind-semiBold.ttf") format("truetype"), url("/fonts/google/Hind/Hind-semiBold.svg#Hind") format("svg");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/fonts/google/Lato/Lato-Regular.eot");
  src: url("/fonts/google/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/google/Lato/Lato-Regular.woff2") format("woff2"), url("/fonts/google/Lato/Lato-Regular.woff") format("woff"), url("/fonts/google/Lato/Lato-Regular.ttf") format("truetype"), url("/fonts/google/Lato/Lato-Regular.svg#Lato") format("svg");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("/fonts/google/Lato/Lato-Bold.eot");
  src: url("/fonts/google/Lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/google/Lato/Lato-Bold.woff2") format("woff2"), url("/fonts/google/Lato/Lato-Bold.woff") format("woff"), url("/fonts/google/Lato/Lato-Bold.ttf") format("truetype"), url("/fonts/google/Lato/Lato-Bold.svg#Lato") format("svg");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/google/Poppins/Poppins-Regular.eot");
  src: url("/fonts/google/Poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/google/Poppins/Poppins-Regular.woff2") format("woff2"), url("/fonts/google/Poppins/Poppins-Regular.woff") format("woff"), url("/fonts/google/Poppins/Poppins-Regular.ttf") format("truetype"), url("/fonts/google/Poppins/Poppins-Regular.svg#Poppins") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/google/Poppins/Poppins-Light.eot");
  src: url("/fonts/google/Poppins/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/google/Poppins/Poppins-Light.woff2") format("woff2"), url("/fonts/google/Poppins/Poppins-Light.woff") format("woff"), url("/fonts/google/Poppins/Poppins-Light.ttf") format("truetype"), url("/fonts/google/Poppins/Poppins-Light.svg#Poppins") format("svg");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/google/Poppins/Poppins-SemiBold.eot");
  src: url("/fonts/google/Poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/google/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("/fonts/google/Poppins/Poppins-SemiBold.woff") format("woff"), url("/fonts/google/Poppins/Poppins-SemiBold.ttf") format("truetype"), url("/fonts/google/Poppins/Poppins-SemiBold.svg#Poppins") format("svg");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/google/Poppins/Poppins-Medium.eot");
  src: url("/fonts/google/Poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/google/Poppins/Poppins-Medium.woff2") format("woff2"), url("/fonts/google/Poppins/Poppins-Medium.woff") format("woff"), url("/fonts/google/Poppins/Poppins-Medium.ttf") format("truetype"), url("/fonts/google/Poppins/Poppins-Medium.svg#Poppins") format("svg");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/google/Poppins/Poppins-Bold.eot");
  src: url("/fonts/google/Poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/google/Poppins/Poppins-Bold.woff2") format("woff2"), url("/fonts/google/Poppins/Poppins-Bold.woff") format("woff"), url("/fonts/google/Poppins/Poppins-Bold.ttf") format("truetype"), url("/fonts/google/Poppins/Poppins-Bold.svg#Poppins") format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/*@font-face {
  font-family: 'Shakehand';
  src: url('/fonts/Shakehand-Regular.eot');
  src: url('/fonts/Shakehand-Regular.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Shakehand-Regular.woff2') format('woff2'),
  url('/fonts/Shakehand-Regular.woff') format('woff'),
  url('/fonts/Shakehand-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}*/
/*@font-face {
  font-family: 'Coming Soon';
  src: url('/fonts/ComingSoon-Regular.eot');
  src: url('/fonts/ComingSoon-Regular.eot?#iefix') format('embedded-opentype'),
  url('/fonts/ComingSoon-Regular.woff2') format('woff2'),
  url('/fonts/ComingSoon-Regular.woff') format('woff'),
  url('/fonts/ComingSoon-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/
/*GLOBAL*/
/*GLOBAL*/
/*BOOTSTRAP*/
/*Accordion*/
/*BREAKPOINTS*/
/*NAVIGATION*/
/*NAVIGATION*/
/*BURGER MENU NAVIGATION*/
/*BURGER MENU*/
/*HERO SECTION*/
/*HERO SECTION*/
/*VALUES SECTION*/
/*VALUES SECTION*/
/*LINKS SECTION*/
/*SUB PAGE CONTENT*/
/*SUB PAGE CONTENT*/
/*SUB PAGE SIDE NAVIGATION*/
/*SUB PAGE SIDE NAVIGATION*/
/*SUB PAGE BOTTOM NAVIGATION (MOBILE)*/
/*SUB PAGE BOTTOM NAVIGATION (MOBILE)*/
/*FOOTER*/
/*FOOTER*/
/*MISCELLANEOUS*/
/*MISCELLANEOUS*/
/*SUB PAGE CUSTOM CLASS STYLES*/
/**
  BASE
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

td:not(.sub-page td) {
  margin: 0;
  padding: 0;
}

th:not(.sub-page td) {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  border: none !important;
}

fieldset, img {
  border: 0;
}

img, svg {
  vertical-align: middle;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold !important;
}

.fadein {
  opacity: 0;
}

ol, ul {
  list-style: none;
}

u {
  text-decoration: underline;
}

p, span, li {
  font-family: "myriad-pro", "Open Sans", sans-serif;
  line-height: 150%;
}

caption, th {
  text-align: left;
}

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

abbr, acronym {
  border: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Responsive iFrame */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

*, ::after, ::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  font-family: "myriad-pro", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  min-height: 100%;
  height: 100%;
  color: #000;
}

input,
select,
textarea {
  font-weight: 400;
  font-size: 20px;
}

p {
  margin: 0 0 1em 0;
}

h1 {
  margin: 0 0 20px 0;
  /*text-transform: uppercase;*/
}

header h1 {
  margin: 0;
}

h2 {
  margin: 0 0 12px 0;
  /*text-transform: uppercase;*/
}

header h2 {
  margin: 0;
}

h3 {
  font-size: 24px;
  /*text-transform: uppercase;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: "myriad-pro", "Open Sans", sans-serif;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0;
}

h2 {
  font-size: 38px;
  font-weight: 500;
  font-family: "myriad-pro", "Open Sans", sans-serif;
}

.full-width {
  width: 100%;
}

ul {
  margin: 0 0 1em 0;
}

a:link,
a:visited {
  color: white;
  text-decoration: none;
}

nav a:link, nav a:visited {
  display: inline-block;
}

header a:hover {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.float-left {
  float: left;
  width: 50%;
}

.float-right {
  float: right;
  width: 50%;
}

.display-block {
  display: block;
}

/*.panel {
  float: left;
  width: 100%;
}*/
.container {
  display: flex;
  position: relative;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  height: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .container {
    display: block;
  }
}

.section {
  position: relative;
  overflow-x: hidden;
}

.bord {
  border: 1px dotted red;
}

.inline-block {
  display: inline-block;
}

.display-block {
  display: block !important;
  opacity: 1 !important;
}

.clearfix {
  overflow: auto;
}

.youtube-embed-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* Read more ckeditor plugin */
.read-more-hide-prev {
  display: none;
}

.read-more-content {
  display: none;
}

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

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

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

.vert-align-block-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vert-align-block-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow-left {
  position: relative;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #fff;
}

.arrow-left:hover {
  cursor: pointer;
  border-right: 22px solid #d6d5d5;
}

.fa-icon {
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  color: white;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  line-height: 30px !important;
}

.pointer {
  cursor: pointer;
}

/* Calendar */
@media all and (max-width: 650px) {
  .calendar-full {
    display: none;
  }
  .responsive-iframe-container {
    padding-bottom: 150%;
  }
}
@media all and (min-width: 650px) {
  .calendar-agenda {
    display: none;
  }
}
/*GLOBAL*/
/*GLOBAL*/
/*BOOTSTRAP*/
/*Accordion*/
/*BREAKPOINTS*/
/*NAVIGATION*/
/*NAVIGATION*/
/*BURGER MENU NAVIGATION*/
/*BURGER MENU*/
/*HERO SECTION*/
/*HERO SECTION*/
/*VALUES SECTION*/
/*VALUES SECTION*/
/*LINKS SECTION*/
/*SUB PAGE CONTENT*/
/*SUB PAGE CONTENT*/
/*SUB PAGE SIDE NAVIGATION*/
/*SUB PAGE SIDE NAVIGATION*/
/*SUB PAGE BOTTOM NAVIGATION (MOBILE)*/
/*SUB PAGE BOTTOM NAVIGATION (MOBILE)*/
/*FOOTER*/
/*FOOTER*/
/*MISCELLANEOUS*/
/*MISCELLANEOUS*/
/*SUB PAGE CUSTOM CLASS STYLES*/
/* Buttons . */
.btn, .button {
  border-radius: 4px;
  background-color: #37419a;
  border: none;
  color: #fff !important;
  text-align: center;
  padding: 10px 16px;
  width: max-content;
  font-size: clamp(1.2rem, 1.054rem + 0.649vw, 1.5rem);
  margin-bottom: 1em;
  transition: all 0.25s;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
}
.btn:not(.newsletter-year):hover, .button:not(.newsletter-year):hover {
  box-shadow: inset 0 0 0 3em #fbdd1a;
  border-color: #fbdd1a;
  color: #37419a !important;
  border-radius: 8px;
}
.btn:not(.newsletter-year):hover small, .button:not(.newsletter-year):hover small {
  color: #2a3073 !important;
}
@media all and (max-width: 689px) {
  .btn, .button {
    padding: 0.4em !important;
  }
}
.btn small, .button small {
  margin: 0 0 0 10px;
  color: white !important;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  transition: margin 0.5s;
}
.btn:focus, .button:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.sub-page .grid .btn {
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
  height: 100%;
  width: 100%;
}

#sticky_links .btn, #sticky_links .button {
  padding: 1.3em 0;
  width: 100%;
}

.btn.newsletter-year, .button.newsletter-year {
  font-size: 1.3em !important;
  font-weight: bold !important;
  margin: 10px 8px 0 0;
}

@media all and (max-width: 770px) {
  header {
    border-width: 90px;
  }
}
header.section {
  background-color: white;
  position: relative;
  top: 0;
  width: 100%;
  overflow-x: visible;
}
header.section .container {
  flex-direction: column;
  align-items: center;
}

.nav-section {
  position: relative;
  width: 100%;
  z-index: 6;
  display: flex;
  align-items: center;
  background: #37419a;
}
.nav-section .stickyLogo {
  display: none;
}
.nav-section .stickyLogo img {
  width: 200px;
}
.nav-section .container {
  width: 100%;
  align-items: center;
  letter-spacing: 1px;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  justify-content: flex-end;
}
.nav-section .container ul.normal {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  align-items: center;
  font-family: "Poppins", "Open Sans", sans-serif;
  flex-wrap: wrap;
  gap: 0 30px;
  padding-right: 20px;
}
@media all and (max-width: 700px) {
  .nav-section .container ul.normal {
    padding-right: 0;
  }
}
@media all and (max-width: 400px) {
  .nav-section .container ul.normal {
    padding-right: 0;
  }
}
.nav-section .container ul.normal .top-level {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", "Open Sans", sans-serif;
  flex-shrink: 0;
  order: 2;
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (max-width: 980px) {
  .nav-section .container ul.normal .top-level.home {
    display: none;
  }
}
.nav-section .container ul.normal .top-level:hover.hassub:after {
  top: 0;
  opacity: 0.8;
}
.nav-section .container ul.normal .top-level > a {
  height: 3em;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  width: max-content;
  margin: auto;
}
.nav-section .container ul.normal .top-level ul li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.nav-section .container ul.normal .top-level ul.first {
  flex-direction: column;
  gap: 10px;
  backdrop-filter: blur(18px) saturate(200%);
  -webkit-backdrop-filter: blur(18px) saturate(200%);
  background-color: rgba(251, 221, 26, 0.75);
}
.nav-section .container ul.normal .top-level ul.first li div {
  text-transform: none;
  width: 100%;
  white-space: normal;
}
.nav-section .container ul.normal .top-level ul li:first-child a div {
  border: none;
}
.nav-section .container ul.normal .top-level ul.second li:first-child {
  border-top-right-radius: 5px;
}
.nav-section .container ul.normal .top-level div {
  position: relative;
}
.nav-section .container ul.normal .top-level ul li.subon > a {
  color: white !important;
  font-weight: 400;
  background-color: "white";
}
.nav-section .container ul.normal .top-level ul li.subon > a i {
  color: white;
}
.nav-section .container ul.normal .top-level ul li a {
  color: #37419a;
  position: relative;
}
@media all and (max-width: 1199px) {
  .nav-section .container ul.normal .top-level {
    font-size: 16px;
  }
}
@media all and (max-width: 535px) {
  .nav-section .container ul.normal .top-level {
    font-size: 15px;
  }
}
.nav-section .container ul.normal li.bars {
  height: max-content !important;
  position: relative;
  order: 3;
  margin-left: auto;
}
@media all and (max-width: 700px) {
  .nav-section .container ul.normal li.bars {
    padding: 0.5em;
  }
}
.nav-section .container ul.normal li.bars a:link, .nav-section .container ul.normal li.bars a:visited {
  padding-left: 12px;
  padding-right: 12px;
}
.nav-section .container p, .nav-section .container span, .nav-section .container li, .nav-section .container a:link, .nav-section .container a:visited {
  font-family: "Poppins", "Open Sans", sans-serif;
}

nav ul ul a:link, nav ul ul a:visited {
  color: white;
}

nav a:link, nav a:visited {
  color: white;
  text-shadow: none;
}

nav ul {
  list-style: none;
  float: left;
  margin: 0;
  width: 100%;
}

nav ul li.top-level.hover {
  background-color: #fbdd1a;
}
nav ul li.top-level.hover i.fa-chevron-right {
  color: white;
  position: absolute;
}
nav ul li.top-level.hover a {
  color: #37419a;
}
nav ul li.top-level.hover ul > li.menu-item.hover > a {
  position: relative;
  color: white !important;
  transition: color 0.1s;
}
nav ul li.top-level.hover ul > li.menu-item.hover > a i {
  color: white;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}

nav ul ul li.hover > a:link, nav ul ul li.hover > a:visited {
  color: white;
}

nav ul li a:link, nav ul li a:visited {
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  width: 100%;
}
@media all and (min-width: 980px) and (max-width: 1100px) {
  nav ul li a:link, nav ul li a:visited {
    padding-left: -5px;
    padding-right: -5px;
  }
}

nav ul li a:link div, nav ul li a:visited div {
  text-transform: none;
}

nav ul ul li a:link, nav ul ul li a:visited {
  margin: 0 1px 0 0;
  padding: 0 21.5px;
  text-decoration: none;
  width: 100%;
}

nav ul li ul li div {
  line-height: 1.3 !important;
  font-size: 15px;
}

.left .top .subnav li span {
  line-height: 25px !important;
}

.left .top .subnav li {
  line-height: 0;
}

nav ul li {
  vertical-align: middle;
  float: left;
  position: relative;
  width: auto;
  text-align: left;
}

.show-mobile {
  display: none;
}

nav .more {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  max-width: 80%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 0 0 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #b1b1db;
}

nav ul li a.bars {
  font-size: 25px !important;
  color: white;
  position: relative;
  vertical-align: middle;
}
@media all and (max-width: 450px) {
  nav ul li a.bars {
    color: white;
  }
}

nav ul li a.bars:hover {
  background: rgba(255, 255, 255, 0.1);
  height: max-content !important;
}

nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  list-style: none;
  z-index: 101;
  display: none;
  text-shadow: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
nav ul ul ul {
  backdrop-filter: blur(18px) saturate(200%);
  -webkit-backdrop-filter: blur(18px) saturate(200%);
  background-color: rgba(251, 221, 26, 0.75);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
nav ul ul ul ul {
  backdrop-filter: blur(18px) saturate(200%);
  -webkit-backdrop-filter: blur(18px) saturate(200%);
  background-color: rgba(251, 221, 26, 0.75);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

nav ul ul li {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0 !important;
}

nav li.on > a:link, nav li.on > a:visited, .home-page nav li.home > a:link, .home-page nav li.home > a:visited {
  color: #fbdd1a;
}
nav li.on > a:link:after, nav li.on > a:visited:after, .home-page nav li.home > a:link:after, .home-page nav li.home > a:visited:after {
  border: 0 0 3px solid #fbdd1a;
}

nav .bars {
  background: none !important;
  color: white;
}

#nav {
  display: block;
  position: absolute;
  opacity: 0;
}
@media all and (max-width: 980px) {
  #nav {
    position: relative;
    opacity: 1;
  }
}

nav ul ul li div {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 220px;
}

/*Truncate long titles*/
nav .fa-chevron-right {
  pointer-events: none !important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* Nested Menus */
nav ul ul ul {
  left: 100%;
  top: 0;
  border: none;
}

nav ul ul li {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

/* Slide Nav */
.slide-nav {
  position: fixed;
  display: none;
  z-index: 50000;
  top: 0;
  right: 0;
  width: 375px;
  max-width: 100%;
  height: 100%;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 0 0 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background: rgba(55, 65, 154, 0.92);
  border-left: 10px solid rgba(251, 221, 26, 0.8);
}

.slide-nav a {
  color: white;
}

#slide-nav-overlay {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 49999;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

#slide-nav-overlay.display-block {
  pointer-events: all;
}

/*!*IE 9*!*/
.ie9 + #slide-nav-overlay {
  display: none !important;
}

/*IE 10*/
html[data-useragent*="MSIE 10.0"] #slide-nav-overlay {
  display: none !important;
}

.slide-nav a {
  display: block;
}

.slide-nav ul li {
  display: block;
  padding-bottom: 10px;
}

.slide-nav .hide-mobile {
  display: block;
}

.slide-nav ul .fa {
  display: none;
}

.slide-nav ul li:hover {
  border-bottom: none;
}

.slide-nav ul a:hover {
  border-bottom: 3px solid #fac011;
}

.slide-nav a:link,
.slide-nav a:visited {
  float: left;
  width: 100%;
  margin: 0;
  padding: 6px 20px;
  color: white;
  text-decoration: none;
  line-height: 50px;
}

.slide-nav .on {
  color: white !important;
}

.slide-nav a:hover,
.slide-nav a:active {
  background: rgba(255, 255, 255, 0.2);
}

.slide-nav .small a:link,
.slide-nav .small a:visited {
  padding: 8px 20px;
  font-size: 80%;
  color: rgb(0, 0, 13);
}

.slide-nav a.depth-1, .slide-nav a.depth-2, .slide-nav a.depth-3 {
  text-transform: inherit !important;
  padding: 8px 20px !important;
}

.slide-nav a.depth-0 {
  font-weight: 500;
  font-size: 19px !important;
  line-height: 2;
}

.slide-nav a.depth-1 {
  padding-left: 40px !important;
  font-size: 18px !important;
  line-height: 1.5;
}
.slide-nav a.depth-2 {
  padding-left: 65px !important;
  font-size: 17px !important;
  line-height: 1.5;
}
.slide-nav .close {
  position: absolute;
  z-index: 103;
  right: 0;
  top: 0;
  width: 55px !important;
  padding: 10px;
  font-size: 30px !important;
  font-weight: 700;
  text-decoration: none;
  height: 62px;
  color: white;
}

@media all and (max-width: 1100px) {
  #topnav.container {
    width: 100% !important;
  }
}
@media all and (max-width: 980px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none !important;
  }
  nav ul li:not(.home) {
    display: inline-block;
    float: none;
  }
}
@media all and (max-width: 700px) {
  nav ul.normal {
    text-align: center;
  }
  header .hide-mobile {
    display: none !important;
  }
  header.section .container {
    flex-direction: row;
    justify-content: center;
  }
}
@media all and (max-width: 630px) {
  nav .home {
    display: none !important;
  }
}
@media all and (max-width: 500px) {
  nav ul.normal {
    text-align: left;
  }
}
@media all and (max-width: 700px) {
  #topnav {
    height: 41.2px;
  }
  #topnav .top-level {
    display: none;
  }
}
#toTop {
  position: fixed;
  bottom: 20px;
  z-index: 100;
  right: 20px;
  display: none;
  font-size: 25px;
  background-color: #37419a;
  padding: 6px;
  border-radius: 5px;
}

.second, .third {
  flex-direction: column;
  top: -15px;
  gap: 10px;
}

nav[style*="position: fixed"] {
  top: 0;
  left: 0;
  background-color: hsla(234deg, 47%, 41%, 0.8);
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  height: max-content;
  margin-top: 0;
  max-width: none;
  border-bottom: 6px solid #eab830;
  justify-content: center !important;
  padding: 5px 50px;
  transition: all 0s;
}
@media all and (max-width: 700px) {
  nav[style*="position: fixed"] {
    height: max-content !important;
  }
}
nav[style*="position: fixed"] .stickyLogo {
  display: block;
}
nav[style*="position: fixed"] ul.normal {
  max-width: 1280px;
}
@media all and (max-width: 1230px) {
  nav[style*="position: fixed"] ul.normal {
    gap: 20px !important;
  }
}
@media all and (max-width: 1180px) {
  nav[style*="position: fixed"] ul.normal {
    gap: 10px !important;
  }
}
@media all and (max-width: 1100px) {
  nav[style*="position: fixed"] ul.normal .top-level > a {
    height: 2.5em !important;
  }
}
nav[style*="position: fixed"] ul.normal .top-level.hover > a::before, nav[style*="position: fixed"] ul.normal .top-level.on > a::before {
  top: -14px;
}
nav[style*="position: fixed"] ul.normal a {
  color: white;
}
nav[style*="position: fixed"] ul.normal a i {
  color: white !important;
}
nav[style*="position: fixed"] ul.normal .on a {
  color: white;
}

.home-page {
  /*!* Home Page Hero *!*/
}
.home-page #logo.section {
  position: absolute;
  height: 0;
  overflow: visible;
  z-index: 2;
  width: 100vw;
}
.home-page #logo.section .logo-box {
  max-width: 860px;
  width: 100%;
  height: 100px;
  background-color: #37419a;
  top: -81.5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
}
@keyframes unfold {
  from {
    height: 0;
    top: 0;
  }
  to {
    height: 100px;
    top: -81.5px;
  }
}
.home-page #logo.section .logo-box img {
  width: auto;
  height: 140px;
  margin-left: 60px;
  border-radius: 50%;
  border: 15px solid #6293cc;
  background-color: #6293cc;
  box-sizing: content-box;
  position: relative;
  top: -35px;
  animation-delay: 700ms;
  animation-fill-mode: both;
}
@keyframes scale-up {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@media all and (max-width: 600px) {
  .home-page #logo.section .logo-box img {
    height: clamp(6rem, 1.875rem + 18.333vw, 8.75rem);
    margin-left: clamp(1.438rem, -2.031rem + 15.417vw, 3.75rem);
    top: clamp(-1.75rem, 1.094rem + 2.917vw, -2.188rem);
  }
}
.home-page #logo.section .logo-box p.logo-link {
  line-height: 120%;
  font-size: clamp(1.3rem, 1.14rem + 0.711vw, 1.4rem);
  margin-bottom: 0;
  background: #ffffff;
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, #ffffff 0%, #f8f9ff 30%, #e8ecff 70%, #d4dbff 100%);
  background-size: 300% 300%;
  background-position: 1% 50%;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: max-content;
  cursor: pointer;
  align-self: center;
}
.home-page #logo.section .logo-box p.logo-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(55, 65, 154, 0.1), transparent);
  transition: left 0.6s ease;
}
.home-page #logo.section .logo-box p.logo-link:hover {
  background-position: 100% 100%;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4);
}
.home-page #logo.section .logo-box p.logo-link:hover:before {
  left: 100%;
}
.home-page #logo.section .logo-box p.logo-link a {
  color: #37419a;
}
.home-page #logo.section .logo-box .animation-border-box {
  overflow: hidden;
}
.home-page #logo.section .logo-box .animation-border-box .school-name {
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: 52.5px;
  position: relative;
  animation-delay: 700ms;
  animation-fill-mode: both;
}
@keyframes slide-from-right {
  from {
    left: 50%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@media all and (max-width: 600px) {
  .home-page #logo.section .logo-box .animation-border-box .school-name {
    margin-right: clamp(1.4rem, -1.422rem + 12.542vw, 3.281rem);
  }
}
.home-page #logo.section .logo-box .animation-border-box .school-name span {
  font-family: Poppins, "Open Sans", sans-serif;
  font-weight: 500;
}
.home-page #logo.section .logo-box .animation-border-box .school-name span:first-of-type {
  font-size: 2.94em;
  margin-top: -2px;
}
@media all and (max-width: 600px) {
  .home-page #logo.section .logo-box .animation-border-box .school-name span:first-of-type {
    font-size: clamp(1.74rem, -0.06rem + 8vw, 2.94rem);
    margin-top: clamp(-0.125rem, 0.031rem + 0.417vw, 0.188rem);
  }
}
.home-page #logo.section .logo-box .animation-border-box .school-name span:nth-of-type(2) {
  font-size: 1.91em;
  margin-top: -20px;
}
@media all and (max-width: 600px) {
  .home-page #logo.section .logo-box .animation-border-box .school-name span:nth-of-type(2) {
    font-size: clamp(1.11rem, -0.09rem + 5.333vw, 1.91rem);
    margin-top: clamp(-0.625rem, -0.313rem + 4.167vw, -1.25rem);
  }
}
@media (max-width: 860px) {
  .home-page #logo.section .container {
    padding: 0 1rem;
  }
  .home-page #logo.section .container .logo-box {
    align-items: center;
  }
  .home-page #logo.section .container .logo-box img {
    margin-left: 1rem;
    top: 0;
  }
  .home-page #logo.section .container .logo-box .school-name {
    margin-right: 1rem !important;
    align-items: center;
  }
  .home-page #logo.section .container .logo-box .school-name span {
    margin-top: 0 !important;
    line-height: 1;
  }
  .home-page #logo.section .container .logo-box .school-name span:first-of-type {
    font-size: clamp(1.74rem, -1.36rem + 8vw, 2.94rem) !important;
  }
  .home-page #logo.section .container .logo-box .school-name span:nth-of-type(2) {
    font-size: clamp(1.01rem, -1.315rem + 6vw, 1.91rem) !important;
  }
  .home-page #logo.section .container .logo-box .logo-link {
    font-size: 1rem;
  }
}
@media all and (max-width: 600px) {
  .home-page #logo.section .container {
    padding: clamp(0rem, -1.5rem + 6.667vw, 1rem);
  }
  .home-page #logo.section .logo-box {
    height: max-content;
    align-content: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr clamp(12.625rem, -2.656rem + 67.917vw, 22.813rem);
    grid-template-areas: "item1 item3" "item2 item2";
    gap: 0 1rem;
  }
  .home-page #logo.section .logo-box img {
    grid-area: item1;
    top: -35px !important;
  }
  .home-page #logo.section .logo-box p {
    grid-area: item2;
    justify-self: center;
    margin-bottom: 1rem !important;
    margin-top: -0.7rem !important;
  }
  .home-page #logo.section .logo-box .animation-border-box {
    height: max-content;
    position: relative;
    top: -12px;
  }
  .home-page #logo.section .logo-box .animation-border-box .school-name {
    margin-right: 0 !important;
  }
  .home-page #logo.section .logo-box .animation-border-box .school-name span:first-of-type {
    font-size: clamp(1.74rem, -0.15rem + 8.4vw, 3rem) !important;
  }
  .home-page #logo.section .logo-box .animation-border-box .school-name span:last-of-type {
    font-size: clamp(1.01rem, -0.175rem + 5.267vw, 1.8rem) !important;
  }
  .home-page #logo.section .logo-box div {
    grid-area: item3;
  }
  @keyframes unfold {
    from {
      height: 0;
      top: 0;
    }
    to {
      height: clamp(4.313rem, 1.406rem + 12.917vw, 6.25rem);
      top: -81.5px;
    }
  }
}
.home-page #values.section {
  z-index: 1;
  background-size: 100%;
  background-color: white;
  padding-top: 4.6em;
  padding-bottom: 1.5em;
}
@media (max-width: 600px) {
  .home-page #values.section {
    padding-top: clamp(7.3rem, 1.3rem + 26.667vw, 11.3rem);
  }
}
.home-page #values.section .container {
  gap: 25px;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .home-page #values.section .container {
    gap: 25px 0;
  }
}
.home-page #values.section .container .flex-break {
  display: none;
  width: 100%;
}
@media all and (max-width: 600px) {
  .home-page #values.section .container .flex-break {
    display: block;
  }
}
.home-page #values.section .container .value-container {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.2em;
}
.home-page #values.section .container .value-container:hover .icon-plain {
  opacity: 0 !important;
}
.home-page #values.section .container .value-container:hover .icon-hover {
  opacity: 1 !important;
}
.home-page #values.section .container .value-container:hover .value-name {
  color: #fbdd1a;
}
.home-page #values.section .container .value-container .icon-container {
  display: flex;
  justify-content: center;
}
.home-page #values.section .container .value-container .icon-container img {
  height: clamp(5rem, -2.5rem + 20vw, 6.525rem);
}
@media all and (max-width: 600px) {
  .home-page #values.section .container .value-container .icon-container img {
    height: 100px;
  }
}
.home-page #values.section .container .value-container .icon-container img.icon-plain {
  transition: 0.3s;
}
.home-page #values.section .container .value-container .icon-container img.icon-hover {
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.home-page #values.section .container .value-container .value-name {
  font-weight: normal;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: clamp(1.2rem, 3.2vw, 1.5rem);
  transition: 0.3s;
  color: #37419a;
}
@media all and (max-width: 600px) {
  .home-page #values.section .container .value-container .value-name {
    font-size: 1.4em;
  }
}
.home-page #welcome.section {
  overflow: hidden;
  padding: 0 2em;
  background-size: cover;
  background-repeat: repeat;
}
@media all and (max-width: 810px) {
  .home-page #welcome.section {
    padding: 0;
  }
}
.home-page #welcome.section .container {
  gap: 60px;
}
.home-page #welcome.section .container .message {
  padding: 2em;
  width: 100%;
  max-width: 550px;
  color: #222;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 14px 9px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
@media all and (max-width: 810px) {
  .home-page #welcome.section .container .message {
    max-width: 100%;
  }
}
.home-page #welcome.section .container .message h1 {
  font-size: clamp(1.6rem, 1.28rem + 1.422vw, 1.9rem);
  font-weight: normal;
  text-align: center;
}
.home-page #welcome.section .container .message h1 span {
  font-family: Poppins, "Open Sans", sans-serif;
  line-height: 130%;
}
.home-page #apps {
  background: #37419a;
}
.home-page #apps .container {
  flex-direction: column;
  text-align: center;
  color: white;
  gap: 20px;
  margin: 50px auto;
  padding: 0 2rem;
}
.home-page #apps .container h2 {
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: clamp(1.7rem, 0.833rem + 3.852vw, 2rem);
  margin-bottom: 0;
  line-height: 100%;
}
.home-page #apps .container p {
  font-family: "myriad-pro", "Open Sans", sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: clamp(1.2rem, 1.14rem + 0.711vw, 1.4rem);
}
.home-page #apps .container .apps-logos-container {
  display: flex;
  gap: 100px;
  justify-content: center;
}
@media all and (max-width: 664px) {
  .home-page #apps .container .apps-logos-container {
    gap: clamp(1.25rem, -35.25rem + 100vw, 6.25rem);
  }
}
@media all and (max-width: 410px) {
  .home-page #apps .container .apps-logos-container {
    flex-direction: column;
  }
}
.home-page #apps .container .apps-logos-container a {
  flex: 1;
  display: flex;
}
.home-page #apps .container .apps-logos-container a:first-of-type img {
  margin-left: auto;
}
.home-page #apps .container .apps-logos-container a img {
  width: 100%;
  max-width: 250px;
}
@media all and (max-width: 410px) {
  .home-page #apps .container .apps-logos-container a img {
    margin: auto;
  }
}
.home-page #quickLinks {
  background-color: white;
  padding-top: 1rem;
}
.home-page #quickLinks .container {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  gap: 5px;
  min-height: 300px;
  bottom: 0;
  align-items: center;
}
@media all and (max-width: 530px) {
  .home-page #quickLinks .container {
    flex-wrap: wrap;
    padding: 2em 0;
    gap: 1em 0;
  }
}
.home-page #quickLinks .container .ql-flex-break {
  display: none;
  flex-basis: 100%;
}
@media all and (max-width: 530px) {
  .home-page #quickLinks .container .ql-flex-break {
    display: block;
  }
}
.home-page #quickLinks .container .linkBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.home-page #quickLinks .container .linkBox:hover .icon-inner-container, .home-page #quickLinks .container .linkBox.hover .icon-inner-container {
  filter: drop-shadow(2px 2px 5px rgba(0, 40, 86, 0.4)) !important;
  background-color: #f7d704 !important;
}
.home-page #quickLinks .container .linkBox:hover .ql-hover, .home-page #quickLinks .container .linkBox.hover .ql-hover {
  opacity: 1 !important;
}
.home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding {
  border-radius: 5px;
}
.home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span {
  color: white;
  transition-delay: 0.5s;
}
.home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span:before, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span:before {
  transition-delay: 0s;
}
.home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span:after, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span:after {
  background: #37419a;
  transition-delay: 0.35s;
}
.home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span.from-left:before, .home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span.from-left:after, .home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span.from-right:before, .home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span.from-right:after, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span.from-left:before, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span.from-left:after, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span.from-right:before, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span.from-right:after {
  width: 100%;
}
.home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span.from-top:before, .home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span.from-top:after, .home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span.from-bottom:before, .home-page #quickLinks .container .linkBox:hover .quickLinkName .border-rounding span.from-bottom:after, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span.from-top:before, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span.from-top:after, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span.from-bottom:before, .home-page #quickLinks .container .linkBox.hover .quickLinkName .border-rounding span.from-bottom:after {
  height: 100%;
}
.home-page #quickLinks .container .linkBox .iconContainer {
  position: relative;
}
.home-page #quickLinks .container .linkBox .iconContainer.second-container {
  animation-delay: 300ms;
}
.home-page #quickLinks .container .linkBox .iconContainer.third-container {
  animation-delay: 600ms;
}
.home-page #quickLinks .container .linkBox .iconContainer .icon-inner-container {
  position: relative;
  background-color: #37419a;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.home-page #quickLinks .container .linkBox .iconContainer .icon-inner-container img {
  width: 60%;
}
.home-page #quickLinks .container .linkBox .iconContainer .icon-inner-container .ql-icon {
  transition: all 0.4s;
}
.home-page #quickLinks .container .linkBox .iconContainer .icon-inner-container .ql-hover {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding {
  overflow: hidden;
  transition-delay: 0.35s;
  transition: border-radius 0.05s;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span {
  position: relative;
  display: block;
  padding: 9px 13px 4px;
  font-size: 1.5rem;
  color: #37419a;
  text-transform: uppercase;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  user-select: none;
  z-index: 1;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span:before, .home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span:after {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: -1;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-left:before, .home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-left:after {
  top: 0;
  width: 0;
  height: 100%;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-left:before {
  right: 0;
  border: 1px solid #37419a;
  border-left: 0;
  border-right: 0;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-left:after {
  left: 0;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-right:before, .home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-right:after {
  top: 0;
  width: 0;
  height: 100%;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-right:before {
  left: 0;
  border: 1px solid #37419a;
  border-left: 0;
  border-right: 0;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-right:after {
  right: 0;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-top:before, .home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-top:after {
  left: 0;
  height: 0;
  width: 100%;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-top:before {
  bottom: 0;
  border: 1px solid #37419a;
  border-top: 0;
  border-bottom: 0;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-top:after {
  top: 0;
  height: 0;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-bottom:before, .home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-bottom:after {
  left: 0;
  height: 0;
  width: 100%;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-bottom:before {
  top: 0;
  border: 1px solid #37419a;
  border-top: 0;
  border-bottom: 0;
}
.home-page #quickLinks .container .linkBox .quickLinkName .border-rounding span.from-bottom:after {
  bottom: 0;
  height: 0;
}
.home-page #acknowledgement.section {
  overflow-x: hidden;
}
.home-page #acknowledgement.section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-page #acknowledgement.section .container {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  color: #37419a;
  z-index: 2;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  height: 100%;
  align-items: center;
  flex-direction: column;
  padding: 0 2em;
  margin-bottom: 3em;
}
.home-page #acknowledgement.section .container h2 {
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 2em;
  font-weight: 600;
}
.home-page #acknowledgement.section .container p {
  font-family: Poppins, "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 130%;
  font-size: clamp(1.3rem, 1.14rem + 0.711vw, 1.4rem);
  margin-bottom: 0.5em;
}
.home-page #acknowledgement.section .container p:last-of-type {
  margin-bottom: 0;
}

.sub-page .banner-section {
  display: none;
}
.sub-page #hero.section {
  height: 550px !important;
  z-index: 2;
  background-color: white;
  width: 100%;
  overflow: hidden;
}
.sub-page #main.section {
  font-family: "myriad-pro", "Open Sans", sans-serif;
  position: relative;
  z-index: 1;
  overflow: visible;
  border-top: 40px solid #6293cc;
}
.sub-page #main.section .container {
  max-width: 100%;
  flex-direction: row-reverse;
}
@media all and (max-width: 730px) {
  .sub-page #main.section .container {
    flex-direction: column;
  }
}
.sub-page #main.section .container .left {
  margin-top: -40px;
  padding-left: 2em;
  opacity: 1;
  vertical-align: top;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 70px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  flex: 1;
  min-width: 401px;
}
@media all and (max-width: 1020px) {
  .sub-page #main.section .container .left {
    display: block;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 810px) {
  .sub-page #main.section .container .left {
    width: 100%;
    display: none !important;
    flex-direction: column;
    border: none;
  }
}
.sub-page #main.section .container .left:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #374099;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 0 14px 9px rgba(0, 0, 0, 0.2);
}
.sub-page #main.section .container .left .top {
  position: sticky;
  top: 0;
  overflow: visible;
}
.sub-page #main.section .container .left .top .subnav {
  padding-bottom: 5px;
  list-style: none;
  font-size: 22px;
  text-align: left;
  top: 0;
  position: relative;
  margin: 8px 0 8px 8px;
  border-radius: 10px;
}
.sub-page #main.section .container .left .top .subnav li {
  margin: 5px 0;
}
.sub-page #main.section .container .left .top .subnav li.depth-2 {
  margin: 0;
}
.sub-page #main.section .container .left .top .subnav .top-level.on, .sub-page #main.section .container .left .top .subnav .top-level.opened-top-level {
  margin-bottom: 20px;
}
.sub-page #main.section .container .left .top .subnav .top-level.on:before, .sub-page #main.section .container .left .top .subnav .top-level.opened-top-level:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  background-color: #1c214f;
  right: -8.5px;
  top: -18px;
  transform: rotate(45deg);
  z-index: -1;
}
.sub-page #main.section .container .left .top .subnav .top-level.on:after, .sub-page #main.section .container .left .top .subnav .top-level.opened-top-level:after {
  content: "";
  height: 100%;
  width: 104%;
  position: absolute;
  background-color: #2a3174;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: -3px;
  z-index: -1;
  right: -15px;
  box-shadow: 4px 7px 10px -3px black;
}
.sub-page #main.section .container .left .top .subnav .top-level.on span, .sub-page #main.section .container .left .top .subnav .top-level.opened-top-level span {
  color: white !important;
}
.sub-page #main.section .container .left .top .subnav .top-level.on span:before, .sub-page #main.section .container .left .top .subnav .top-level.opened-top-level span:before {
  content: "";
  width: 30px;
  height: 22px;
  position: absolute;
  top: -25px;
  right: 0;
  background-color: #37419a;
}
.sub-page #main.section .container .left .top .subnav .top-level span {
  font-size: 22px;
  font-weight: 400 !important;
  font-family: "Sukhumvit Set", "Open Sans", sans-serif !important;
}
@media all and (max-width: 1028px) {
  .sub-page #main.section .container .left .top .subnav .top-level span {
    font-size: 18px;
  }
}
.sub-page #main.section .container .left .top .subnav a:link li, .sub-page #main.section .container .left .top .subnav a:visited li {
  padding: 7px 3rem 7px 10px;
  text-align: left;
  text-shadow: unset;
  position: relative;
  letter-spacing: 0.25px;
}
.sub-page #main.section .container .left .top .subnav a:link li span, .sub-page #main.section .container .left .top .subnav a:visited li span {
  font-family: "Sukhumvit Set", "Open Sans", sans-serif !important;
  max-width: max-content;
  display: block;
}
.sub-page #main.section .container .left .top .subnav a:link li span:hover:after, .sub-page #main.section .container .left .top .subnav a:visited li span:hover:after {
  content: "";
  background: "";
  text-shadow: unset !important;
  width: 35px;
  position: absolute;
  margin-left: 10px;
  top: 50%;
  height: 20px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  opacity: 0.7;
}
.sub-page #main.section .container .left .top .subnav a:link li span:hover:after.top-level, .sub-page #main.section .container .left .top .subnav a:visited li span:hover:after.top-level {
  background: rgba(255, 255, 255, 0.8);
  color: #37419a;
}
@media all and (max-width: 1020px) {
  .sub-page #main.section .container .left .top .subnav a:link li, .sub-page #main.section .container .left .top .subnav a:visited li {
    border-radius: 7px;
  }
}
.sub-page #main.section .container .left .top .subnav li.on.top-level:not(.top-no-subs-on) span {
  background: "blue" !important;
  color: #fbdd1a;
  text-shadow: unset !important;
}
.sub-page #main.section .container .left .top .subnav li.on.top-level span {
  position: unset !important;
  padding: 10px !important;
}
.sub-page #main.section .container .left .top .subnav li.on span:not(.top-no-subs-on) {
  border-bottom: "";
  padding-bottom: 0;
  color: white;
  position: relative;
}
.sub-page #main.section .container .left .top .subnav li.on span:not(.top-no-subs-on):not(.top-level) {
  border-bottom: "";
}
.sub-page #main.section .container .left .top .subnav li.depth-1.on span {
  background: "blue" !important;
  color: #fbdd1a !important;
  text-shadow: unset !important;
  padding: 10px !important;
  border-radius: 10px;
  max-width: max-content;
  display: block;
}
.sub-page #main.section .container .left .top .subnav li.second {
  background: none;
  color: white;
  text-shadow: unset !important;
}
.sub-page #main.section .container .left .top .subnav li.second span {
  font-size: 20px;
  font-weight: 300 !important;
  font-family: "myriad-pro", "Open Sans", sans-serif;
}
@media all and (max-width: 1028px) {
  .sub-page #main.section .container .left .top .subnav li.second span {
    font-size: 20px;
  }
}
.sub-page #main.section .container .left .top .subnav li.second.depth-1 {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.sub-page #main.section .container .left .top .subnav li.second.depth-2 {
  margin-left: 35px;
}
.sub-page #main.section .container .left .top .subnav li.second.depth-2.on {
  background: "blue" !important;
  text-shadow: unset !important;
  padding: 10px !important;
  border-radius: 10px;
  max-width: max-content;
  display: block;
}
.sub-page #main.section .container .left .top .subnav li.second.depth-2.on span {
  color: #fbdd1a !important;
}
.sub-page #main.section .container .left .top .subnav li.second.depth-2 span {
  font-size: 19px;
}
@media all and (max-width: 1028px) {
  .sub-page #main.section .container .left .top .subnav li.second.depth-2 span {
    font-size: 19px;
  }
}
.sub-page #main.section .container .left .top .subnav li.second.depth-3 {
  padding-left: 60px !important;
}
.sub-page #main.section .container .left .top .subnav li.second.depth-3 span {
  font-size: 13.5px;
}
.sub-page #main.section .container .left .top .subnav a:first-of-type li {
  margin-top: 0 !important;
}
.sub-page #main.section .container .right {
  position: relative;
  padding: 2rem;
  color: #222;
  z-index: 2;
  flex: 4;
  overflow: hidden;
}
@media all and (min-width: 1500px) {
  .sub-page #main.section .container .right {
    flex: 4;
  }
}
@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right {
    float: none;
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 730px) {
  .sub-page #main.section .container .right {
    width: 100%;
  }
}
@media all and (max-width: 420px) {
  .sub-page #main.section .container .right {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.sub-page #main.section .container .right .top {
  z-index: 0;
  position: relative;
}
.sub-page #main.section .container .right .top .content {
  min-height: 200px;
  /**
    USED BY SUBPAGE CONTENT & CKEDITOR with .container prepended already
  */
  /*GLOBAL*/
  /*GLOBAL*/
  /*BOOTSTRAP*/
  /*Accordion*/
  /*BREAKPOINTS*/
  /*NAVIGATION*/
  /*NAVIGATION*/
  /*BURGER MENU NAVIGATION*/
  /*BURGER MENU*/
  /*HERO SECTION*/
  /*HERO SECTION*/
  /*VALUES SECTION*/
  /*VALUES SECTION*/
  /*LINKS SECTION*/
  /*SUB PAGE CONTENT*/
  /*SUB PAGE CONTENT*/
  /*SUB PAGE SIDE NAVIGATION*/
  /*SUB PAGE SIDE NAVIGATION*/
  /*SUB PAGE BOTTOM NAVIGATION (MOBILE)*/
  /*SUB PAGE BOTTOM NAVIGATION (MOBILE)*/
  /*FOOTER*/
  /*FOOTER*/
  /*MISCELLANEOUS*/
  /*MISCELLANEOUS*/
  /*SUB PAGE CUSTOM CLASS STYLES*/
  /*GLOBAL*/
  /*GLOBAL*/
  /*BOOTSTRAP*/
  /*Accordion*/
  /*BREAKPOINTS*/
  /*NAVIGATION*/
  /*NAVIGATION*/
  /*BURGER MENU NAVIGATION*/
  /*BURGER MENU*/
  /*HERO SECTION*/
  /*HERO SECTION*/
  /*VALUES SECTION*/
  /*VALUES SECTION*/
  /*LINKS SECTION*/
  /*SUB PAGE CONTENT*/
  /*SUB PAGE CONTENT*/
  /*SUB PAGE SIDE NAVIGATION*/
  /*SUB PAGE SIDE NAVIGATION*/
  /*SUB PAGE BOTTOM NAVIGATION (MOBILE)*/
  /*SUB PAGE BOTTOM NAVIGATION (MOBILE)*/
  /*FOOTER*/
  /*FOOTER*/
  /*MISCELLANEOUS*/
  /*MISCELLANEOUS*/
  /*SUB PAGE CUSTOM CLASS STYLES*/
  /* Buttons . */
  /*
  .sub-page #main.section .container .right .top .content ul, .sub-page #main.section .container .right .top .content ol, .sub-page #main.section .container .right .top .content li, .sub-page #main.section .container .right .top .content p, .sub-page #main.section .container .right .top .content a, .sub-page #main.section .container .right .top .content b, .sub-page #main.section .container .right .top .content strong, .sub-page #main.section .container .right .top .content em, .sub-page #main.section .container .right .top .content span, .sub-page #main.section .container .right .top .content div
  */
  /* Sitemap */
}
.sub-page #main.section .container .right .top .content p {
  font-size: clamp(1rem, 1.054rem + 0.649vw, 1.35rem);
}
.sub-page #main.section .container .right .top .content a:link, .sub-page #main.section .container .right .top .content a:visited {
  color: #37419a;
}
.sub-page #main.section .container .right .top .content ol {
  margin-left: 20px;
  list-style-position: outside !important;
}
.sub-page #main.section .container .right .top .content ul {
  margin-left: 20px;
  list-style-position: outside !important;
}
.sub-page #main.section .container .right .top .content li {
  padding: 5px 0;
}
.sub-page #main.section .container .right .top .content td, .sub-page #main.section .container .right .top .content tr, .sub-page #main.section .container .right .top .content table {
  max-width: 100%;
}
.sub-page #main.section .container .right .top .content .horizontal-dividers th, .sub-page #main.section .container .right .top .content .horizontal-dividers td {
  border-bottom: 1px solid #37419a;
}
.sub-page #main.section .container .right .top .content .header-image {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  padding: 4px;
  max-width: 98%;
  margin: 0 auto 41px auto;
  display: table;
}
.sub-page #main.section .container .right .top .content .header-image img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
}
.sub-page #main.section .container .right .top .content .btn, .sub-page #main.section .container .right .top .content .button {
  border-radius: 4px;
  background-color: #37419a;
  border: none;
  color: #fff !important;
  text-align: center;
  padding: 10px 16px;
  width: max-content;
  font-size: clamp(1.2rem, 1.054rem + 0.649vw, 1.5rem);
  margin-bottom: 1em;
  transition: all 0.25s;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
}
.sub-page #main.section .container .right .top .content .btn:not(.newsletter-year):hover, .sub-page #main.section .container .right .top .content .button:not(.newsletter-year):hover {
  box-shadow: inset 0 0 0 3em #fbdd1a;
  border-color: #fbdd1a;
  color: #37419a !important;
  border-radius: 8px;
}
.sub-page #main.section .container .right .top .content .btn:not(.newsletter-year):hover small, .sub-page #main.section .container .right .top .content .button:not(.newsletter-year):hover small {
  color: #2a3073 !important;
}
@media all and (max-width: 689px) {
  .sub-page #main.section .container .right .top .content .btn, .sub-page #main.section .container .right .top .content .button {
    padding: 0.4em !important;
  }
}
.sub-page #main.section .container .right .top .content .btn small, .sub-page #main.section .container .right .top .content .button small {
  margin: 0 0 0 10px;
  color: white !important;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  transition: margin 0.5s;
}
.sub-page #main.section .container .right .top .content .btn:focus, .sub-page #main.section .container .right .top .content .button:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.sub-page #main.section .container .right .top .content .sub-page .grid .btn {
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
  height: 100%;
  width: 100%;
}
.sub-page #main.section .container .right .top .content #sticky_links .btn, .sub-page #main.section .container .right .top .content #sticky_links .button {
  padding: 1.3em 0;
  width: 100%;
}
.sub-page #main.section .container .right .top .content .btn.newsletter-year, .sub-page #main.section .container .right .top .content .button.newsletter-year {
  font-size: 1.3em !important;
  font-weight: bold !important;
  margin: 10px 8px 0 0;
}
.sub-page #main.section .container .right .top .content .custom-popover {
  --bs-popover-border-color: #192951;
  --bs-popover-border-width: 2px;
  --bs-popover-body-padding-x: .5rem;
  --bs-popover-body-padding-y: .5rem;
  --bs-popover-body-color: #192951;
}
.sub-page #main.section .container .right .top .content .accordion h2 {
  margin: 0;
  padding-top: 0;
}
.sub-page #main.section .container .right .top .content .accordion .accordion-button {
  font-size: 1.5rem;
}
.sub-page #main.section .container .right .top .content * {
  -webkit-font-smoothing: antialiased;
  font-family: "myriad-pro", "Open Sans", sans-serif;
  font-weight: 300;
}
.sub-page #main.section .container .right .top .content *:focus:not(:focus-visible) {
  /* Remove focus indication when a mouse is used */
  outline: none;
}
.sub-page #main.section .container .right .top .content *:focus-visible {
  outline: 0.125rem solid #000000;
  outline-offset: 0.125rem;
}
.sub-page #main.section .container .right .top .content .fa, .sub-page #main.section .container .right .top .content .far, .sub-page #main.section .container .right .top .content .fas {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.sub-page #main.section .container .right .top .content img, .sub-page #main.section .container .right .top .content iframe {
  max-width: 100%;
}
.sub-page #main.section .container .right .top .content h1#top {
  text-transform: uppercase;
  font-family: "myriad-pro", "Open Sans", sans-serif !important;
  line-height: 120% !important;
  color: #37419a !important;
  font-size: clamp(1.7rem, 1.585rem + 0.513vw, 2.2rem) !important;
  margin: 0 0 25px;
  font-weight: 600;
  width: max-content;
  border-bottom: 3px solid;
  padding-bottom: 10px;
}
.sub-page #main.section .container .right .top .content h1#top:before {
  content: "";
  height: 100%;
  width: 19%;
  position: absolute;
  border-bottom: 3px solid white;
  box-sizing: content-box;
  left: 0;
}
.sub-page #main.section .container .right .top .content h1#top:after {
  content: "";
  height: 100%;
  width: 19%;
  position: absolute;
  border-bottom: 3px solid white;
  box-sizing: content-box;
  right: 0;
}
.sub-page #main.section .container .right .top .content h1, .sub-page #main.section .container .right .top .content h2, .sub-page #main.section .container .right .top .content h3, .sub-page #main.section .container .right .top .content h4, .sub-page #main.section .container .right .top .content h5, .sub-page #main.section .container .right .top .content h6 {
  color: #37419a !important;
  line-height: 100% !important;
  font-family: "myriad-pro", "Open Sans", sans-serif !important;
  font-weight: 500;
}
.sub-page #main.section .container .right .top .content h1 {
  font-size: clamp(1.7rem, 1.585rem + 0.513vw, 2.2rem);
}
.sub-page #main.section .container .right .top .content h2, .sub-page #main.section .container .right .top .content h2 > span {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
}
.sub-page #main.section .container .right .top .content h3, .sub-page #main.section .container .right .top .content h3 > span {
  font-size: clamp(1.5rem, 1.431rem + 0.308vw, 1.8rem);
}
.sub-page #main.section .container .right .top .content h4, .sub-page #main.section .container .right .top .content h4 > span {
  font-size: clamp(1.4rem, 1.354rem + 0.205vw, 1.6rem);
}
.sub-page #main.section .container .right .top .content h5, .sub-page #main.section .container .right .top .content h5 > span {
  font-size: clamp(1.2rem, 1.131rem + 0.308vw, 1.5rem);
}
.sub-page #main.section .container .right .top .content h6, .sub-page #main.section .container .right .top .content h6 > span {
  font-size: clamp(1.1rem, 1.031rem + 0.308vw, 1.4rem);
}
.sub-page #main.section .container .right .top .content h2 {
  margin-bottom: 18px;
  padding-top: 16px;
  margin-top: 0;
}
.sub-page #main.section .container .right .top .content h3 {
  margin-bottom: 16px;
  padding-top: 14px;
  margin-top: 0;
}
.sub-page #main.section .container .right .top .content h4 {
  margin-bottom: 14px;
  padding-top: 12px;
  margin-top: 0;
}
.sub-page #main.section .container .right .top .content h5 {
  margin-bottom: 12px;
  padding-top: 10px;
  margin-top: 0;
}
.sub-page #main.section .container .right .top .content h6 {
  margin-bottom: 10px;
  padding-top: 8px;
  margin-top: 0;
}
.sub-page #main.section .container .right .top .content ul, .sub-page #main.section .container .right .top .content ol, .sub-page #main.section .container .right .top .content li, .sub-page #main.section .container .right .top .content p, .sub-page #main.section .container .right .top .content a, .sub-page #main.section .container .right .top .content em, .sub-page #main.section .container .right .top .content span, .sub-page #main.section .container .right .top .content div {
  font-family: "myriad-pro", "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 125% !important;
  font-size: clamp(1rem, 1.054rem + 0.649vw, 1.35rem);
}
.sub-page #main.section .container .right .top .content b, .sub-page #main.section .container .right .top .content em, .sub-page #main.section .container .right .top .content strong {
  font-weight: bold !important;
}
.sub-page #main.section .container .right .top .content a:link, .sub-page #main.section .container .right .top .content a:visited {
  text-decoration: underline;
}
.sub-page #main.section .container .right .top .content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.sub-page #main.section .container .right .top .content ul li:last-child {
  margin-bottom: 18px;
}
.sub-page #main.section .container .right .top .content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.sub-page #main.section .container .right .top .content ol li:last-child {
  margin-bottom: 18px;
}
.sub-page #main.section .container .right .top .content span.size {
  font-size: 65%;
}
.sub-page #main.section .container .right .top .content blockquote {
  color: #fbdd1a;
  font-style: italic;
  font-family: Georgia, Sans-Serif, "Times New Roman", serif !important;
  padding: 10px 8px 10px 20px;
  border-top: 1px solid #37419a;
  border-bottom: 1px solid #37419a;
  border-left: 0;
  margin-bottom: 1em;
}
.sub-page #main.section .container .right .top .content blockquote p:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 600px) {
  .sub-page #main.section .container .right .top .content img {
    height: auto !important;
  }
}
.sub-page #main.section .container .right .top .content table {
  border-collapse: unset;
}
.sub-page #main.section .container .right .top .content .calendar {
  width: 100%;
  margin: 10px 0 0;
}
.sub-page #main.section .container .right .top .content .calendar * {
  font-family: Roboto, Arial, Verdana, Helvetica, sans-serif !important;
}
.sub-page #main.section .container .right .top .content .calendar thead tr .fa {
  font: normal normal 900 25px/1 "Font Awesome 5 Free" !important;
  position: relative;
  top: 6px;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td:first-child {
  border-left: 1px solid #e6e6e6;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td:last-child {
  border-right: 1px solid #e6e6e6;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td a:link {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td a:visited {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td a:hover {
  background: #eaeaea;
  background: linear-gradient(to bottom, #eaeaea, #f0f0f0);
  text-decoration: none;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td a svg {
  display: block;
  margin: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.sub-page #main.section .container .right .top .content .calendar thead tr th {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
  text-align: center;
  font-weight: 700;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr th {
  width: 14.3%;
  height: 40px;
  padding: 5px;
  font-weight: 700;
  text-align: left;
  vertical-align: bottom;
  font-size: 14px;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td {
  border: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
  height: 100px;
  background-color: white;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td .day {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 12px !important;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td .day * {
  font-size: 12px !important;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td:hover .day {
  background: #f3f3f3;
  text-decoration: none;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td .number {
  float: left;
  width: 100%;
  height: 24px;
  padding: 5px;
  text-align: left;
  font-size: 80%;
  color: #999;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td .events {
  float: left;
  width: 100%;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a.tooltip {
  opacity: 1;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a:link {
  float: left;
  clear: left;
  margin: 0 0 2px;
  padding: 2px 5px;
  font-size: 80%;
  color: #999;
  text-decoration: none !important;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a:visited {
  float: left;
  clear: left;
  margin: 0 0 2px;
  padding: 2px 5px;
  font-size: 80%;
  color: #999;
  text-decoration: none !important;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a.allday:link {
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 2px;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a.allday:visited {
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 2px;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a.multiday:link {
  width: 100%;
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 0;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a.multiday:visited {
  width: 100%;
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 0;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.blank {
  background: #e4e4e4;
  border: 1px solid #ddd;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.blank:hover .day {
  background: #ddd;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.weekend .day {
  background: #f7f7f7;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.weekend:hover .day {
  background: #f3f3f3;
  text-decoration: none;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.today .day {
  background: #ffc;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.today:hover .day {
  background: #ffffa9;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.current .day {
  background: #2382ef;
  color: #fff;
  font-weight: 700;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.current:hover .day {
  background: #2382ef;
}
.sub-page #main.section .container .right .top .content .calendar tbody.agenda-view {
  display: none;
}
.sub-page #main.section .container .right .top .content .calendar tbody.agenda-view tr.agenda-day.empty {
  display: none;
}
@media all and (max-width: 600px) {
  .sub-page #main.section .container .right .top .content .calendar tbody.month-view {
    display: none;
  }
  .sub-page #main.section .container .right .top .content .calendar tbody.agenda-view {
    display: table-row-group;
  }
}
.sub-page #main.section .container .right .top .content .sitemap a {
  display: block;
}
.sub-page #main.section .container .right .top .content .sitemap ul li {
  display: block;
  padding-bottom: 10px;
}
.sub-page #main.section .container .right .top .content .sitemap .hide-mobile {
  display: block;
}
.sub-page #main.section .container .right .top .content .sitemap ul .fa {
  display: none;
}
.sub-page #main.section .container .right .top .content .sitemap a:hover {
  text-decoration: underline !important;
}
.sub-page #main.section .container .right .top .content .sitemap a:link,
.sub-page #main.section .container .right .top .content .sitemap a:visited {
  width: 100%;
  margin: 0;
  padding: 6px 20px 6px 0;
  color: #222;
  text-decoration: none;
}
.sub-page #main.section .container .right .top .content .sitemap a.depth-1, .sub-page #main.section .container .right .top .content .sitemap a.depth-2, .sub-page #main.section .container .right .top .content .sitemap a.depth-3 {
  text-transform: inherit !important;
  padding: 8px 20px !important;
}
.sub-page #main.section .container .right .top .content .sitemap a.depth-0 {
  font-weight: 500;
  font-size: 24px !important;
}
.sub-page #main.section .container .right .top .content .sitemap a.depth-1 {
  padding-left: 30px !important;
  font-size: 20px !important;
}
.sub-page #main.section .container .right .top .content .sitemap a.depth-2 {
  padding-left: 60px !important;
  font-size: 17px !important;
}
.sub-page #main.section .container .right .top .content .sitemap a.depth-2 {
  padding-left: 90px !important;
  font-size: 14px !important;
}
.sub-page #main.section .container .right .top .content .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.sub-page #main.section .container .right .top .content .gallery a.gallery-a {
  border-radius: 5px;
  overflow: hidden;
  filter: drop-shadow(1px 1px 2px grey);
  text-decoration: none !important;
}
.sub-page #main.section .container .right .top .content .gallery a.gallery-a img {
  transition: all 1s;
}
.sub-page #main.section .container .right .top .content .gallery a.gallery-a:hover img {
  transition: all 7s ease-out;
  scale: 1.1;
}
.sub-page #main.section .container .right .top .blog .h2 {
  margin-bottom: 2px !important;
}
.sub-page #main.section .container .right .top .blog span.date-index {
  color: #666;
  display: block;
  padding-bottom: 10px;
}
.sub-page #main.section .container .right .top .blog span.date-post {
  color: #666;
  display: block;
  padding-bottom: 10px;
}
.sub-page #main.section .container .right .top .blog .pagenumbers {
  text-align: center;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .info {
  padding-bottom: 15px;
  padding-top: 30px;
}
.sub-page #main.section .container .right .top .blog .pagenumbers a.button.button-disabled {
  display: none !important;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .prevnext {
  display: inline-block;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .pages {
  display: inline-block;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .pages div {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .pages div:first-of-type {
  padding-left: 10px;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .pages div:last-of-type {
  padding-right: 10px;
}
@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right .top {
    margin-bottom: 0;
  }
}
.sub-page #main.section .container .right .top .flex-center {
  display: flex;
  justify-content: center;
  margin: 0 0 1em;
  gap: 20px;
  flex-wrap: wrap;
}
.sub-page #main.section .container .right .top .flex-between {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1em;
  gap: 20px;
}
.sub-page #main.section .container .right .top .flex-between > div {
  flex: 1;
}
.sub-page #main.section .container .right .top p:not(.policy) a.btn {
  max-width: max-content;
  width: 100%;
}
.sub-page #main.section .container .right .top .grid {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
}
.sub-page #main.section .container .right .top .grid p {
  font-size: clamp(1.2rem, 1.105rem + 0.421vw, 1.5rem);
}
.sub-page #main.section .container .right .top .grid a.btn {
  max-width: unset !important;
  width: auto;
}
.sub-page #main.section .container .right .top .grid img {
  border-radius: 5px;
  border: 1px solid lightgrey;
}
.sub-page #main.section .container .right .top a.btn {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 300 !important;
}
.sub-page #main.section .container .right .top a.btn small {
  margin-left: 0 !important;
  align-self: flex-end;
}
.sub-page #main.section .container .right .top .flex-column {
  align-items: center;
  /*UNIQUE TO SPECIFIC SITE BELOW*/
  /*UNIQUE TO SPECIFIC SITE ABOVE*/
}
.sub-page #main.section .container .right .top .flex-column p.circle {
  color: rgb(151, 193, 231);
  width: max-content;
  border: 1px solid rgb(151, 193, 231);
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.sub-page #main.section .container .right .top .flex-column p.circle:hover span {
  bottom: 0;
}
.sub-page #main.section .container .right .top .flex-column p.circle:hover a {
  color: white !important;
}
.sub-page #main.section .container .right .top .flex-column p.circle:hover + p {
  color: #37419a;
}
.sub-page #main.section .container .right .top .flex-column p.circle span {
  background: #37419a;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: 100%;
  transition: bottom 0.7s;
}
.sub-page #main.section .container .right .top .flex-column p.circle a {
  color: #aeaee3 !important;
  z-index: 1;
  position: relative;
  -webkit-transition: color 0.7s;
  -moz-transition: color 0.7s;
  -ms-transition: color 0.7s;
  -o-transition: color 0.7s;
  transition: color 0.7s;
}
.sub-page #main.section .container .right .top .flex-column p.circle a i {
  padding: 18px;
}
.sub-page #main.section .container .right .top .flex-column p:nth-child(2) {
  -webkit-transition: color 0.7s;
  -moz-transition: color 0.7s;
  -ms-transition: color 0.7s;
  -o-transition: color 0.7s;
  transition: color 0.7s;
}
.sub-page #main.section .container .right .top .flex-around {
  display: flex;
  justify-content: space-around;
  margin: 0 0 1em;
  gap: 20px;
  flex-wrap: wrap;
}
.sub-page #main.section .container .right .top .flex-around p, .sub-page #main.section .container .right .top .flex-around p a {
  margin-bottom: 0 !important;
}
.sub-page #main.section .container .right .top .horizontal-scroll {
  overflow-x: auto;
}
@media all and (max-width: 700px) {
  .sub-page #main.section .container .right .top .mobile-column {
    flex-direction: column;
  }
  .sub-page #main.section .container .right .top .hide-mobile-content {
    display: none !important;
  }
}
@media all and (min-width: 701px) {
  .sub-page #main.section .container .right .top .hide-desktop {
    display: none !important;
  }
}
.sub-page #main.section .container .right .bottom {
  position: absolute;
  bottom: 102px;
}
@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right .bottom {
    display: none;
  }
}
@media all and (max-width: 925px) {
  .sub-page .section.links {
    display: none;
  }
}
@media print {
  @page {
    .sub-page {
      size: portrait;
    }
  }
  .sub-page .top-bar {
    display: none;
  }
  .sub-page .header {
    display: none;
  }
  .sub-page .menu-item {
    display: none;
  }
  .sub-page nav {
    display: none;
  }
  .sub-page .motto {
    display: none;
  }
  .sub-page .hero {
    display: none;
  }
  .sub-page .footer-top {
    display: none;
  }
  .sub-page .footer, .sub-page footer {
    display: none;
  }
  .sub-page .subnav {
    display: none;
  }
  .sub-page .related-pages {
    display: none;
  }
}
.sub-page sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.sub-page .newsletters {
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
}
@media all and (max-width: 560px) {
  .sub-page .newsletters {
    display: block;
  }
}
.sub-page .fancybox-image {
  border-radius: 5px;
}

.g-recaptcha {
  margin-bottom: 15px;
}
@media all and (max-width: 395px) {
  .g-recaptcha {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
  }
}

@media all and (max-width: 500px) {
  .mobile-unfloat {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
}

.policy.grid span {
  text-align: center;
  margin: auto;
}
.policy.grid small {
  margin-top: -30px;
}

.div-bg-primary {
  background-color: rgba(71, 83, 189, 0.7);
  padding: 20px;
  color: white;
}

.div-bg-secondary {
  background-color: #fbe133;
  padding: 20px;
}

.div-columns {
  columns: 2;
}
@media all and (max-width: 600px) {
  .div-columns {
    columns: 1;
  }
}

/* Sitemap */
.sitemap a {
  display: block;
}

.sitemap ul li {
  display: block;
  padding-bottom: 10px;
}

.sitemap .hide-mobile {
  display: block;
}

.sitemap ul .fa {
  display: none;
}

.sitemap a:hover {
  text-decoration: underline !important;
}

.sitemap a:link,
.sitemap a:visited {
  width: 100%;
  margin: 0;
  padding: 6px 20px 6px 0;
  color: #222;
  text-decoration: none;
}

.sitemap a.depth-1, .sitemap a.depth-2, .sitemap a.depth-3 {
  text-transform: inherit !important;
  padding: 8px 20px !important;
}

.sitemap a.depth-0 {
  font-weight: 500;
  font-size: 24px !important;
}

.sitemap a.depth-1 {
  padding-left: 30px !important;
  font-size: 20px !important;
}

.sitemap a.depth-2 {
  padding-left: 60px !important;
  font-size: 17px !important;
}

.sitemap a.depth-2 {
  padding-left: 90px !important;
  font-size: 14px !important;
}

footer {
  position: relative;
  background: black !important;
  color: #fff;
  padding: 2em;
}
footer *:not(i) {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
}
footer .container {
  flex-direction: column;
  gap: 30px;
}
footer .container .top {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media all and (max-width: 850px) {
  footer .container .top > div {
    flex: 1;
  }
}
@media all and (max-width: 840px) {
  footer .container .top {
    flex-direction: column;
    align-items: center;
  }
  footer .container .top > div {
    align-items: center;
  }
  footer .container .top .col3 {
    text-align: center !important;
  }
}
footer .container .top .col1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}
@media all and (max-width: 700px) {
  footer .container .top .col1 {
    text-align: center;
  }
}
footer .container .top .col1 .favicon-link {
  color: black;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 700px) {
  footer .container .top .col1 .favicon-link {
    justify-content: center;
  }
}
footer .container .top .col1 .favicon-link .icon {
  background-color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
}
footer .container .top .col1 .favicon-link .icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .container .top .col1 .favicon-link .text {
  color: white;
}
footer .container .top .col1 p {
  margin: 0;
}
footer .container .top .col1 p:first-of-type {
  margin-bottom: auto;
}
footer .container .top .col1 p .school-logo-footer {
  width: 70px;
  margin-bottom: 10px;
}
@media all and (max-width: 700px) {
  footer .container .top .col1 p .school-logo-footer {
    width: 100px;
  }
}
@media all and (max-width: 850px) {
  footer .container .top .col1 p img {
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  footer .container .top .col1 p img {
    width: auto;
  }
}
footer .container .top .col2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
footer .container .top .col2 p {
  margin-bottom: 0;
}
footer .container .top .col3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  gap: 1rem;
}
footer .container .top .col3 div:not(.logos) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .container .top .col3 p {
  margin-bottom: 0;
}
@media all and (max-width: 840px) {
  footer .container .top .col3 {
    text-align: center;
  }
}
@media all and (max-width: 700px) {
  footer .container .top .col3 {
    text-align: center;
  }
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -120%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-90deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* USE THIS TO CREATE CUSTOM ANIMATIONS FOR AOS*/
[data-aos=slide-in-left] {
  opacity: 0;
}
[data-aos=slide-in-left].aos-animate {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

[data-aos=roll-in-blurred-left] {
  opacity: 0;
}
[data-aos=roll-in-blurred-left].aos-animate {
  -webkit-animation: roll-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: roll-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@-webkit-keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-720deg);
    transform: translateX(-1000px) rotate(-720deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-720deg);
    transform: translateX(-1000px) rotate(-720deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

[data-aos=back-in-right] {
  opacity: 0;
}
[data-aos=back-in-right].aos-animate {
  -webkit-animation: back-in-right 1s;
  animation: back-in-right 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  opacity: 1;
}
@keyframes back-in-right {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes back-in-right {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

[data-aos=rotate-in-right-scale] {
  opacity: 0;
}
[data-aos=rotate-in-right-scale].aos-animate {
  -webkit-animation: rotate-in-right-scale 1s;
  animation: rotate-in-right-scale 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease-in-out;
  opacity: 1;
}
@keyframes rotate-in-right-scale {
  0% {
    transform: scale(0) rotate(-540deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    @media (min-width: 481px) {
      [data-aos=rotate-in-right-scale].aos-animate {
        -webkit-transform: scale(1) rotate(0deg);
      }
    }
    @media (max-width: 480px) {
      [data-aos=rotate-in-right-scale].aos-animate {
        -webkit-transform: scale(0.7) rotate(0deg);
      }
    }
  }
}
@-webkit-keyframes rotate-in-right-scale {
  0% {
    -webkit-transform: scale(0) rotate(-540deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    @media (min-width: 481px) {
      [data-aos=rotate-in-right-scale].aos-animate {
        -webkit-transform: scale(1) rotate(0deg);
      }
    }
    @media (max-width: 480px) {
      [data-aos=rotate-in-right-scale].aos-animate {
        -webkit-transform: scale(0.7) rotate(0deg);
      }
    }
  }
}

[data-aos=rotate-in-left-scale] {
  opacity: 0;
}
[data-aos=rotate-in-left-scale].aos-animate {
  -webkit-animation: rotate-in-left-scale 1s;
  animation: rotate-in-left-scale 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease-in-out;
  opacity: 1;
}
@keyframes rotate-in-left-scale {
  0% {
    transform: scale(0) rotate(540deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    @media (min-width: 481px) {
      [data-aos=rotate-in-left-scale].aos-animate {
        -webkit-transform: scale(1) rotate(0deg);
      }
    }
    @media (max-width: 480px) {
      [data-aos=rotate-in-left-scale].aos-animate {
        -webkit-transform: scale(0.7) rotate(0deg);
      }
    }
  }
}
@-webkit-keyframes rotate-in-left-scale {
  0% {
    -webkit-transform: scale(0) rotate(540deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    @media (min-width: 481px) {
      [data-aos=rotate-in-left-scale].aos-animate {
        -webkit-transform: scale(1) rotate(0deg);
      }
    }
    @media (max-width: 480px) {
      [data-aos=rotate-in-left-scale].aos-animate {
        -webkit-transform: scale(0.7) rotate(0deg);
      }
    }
  }
}

[data-aos=drop-slingshot] {
  opacity: 0;
}
[data-aos=drop-slingshot].aos-animate {
  -webkit-animation: drop-slingshot 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: drop-slingshot 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  opacity: 1;
}
@-webkit-keyframes drop-slingshot {
  0% {
    transform: rotateX(-30deg) translateY(-600px) scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translateY(0) scale(1);
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes drop-slingshot {
  0% {
    transform: rotateX(-30deg) translateY(-600px) scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translateY(0) scale(1);
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}

.swing-in-top-fwd {
  animation: swing-in-top-fwd 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

[data-aos=swing-down] {
  opacity: 0;
}
[data-aos=swing-down].aos-animate {
  animation: swing-down 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  opacity: 1;
}
@keyframes swing-down {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}

[data-aos=bounce-in-from-above] {
  opacity: 0;
}
[data-aos=bounce-in-from-above].aos-animate {
  -webkit-animation: bounce-in-from-above 1.3s both;
  animation: bounce-in-from-above 1.3s both;
  opacity: 1;
}
@-webkit-keyframes bounce-in-from-above {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-from-above {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

[data-aos=tumble-in-from-left] {
  opacity: 0;
}
[data-aos=tumble-in-from-left].aos-animate {
  -webkit-animation: tumble-in-from-left 0.6s ease-out both;
  animation: tumble-in-from-left 0.6s ease-out both;
  opacity: 1;
}
@-webkit-keyframes tumble-in-from-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes tumble-in-from-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

[data-aos=tumble-in-from-right] {
  opacity: 0;
}
[data-aos=tumble-in-from-right].aos-animate {
  -webkit-animation: tumble-in-from-right 0.6s ease-out both;
  animation: tumble-in-from-right 0.6s ease-out both;
  opacity: 1;
}
@-webkit-keyframes tumble-in-from-right {
  0% {
    -webkit-transform: translateX(800px) rotate(540deg);
    transform: translateX(800px) rotate(540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes tumble-in-from-right {
  0% {
    -webkit-transform: translateX(800px) rotate(540deg);
    transform: translateX(800px) rotate(540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

[data-aos=blur-in-zoom-out] {
  opacity: 0;
}
[data-aos=blur-in-zoom-out].aos-animate {
  -webkit-animation: blur-in-zoom-out 0.7s cubic-bezier(0.46, 0, 0.747, 0.699) both;
  animation: blur-in-zoom-out 0.7s cubic-bezier(0.46, 0, 0.747, 0.699) both;
  /*Opacity stay 1 after animation*/
  opacity: 1;
}
@-webkit-keyframes blur-in-zoom-out {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blur-in-zoom-out {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

[data-aos=fade-from-bottom] {
  opacity: 0;
}
[data-aos=fade-from-bottom].aos-animate {
  -webkit-animation: fade-from-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-from-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  /*Opacity stay 1 after animation*/
  opacity: 1;
}
@-webkit-keyframes fade-from-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-from-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

[data-aos=swing-in-top-left] {
  opacity: 0;
}
[data-aos=swing-in-top-left].aos-animate {
  -webkit-animation: swing-in-top-left 0.6s cubic-bezier(0.24, 0.47, 0.44, 0.95) both;
  animation: swing-in-top-left 0.6s cubic-bezier(0.24, 0.47, 0.44, 0.95) both;
  /*Opacity stay 1 after animation*/
  opacity: 1;
}
@-webkit-keyframes swing-in-top-left {
  0% {
    -webkit-transform: rotateY(-19deg) rotateX(34deg) translate(-299px, -299px) skew(34deg, -11deg);
    transform: rotateY(-19deg) rotateX(34deg) translate(-299px, -299px) skew(34deg, -11deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes swing-in-top-left {
  0% {
    -webkit-transform: rotateY(-19deg) rotateX(34deg) translate(-299px, -299px) skew(34deg, -11deg);
    transform: rotateY(-19deg) rotateX(34deg) translate(-299px, -299px) skew(34deg, -11deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

[data-aos=swing-in-top-right] {
  opacity: 0;
}
[data-aos=swing-in-top-right].aos-animate {
  -webkit-animation: swing-in-top-right 0.6s cubic-bezier(0.24, 0.47, 0.44, 0.95) both;
  animation: swing-in-top-right 0.6s cubic-bezier(0.24, 0.47, 0.44, 0.95) both;
  /*Opacity stay 1 after animation*/
  opacity: 1;
}
@-webkit-keyframes swing-in-top-right {
  0% {
    -webkit-transform: rotateY(21deg) rotateX(34deg) translate(295px, -295px) skew(-34deg, 11deg);
    transform: rotateY(21deg) rotateX(34deg) translate(295px, -295px) skew(-34deg, 11deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes swing-in-top-right {
  0% {
    -webkit-transform: rotateY(21deg) rotateX(34deg) translate(295px, -295px) skew(-34deg, 11deg);
    transform: rotateY(21deg) rotateX(34deg) translate(295px, -295px) skew(-34deg, 11deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

[data-aos=swing-in-bottom-left] {
  opacity: 0;
}
[data-aos=swing-in-bottom-left].aos-animate {
  -webkit-animation: swing-in-bottom-left 0.6s cubic-bezier(0.24, 0.47, 0.44, 0.95) both;
  animation: swing-in-bottom-left 0.6s cubic-bezier(0.24, 0.47, 0.44, 0.95) both;
  /*Opacity stay 1 after animation*/
  opacity: 1;
}
@-webkit-keyframes swing-in-bottom-left {
  0% {
    -webkit-transform: rotateY(-19deg) rotateX(-34deg) translate(-299px, 299px) skew(-34deg, 11deg);
    transform: rotateY(-19deg) rotateX(-34deg) translate(-299px, 299px) skew(-34deg, 11deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes swing-in-bottom-left {
  0% {
    -webkit-transform: rotateY(-19deg) rotateX(-34deg) translate(-299px, 299px) skew(-34deg, 11deg);
    transform: rotateY(-19deg) rotateX(-34deg) translate(-299px, 299px) skew(-34deg, 11deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

[data-aos=swing-in-bottom-right] {
  opacity: 0;
}
[data-aos=swing-in-bottom-right].aos-animate {
  -webkit-animation: swing-in-bottom-right 0.6s cubic-bezier(0.24, 0.47, 0.44, 0.95) both;
  animation: swing-in-bottom-right 0.6s cubic-bezier(0.24, 0.47, 0.44, 0.95) both;
  /*Opacity stay 1 after animation*/
  opacity: 1;
}
@-webkit-keyframes swing-in-bottom-right {
  0% {
    -webkit-transform: rotateY(19deg) rotateX(-34deg) translate(299px, 299px) skew(34deg, -11deg);
    transform: rotateY(19deg) rotateX(-34deg) translate(299px, 299px) skew(34deg, -11deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes swing-in-bottom-right {
  0% {
    -webkit-transform: rotateY(19deg) rotateX(-34deg) translate(299px, 299px) skew(34deg, -11deg);
    transform: rotateY(19deg) rotateX(-34deg) translate(299px, 299px) skew(34deg, -11deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

[data-aos=slide-open-horizontal] {
  opacity: 0;
}
[data-aos=slide-open-horizontal].aos-animate {
  -webkit-animation: slide-open-horizontal 0.6s cubic-bezier(0.24, 0.47, 0.44, 0.95) both;
  animation: slide-open-horizontal 0.6s cubic-bezier(0.24, 0.47, 0.44, 0.95) both;
  /*Opacity stay 1 after animation*/
  opacity: 1;
}
@-webkit-keyframes slide-open-horizontal {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: max-content;
    opacity: 1;
  }
}
@keyframes slide-open-horizontal {
  0% {
    transform: rotate(-90deg);
    transform-origin: 0 bottom;
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 0 bottom;
    opacity: 1;
  }
}

[data-aos=slip-in-left] {
  opacity: 0;
}
[data-aos=slip-in-left].aos-animate {
  -webkit-animation: slip-in-left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: slip-in-left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
}
@-webkit-keyframes slip-in-left {
  0% {
    opacity: 0;
    -webkit-transform: perspective(150cm) translateX(-60%) translateZ(800px) rotateY(98.5deg);
    transform: perspective(150cm) translateX(-60%) translateZ(800px) rotateY(98.5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(0) translateX(0) translateZ(0) rotateY(0);
    transform: perspective(0) translateX(0) translateZ(0) rotateY(0);
  }
}
@keyframes slip-in-left {
  0% {
    opacity: 0;
    -webkit-transform: perspective(150cm) translateX(-60%) translateZ(800px) rotateY(98.5deg);
    transform: perspective(150cm) translateX(-60%) translateZ(800px) rotateY(98.5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(0) translateX(0) translateZ(0) rotateY(0);
    transform: perspective(0) translateX(0) translateZ(0) rotateY(0);
  }
}

[data-aos=scale-in-from-left] {
  opacity: 0;
}
[data-aos=scale-in-from-left].aos-animate {
  animation: scale-in-from-left 1s;
  -webkit-animation: scale-in-from-left 1s;
  /*Opacity stay 1 after animation*/
  opacity: 1;
}
@-webkit-keyframes scale-in-from-left {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-from-left {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

[data-aos=scale-in-from-right] {
  opacity: 0;
}
[data-aos=scale-in-from-right].aos-animate {
  animation: scale-in-from-right 1s;
  -webkit-animation: scale-in-from-right 1s;
  /*Opacity stay 1 after animation*/
  opacity: 1;
}
@-webkit-keyframes scale-in-from-right {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-from-right {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

[data-aos=coin-flip] {
  opacity: 0;
}
[data-aos=coin-flip].aos-animate {
  backface-visibility: visible;
  animation: coin-flip 1s both;
  animation-timing-function: ease-out;
  /*Opacity stay 1 after animation*/
  opacity: 1;
}
@keyframes coin-flip {
  from {
    opacity: 0;
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    opacity: 1;
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 75px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 75px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}

[data-aos=bounceInThenWriggle] {
  opacity: 0;
}
[data-aos=bounceInThenWriggle].aos-animate {
  animation: bounceIn 1s forwards, subtleWiggle 6s ease-in-out infinite;
  animation-delay: 0.3s, 5s;
  opacity: 1;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  50% {
    opacity: 0.8;
    transform: translateY(-5px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes subtleWiggle {
  0%, 94% {
    transform: rotate(0deg);
  }
  1% {
    transform: rotate(1deg);
  }
  2% {
    transform: rotate(-1deg);
  }
  3% {
    transform: rotate(0.5deg);
  }
  4% {
    transform: rotate(0deg);
  }
}

/*Template*/
form table.form {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
form table.form tr:last-of-type td {
  padding-bottom: 15px;
}
@media all and (max-width: 480px) {
  form table.form tr {
    display: block;
  }
}
form table.form th {
  background: #ededed;
  color: #37419a;
  padding: 10px;
  border-radius: 7px;
}
form table.form td {
  min-width: 50%;
  vertical-align: bottom;
}
form table.form td:nth-of-type(1) {
  padding: 20px 15px 0 0;
}
form table.form td:nth-of-type(2) {
  padding: 20px 0 0 15px;
}
form table.form td[colspan="2"] {
  padding: 20px 0 0;
}
form table.form td input[type=text], form table.form td input[type=date], form table.form td input[type=number], form table.form td input[type=email], form table.form td select, form table.form td textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #d7d7d7;
  background: white;
  outline: none;
  border-radius: 3px;
  font-size: clamp(1rem, 0.7vw + 0.75rem, 1.188rem);
}
form table.form td input[type=text]:not(textarea), form table.form td input[type=date]:not(textarea), form table.form td input[type=number]:not(textarea), form table.form td input[type=email]:not(textarea), form table.form td select:not(textarea), form table.form td textarea:not(textarea) {
  height: clamp(1.875rem, 1.5vw + 1.5rem, 2.531rem);
}
form table.form td .signature-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  max-width: 50vw;
}
@media all and (max-width: 600px) {
  form table.form td .signature-wrapper {
    max-width: unset;
  }
}
form table.form td .signature-wrapper canvas {
  background: white;
  width: 100%;
  height: 100%;
  cursor: crosshair;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
form table.form td .signature-wrapper button {
  height: 100%;
  background: rgba(0, 40, 86, 0.9);
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
  margin: 0 !important;
  cursor: pointer;
  border-radius: 3px;
}
form table.form td .signature-wrapper button span {
  display: block;
}
form table.form td input[type=date] {
  border-radius: 3px;
  border-width: 1px;
}
form table.form td input[type=checkbox] {
  margin-right: 10px;
}
form table.form td input[type=checkbox]:hover + label {
  cursor: pointer;
}
form table.form td input[type=number] {
  -moz-appearance: textfield;
}
form table.form td input::-webkit-outer-spin-button,
form table.form td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form table.form td label {
  font-size: 19px;
}
form table.form td select {
  background-color: #e9e9ed;
}
form table.form td select option:first-of-type {
  background-color: #d3d3d3;
}
form table.form td input:focus, form table.form td textarea:focus {
  background-color: #d0d3db;
}
form table.form td button {
  font-size: 20px;
  font-weight: bold !important;
  padding: 7px 30px !important;
}
@media all and (max-width: 395px) {
  form table.form td button {
    margin-top: 85px;
  }
}
form table.form td label.error {
  color: red;
  display: none;
}
form table.form #inquiry {
  width: 100%;
}

/*Subpage alterations at the bottom*/
.notices-section {
  position: relative;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.notices-section .container {
  min-height: 2em;
}
@media all and (max-width: 450px) {
  .notices-section .container {
    min-height: 3em;
  }
}
.notices-section .container .notices {
  margin: 0 auto 0;
  color: #09097a;
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 18px;
  flex-direction: column;
  border-radius: 35px;
  max-width: 1280px;
  width: 100%;
}
@media all and (max-width: 770px) {
  .notices-section .container .notices {
    border-radius: unset;
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .notices-section .container .notices {
    border-radius: unset;
    font-size: 16px;
  }
}
.notices-section .container .notices .notice-slides {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.5em 5vw 0.3em;
}
.notices-section .container .notices .notice-slides p {
  margin: auto;
}
.notices-section .container .notices .notice-slides .button-notice {
  padding: 0;
  border: none;
  display: block;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-image: url("/images/arrow.png");
  background-size: contain;
  background-position: center;
  background-color: white;
  cursor: pointer;
}
.notices-section .container .notices .notice-slides .button-notice.arrow-right-notice {
  transform: rotateY(180deg);
}
.notices-section .container .notices .notice-slides .slick-list {
  width: 100%;
  margin: 0 20px;
}
.notices-section .container .notices .notice-slides .slick-list p {
  font-family: "myriad-pro", "Open Sans", sans-serif;
  font-weight: normal;
  flex: 2;
  line-height: 100%;
  margin: 0;
}
.notices-section .container .notices .notice-slides .slick-list p a {
  color: #192951;
}
.notices-section .container .notices .notice-slides .slick-list .slick-track {
  display: flex;
}
.notices-section .container .notices .slide-dots {
  width: 100%;
  position: relative;
}
.notices-section .container .notices .slide-dots .slick-dots {
  bottom: 0;
  font-size: 10px;
  margin-top: -10px;
  margin-bottom: 0px;
  position: relative;
}
.sub-page .notices-section .container {
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center;
  padding: 0.3em 2em;
}
@media all and (max-width: 809px) {
  .sub-page .notices-section .container {
    flex-direction: column-reverse !important;
  }
}
.sub-page .notices-section .container img {
  width: 195px;
}
.sub-page .notices-section .container .notices {
  max-width: 700px !important;
  margin: 0 !important;
}
@media all and (max-width: 975px) {
  .sub-page .notices-section .container .notices {
    max-width: 520px !important;
  }
}
@media all and (max-width: 809px) {
  .sub-page .notices-section .container .notices {
    max-width: unset !important;
  }
}
.sub-page .notices-section .container .notices .notice-slides {
  padding: 0.5em 0 0.3em;
}

.home-page #hero.section {
  height: calc(100vh - 154.4px);
  overflow: hidden;
  width: 100%;
  background-color: white;
  z-index: 2;
  border-bottom: 40px solid #6293cc;
}
@media all and (max-width: 640px) {
  .home-page #hero.section {
    height: 50vh !important;
  }
}
.home-page #hero.section .container {
  text-align: center;
  padding-bottom: 5em;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.home-page #hero.section .container a {
  font-size: 40px;
  margin-top: 100px;
}
@media all and (max-width: 1300px) {
  .home-page #hero.section .container a {
    margin-top: 150px;
  }
}
@media all and (max-width: 600px) {
  .home-page #hero.section .container a {
    margin-top: 280px;
  }
}
@media all and (max-width: 400px) {
  .home-page #hero.section .container a {
    margin-top: 310px;
  }
}
.home-page #hero.section .container .hero-controls {
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media all and (max-width: 770px) {
  .home-page #hero.section .container .hero-controls {
    bottom: 10px;
  }
}
.home-page #hero.section .container .hero-controls .hero-toggle-circle {
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  border: 2px solid white;
}
.home-page #hero.section .container .hero-controls .active {
  background: rgb(255, 255, 255);
}
.home-page #hero.section .hero-image {
  height: 100%;
  width: 100%;
  background-color: white !important;
  position: absolute;
}

/*ZOOM BOTTOM*/
.zoom-bottom {
  -webkit-animation: zoom-bottom 8s ease-out both;
  animation: zoom-bottom 8s ease-out both;
}

@-webkit-keyframes zoom-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
    transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes zoom-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
    transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
/*ZOOM BOTTOM RIGHT*/
.zoom-bottom-right {
  -webkit-animation: zoom-bottom-right 8s ease-out both;
  animation: zoom-bottom-right 8s ease-out both;
}

@-webkit-keyframes zoom-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
    transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(20px, 15px);
    transform: scale(1.1) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes zoom-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
    transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(20px, 15px);
    transform: scale(1.1) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
/*ZOOM TOP*/
.zoom-top {
  -webkit-animation: zoom-top 8s ease-out both;
  animation: zoom-top 8s ease-out both;
}

@-webkit-keyframes zoom-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
    transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes zoom-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
    transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
/*ZOOM TOP RIGHT*/
.zoom-top-right {
  -webkit-animation: zoom-top-right 8s ease-out both;
  animation: zoom-top-right 8s ease-out both;
}

@-webkit-keyframes zoom-top-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
    transform-origin: 84% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(20px, -15px);
    transform: scale(1.1) translate(20px, -15px);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}
@keyframes zoom-top-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
    transform-origin: 84% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(20px, -15px);
    transform: scale(1.1) translate(20px, -15px);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}
/*ZOOM TOP LEFT*/
.zoom-top-left {
  -webkit-animation: zoom-top-left 5s ease-out both;
  animation: zoom-top-left 5s ease-out both;
}

@-webkit-keyframes zoom-top-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 16%;
    transform-origin: 16% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, -15px);
    transform: scale(1.1) translate(-20px, -15px);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes zoom-top-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 16%;
    transform-origin: 16% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, -15px);
    transform: scale(1.1) translate(-20px, -15px);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
/*ZOOM BOTTOM LEFT*/
.zoom-bottom-left {
  -webkit-animation: zoom-bottom-left 5s ease-out both;
  animation: zoom-bottom-left 5s ease-out both;
}

@-webkit-keyframes zoom-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
    transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, 15px);
    transform: scale(1.1) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes zoom-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
    transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, 15px);
    transform: scale(1.1) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
/*ZOOM RIGHT*/
.zoom-right {
  -webkit-animation: zoom-right 5s ease-out both;
  animation: zoom-right 5s ease-out both;
}

@-webkit-keyframes zoom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
    transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.1) translateX(20px);
    transform: scale(1.1) translateX(20px);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes zoom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
    transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.1) translateX(20px);
    transform: scale(1.1) translateX(20px);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
.zoom-left {
  -webkit-animation: zoom-left 5s ease-out both;
  animation: zoom-left 5s ease-out both;
}

@-webkit-keyframes zoom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 50%;
    transform-origin: 16% 50%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, 15px);
    transform: scale(1.1) translate(-20px, 15px);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes zoom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 50%;
    transform-origin: 16% 50%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, 15px);
    transform: scale(1.1) translate(-20px, 15px);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
.body-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 1px;
  margin-top: -1px;
}

@media all and (max-width: 1279px) {
  .section .container {
    width: 100%;
  }
}
.panel.motto {
  background: #075d62;
  position: relative;
  z-index: 3;
}
.panel.motto .inner {
  padding-top: 65px;
  padding-bottom: 62px;
  text-align: center;
}
.panel.motto .inner h2 {
  font-family: "Life Savers", cursive;
  color: #fff;
  font-size: 62px;
}
@media all and (max-width: 1100px) {
  .panel.motto .inner h2 {
    font-size: 48px;
  }
}
@media all and (max-width: 1000px) {
  .panel.motto .inner {
    padding-top: 45px;
    padding-bottom: 42px;
  }
}
@media all and (max-width: 600px) {
  .panel.motto .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .panel.motto .inner h2 {
    font-size: 30px;
  }
}
/*# sourceMappingURL=styles.css.map */
