@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  background: #2E3172;
  color: #FAF2EB;
  font-family: "Inclusive Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
body p {
  font-size: clamp(16px, 1vw, 18px);
}
body #main {
  background: #F9F2EA;
  color: #2E3172;
}

@font-face {
  font-family: "BallPill";
  src: url("../fonts/BallPill-light.woff2") format("woff2"), url("../fonts/BallPill-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BallPill_bold";
  src: url("../fonts/BallPill-bold.woff2") format("woff2"), url("../fonts/BallPill-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  margin: 1.4em 0 1.4em 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.3em;
  font-weight: 500;
}
.entry_content h2:first-of-type {
  margin-top: 0;
}
.entry_content p {
  display: block;
  line-height: 1.6em;
  margin-bottom: 1.3em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.entry_content a:hover {
  text-decoration: none;
}
.entry_content ul,
.entry_content ol {
  display: block;
  padding: 0 20px;
  margin-bottom: 3em;
}
.entry_content ul li,
.entry_content ol li {
  line-height: 1.4em;
  margin-bottom: 1em;
  padding: 0 16px;
}
.entry_content ul li {
  font-size: clamp(16px, 1vw, 18px);
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #fff;
  font-size: 30px;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  width: 100%;
  max-width: 100%;
  border: solid 1px #555;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
  table-layout: fixed;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
  vertical-align: top;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content table td,
.entry_content table th {
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .entry_content table {
    border: none;
  }
  .entry_content table caption {
    display: block;
    border: none;
    padding: 0 0 15px 0;
  }
  .entry_content table thead {
    display: none;
  }
  .entry_content table tbody {
    display: block;
    width: 100%;
  }
  .entry_content table tr {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: solid 1px #999;
    background: #fff;
  }
  .entry_content table td {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-bottom: solid 1px #eee;
    box-sizing: border-box;
  }
  .entry_content table td:last-child {
    border-bottom: none;
  }
  .entry_content table td:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
  }
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  color: #F9F2EA;
  background: #2E3172;
  padding: 20px 36px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 100%;
    text-align: center;
  }
}
.btn {
  transition: 0.2s;
}
.btn:hover {
  background: #03AEAF;
}

/* =========================================
   Simple reusable grid layout
   Classes: .grid .grid_4 .grid_3 .grid_2
   One gap setting: change $grid_gap
   Responsive:
   - grid_4: 4 -> 3 -> 2 -> 1
   - grid_3: 3 -> 2 -> 1
   - grid_2: 2 -> 1
========================================= */
/* sensible width breakpoints */
/* below this, 4 drops to 3 */
/* below this, 3 drops to 2, and 4 can drop to 2 */
/* below this, everything drops to 1 */
.grid {
  display: grid;
  gap: 24px;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  /* default */
  grid-template-columns: 1fr;
  /* stop long text and images breaking the grid */
}
.grid > * {
  min-width: 0;
}

/* base column counts */
.grid_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid_3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid_4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid_5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* 4 -> 3 */
@media (max-width: 1100px) {
  .grid_4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* 4 -> 2 and 3 -> 2 */
@media (max-width: 860px) {
  .grid_4,
  .grid_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* everything -> 1 */
@media (max-width: 600px) {
  .grid_4,
  .grid_3,
  .grid_2 {
    grid-template-columns: 1fr;
  }
}
/*
---------------------------------------------------------------------------
=	GRAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  padding-top: 10px;
  line-height: 1.2em;
  color: #F76456;
}
.gform_wrapper {
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  margin-bottom: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body input,
.gform_wrapper .gform-body select,
.gform_wrapper .gform-body textarea {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(41, 44, 113, 0.2);
  background: transparent;
  font-size: 0.8em;
  resize: none !important;
  color: #000;
}
.gform_wrapper .gform-body input::placeholder,
.gform_wrapper .gform-body textarea::placeholder {
  color: rgba(41, 44, 113, 0.4);
  font-size: inherit;
  opacity: 1;
}
.gform_wrapper .gform-body select {
  -webkit-appearance: none;
  appearance: none;
  color: rgba(41, 44, 113, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  background-size: 12px 12px;
}
.gform_wrapper .gform-body select option {
  color: #000;
}
.gform_wrapper .gform-body select:not([value=""]) {
  color: #000;
}
.gform_wrapper .gform-body .ginput_container_select select:has(option:checked[value=""]) {
  color: rgba(41, 44, 113, 0.4);
}
.gform_wrapper .gform-body .ginput_container_select select:has(option:checked:not([value=""])) {
  color: #000;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body select:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid #03AEAF !important;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.gform_wrapper .gform-body .gfield_description {
  font-size: 0.8em;
}
.gform_wrapper .gform-body .field_description_above .gfield_description {
  padding-bottom: 10px;
}
.gform_wrapper .gform-body .field_description_below .gfield_description,
.gform_wrapper .gform-body .charleft {
  padding-top: 10px;
}
.gform_wrapper .gform-body fieldset {
  margin-bottom: 20px;
  padding: 0;
  border: none;
}
.gform_wrapper .gform-body fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex label {
  display: none;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body fieldset .ginput_complex span,
.gform_wrapper .gform-body fieldset .ginput_complex div {
  flex: 1;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input,
.gform_wrapper .gform-body fieldset .ginput_complex span select,
.gform_wrapper .gform-body fieldset .ginput_complex span textarea,
.gform_wrapper .gform-body fieldset .ginput_complex div input,
.gform_wrapper .gform-body fieldset .ginput_complex div select,
.gform_wrapper .gform-body fieldset .ginput_complex div textarea {
  width: 100%;
  font-size: 0.8em;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input::placeholder,
.gform_wrapper .gform-body fieldset .ginput_complex span textarea::placeholder,
.gform_wrapper .gform-body fieldset .ginput_complex div input::placeholder,
.gform_wrapper .gform-body fieldset .ginput_complex div textarea::placeholder {
  font-size: inherit;
}
.gform_wrapper .gform-body fieldset .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gform-body .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
  position: relative;
}
.gform_wrapper .gform-body .ginput_container_consent input {
  width: unset;
}
.gform_wrapper .gform-body .ginput_container_consent a {
  color: #000;
  text-decoration: underline;
}
.gform_wrapper .gform-body .ginput_container_consent a:hover {
  text-decoration: none;
}
.gform_wrapper {
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  display: inline-block;
  padding: 20px 36px;
  color: #F9F2EA;
  background: #03AEAF;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: 0.2s;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input,
  .gform_wrapper .gform_page_footer input {
    width: 100%;
  }
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  color: #000;
}
.gform_wrapper .gform_footer input.gform_next_button, .gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_next_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  max-width: 25%;
}
.gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gform-loader {
  display: none;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  background-size: contain;
}

/*
---------------------------------------------------------------------------
=	THANK YOU
---------------------------------------------------------------------------
*/
.gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  position: relative;
  margin-bottom: 60px;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: #fff;
  border: 1px solid #000;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  padding: 5px;
  background: orange;
  color: #fff;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: absolute;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 20px 5%;
  z-index: 500;
}
#header #logo {
  display: inline-block;
}
#header #logo img {
  display: block;
  height: 50px;
  width: auto;
  filter: invert(1);
}
.page-template-tmpl-policy #header #logo img {
  filter: unset;
}
@media only screen and (max-width: 767px) {
  .page-contact #header #logo img {
    filter: unset;
  }
}
#header {
  /*
  nav
  {
  	margin-left: auto;
  	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
  	//justify-content: center;	
  	gap:20px;

  	@media only screen and (max-width: 767px)
  	{
  		display: none;
  	}

  	a
  	{
  		display: inline-block;
  	}
  }
  */
}

/*
---------------------------------------------------------------------------
=	BURGER
---------------------------------------------------------------------------
*/
.nav_wrap {
  position: fixed;
  top: 20px;
  right: 0;
  background: #D0075B;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .nav_wrap {
    padding: 0 5% 0 8%;
  }
}

.burger-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}
.burger-toggle .burger_icon {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}
.burger-toggle .burger_icon .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}
.burger-toggle .burger_icon .line.line1 {
  top: 0;
}
.burger-toggle .burger_icon .line.line2 {
  top: 9px;
}
.burger-toggle .burger_icon .line.line3 {
  top: 18px;
}
.burger-toggle.is-active .burger_icon .line1 {
  top: 9px;
  transform: rotate(45deg);
}
.burger-toggle.is-active .burger_icon .line2 {
  opacity: 0;
}
.burger-toggle.is-active .burger_icon .line3 {
  top: 9px;
  transform: rotate(-45deg);
}
.burger-toggle .burger_label {
  color: currentColor;
  font-weight: 600;
  pointer-events: none;
  user-select: none;
  transition: color 0.25s ease;
}
.burger-toggle:hover .burger_label {
  color: #2E3172;
}

/*
---------------------------------------------------------------------------
=	SLIDE IN NAV
---------------------------------------------------------------------------
*/
.body-locked {
  overflow: hidden;
}

.side_menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.side_menu_overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.side_menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 40%;
  background-size: cover;
  color: #fff;
  transform: translateX(100%);
  z-index: 400;
  display: flex;
  flex-direction: column;
  background: #D0075B;
}
@media only screen and (max-width: 767px) {
  .side_menu {
    width: 100%;
  }
}
.side_menu.is-open {
  transform: translateX(0);
}
.side_menu .side_menu_inner {
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /* nav styles */
}
.side_menu .side_menu_inner .side_menu_nav {
  flex: 100%;
}
.side_menu .side_menu_inner .side_menu_nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 60px 5% 0 5%;
}
.side_menu .side_menu_inner .side_menu_nav ul li {
  display: block;
}
.side_menu .side_menu_inner .side_menu_nav ul li a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 3.5vh;
  font-weight: 300;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 6% 0;
}
.side_menu .side_menu_inner .side_menu_nav ul li a:hover {
  color: #2E3172;
}

/*
---------------------------------------------------------------------------
=	GET INVOLVED
---------------------------------------------------------------------------
*/
.get_involved {
  color: #F9F2EA;
  background: #2E3172;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-contact .get_involved {
  display: none;
}
.home .get_involved {
  background: #D0075B;
}
@media only screen and (min-width: 768px) {
  .get_involved .col.col1 {
    width: 55%;
    order: 2;
  }
}
.get_involved .col.col1 img {
  width: 100%;
  height: auto;
}
.get_involved .col.col2 {
  padding: 5%;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .get_involved .col.col2 {
    padding: 10% 5%;
  }
}
.get_involved .col.col2 h5 {
  display: block;
  font-family: "BallPill_bold";
  line-height: 1.2em;
  font-size: clamp(40px, 4vw, 62px);
  margin-bottom: 0.5em;
}
.get_involved .col.col2 p {
  font-size: clamp(18px, 2vw, 24px);
}
.get_involved .col.col2 .btn {
  margin-top: 40px;
  background: #F9F2EA;
  color: #2D3271;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 5%;
  padding-bottom: 40px;
  background: #F9F2EA;
  color: #2E3172;
}
.page-contact #footer {
  display: none;
}
#footer .footer_top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15%;
}
#footer .footer_top .res {
  flex: 1;
}
#footer .footer_top .res > span {
  display: block;
  margin-bottom: 40px;
}
#footer .footer_top .res > span img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 180px;
}
@media only screen and (min-width: 768px) {
  #footer .footer_top .res div {
    max-width: 330px;
  }
}
#footer .footer_top .res div span {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
}
#footer .footer_top .foot_navs {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  color: #2E3172;
}
#footer .footer_top .foot_navs a {
  color: #2E3172;
}
#footer .footer_top .foot_navs > div {
  font-size: 14px;
  line-height: 2em;
}
#footer .footer_top .foot_navs > div h6 {
  display: block;
  font-size: 20px;
  font-family: "BallPill";
  margin-bottom: 30px;
}
#footer .footer_top .foot_navs > div nav a {
  display: block;
}
#footer .footer_top .foot_navs > div nav a:hover {
  color: #D0075B;
}
#footer .footer_top .foot_navs > div address span {
  display: block;
}
#footer .footer_top .foot_navs > div > a {
  display: block;
  margin-top: 2em;
}
#footer .footer_top .foot_navs > div > a:hover {
  color: #D0075B;
}
@media only screen and (max-width: 767px) {
  #footer .footer_top > * {
    flex: 100%;
  }
  #footer .footer_top > *.foot_navs {
    padding-top: 10%;
  }
  #footer .footer_top > *.foot_navs > *:last-of-type {
    margin-left: auto;
  }
  #footer .footer_top > *.foot_navs span, #footer .footer_top > *.foot_navs a {
    font-size: 12px;
  }
}
#footer .footer_bottom {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
#footer .footer_bottom > * {
  flex: 1;
}
#footer .footer_bottom > *.legal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .footer_bottom > *.legal {
    justify-content: center;
    margin-bottom: 20px;
  }
}
#footer .footer_bottom > *.legal a {
  color: #2E3172;
}
#footer .footer_bottom > *.legal a:hover {
  color: #D0075B;
}
@media only screen and (max-width: 767px) {
  #footer .footer_bottom > * {
    flex: 100%;
  }
}
#footer .footer_bottom > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  gap: 5%;
}
@media only screen and (max-width: 767px) {
  #footer .footer_bottom > div {
    justify-content: center;
  }
}
#footer .footer_bottom > div nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#footer .footer_bottom > div nav a {
  display: inline-block;
  color: #2E3172;
}
#footer .footer_bottom > div nav a:hover {
  color: #D0075B;
}

/*
---------------------------------------------------------------------------
=	GEN POP
---------------------------------------------------------------------------
*/
.section_title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}

.title {
  display: block;
  font-family: "BallPill_bold";
  line-height: 1.1em;
  text-transform: uppercase;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blue {
  color: #fff;
  background: #2D3271;
}

.pink {
  color: #fff;
  background: #D0075B;
}

.link {
  display: inline-block;
  font-size: 17px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .sticky {
    position: sticky;
    top: 5%;
    align-self: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  #sticky_btn {
    position: sticky;
    top: 5%;
    align-self: flex-start;
  }
}
#sticky_btn a {
  width: 100%;
  text-align: center;
}

/*
----------------------------
=	COLS
----------------------------
*/
.cols {
  display: flex;
  flex-wrap: wrap;
}
.cols .col {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .cols .col.col2 {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .cols .col {
    flex: 100%;
  }
}

/*
----------------------------
=	TITLE BLOCK
----------------------------
*/
.title_block {
  color: #E5E028;
}
@media only screen and (max-width: 767px) {
  .title_block .cols {
    background: #2E3172;
  }
}
.title_block .cols .col.col1 {
  background: #2E3172;
  padding: 5% 5% 5% 5%;
}
@media only screen and (min-width: 768px) {
  .title_block .cols .col.col1 {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .title_block .cols .col.col1 {
    padding-bottom: 10%;
  }
}
.title_block .cols .col.col1.pink {
  background: #D0075B;
  color: #E5E028;
}
.title_block .cols .col.col1 h1 {
  font-size: 5vw;
}
@media only screen and (max-width: 767px) {
  .title_block .cols .col.col1 h1 {
    font-size: 9vw;
  }
}
.title_block .cols .col.col1 p {
  font-size: clamp(26px, 4vw, 45px);
  line-height: 1.4em;
  font-family: "BallPill";
  color: #fff;
}
.title_block .cols .col.col2 {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
}
@media only screen and (min-width: 768px) {
  .title_block .cols .col.col2 {
    align-self: stretch;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .title_block .cols .col.col2 {
    aspect-ratio: 1/1;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
}
.title_block .cols .col.col2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .title_block.bg_pink .cols {
    background: #D0075B;
  }
}
.title_block.bg_pink .cols .col.col1 {
  background: #D0075B;
}
@media only screen and (max-width: 767px) {
  .title_block.bg_aqua .cols {
    background: #03AEAF;
  }
}
.title_block.bg_aqua .cols .col.col1 {
  background: #03AEAF;
}

/*
----------------------------
=	IMG / CONTENT 
----------------------------
*/
.media_text .cols {
  background: #F9F2EA;
}
.media_text .cols .col.col1 {
  position: relative;
  aspect-ratio: 1/0.8;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .media_text .cols .col.col1 {
    order: 2;
  }
}
.media_text .cols .col.col1 a {
  position: absolute;
  z-index: 3;
  left: 50px;
  bottom: 30px;
  color: #03AEAF;
  font-size: 50px;
  transition: 0.2s;
}
.media_text .cols .col.col1 a:hover {
  color: #fff;
}
.media_text .cols .col.col1 iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media_text .cols .col.col2 {
  color: #2E3172;
  padding: 5%;
}
@media only screen and (max-width: 767px) {
  .media_text .cols .col.col2 {
    padding: 10% 5%;
  }
}
.media_text .cols .col.col2 .btn {
  margin-top: 40px;
}

/*
----------------------------
=	INTRO
----------------------------
*/
.section_intro {
  padding: 10% 5%;
}
.section_intro.below_image {
  padding-top: 5%;
}
@media only screen and (min-width: 768px) {
  .section_intro .entry_content {
    padding-right: 15%;
  }
}
.section_intro .entry_content p {
  font-size: clamp(26px, 4vw, 45px);
  font-family: "BallPill";
}

.type_out .split-line-wrap {
  display: block;
  overflow: hidden;
}
.type_out .split-line {
  display: block;
  will-change: transform, opacity;
}

/*
----------------------------
=	ACCORDIAN
----------------------------
*/
.accordian_pad {
  padding: 0 8px 16px 8px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .stretch {
    position: relative;
    align-self: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .stretch {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .accordian {
    padding-left: 8px;
  }
}
.accordian .item {
  background: #D0075B;
  color: #fff;
  margin-bottom: 8px;
}
.accordian .item:last-of-type {
  margin: 0;
}
.accordian .item .mob_img {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 768px) {
  .accordian .item .mob_img {
    display: none;
  }
}
.accordian .item .item_wrap {
  padding: 8% 5%;
}
@media only screen and (max-width: 767px) {
  .accordian .item .item_wrap {
    padding: 10% 5%;
  }
}
.accordian .item .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2vw;
  color: #fff;
  gap: 5%;
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 300;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .accordian .item .title {
    font-size: 5vw;
  }
}
.accordian .item .title span {
  display: inline-block;
  margin-left: auto;
  font-family: "BallPill";
}
@media only screen and (min-width: 768px) {
  .accordian .item .title:hover {
    color: #2D3271;
  }
}
.accordian .item .content {
  padding-top: 5%;
}
@media only screen and (min-width: 768px) {
  .accordian .item .content {
    display: none;
  }
}
.accordian .item .content.open {
  display: block;
}
.accordian .item .content .link {
  margin-top: 5%;
  color: #fff;
  font-weight: 300;
  text-decoration-thickness: 1px;
}
@media only screen and (max-width: 767px) {
  .accordian .item .content p {
    font-size: 3vw;
  }
}

/*
----------------------------
=	PAGE BREAK
----------------------------
*/
.page_break {
  display: block;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
}
@media only screen and (min-width: 768px) {
  .page_break {
    height: 90vh;
  }
}
@media only screen and (max-width: 767px) {
  .page_break {
    aspect-ratio: 1/1;
  }
}
.page_break img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
---------------------------------------------------------------------------
=	LIST
---------------------------------------------------------------------------
*/
.list {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.list .list_item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.list .list_item h2 {
  display: block;
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.list .list_item:last-of-type {
  border-bottom: none;
}
.list .list_item p {
  font-weight: 300;
}

/*
---------------------------------------------------------------------------
=	What we do
---------------------------------------------------------------------------
*/
.what_we_do {
  padding: 0 5% 10% 5%;
}
.what_we_do .col1 {
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .what_we_do .col1 {
    padding: 0 0 10% 0;
  }
}
.what_we_do .col1 img {
  width: 100%;
}
.what_we_do .col2 .grid {
  padding-top: 25vh;
}
@media only screen and (max-width: 767px) {
  .what_we_do .col2 .grid {
    padding-top: 10%;
  }
}
.what_we_do .col2 .grid > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  text-align: center;
  color: #2E3172;
  background: #E5E028;
  padding: 5% 30px;
}
.what_we_do .col2 .grid > div .stat_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.what_we_do .col2 .grid > div .stat_wrap span {
  font-size: 55px;
  font-family: "BallPill";
}
@media only screen and (max-width: 600px) {
  .what_we_do .col2 .grid > div .stat_wrap span {
    font-size: 20vw;
  }
}
.what_we_do .col2 .grid > div .info {
  display: block;
  flex: 100%;
  font-size: 20px;
  line-height: 1.3em;
}
@media only screen and (max-width: 600px) {
  .what_we_do .col2 .grid > div .info {
    font-size: 7vw;
  }
}

/*
---------------------------------------------------------------------------
=	OPPERTUNITIES
---------------------------------------------------------------------------
*/
.grid_wrap {
  padding: 0 5% 10% 5%;
}

.card {
  position: relative;
}
.card .item_img {
  display: block;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.card .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .item_img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease;
  z-index: 1;
}
.card .item_img:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.card div {
  padding: 5% 5% 60px 5%;
}
.card div > span {
  display: block;
  font-size: 16px;
  font-weight: 100;
  color: #E5E028;
  margin-bottom: 2em;
}
.card div h4 {
  display: block;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  .card div h4 {
    font-size: 7vw;
  }
}
.card div h4 a {
  display: block;
  color: #2E3172;
}
.card div h4 a:hover {
  color: #D0075B;
}
.card div .link {
  position: absolute;
  left: 5%;
  bottom: 30px;
}
.card div .link.link {
  color: #2D3271;
}
.card div .link.more {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.card div .link.more:hover {
  color: #E5E028;
}

@media only screen and (min-width: 768px) {
  .grid_2 .card .item_img {
    aspect-ratio: 1/0.7;
  }
}
.blue .card .item_img:after {
  background: #2D3271;
}

/*
---------------------------------------------------------------------------
=	TEXT ONLY BLOCK
---------------------------------------------------------------------------
*/
.text_block {
  padding: 0 5% 10% 5%;
  display: flex;
  flex-wrap: wrap;
}
.text_block .entry_content {
  width: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .text_block .entry_content {
    max-width: 600px;
  }
}

/*
---------------------------------------------------------------------------
=	PARNERS
---------------------------------------------------------------------------
*/
.partners {
  padding: 0 5% 10% 5%;
}
.partners a,
.partners span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.08);
  align-self: stretch;
  padding: 20%;
}
.partners a img,
.partners span img {
  max-width: 90%;
  max-height: 100px;
}

/*
---------------------------------------------------------------------------
=	ICN CARD
---------------------------------------------------------------------------
*/
.grid_pad {
  padding: 0 5% 10% 5%;
}

.icn_card {
  display: flex;
  flex-wrap: wrap;
  padding: 10%;
  background: rgba(0, 0, 0, 0.08);
}
.icn_card > * {
  display: block;
  width: 100%;
  text-align: center;
}
.icn_card span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.icn_card span img {
  width: 25%;
  height: auto;
}
.icn_card h3 {
  display: block;
  font-size: clamp(26px, 1vw, 32px);
  font-family: "BallPill";
  margin-bottom: 1em;
}
.icn_card p {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	OPPORTUNITIES
---------------------------------------------------------------------------
*/
.archive_hero .cols {
  background: #2E3172;
  color: #fff;
}
.archive_hero .cols .col1 {
  padding: 200px 5% 5% 5%;
}
@media only screen and (max-width: 767px) {
  .archive_hero .cols .col1 {
    padding: 5% 5% 10% 5%;
  }
}
.archive_hero .cols .col1 p {
  font-size: clamp(18px, 1vw, 20px);
}
.archive_hero .cols .col1 p:first-of-type {
  font-family: "BallPill";
  line-height: 1.3em;
  font-size: clamp(26px, 4vw, 45px);
  margin-bottom: 1em;
}
.archive_hero .cols .col2 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .archive_hero .cols .col2 {
    order: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  }
}
@media only screen and (max-width: 767px) {
  .archive_hero .cols .col2 {
    aspect-ratio: 1/1;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
}

/*
----------------------------
=	OPP GRID
----------------------------
*/
.opportunities_grid {
  padding: 5%;
}
.opportunities_grid .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.opportunities_grid .filter > * {
  flex: 1;
  font-weight: 500;
  font-size: clamp(8px, 1.2vw, 20px);
}
.opportunities_grid .filter #all {
  max-width: 15%;
}
.opportunities_grid .filter .is_active {
  background-color: #03AEAF;
}
@media only screen and (max-width: 767px) {
  .opportunities_grid .filter {
    display: none;
  }
}
.opportunities_grid .grid > article {
  background: #fff;
}
.opportunities_grid .grid > article > a {
  display: block;
  padding: 20px;
  background: #03AEAF;
  color: #2E3172;
  font-size: clamp(20px, 2vw, 32px);
}
.opportunities_grid .grid > article > a:hover {
  background: #2E3172;
  color: #03AEAF;
}
.opportunities_grid .grid > article > div {
  padding: 30px 20px 50px 20px;
}
.opportunities_grid .grid > article > div .entry_content {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(41, 44, 113, 0.2);
  margin-bottom: 20px;
}

.date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.date span {
  display: inline-block;
  color: #03AEAF;
  font-size: 14px;
}

.call_details > span {
  display: block;
  font-size: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(41, 44, 113, 0.2);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .call_details > span {
    font-size: 6vw;
  }
}
.call_details > div {
  margin-bottom: 30px;
}
.call_details > div:last-of-type {
  margin-bottom: 0 !important;
}
.call_details h3 {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 600;
}
.call_details ul {
  display: block;
  padding: 0 10px;
}
.call_details ul li {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  padding-left: 14px;
  position: relative;
  margin-bottom: 0.5em;
}
.call_details ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.call_details ul.icn_link {
  padding: 0;
}
.call_details ul.icn_link li {
  padding-left: 0;
}
.call_details ul.icn_link li:before {
  display: none;
}
.call_details ul.icn_link li a {
  display: block;
  color: #2E3172;
  position: relative;
  padding-left: 28px;
}
.call_details ul.icn_link li a i {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  color: #03AEAF;
}
.call_details p {
  font-size: 16px;
  line-height: 1.4em;
}
.call_details .link {
  color: #2E3172;
}

/*
---------------------------------------------------------------------------
=	SINGLE OPPORTUNITY
---------------------------------------------------------------------------
*/
.call_intro {
  color: #fff;
  background: #2E3172;
  padding: 200px 30% 5% 5%;
}
@media only screen and (max-width: 767px) {
  .call_intro {
    padding: 160px 5% 10% 5%;
  }
}
.call_intro a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .call_intro a {
    margin-bottom: 10%;
  }
}
.call_intro h1 {
  display: block;
  font-size: 52px;
  font-family: "BallPill";
  margin: 0.7em 0;
}
@media only screen and (max-width: 767px) {
  .call_intro h1 {
    font-size: 10vw;
  }
}
.call_intro p {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .call_intro p {
    font-size: 3vw;
  }
}

.single .date {
  background: #03AEAF;
  padding: 20px 5%;
}
.single .date span {
  color: #2E3172;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .single .date span {
    font-size: 2.5vw;
  }
  .single .date span:last-of-type {
    margin-left: auto;
  }
}
.single .cols {
  padding: 5% 5% 10% 5%;
}
@media only screen and (min-width: 768px) {
  .single .cols .col1 {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .single .cols .col1 {
    order: 2;
  }
}
.single .cols .col1 #mob_apply {
  margin-top: 10%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .single .cols .col1 #mob_apply {
    display: block;
  }
}
.single .cols .col2 > div {
  background: #fff;
  padding: 5%;
}
@media only screen and (max-width: 767px) {
  .single .cols .col2 > div {
    padding: 5% 5% 8% 5%;
  }
}
.single .cols .col2 > div .btn {
  background: #03AEAF;
}
.single .cols .col2 > div .btn:hover {
  background: #2E3172;
}

/*
---------------------------------------------------------------------------
=	FAQS
---------------------------------------------------------------------------
*/
.faqs .faq {
  border-bottom: 1px solid rgba(41, 44, 113, 0.2);
}
.faqs .faq:first-of-type {
  padding-top: 0;
}
.faqs .faq .question {
  display: block;
  font-size: 27px;
  padding: 40px 0;
  color: #2E3172;
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .faqs .faq .question {
    font-size: 6vw;
  }
}
.faqs .faq .question:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
}
.faqs .faq .question.open:after {
  content: "−";
}
.faqs .faq .question:hover {
  color: #03AEAF;
}
.faqs .faq .answer {
  display: none;
  padding-bottom: 30px;
}
.faqs .faq .answer > * {
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .faqs .faq .answer {
    font-size: 3vw;
  }
}
.faqs .faq .answer .vid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/0.5;
}
.faqs .faq .answer .vid:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease;
  z-index: 1;
}
.faqs .faq .answer .vid .play_btn {
  position: relative;
  z-index: 2;
  width: 14%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(245, 245, 245, 0.7) 100%);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -12px 24px rgba(0, 0, 0, 0.06), 0 0 0 8px rgba(255, 255, 255, 0.14), 0 8px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, background 0.4s ease;
}
.faqs .faq .answer .vid .play_btn .gloss {
  position: absolute;
  top: 12%;
  left: 14%;
  width: 48%;
  height: 30%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.22) 55%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-18deg);
  filter: blur(2px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.faqs .faq .answer .vid .play_btn i {
  position: relative;
  z-index: 2;
  font-size: 2.5vw;
  color: #000;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.faqs .faq .answer .vid:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.faqs .faq .answer .vid:hover .play_btn {
  transform: translateY(-6px) scale(1.05);
  box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 -8px 18px rgba(0, 0, 0, 0.04), 0 0 0 10px rgba(255, 255, 255, 0.18), 0 18px 40px rgba(0, 0, 0, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 100%);
}
.faqs .faq .answer .vid:hover .play_btn i {
  transform: translateX(3px) scale(1.08);
}
.faqs .faq .answer .vid:hover .play_btn .gloss {
  opacity: 0.9;
  transform: rotate(-18deg) scale(1.1);
}
.faqs .faq .answer img {
  max-width: 100%;
}

.fancybox__content,
.fancybox__slide,
.fancybox__container :focus,
.fancybox__container :focus-visible,
.fancybox__iframe,
.fancybox__content iframe {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/*
---------------------------------------------------------------------------
=	CONTACT 
---------------------------------------------------------------------------
*/
.contact_us {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .contact_us {
    background-attachment: fixed !important;
  }
}
.contact_us > * {
  flex: 1;
  padding: 5%;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .contact_us > * {
    padding: calc(90px + 10%) 5% 10% 5%;
  }
}
.contact_us > *.col2 {
  background: #F9F2EA;
}
@media only screen and (min-width: 768px) {
  .contact_us > *.col2 {
    order: 2;
    max-width: 40%;
    min-height: 100vh;
  }
}
.contact_us > *.col2 h1 {
  display: block;
  font-size: 32px;
  margin-bottom: 1em;
}
.contact_us > *.col2 .form_tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.contact_us > *.col2 .form_tabs a {
  flex: 1;
  border: 1px solid #2E3172;
  text-align: center;
  text-decoration: none;
  color: #2E3172;
  line-height: 3em;
  font-size: clamp(0px, 1.2vw, 16px);
}
@media only screen and (max-width: 767px) {
  .contact_us > *.col2 .form_tabs a {
    font-size: 14px;
  }
}
.contact_us > *.col2 .form_tabs a.active {
  background: #2E3172;
  color: #F9F2EA;
}
.contact_us > *.col2 .form_panels .form_panel {
  display: none;
}
.contact_us > *.col2 .form_panels .form_panel.active {
  display: block;
}
.contact_us > *.col1 {
  background: #2E3172;
  color: #fff;
  padding-top: calc(100px + 5%);
}
@media only screen and (min-width: 768px) {
  .contact_us > *.col1 {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
}
.contact_us > *.col1 > div > div:first-of-type {
  padding-bottom: 10%;
}
.contact_us > *.col1 > div > div p {
  font-family: "BallPill";
  font-size: clamp(20px, 2vw, 28px);
}
.contact_us > *.col1 > div > div .soc {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.contact_us > *.col1 > div > div .soc a {
  display: inline-block;
  font-size: clamp(22px, 3vw, 30px);
  color: #fff;
}
.contact_us > *.col1 > div > div .soc a:hover {
  color: #03AEAF;
}
@media only screen and (max-width: 767px) {
  .contact_us > * {
    flex: 100%;
  }
  .contact_us > *.col1 {
    padding: 10% 5%;
  }
}

/*
---------------------------------------------------------------------------
=	SWIPER
---------------------------------------------------------------------------
*/
.swiper_wrap {
  padding-bottom: 100px;
}
.swiper_wrap .swiper .slide {
  height: auto;
  background: rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .swiper_wrap .swiper .slide {
    padding: 10% 5%;
  }
}
.swiper_wrap .swiper .slide > span {
  display: block;
  font-family: "BallPill";
  font-size: 100px;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .swiper_wrap .swiper .slide > span {
    font-size: 18vw;
  }
}
.swiper_wrap .swiper .slide h4 {
  display: block;
  font-family: "BallPill";
  font-size: 32px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .swiper_wrap .swiper .slide h4 {
    font-size: 6vw;
  }
}
.swiper_wrap .swiper .slide p {
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .swiper_wrap .swiper .slide p {
    font-size: 3vw;
  }
}
.swiper_wrap .swipe_nav {
  padding: 5%;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.swiper_wrap .swipe_nav span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.swiper_wrap .swipe_nav span.prev img {
  transform: rotate(180deg);
}
.swiper_wrap .swipe_nav span:hover {
  background: #03AEAF;
}

/*
---------------------------------------------------------------------------
=	POLICY
---------------------------------------------------------------------------
*/
.policy {
  background: #fff;
  padding: 10% 5%;
}
@media only screen and (max-width: 767px) {
  .policy {
    padding: calc(90px + 10%) 5% 10% 5%;
  }
}
.policy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.policy > div {
  max-width: 1080px;
  color: #000;
}
.policy > div h1 {
  font-size: 5vw;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .policy > div h1 {
    font-size: 9vw;
  }
}
.policy > div ul li:before {
  color: #000;
}
