@charset "UTF-8";
/* ========================================================================= */
/* !RESETS AND DEFAULTS */
/* ========================================================================= */
html, body, div, object, iframe, h1, h2, h3, h4, #footer .signup h2, h5, #footer .signup .gform_submission_error, h6, p,
blockquote,
pre, abbr, address, cite, code, del, dfn, img,
ins, kbd, q, samp, var, hr, acronym, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

em, strong, b, i, a, span, sub, sup, small {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

/*
a:focus {
    outline:0;
}
:focus, :active {
    outline:none; outline:0;
} ::-moz-focus-inner {
    outline:none;
}
*/
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
  color: #000;
}

input, select {
  vertical-align: middle;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0px;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0px;
}

input, button, textarea, select, label, img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type=text],
input[type=password],
input[type=url],
input[type=number],
input[type=tel],
input[type=email],
input[type=button],
input[type=submit],
button, textarea, select {
  -webkit-appearance: none;
  outline: 1px solid transparent;
}

textarea {
  resize: none;
  overflow: auto;
}

button, [type=submit], [type=button], [type=reset] {
  cursor: pointer;
  border: 0;
  text-align: center;
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
}

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

table {
  table-layout: fixed;
}

a[href^=tel] {
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

select::-ms-expand {
  display: none;
}

/* != FONT SMOOTHING */
body, input, button, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* != ms-clear */
input[type=text]::-ms-clear {
  display: none;
}

/* != BACKGROUND POSITION AND BOX SIZING */
*, *:before, *:after {
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
}

/* != .clearfix - CLEAR ELEMENTS */
.clear {
  clear: both;
}

.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* != .wordwrap - CONTINUE LONG URLS/WORDS ON NEXT LINE */
.wordwrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/*
    // Use Case: $b (second) variable is optional and defaults to 'max-width'

    @include break(1100){
        h1{
            background: red;
        }
    }

    // Output
    @media screen and (max-width: 1100px) {
        h1 { background: red; }
    }

    // Also, if you want to specify the 2nd variable for break type (i.e., min-height)

    @include break(1100, 'min-height'){
        h1 {
            background:red;
        }
    }

    // Output
    @media screen and (min-height: 1100px) {
        h1 { background: red; }
    }
*/
/*
    // inline SVGs
    // usage: background-image: inline-svg('<svg><!-- your svg code --></svg>');
*/
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Satoshi";
  font-style: 400;
  font-weight: normal;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Regular.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: normal;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Italic.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Light.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 300;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Medium.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 500;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Bold.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 700;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Black.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 800;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-BlackItalic.woff") format("woff");
}
/* ========================================================================= */
/* !STYLES */
/* ========================================================================= */
/* != DEFAULT STYLES ===== */
html, body {
  scroll-behavior: smooth;
  font-family: Satoshi, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #212128;
  line-height: 1.6111111111;
}

#body-content {
  container-type: inline-size;
}

html {
  background-color: #121143;
}

body {
  background-color: #fff;
}

[id] {
  scroll-margin-top: 100px;
}

#skipnav {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}
#skipnav:focus-visible {
  transform: translateY(0%);
}

a:focus-visible {
  outline: 2px solid #FBB117;
}

#header {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.14);
  position: relative;
  z-index: 10;
}
#header .wrap {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo svg {
  display: block;
  width: 166px;
  height: 66px;
}
#header .btn {
  margin-top: 0;
}
#header #alert {
  background-color: #AA2536;
}
#header #alert .wrap {
  padding: 12px 20px 18px;
}
#header #alert p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
}
#header #alert p.alert-head {
  font-size: 1.1111111111rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25em;
  margin-bottom: 11px;
}
#header #alert .close {
  font-size: 30px;
  color: #fff;
  opacity: 0.7;
}
#header #alert .close:hover {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  #header .logo svg {
    width: 116px;
    height: 46px;
  }
}

#main-nav > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #121143;
}
@media screen and (min-width: 851px) {
  #main-nav {
    display: flex;
    gap: 22px;
    align-items: center;
  }
  #main-nav > ul {
    display: flex;
    gap: 22px;
  }
  #main-nav > ul > li {
    position: relative;
  }
  #main-nav > ul > li > a {
    padding: 0 18px 0 0;
    display: inline-block;
  }
  #main-nav > ul > li:hover > a {
    color: #DA9300;
  }
  #main-nav > ul > li.menu-item-has-children > a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%228.333%22 height%3D%224.806%22%3E%3Cpath fill%3D%22%23FBB117%22 fill-rule%3D%22evenodd%22 d%3D%22M.187.187a.64.64 0 0 1 .845-.053l.06.053 3.074 3.074L7.24.187a.64.64 0 0 1 .845-.053l.06.053a.64.64 0 0 1 .054.845l-.054.06L4.62 4.62a.64.64 0 0 1-.845.053l-.06-.053L.187 1.093a.64.64 0 0 1 0-.906Z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right top 13px;
  }
  #main-nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }
  #main-nav > ul > li > ul {
    transition: 0.15s;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    position: absolute;
    top: 100%;
    left: -26px;
    background-color: #fff;
    padding: 22px 26px;
    min-width: 240px;
  }
  #main-nav > ul > li > ul > li {
    font-size: 16px;
  }
  #main-nav > ul > li > ul > li a {
    display: block;
    padding: 6px 0;
    color: #DA9300;
    font-weight: 500;
  }
  #main-nav > ul > li > ul > li a:hover {
    color: #121143;
  }
  #main-nav > ul > li > ul > li > ul {
    padding-left: 20px;
  }
  #main-nav > ul > li > ul > li > ul a {
    font-size: 0.7777777778rem;
  }
}
@media screen and (min-width: 851px) and (max-width: 960px) {
  #main-nav > ul {
    gap: 14px;
  }
}
@media screen and (max-width: 850px) {
  #main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0.14), transparent 15px);
    padding: 15px 20px 40px;
  }
  #header.active #main-nav {
    display: block;
  }
  #main-nav > ul > li {
    padding: 12px 0;
  }
  #main-nav > ul > li + li {
    border-top: 1px solid rgba(18, 17, 67, 0.25);
  }
  #main-nav > ul > li > a {
    display: inline-block;
  }
  #main-nav > ul > li > a:hover {
    color: #DA9300;
  }
  #main-nav > ul > li.menu-item-has-children {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%228.333%22 height%3D%224.806%22%3E%3Cpath fill%3D%22%23FBB117%22 fill-rule%3D%22evenodd%22 d%3D%22M.187.187a.64.64 0 0 1 .845-.053l.06.053 3.074 3.074L7.24.187a.64.64 0 0 1 .845-.053l.06.053a.64.64 0 0 1 .054.845l-.054.06L4.62 4.62a.64.64 0 0 1-.845.053l-.06-.053L.187 1.093a.64.64 0 0 1 0-.906Z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 22px;
    background-size: 13px auto;
  }
  #main-nav > ul > li.menu-item-has-children.open > ul {
    display: block;
  }
  #main-nav > ul > li > ul {
    display: none;
    padding: 10px 0 0 35px;
  }
  #main-nav > ul > li > ul > li {
    margin-bottom: 12px;
  }
  #main-nav > ul > li > ul > li > a {
    color: #DA9300;
    display: block;
    font-size: 16px;
    font-weight: 500;
  }
  #main-nav > ul > li > ul > li > ul {
    padding: 10px 0 0 20px;
  }
  #main-nav > ul > li > ul > li > ul > li > a {
    font-size: 0.7777777778rem;
    color: #DA9300;
  }
  #main-nav .btn {
    margin-top: 30px;
  }
}

#menu-toggle {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2220%22 height%3D%2216%22%3E%3Cpath fill%3D%22%23FBB117%22 fill-rule%3D%22evenodd%22 d%3D%22M0 .5h20v3H0Zm0 6h20v3H0Zm0 6h20v3H0Z%22 %2F%3E%3C%2Fsvg%3E");
  background-size: auto 15px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 851px) {
  #menu-toggle {
    display: none;
  }
}
#menu-toggle.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2214%22 height%3D%2215%22%3E%3Cpath fill%3D%22%23FBB117%22 fill-rule%3D%22evenodd%22 d%3D%22M7 5.956 1.722.301C1.338-.11.702-.1.305.327-.092.753-.103 1.433.281 1.845L5.559 7.5.281 13.155c-.384.412-.373 1.092.024 1.518.398.426 1.033.437 1.417.026L7 9.044l5.278 5.655c.384.411 1.02.4 1.417-.026.397-.426.408-1.106.024-1.518L8.441 7.5l5.278-5.655c.384-.412.373-1.092-.024-1.518-.398-.426-1.033-.437-1.417-.026L7 5.956Z%22 %2F%3E%3C%2Fsvg%3E");
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/*
    // Use Case: $b (second) variable is optional and defaults to 'max-width'

    @include break(1100){
        h1{
            background: red;
        }
    }

    // Output
    @media screen and (max-width: 1100px) {
        h1 { background: red; }
    }

    // Also, if you want to specify the 2nd variable for break type (i.e., min-height)

    @include break(1100, 'min-height'){
        h1 {
            background:red;
        }
    }

    // Output
    @media screen and (min-height: 1100px) {
        h1 { background: red; }
    }
*/
/*
    // inline SVGs
    // usage: background-image: inline-svg('<svg><!-- your svg code --></svg>');
*/
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Satoshi";
  font-style: 400;
  font-weight: normal;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Regular.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: normal;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Italic.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Light.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 300;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Medium.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 500;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Bold.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 700;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-Black.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 800;
  src: url("/wp-content/themes/jrd-btea/ui/fonts/Satoshi/Satoshi-BlackItalic.woff") format("woff");
}
#body-content {
  container-type: inline-size;
}

h1, h2, h3, h4, #footer .signup h2, h5, #footer .signup .gform_submission_error, h6 {
  text-wrap: balance;
}

h1, .title1 {
  font-size: 3.8888888889rem;
  font-weight: 700;
  line-height: 1.1428571429em;
}

h2, .title2 {
  font-size: 3.4444444444rem;
  font-weight: 700;
  line-height: 1.0806451613em;
  color: #FBB117;
}

h3, .title3, .form-module .gform_title {
  font-size: 2.2222222222rem;
  font-weight: 700;
  line-height: 1.175em;
  letter-spacing: -0.00625em;
  color: #3179BE;
}
h3 + p, .title3 + p, .form-module .gform_title + p {
  margin-top: 0.8333333333em;
}
@media screen and (max-width: 640px) {
  h3, .title3, .form-module .gform_title {
    font-size: 1.7777777778rem;
  }
}

h4, #footer .signup h2, .title4 {
  font-size: 1.6666666667rem;
  font-weight: 500;
  line-height: 1.2666666667em;
  color: #121143;
}
@media screen and (max-width: 640px) {
  h4, #footer .signup h2, .title4 {
    font-size: 1.5555555556rem;
  }
}

h5, #footer .signup .gform_submission_error, .title5 {
  font-size: 1.3333333333rem;
  font-weight: 500;
  line-height: 1.2083333333em;
  color: #121143;
}

h6, .title6 {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1.6em;
  color: #121143;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
}

.title7 {
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.6em;
  color: #3179BE;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .title7 {
    font-size: 0.7777777778rem;
  }
}

p {
  max-width: 940px;
}

a {
  transition: 0.15s;
  color: #DA9300;
}
a:hover {
  color: #3179BE;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  padding: 0.6666666667em 1.6666666667em;
  font-size: 1rem;
  color: #121143;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  background-color: #FBB117;
  position: relative;
  margin-top: 30px;
}
.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  background: #3179BE;
  transition: 0.2s;
  width: 0;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  width: 110%;
}
.btn--small {
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .btn {
    padding: 0.6875em 1.25em;
    font-size: 0.8888888889rem;
  }
}

.more, .reg-form .add_list_item {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2142857143em;
  text-transform: uppercase;
  color: #DA9300;
  letter-spacing: 0.0628571429em;
  display: block;
  width: fit-content;
}
.more:hover, .reg-form .add_list_item:hover {
  color: #3179BE;
}

.button-row {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
@media screen and (max-width: 850px) {
  .button-row.m-center {
    justify-content: center;
  }
}

.content-main p:not(:first-child) {
  margin-top: 0.6666666667em;
}
.content-main ul:not([class*=gf]) {
  margin: 10px 0 42px;
}
.content-main ul:not([class*=gf]) > li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 3px;
}
.content-main ul:not([class*=gf]) > li:before {
  content: "•";
  position: absolute;
  left: 2px;
}
.content-main ul:not([class*=gf]).two-col {
  column-count: 2;
  column-gap: 30px;
}
.content-main ul:not([class*=gf]).two-col > li {
  break-inside: avoid;
}
.content-main ol {
  counter-reset: li;
  margin: 10px 0 42px;
}
.content-main ol > li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 3px;
}
.content-main ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  right: calc(100% - 15px);
}
.content-main h1, .content-main h2, .content-main h3, .content-main h4, .content-main #footer .signup h2, #footer .signup .content-main h2, .content-main h5, .content-main #footer .signup .gform_submission_error, #footer .signup .content-main .gform_submission_error, .content-main h6,
.content-main .title1, .content-main .title2, .content-main .title3, .content-main .form-module .gform_title, .form-module .content-main .gform_title, .content-main .title4, .content-main .title5, .content-main .title6 {
  margin-bottom: 0.25em;
}
.content-main h1:not(:first-child), .content-main h2:not(:first-child), .content-main h3:not(:first-child), .content-main h4:not(:first-child), .content-main #footer .signup h2:not(:first-child), #footer .signup .content-main h2:not(:first-child), .content-main h5:not(:first-child), .content-main #footer .signup .gform_submission_error:not(:first-child), #footer .signup .content-main .gform_submission_error:not(:first-child), .content-main h6:not(:first-child),
.content-main .title1:not(:first-child), .content-main .title2:not(:first-child), .content-main .title3:not(:first-child), .content-main .form-module .gform_title:not(:first-child), .form-module .content-main .gform_title:not(:first-child), .content-main .title4:not(:first-child), .content-main .title5:not(:first-child), .content-main .title6:not(:first-child) {
  margin-top: 1em;
}

.socials {
  display: flex;
  gap: 16px;
}
.socials .social {
  height: 27px;
}
.socials .social:hover svg {
  fill: #000;
  background-color: #eaeaea;
}
.socials .social svg {
  fill: #fff;
  background-color: #000;
  padding: 2px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  transition: all 0.2s;
}
.socials .social svg:hover {
  fill: #000;
}

/* != DEFAULT WORDPRESS STYLES = USE AS NEEDED = .wp-caption = .wp-caption-dd = .wpGallery = .shutter = .shutterset ==== */
.aligncenter {
  display: block;
  margin: 25px auto;
}

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.alignnone {
  display: inline-block;
}

/* != ACCESSIBILITY STYLES ===== */
.sr-only, .slick-sr-only {
  /* Styles below are so elements are shown to screen readers only */
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

*:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.5);
}

/* != SELECTION STYLES (Leaving these blank will show no indication of text selection) ===== */
/*
::selection         {
	background: #aaa;
	color: #fff;
}
::-moz-selection    {
	background: #aaa;
	color: #fff;
}
::-webkit-selection {
	background: #aaa;
	color: #fff;
}
*/
/* != LAYOUT STYLES ===== */
.wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/*
#home-banner {
	.banner-circles {
		position: relative;
		margin-left: calc((50vw - 570px) + 140px);
		overflow: hidden;
		.banner-img {
			position: relative;
			left: 28px;
			z-index: 2;
			// width: 1170/1500*100vw;
			width: calc(100vw - (50vw - 570px) - 100px);
			width: 1100px;
			height: 1100px;
			overflow: hidden;
			clip-path: ellipse(81.2% 85.7% at 81.2% 14.3%);
			img {
				transform: translateY(5%) scale(130%);
				transform-origin: left 20%;
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
		.offset-circle {
			position: absolute;
			width: percentage(1769/1170);
			height: percentage(1769/1100);
			border-radius: 100%;
			background-color: $light_blue;
			bottom: 0;
		}
	}
}
*/
.circle-banner {
  position: relative;
  padding-top: 94px;
}
.circle-banner--overview {
  padding: 68px 62px 88px 0;
  position: relative;
  width: 64.9122807018%;
}
.circle-banner--overview * {
  position: relative;
  z-index: 2;
}
.circle-banner--overview:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #121143;
  width: 9999px;
  height: 100%;
  z-index: 1;
}
.circle-banner--overview h1 {
  color: #fff;
}
.circle-banner--overview h1 small {
  text-transform: uppercase;
  font-size: 1.4444444444rem;
  text-transform: uppercase;
  color: #3179BE;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.circle-banner--overview p {
  color: #fff;
  font-size: 1.1111111111rem;
  margin-top: 1.25em;
}
.circle-banner--overview .button-row {
  margin-top: 30px;
}
.circle-banner--overview.light {
  padding: 0;
  width: 40.7894736842%;
}
.circle-banner--overview.light:after {
  display: none;
}
.circle-banner--overview.light h1 {
  color: #121143;
  font-size: 2.7777777778rem;
}
@media screen and (max-width: 850px) {
  .circle-banner--overview.light {
    width: 100%;
    padding: 0 20px;
  }
  .circle-banner--overview.light h1 {
    font-size: 2.2222222222rem;
  }
}
@media screen and (min-width: 851px) {
  .circle-banner .banner-circles {
    /*
    width: calc(100vw - (50vw - 570px) - 140px);
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    &:before {
    	content: '';
    	background: $light_blue;
    	@include size(1770);
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	border-radius: 100%;
    }
    .banner-img {
    	clip-path: ellipse(950px 950px at 950px 150px);
    	transform: translateX(30px);
    	img {
    		display: block;
    		height: 1100px;
    		// width: 1100px;
    		width: 100%;
    		object-fit: cover;
    		// width: auto;
    		max-width: none;
    		object-position: -420px center;
    	}
    }
    @include break(1180) {
    	width: percentage(1020/1180);
    	.banner-img {
    		img {
    			object-position: 37% center;
    		}
    	}
    }
    */
  }
  .circle-banner .banner-circles .banner-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: calc(50vw - 570px + 145px);
    width: 1900px;
  }
  .circle-banner .banner-circles .banner-img img {
    -webkit-clip-path: ellipse(50% 86% at 50% 14%);
            clip-path: ellipse(50% 86% at 50% 14%);
    transform: translateX(28px);
    display: block;
  }
  .circle-banner .banner-circles .banner-img:before {
    content: "";
    background: #3179BE;
    width: 1770px;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 100%;
  }
  .circle-banner .banner-circles .banner-img[style]:before {
    background: currentColor;
  }
}
@media screen and (min-width: 851px) and (max-width: 1180px) {
  .circle-banner .banner-circles .banner-img img {
    width: 80%;
    -webkit-clip-path: ellipse(60% 81% at 60% 19%);
            clip-path: ellipse(60% 81% at 60% 19%);
  }
  .circle-banner .banner-circles .banner-img:before {
    width: 1410px;
  }
}
@media screen and (max-width: 850px) {
  .circle-banner .banner-circles .banner-img img {
    aspect-ratio: 375/260;
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .circle-banner .banner-circles .banner-img img.aff-logo {
    aspect-ratio: 1/1;
    object-fit: contain;
    padding: 40px;
    max-height: 400px;
  }
}
@media screen and (max-width: 1180px) {
  .circle-banner--overview {
    width: 60%;
  }
  .circle-banner--overview h1 {
    font-size: 3.1111111111rem;
  }
  .circle-banner--overview h1 small {
    font-size: 1.1111111111rem;
  }
  .circle-banner--overview p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 850px) {
  .circle-banner {
    padding-top: 0 !important;
  }
  .circle-banner .wrap {
    padding: 0;
  }
  .circle-banner--overview {
    text-align: center;
    width: 100%;
    padding: 50px 25px 60px;
  }
  .circle-banner--overview h1 {
    font-size: 42px;
  }
  .circle-banner--overview h1 small {
    font-size: 1rem;
  }
  .circle-banner--overview .button-row {
    margin-top: 0;
  }
}
.circle-banner--int {
  padding-top: 56px;
  min-height: 645px;
  display: flex;
}
.circle-banner--int .wrap {
  align-self: center;
}
.circle-banner--int .button-row {
  margin-top: 15px;
}
@media screen and (min-width: 851px) {
  .circle-banner--int .banner-circles .banner-img {
    left: calc(50vw - 570px + 550px);
    width: 1000px;
    height: 645px;
  }
  .circle-banner--int .banner-circles .banner-img img, .circle-banner--int .banner-circles .banner-img .white-circle {
    width: calc(100% - 32px);
    height: 100%;
    -webkit-clip-path: ellipse(50% 81% at 50% 19%);
            clip-path: ellipse(50% 81% at 50% 19%);
    transform: translateX(32px) translateY(-20px);
    object-fit: cover;
  }
  .circle-banner--int .banner-circles .banner-img .white-circle {
    background-color: #fff;
  }
  .circle-banner--int .banner-circles .banner-img .white-circle img {
    width: 400px;
    height: 400px;
    object-fit: contain;
    object-position: center right;
    top: 50%;
    right: 442px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-clip-path: none;
            clip-path: none;
  }
  .circle-banner--int .banner-circles .banner-img:before {
    background: #3179BE;
    width: 968px;
  }
  .circle-banner--int .banner-circles .banner-img[style]:before {
    background: currentColor;
  }
}
@media screen and (min-width: 851px) and (max-width: 1180px) {
  .circle-banner--int .banner-circles .banner-img {
    left: calc(50vw - 570px + 450px) img;
    left-width: 80%;
  }
  .circle-banner--int .banner-circles .banner-img:before {
    width: 1067px;
  }
}
.circle-banner--int + .main-content-module {
  margin-top: 0px;
}
@media screen and (max-width: 850px) {
  .circle-banner--int {
    display: block;
  }
}

.banner-int {
  background-color: #121143;
  padding: 75px 0;
  margin-bottom: 70px;
}
.banner-int .wrap {
  display: flex;
  gap: 70px;
  align-items: flex-start;
}
.banner-int--side {
  flex-basis: calc(50% - 15px);
  color: #fff;
}
.banner-int--side:only-child {
  flex-basis: 100%;
  max-width: 960px;
}
.banner-int .title2 {
  color: #fff;
  font-size: 2.7777777778rem;
  margin-top: 0px;
}
.banner-int p {
  font-size: 1.1111111111rem;
  text-wrap: balance;
}
.banner-int label {
  margin-top: 30px;
  font-size: 0.7777777778rem;
}
.banner-int select {
  max-width: 360px;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .banner-int {
    padding: 47px 0px 63px;
  }
  .banner-int .wrap {
    display: block;
    text-align: center;
  }
  .banner-int--side:first-child {
    margin-bottom: 20px;
  }
  .banner-int .title2 {
    font-size: 2.3333333333rem;
  }
  .banner-int p {
    font-size: 1rem;
  }
}

.numbers {
  margin-top: 47px;
}
.numbers--item {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 30px;
}
.numbers .number {
  text-align: right;
  width: 80px;
  height: 67px;
  overflow: hidden;
}
.numbers .number--scroll {
  position: relative;
  top: 0;
  transition: 0.25s;
}
.numbers .fact {
  width: 165px;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .numbers {
    display: flex;
    gap: 23px 46px;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .numbers--item {
    flex-basis: calc(50% - 23px);
    margin-top: 0;
  }
  .numbers--item:nth-child(1) {
    order: 0;
  }
  .numbers--item:nth-child(1) {
    order: 3;
  }
  .numbers--item:nth-child(3) {
    order: 2;
  }
  .numbers--item:nth-child(4) {
    order: 4;
  }
}
@media screen and (max-width: 580px) {
  .numbers {
    gap: 24px;
  }
  .numbers--item {
    flex-basis: calc(50% - 12px);
    gap: 8px;
  }
  .numbers .number {
    width: 50px;
    font-size: 2rem;
    height: 38.9px;
  }
  .numbers .fact {
    width: calc(100% - 58px);
    font-size: 0.7777777778rem;
  }
}
@media screen and (max-width: 400px) {
  .numbers--item {
    flex-basis: 100%;
  }
}

.section, .form-module.bg-white {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 4.3859649123%;
}
.section--head .title3, .section--head .form-module .gform_title, .form-module .section--head .gform_title {
  flex-grow: 1;
}
.section--head .btn {
  margin-top: 0;
}
@media screen and (max-width: 850px) {
  .section--head .title3, .section--head .form-module .gform_title, .form-module .section--head .gform_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 660px) {
  .section--head .btn, .section--head .more, .section--head .reg-form .add_list_item, .reg-form .section--head .add_list_item {
    display: none;
  }
}

.general-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.general-content .text-section {
  flex-basis: calc(67.5438596491% - 20px);
}
@media screen and (max-width: 850px) {
  .general-content .text-section {
    flex-basis: 100%;
  }
}
.general-content .side-section {
  flex-basis: calc(32.4561403509% - 20px);
}
@media screen and (max-width: 850px) {
  .general-content .side-section {
    flex-basis: 100%;
  }
}

.date, .location {
  color: #3179BE;
  font-weight: 700;
  font-size: 0.8888888889rem;
}

.location {
  color: #858585;
  margin-top: 5px;
}

.grid-12, .form-module .gform_fields, .reg-form .gform_fields, .reg-form .gfield_list_header, .reg-form .gfield_list_group {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 55px 30px;
  margin-top: 16px;
}
.grid-12 .grid-item, .form-module .gform_fields .grid-item, .reg-form .gform_fields .grid-item, .reg-form .gfield_list_header .grid-item, .reg-form .gfield_list_group .grid-item, .grid-12 .gfield, .form-module .gform_fields .gfield, .reg-form .gform_fields .gfield, .reg-form .gfield_list_header .gfield, .reg-form .gfield_list_group .gfield {
  grid-column: span 4;
}
.grid-12 .grid-item.span-6, .form-module .gform_fields .grid-item.span-6, .reg-form .gform_fields .grid-item.span-6, .reg-form .gfield_list_header .grid-item.span-6, .reg-form .gfield_list_group .grid-item.span-6, .grid-12 .gfield.span-6, .form-module .gform_fields .gfield.span-6, .reg-form .gform_fields .gfield.span-6, .reg-form .gfield_list_header .gfield.span-6, .reg-form .gfield_list_group .gfield.span-6 {
  grid-column: span 6;
}
.grid-12 .grid-item.span-8, .form-module .gform_fields .grid-item.span-8, .reg-form .gform_fields .grid-item.span-8, .reg-form .gfield_list_header .grid-item.span-8, .reg-form .gfield_list_group .grid-item.span-8, .grid-12 .gfield.span-8, .form-module .gform_fields .gfield.span-8, .reg-form .gform_fields .gfield.span-8, .reg-form .gfield_list_header .gfield.span-8, .reg-form .gfield_list_group .gfield.span-8 {
  grid-column: span 8;
}
.grid-12 .grid-item.span-9, .form-module .gform_fields .grid-item.span-9, .reg-form .gform_fields .grid-item.span-9, .reg-form .gfield_list_header .grid-item.span-9, .reg-form .gfield_list_group .grid-item.span-9, .grid-12 .gfield.span-9, .form-module .gform_fields .gfield.span-9, .reg-form .gform_fields .gfield.span-9, .reg-form .gfield_list_header .gfield.span-9, .reg-form .gfield_list_group .gfield.span-9 {
  grid-column: span 9;
}
.grid-12 .grid-item.span-12, .form-module .gform_fields .grid-item.span-12, .reg-form .gform_fields .grid-item.span-12, .reg-form .gfield_list_header .grid-item.span-12, .reg-form .gfield_list_group .grid-item.span-12, .grid-12 .gfield.span-12, .form-module .gform_fields .gfield.span-12, .reg-form .gform_fields .gfield.span-12, .reg-form .gfield_list_header .gfield.span-12, .reg-form .gfield_list_group .gfield.span-12 {
  grid-column: span 12;
}
.grid-12 .grid-item.new-row, .form-module .gform_fields .grid-item.new-row, .reg-form .gform_fields .grid-item.new-row, .reg-form .gfield_list_header .grid-item.new-row, .reg-form .gfield_list_group .grid-item.new-row, .grid-12 .gfield.new-row, .form-module .gform_fields .gfield.new-row, .reg-form .gform_fields .gfield.new-row, .reg-form .gfield_list_header .gfield.new-row, .reg-form .gfield_list_group .gfield.new-row {
  grid-column: 1/span 4;
}
.grid-12 .grid-item.new-row.span-6, .form-module .gform_fields .grid-item.new-row.span-6, .reg-form .gform_fields .grid-item.new-row.span-6, .reg-form .gfield_list_header .grid-item.new-row.span-6, .reg-form .gfield_list_group .grid-item.new-row.span-6, .grid-12 .gfield.new-row.span-6, .form-module .gform_fields .gfield.new-row.span-6, .reg-form .gform_fields .gfield.new-row.span-6, .reg-form .gfield_list_header .gfield.new-row.span-6, .reg-form .gfield_list_group .gfield.new-row.span-6 {
  grid-column: 1/span 6;
}
.grid-12 .grid-item.new-row.span-8, .form-module .gform_fields .grid-item.new-row.span-8, .reg-form .gform_fields .grid-item.new-row.span-8, .reg-form .gfield_list_header .grid-item.new-row.span-8, .reg-form .gfield_list_group .grid-item.new-row.span-8, .grid-12 .gfield.new-row.span-8, .form-module .gform_fields .gfield.new-row.span-8, .reg-form .gform_fields .gfield.new-row.span-8, .reg-form .gfield_list_header .gfield.new-row.span-8, .reg-form .gfield_list_group .gfield.new-row.span-8 {
  grid-column: 1/span 8;
}
.grid-12 .grid-item.new-row.span-9, .form-module .gform_fields .grid-item.new-row.span-9, .reg-form .gform_fields .grid-item.new-row.span-9, .reg-form .gfield_list_header .grid-item.new-row.span-9, .reg-form .gfield_list_group .grid-item.new-row.span-9, .grid-12 .gfield.new-row.span-9, .form-module .gform_fields .gfield.new-row.span-9, .reg-form .gform_fields .gfield.new-row.span-9, .reg-form .gfield_list_header .gfield.new-row.span-9, .reg-form .gfield_list_group .gfield.new-row.span-9 {
  grid-column: 1/span 9;
}
.grid-12 .grid-item.new-row.span-12, .form-module .gform_fields .grid-item.new-row.span-12, .reg-form .gform_fields .grid-item.new-row.span-12, .reg-form .gfield_list_header .grid-item.new-row.span-12, .reg-form .gfield_list_group .grid-item.new-row.span-12, .grid-12 .gfield.new-row.span-12, .form-module .gform_fields .gfield.new-row.span-12, .reg-form .gform_fields .gfield.new-row.span-12, .reg-form .gfield_list_header .gfield.new-row.span-12, .reg-form .gfield_list_group .gfield.new-row.span-12 {
  grid-column: 1/span 12;
}
@media screen and (max-width: 960px) {
  .grid-12 .grid-item.span-12, .form-module .gform_fields .grid-item.span-12, .reg-form .gform_fields .grid-item.span-12, .reg-form .gfield_list_header .grid-item.span-12, .reg-form .gfield_list_group .grid-item.span-12, .grid-12 .grid-item.span-9, .form-module .gform_fields .grid-item.span-9, .reg-form .gform_fields .grid-item.span-9, .reg-form .gfield_list_header .grid-item.span-9, .reg-form .gfield_list_group .grid-item.span-9, .grid-12 .grid-item.span-8, .form-module .gform_fields .grid-item.span-8, .reg-form .gform_fields .grid-item.span-8, .reg-form .gfield_list_header .grid-item.span-8, .reg-form .gfield_list_group .grid-item.span-8, .grid-12 .gfield.span-12, .form-module .gform_fields .gfield.span-12, .reg-form .gform_fields .gfield.span-12, .reg-form .gfield_list_header .gfield.span-12, .reg-form .gfield_list_group .gfield.span-12, .grid-12 .gfield.span-9, .form-module .gform_fields .gfield.span-9, .reg-form .gform_fields .gfield.span-9, .reg-form .gfield_list_header .gfield.span-9, .reg-form .gfield_list_group .gfield.span-9, .grid-12 .gfield.span-8, .form-module .gform_fields .gfield.span-8, .reg-form .gform_fields .gfield.span-8, .reg-form .gfield_list_header .gfield.span-8, .reg-form .gfield_list_group .gfield.span-8 {
    grid-column: span 6;
  }
  .grid-12 .grid-item.new-row.span-12, .form-module .gform_fields .grid-item.new-row.span-12, .reg-form .gform_fields .grid-item.new-row.span-12, .reg-form .gfield_list_header .grid-item.new-row.span-12, .reg-form .gfield_list_group .grid-item.new-row.span-12, .grid-12 .grid-item.new-row.span-9, .form-module .gform_fields .grid-item.new-row.span-9, .reg-form .gform_fields .grid-item.new-row.span-9, .reg-form .gfield_list_header .grid-item.new-row.span-9, .reg-form .gfield_list_group .grid-item.new-row.span-9, .grid-12 .grid-item.new-row.span-8, .form-module .gform_fields .grid-item.new-row.span-8, .reg-form .gform_fields .grid-item.new-row.span-8, .reg-form .gfield_list_header .grid-item.new-row.span-8, .reg-form .gfield_list_group .grid-item.new-row.span-8, .grid-12 .gfield.new-row.span-12, .form-module .gform_fields .gfield.new-row.span-12, .reg-form .gform_fields .gfield.new-row.span-12, .reg-form .gfield_list_header .gfield.new-row.span-12, .reg-form .gfield_list_group .gfield.new-row.span-12, .grid-12 .gfield.new-row.span-9, .form-module .gform_fields .gfield.new-row.span-9, .reg-form .gform_fields .gfield.new-row.span-9, .reg-form .gfield_list_header .gfield.new-row.span-9, .reg-form .gfield_list_group .gfield.new-row.span-9, .grid-12 .gfield.new-row.span-8, .form-module .gform_fields .gfield.new-row.span-8, .reg-form .gform_fields .gfield.new-row.span-8, .reg-form .gfield_list_header .gfield.new-row.span-8, .reg-form .gfield_list_group .gfield.new-row.span-8 {
    grid-column: 1/span 6;
  }
}
@media screen and (max-width: 660px) {
  .grid-12, .form-module .gform_fields, .reg-form .gform_fields, .reg-form .gfield_list_header, .reg-form .gfield_list_group {
    display: block;
  }
  .grid-12 .grid-item, .form-module .gform_fields .grid-item, .reg-form .gform_fields .grid-item, .reg-form .gfield_list_header .grid-item, .reg-form .gfield_list_group .grid-item {
    margin-bottom: 43px;
  }
}

@media screen and (max-width: 850px) {
  .education-grid .grid-item {
    grid-column: span 6;
  }
  .education-grid .grid-item.featured-item {
    grid-column: span 6;
    flex-direction: column;
    gap: 0;
  }
}
.education-grid .post-box {
  margin-bottom: 27px;
}

.featured-item {
  display: flex;
  gap: 4%;
  align-items: flex-start;
}
.featured-item > * {
  flex-basis: 48%;
}
.featured-item .title4 {
  font-size: 2rem;
  line-height: 1.25em;
}
.featured-item .title4 + p {
  font-size: 0.8888888889rem;
  margin: 14px 0 20px;
}
@media screen and (max-width: 660px) {
  .featured-item .img-container {
    align-self: stretch;
  }
}

.post-box + .post-box:not(.grid-item) {
  margin-top: 20px;
}
.post-box img {
  display: block;
  margin-bottom: 22px;
  width: 100%;
  aspect-ratio: 360/275;
  object-fit: cover;
}
.post-box .title4, .post-box .title5 {
  line-height: 1.2083333333em;
}
.post-box .title4 a, .post-box .title5 a {
  color: #121143;
}
.post-box .title4 a:hover, .post-box .title5 a:hover {
  color: #DA9300;
}
.post-box p {
  font-size: 16px;
}
.post-box p:not(.date):not(.location) {
  margin: 12px 0 17px;
}

@media screen and (min-width: 769px) {
  .featured-event {
    display: flex;
    gap: 5.2631578947%;
  }
  .featured-event .img-container {
    flex-basis: 50%;
  }
  .featured-event .text {
    flex-grow: 1;
    align-self: center;
  }
}
.arrow-right {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  width: 100%;
}
.arrow-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2219%22 height%3D%2215%22%3E%3Cpath id%3D%22a%22 d%3D%22m15.024 6.02-4.789-4.352a.914.914 0 0 1 .001-1.381c.42-.382 1.1-.382 1.52-.001l6.622 6.018c.42.382.42 1-.002 1.382l-6.63 6.027a1.13 1.13 0 0 1-.76.287c-.275 0-.55-.095-.76-.286a.915.915 0 0 1 0-1.381l4.796-4.36-13.948.01C.481 7.983 0 7.546 0 7.007c.001-.54.483-.977 1.077-.978l13.947-.009Z%22 transform%3D%22translate%28.192 .956%29%22 %2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  filter: invert(50%) sepia(80%) saturate(1471%) hue-rotate(14deg) brightness(101%) contrast(102%);
}

.featured-content--bg {
  margin-bottom: -77px;
  background-color: #121143;
  padding: 72px 52px 100px;
}
.featured-content--text {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.featured-content--text, .featured-content--text .title3, .featured-content--text .form-module .gform_title, .form-module .featured-content--text .gform_title {
  color: #fff;
}
.featured-content--text .left {
  flex-basis: 34.2105263158%;
}
.featured-content--text .right {
  flex-basis: 55.2631578947%;
  padding-top: 5px;
}
.featured-content img {
  width: 100%;
  object-fit: cover;
}
.featured-content.featured-video .featured-content--bg {
  margin-bottom: -52px;
}
.featured-content.featured-video .featured-content--text {
  padding: 0 52px;
}
.featured-content.featured-video .embed-container {
  border-radius: 10px;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .featured-content--text {
    display: block;
    text-align: center;
    padding: 45px 34px 58px;
    margin-bottom: -58px;
  }
  .featured-content--text .left {
    margin-bottom: 28px;
  }
  .featured-content img {
    height: auto;
    aspect-ratio: 375/320;
  }
}

.centered-cta {
  margin: 70px auto;
  text-align: center;
  max-width: 960px;
}
.centered-cta h3 {
  max-width: 750px;
  margin: 15px auto 20px;
}
.centered-cta p {
  font-size: 1.1111111111rem;
  margin: auto;
}
.centered-cta p.larger {
  font-size: 1.3333333333rem;
}
.centered-cta .phone {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #DA9300;
  font-weight: 800;
  margin-top: 12px;
}
.centered-cta .phone:hover {
  color: #3179BE;
}
@media screen and (max-width: 640px) {
  .centered-cta p {
    font-size: 1rem;
  }
}

.contact-strip {
  margin-top: 70px;
  display: flex;
  gap: 55px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
}
.contact-strip h4, .contact-strip #footer .signup h2, #footer .signup .contact-strip h2 {
  font-weight: 700;
}
.contact-strip .socials {
  display: flex;
  gap: 15px;
}
.contact-strip .socials a {
  width: 40px;
  height: 40px;
  padding: 9px;
  display: block;
  border-radius: 100%;
  transition: 0.15s;
  position: relative;
  overflow: hidden;
}
.contact-strip .socials a svg {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  display: block;
  transition: 0.15s;
}
.contact-strip .socials a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3179BE;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.15s;
}
.contact-strip .socials a:hover {
  transform: scale(1.15);
}
.contact-strip .socials a:hover svg {
  fill: #fff !important;
}
.contact-strip .socials a:hover:before {
  transform: scale(1);
}
.contact-strip.contrast-dark h4, .contact-strip.contrast-dark #footer .signup h2, #footer .signup .contact-strip.contrast-dark h2 {
  color: #000;
}
.contact-strip.contrast-dark .socials a {
  background-color: #000;
}
.contact-strip.contrast-light h4, .contact-strip.contrast-light #footer .signup h2, #footer .signup .contact-strip.contrast-light h2 {
  color: #fff;
}
.contact-strip.contrast-light .socials a {
  background-color: #fff;
}

.event-overview {
  max-width: 39.4736842105%;
  min-height: 275px;
  padding: 50px 0;
}
.event-overview .date-head {
  color: #3179BE;
  text-transform: none;
  letter-spacing: 0.0325em;
}
.event-overview .title3, .event-overview .form-module .gform_title, .form-module .event-overview .gform_title {
  margin-bottom: 12px;
  color: #FBB117;
}
.event-overview:not(.normal-text) > p {
  font-size: 1.1111111111rem;
}
@media screen and (max-width: 850px) {
  .event-overview {
    max-width: none;
    padding: 40px 20px;
    min-height: 0;
  }
}

.instructor--intro {
  font-size: 1.0555555556rem;
  margin-bottom: 0.8947368421em;
  color: #121143;
  font-weight: 500;
}
.instructor--intro span {
  display: block;
  color: #858585;
}
.instructor--desc {
  font-weight: 500;
}

.circle-crop {
  border-radius: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: cover;
  box-shadow: -7px 9px 0 5px #121143;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  display: block;
}

.affiliate {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 56px auto;
  gap: 15.7894736842%;
}
.affiliate--text {
  flex-basis: 61.4035087719%;
}
.affiliate--text .title4 {
  font-weight: 700;
  color: #3179BE;
  margin-bottom: 0.4333333333em;
  text-align: left;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .affiliate--text .title4 {
    pointer-events: none;
  }
}
.affiliate--text.expanded .title4:after {
  transform: rotate(180deg);
}
.affiliate--logo {
  flex-basis: 22.8070175439%;
}
.affiliate--logo img {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 30px);
  aspect-ratio: 260/220;
  object-fit: contain;
  object-position: center top;
}
.affiliate--logo.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .affiliate {
    display: block;
    margin: 0;
    padding: 30px 0;
  }
  .affiliate:not(:last-child) {
    border-bottom: 1px solid #DCDCDC;
  }
  .affiliate:last-child {
    margin-bottom: 20px;
  }
  .affiliate .title4 {
    font-size: 1.1111111111rem;
    padding-right: 68px;
    position: relative;
    cursor: pointer;
  }
  .affiliate .title4:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%228.333%22 height%3D%224.806%22%3E%3Cpath fill%3D%22%23FBB117%22 fill-rule%3D%22evenodd%22 d%3D%22M.187.187a.64.64 0 0 1 .845-.053l.06.053 3.074 3.074L7.24.187a.64.64 0 0 1 .845-.053l.06.053a.64.64 0 0 1 .054.845l-.054.06L4.62 4.62a.64.64 0 0 1-.845.053l-.06-.053L.187 1.093a.64.64 0 0 1 0-.906Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px auto;
  }
  .affiliate p {
    font-size: 0.8333333333rem;
  }
  .affiliate--logo {
    display: none;
  }
  .affiliate--logo.mobile {
    margin: 30px auto;
    display: block;
  }
  .affiliate--logo.mobile img {
    max-width: 160px;
  }
  .affiliate .btn {
    width: fit-content;
  }
}

.team-execs {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0 68px;
}
.team-execs--member {
  flex-basis: calc(50% - 15px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  background-color: #F4F4F4;
  margin-top: 120px;
  padding: 0 5.9649122807% 50px;
}
.team-execs--member > * {
  width: 100%;
}
.team-execs--member img {
  order: -2;
  max-width: 240px;
  margin-top: -145px;
  margin-bottom: 42px;
}
.team-execs--member .title7 {
  order: -1;
}
.team-execs--member .title5 {
  order: 0;
  margin: 9px 0 30px;
}
.team-execs--member blockquote p {
  color: #121143;
}
.team-execs--member blockquote p:first-child:before {
  content: "“";
}
.team-execs--member blockquote p:last-child:after {
  content: "”";
}
@media screen and (max-width: 700px) {
  .team-execs {
    display: block;
    padding: 0 20px;
  }
  .team-execs--member {
    margin-top: 200px;
  }
}

.team-title {
  color: #3179BE;
  font-weight: 700;
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  letter-spacing: 0.054375em;
  line-height: 1.1428571429em;
}

.team-company {
  color: #858585;
  margin-top: 0;
  font-size: 0.9444444444rem;
  font-weight: 500;
}

.bod-title {
  color: #858585;
  font-weight: 500;
  font-size: 0.9444444444rem;
  line-height: 1.3529411765em;
  margin-top: 6px;
}

.team-grid-wrap .title3:only-child, .team-grid-wrap .form-module .gform_title:only-child, .form-module .team-grid-wrap .gform_title:only-child {
  margin-bottom: 20px;
}
.team-grid-wrap .title4 {
  margin-bottom: 0;
}
.team-grid-wrap .content-main p {
  font-size: 0.8888888889rem;
  max-width: 940px;
}

.team-flex {
  margin: 26px 0 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 28px;
}
.team-flex--end {
  align-items: flex-end;
}
.team-flex--item {
  flex-basis: calc(25% - 21px);
}
.team-flex .team-title {
  margin-bottom: 1em;
}
.team-flex .title5 {
  font-size: 1.2222222222rem;
}
@media screen and (max-width: 850px) {
  .team-flex--item {
    flex-basis: calc(33.33% - 19px);
  }
}
@media screen and (max-width: 640px) {
  .team-flex--item {
    flex-basis: calc(50% - 28px);
  }
}
@media screen and (max-width: 480px) {
  .team-flex--item {
    flex-basis: 100%;
  }
}

.fifty {
  display: flex;
}
.fifty > * {
  flex-basis: 50%;
}
.fifty--text {
  padding-left: calc(50vw - 570px);
  padding-right: 90px;
}
.fifty--image {
  position: relative;
}
.fifty--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-callout {
  display: flex;
  align-items: center;
}
.featured-callout--img {
  flex-basis: calc(390px + 50vw - 570px);
  overflow: visible;
  align-self: stretch;
}
.featured-callout--img img {
  display: block;
  max-width: unset;
  width: calc(100% + 175px);
  height: 100%;
  object-fit: cover;
}
.featured-callout--text {
  flex-basis: calc(750px + 50vw - 570px);
  background-color: #121143;
  color: #fff;
  padding: 51px calc(60px + 50vw - 570px) 73px 66px;
  margin: 50px 0;
}
.featured-callout--text h3 {
  margin-bottom: 15px;
  color: #fff;
}
.featured-callout--text p {
  font-size: 1.1111111111rem;
}
@media screen and (max-width: 850px) {
  .featured-callout {
    display: block;
  }
  .featured-callout--image img {
    width: 100%;
  }
  .featured-callout--text {
    margin: -100px 30px 0;
    position: relative;
    z-index: 2;
    padding: 50px 40px;
  }
}

.resource {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 23px 0 31px;
}
.resource + .resource {
  border-top: 1px solid #DCDCDC;
}
.resource--title, .resource--btn {
  flex: 0 0 22.9824561404%;
}
@media screen and (min-width: 769px) {
  .resource--desc, .resource--btn {
    display: block !important;
  }
}
.resource--title {
  display: flex;
  flex-direction: column-reverse;
}
.resource--title .title7 {
  margin-bottom: 4px;
  text-transform: none;
}
.resource--desc {
  flex-grow: 1;
  font-size: 0.8888888889rem;
}
.resource--btn {
  text-align: right;
}
.resource--btn .more, .resource--btn .reg-form .add_list_item, .reg-form .resource--btn .add_list_item {
  display: inline-block;
}
p + .resource {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .resource {
    display: block;
  }
  .resource--title {
    cursor: pointer;
  }
  .resource--title .title7 {
    font-size: 0.8888888889rem;
  }
  .resource--title .title5 {
    font-size: 1.1111111111rem;
    padding-right: 30px;
    position: relative;
  }
  .resource--title .title5:after {
    transition: 0.15s;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2214.977%22 height%3D%228.319%22%3E%3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E%3Cpath fill%3D%22%23FFF%22 d%3D%22M-337.177-4886.623h375v9321h-375z%22%2F%3E%3Cpath fill%3D%22%23DA9300%22 d%3D%22M.337.324c.415-.399 1.067-.43 1.518-.092l.109.092 5.525 5.32 5.524-5.32c.415-.399 1.068-.43 1.519-.092l.108.092c.415.4.447 1.028.096 1.463l-.096.104-6.338 6.103c-.415.4-1.067.43-1.518.093l-.109-.093L.337 1.891a1.079 1.079 0 0 1 0-1.567Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .resource--desc, .resource--btn {
    display: none;
    text-align: left;
    margin-top: 20px;
  }
  .resource.expanded .resource--title .title5:after {
    transform: rotate(180deg);
  }
}

.numbers-mod {
  background-color: #f4f4f4;
  padding: 66px;
  text-align: center;
}
.numbers-mod--grid {
  margin-top: 30px;
  display: flex;
  gap: 30px 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.numbers-mod--num {
  display: flex;
  align-items: center;
  flex: 1 1 225px;
  text-align: left;
  gap: 16px;
}
.numbers-mod--num .title6 {
  line-height: 1;
}

.content-with-gray {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 55px;
}
.content-with-gray .content-main {
  flex: 0 0 57.0175438596%;
}
.content-with-gray aside {
  flex: 0 0 362px;
  background-color: #f4f4f4;
  margin: 60px 0 65px 0;
  padding: 38px 32px 54px;
  text-align: center;
}
.content-with-gray aside h4, .content-with-gray aside #footer .signup h2, #footer .signup .content-with-gray aside h2 {
  margin-bottom: 19px;
}
@media screen and (max-width: 850px) {
  .content-with-gray {
    flex-wrap: wrap;
  }
  .content-with-gray .content-main, .content-with-gray aside {
    flex: 0 0 100%;
  }
}

.logo-slider h3 {
  text-align: center;
}
.logo-slider--container {
  position: relative;
  max-width: min(750px, 100% - 100px);
  margin: 46px auto 0;
}
.logo-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slider .swiper-slide img {
  width: 190px;
  height: 170px;
  object-fit: contain;
}
.logo-slider--nav {
  font-size: 0;
  position: absolute;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2219%22 height%3D%2215%22%3E%3Cpath id%3D%22a%22 d%3D%22m15.024 6.02-4.789-4.352a.914.914 0 0 1 .001-1.381c.42-.382 1.1-.382 1.52-.001l6.622 6.018c.42.382.42 1-.002 1.382l-6.63 6.027a1.13 1.13 0 0 1-.76.287c-.275 0-.55-.095-.76-.286a.915.915 0 0 1 0-1.381l4.796-4.36-13.948.01C.481 7.983 0 7.546 0 7.007c.001-.54.483-.977 1.077-.978l13.947-.009Z%22 transform%3D%22translate%28.192 .956%29%22 %2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  filter: invert(68%) sepia(23%) saturate(3168%) hue-rotate(2deg) brightness(87%) contrast(102%);
  transition: 0.15s;
  width: 30px;
  height: 30px;
}
.logo-slider--nav:hover {
  filter: invert(41%) sepia(84%) saturate(604%) hue-rotate(171deg) brightness(85%) contrast(82%);
}
.logo-slider--nav__prev {
  left: -50px;
  transform: translateY(-50%) rotate(180deg);
}
.logo-slider--nav__next {
  right: -50px;
  transform: translateY(-50%);
}

.main-content-module {
  display: flex;
  gap: 90px;
  align-items: center;
}
.main-content-module.has-image .content-main {
  padding-left: max(20px, 50vw - 570px);
}
.main-content-module aside {
  align-self: stretch;
  flex: 0 0 48.2666666667%;
}
.main-content-module aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main-content-module {
    display: block;
  }
  .main-content-module img {
    height: auto;
    margin-top: 30px;
  }
}

hr {
  border: none;
  border-top: 1px solid #DCDCDC;
}

.sponsorship--levels {
  width: 100%;
}
.sponsorship--accordion {
  border-bottom: 1px solid #DCDCDC;
}
.sponsorship--expand {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 40px 20px 0;
  position: relative;
  transition: 0.15s;
}
.sponsorship--expand:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%228.333%22 height%3D%224.806%22%3E%3Cpath fill%3D%22%23FBB117%22 fill-rule%3D%22evenodd%22 d%3D%22M.187.187a.64.64 0 0 1 .845-.053l.06.053 3.074 3.074L7.24.187a.64.64 0 0 1 .845-.053l.06.053a.64.64 0 0 1 .054.845l-.054.06L4.62 4.62a.64.64 0 0 1-.845.053l-.06-.053L.187 1.093a.64.64 0 0 1 0-.906Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 18px auto;
}
.sponsorship--expand small {
  font-weight: 700;
  font-size: 24px;
}
.sponsorship--expand.toggled:after {
  transform: rotate(180deg);
}
.sponsorship--expand:hover {
  color: #DA9300;
}
.sponsorship--expand:focus-visible {
  outline: none;
}
.sponsorship--contents {
  padding-bottom: 10px;
  display: none;
}
.sponsorship--contents > li {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 30px;
}
.sponsorship--contents > li:nth-child(even) {
  background-color: #F4F4F4;
}
.sponsorship--title-price {
  flex: 0 0 230px;
}
.sponsorship--title-price .title5 b {
  display: block;
  margin-top: 4px;
}
.sponsorship--description {
  flex-grow: 1;
}
.sponsorship--description ul {
  margin: 0 !important;
  font-size: 16px;
}
.sponsorship--link {
  flex: 0 0 140px;
  text-align: right;
  align-self: center;
}
.sponsorship--link .more, .sponsorship--link .reg-form .add_list_item, .reg-form .sponsorship--link .add_list_item {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .sponsorship--expand {
    font-size: 1.1111111111rem;
  }
  .sponsorship--expand small {
    font-size: 0.8888888889rem;
  }
  .sponsorship--contents > li {
    display: block;
  }
  .sponsorship--contents > li .sponsorship--description {
    margin: 20px 0;
  }
  .sponsorship--link {
    text-align: left;
  }
  .sponsorship--link .more, .sponsorship--link .reg-form .add_list_item, .reg-form .sponsorship--link .add_list_item {
    margin: 0;
  }
  .sponsorship--link .more br, .sponsorship--link .reg-form .add_list_item br, .reg-form .sponsorship--link .add_list_item br {
    display: none;
  }
}

.sponsorship-choices .gfield_radio {
  display: flex;
  flex-flow: column wrap;
  gap: 10px 30px;
}
.sponsorship-choices .gfield_radio .gchoice {
  width: calc(33.33% - 20px);
}
.sponsorship-choices .gfield_radio .gchoice label {
  font-weight: 500;
}
.sponsorship-choices .gfield_radio .gchoice label b {
  font-weight: 700;
}
.sponsorship-choices .gfield_radio .donation-amt label {
  display: none;
}
.sponsorship-choices .gfield_radio .donation-amt input {
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  .sponsorship-choices .gfield_radio {
    height: auto !important;
  }
  .sponsorship-choices .gfield_radio .gchoice {
    width: 100%;
  }
}

/* != PLACEHOLDER ATTRIBUTE STYLES = input or textarea - placeholder="whatever" ===== */
/*
::-webkit-input-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}
*/
/* != FORM STYLES ===== */
.gfield_label, .banner-int label, .gform-field-label {
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.25em;
  color: #FBB117;
  display: block;
  margin-bottom: 6px;
}
.reg-form .gfield_label, .reg-form .banner-int label, .banner-int .reg-form label, .reg-form .gform-field-label {
  color: #121143;
}

.gfield_visibility_hidden {
  display: none;
}

input[type=text], input[type=password], input[type=url], input[type=number], input[type=tel], input[type=email] {
  padding: 10px 14px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.25em;
  border: none;
  width: 100%;
  display: block;
}
.reg-form input[type=text], .reg-form input[type=password], .reg-form input[type=url], .reg-form input[type=number], .reg-form input[type=tel], .reg-form input[type=email] {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.28), inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
input:focus-visible {
  outline: 2px solid #3179BE;
}

textarea {
  padding: 10px 14px;
  width: 100%;
  display: block;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.25em;
  border: none;
}
.reg-form textarea {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.28), inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.gfield_checkbox, .gfield_radio {
  margin: 6px 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.gfield_checkbox .gchoice, .gfield_radio .gchoice {
  display: flex;
  gap: 6px;
}
.gfield_checkbox .gchoice *, .gfield_radio .gchoice * {
  margin: 0;
}
.gfield_checkbox .gchoice input, .gfield_radio .gchoice input {
  align-self: flex-start;
  margin: 3px 0 0;
  width: 14px;
  height: 14px;
}

input[type=submit], button {
  display: inline-block;
  cursor: pointer;
}
input[type=submit]:focus-visible, button:focus-visible {
  outline: 2px solid #3179BE;
}

select {
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg width%3D%2213%22 height%3D%228%22 viewBox%3D%220 0 13 8%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M.293.293c.36-.36.928-.388 1.32-.083l.094.083L6.51 5.096 11.313.293c.36-.36.928-.388 1.32-.083l.094.083c.36.36.389.928.084 1.32l-.084.094-5.51 5.51c-.36.36-.927.388-1.32.083l-.094-.083-5.51-5.51c-.39-.39-.39-1.024 0-1.414z%22 fill%3D%22%233179BE%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 10px) 50%;
  background-size: 11px auto;
  padding: 10px 14px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.25em;
  border: none;
  width: 100%;
  display: block;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.28), inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.validation_error {
  padding: 15px;
  color: #fff;
  background: #c00;
  margin: 20px 0;
}
.validation_message {
  text-transform: uppercase;
  font-size: 12px;
  color: #c00;
  font-weight: 600;
}

.gform_validation_container {
  position: absolute;
  top: -9999px;
  left: -9999px;
  pointer-events: none;
  opacity: 0;
}

.gform_fields {
  display: grid;
  grid-gap: 21px 31px;
}

.gform_submission_error {
  background: #c00;
  color: #fff;
  padding: 20px;
  font-size: 1rem;
  margin-top: 20px;
}

.gf_progressbar_title {
  display: none;
}

.gf_progressbar {
  background-color: #e0e0e0;
  height: 2px;
  position: relative;
}
.gf_progressbar_wrapper {
  margin: 46px 0;
}
.gf_progressbar_percentage {
  background-color: #3179BE;
  height: 100%;
}
.gf_progressbar_percentage span {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin-top: 6px;
  color: #3179BE;
}

.reg-form > p {
  font-size: 0.8888888889rem;
  max-width: 750px;
}
.reg-form form {
  margin-top: 27px;
}
.reg-form .foursome-1,
.reg-form .foursome-2 {
  margin-top: 35px;
  display: none;
}
.reg-form .foursome-1 .gfield_list_icons,
.reg-form .foursome-2 .gfield_list_icons {
  display: none;
}
.reg-form .option-selection {
  display: none;
}
.reg-form .gform_required_legend {
  font-size: 0;
  line-height: 0;
}
.reg-form .gform_fields, .reg-form .gfield_list_header, .reg-form .gfield_list_group {
  gap: 18px 30px;
}
.reg-form .gform_fields .gfield, .reg-form .gform_fields .gform-grid-col, .reg-form .gfield_list_header .gfield, .reg-form .gfield_list_header .gform-grid-col, .reg-form .gfield_list_group .gfield, .reg-form .gfield_list_group .gform-grid-col {
  grid-column: span 4;
}
.reg-form .gform_fields .gfield_header_item--icons, .reg-form .gfield_list_header .gfield_header_item--icons, .reg-form .gfield_list_group .gfield_header_item--icons {
  display: none;
}
@media screen and (max-width: 660px) {
  .reg-form .gfield_list_header {
    display: none;
  }
  .reg-form .gfield_list_group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
  }
  .reg-form .gfield_list_group.gfield_list_row_odd {
    background-color: #f4f4f4;
  }
  .reg-form .gfield_list_group .gfield_list_group_item {
    flex: 1 0 100%;
  }
  .reg-form .gfield_list_group .gfield_list_group_item:before {
    content: attr(data-label);
    font-size: 0.7777777778rem;
    font-weight: 700;
    line-height: 1.25em;
    display: block;
    margin-bottom: 6px;
    color: #121143;
  }
}
.reg-form .donation-amt {
  padding: 22px 30px;
  background-color: #f4f4f4;
  display: flex;
  gap: 25px;
  justify-content: flex-start;
  align-items: center;
}
.reg-form .donation-amt label {
  margin: 0;
}
.reg-form .donation-amt .ginput_container {
  flex: 0 1 360px;
}
.reg-form .gfield_list_header, .reg-form .gfield_list_group {
  padding-right: 70px;
}
.reg-form .gfield_list_groups .gfield_list_group {
  position: relative;
}
.reg-form .gfield_list_groups .gfield_list_group .delete_list_item {
  position: absolute;
  top: 9px;
  right: 30px;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: #AA2536;
  border-radius: 100%;
}
.reg-form .gfield_list_groups .gfield_list_group .delete_list_item:after {
  content: "×";
  line-height: 24px;
  width: 24px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transform: translateY(-1px);
  display: block;
}
@media screen and (max-width: 660px) {
  .reg-form .gfield_list_groups .gfield_list_group .delete_list_item {
    top: 50px;
  }
}
.reg-form .gfield_list_groups .gfield_list_group:not(:last-child) .add_list_item {
  display: none;
}
.reg-form .gfield_list_groups .gfield_list_group:first-child {
  margin-top: 0;
}
.reg-form .gfield_list_groups .gfield_list_group .gfield_list_icons {
  grid-column: 1/span 4;
}
.reg-form .gfield_list_groups .gfield_list_group .gfield_list_icons:nth-child(3) .delete_list_item {
  right: 336px;
}
.reg-form .add_list_item:after {
  content: " Another Name";
}
.reg-form .gfield--type-hidden {
  display: none;
}
.reg-form input.ginput_total {
  box-shadow: none;
  padding: 0;
  color: #DA9300;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 850px) {
  .reg-form .gfield {
    margin-bottom: 20px;
  }
}

.ginput_container_creditcard {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ginput_container_creditcard label, .ginput_container_creditcard legend {
  font-weight: 500;
}
.ginput_container_creditcard > span:first-child {
  display: grid;
  grid-gap: 0 30px;
  grid-template-columns: repeat(3, 1fr);
}
.ginput_container_creditcard > span:first-child label {
  grid-column: 1/span 3;
}
.ginput_container_creditcard > span:first-child input {
  grid-column: 1/span 2;
}
.ginput_container_creditcard > span:first-child .gform_card_icon_container {
  grid-column: 3;
  grid-row: 2;
}
@media screen and (max-width: 450px) {
  .ginput_container_creditcard > span:first-child {
    display: block;
  }
}
.ginput_container_creditcard .ginput_card_expiration_container {
  display: flex;
  gap: 30px;
}
.ginput_container_creditcard .ginput_card_expiration_container > span {
  flex-basis: calc(50% - 15px);
}

.ginput_cardextras {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px 30px;
}
.ginput_cardextras .ginput_cardinfo_left {
  grid-column: span 2 !important;
}
.ginput_cardextras .ginput_cardinfo_right {
  grid-column: span 1 !important;
}
.ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code_icon {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gform_wrapper.gravity-theme .gform_card_icon_container {
  display: flex;
  height: 32px;
  margin: 0.5rem 0 0.4rem;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon {
  background-image: url(/wp-content/plugins/gravityforms/images/gf-creditcards.svg);
  background-repeat: no-repeat;
  height: 32px;
  margin-right: 0.3rem;
  text-indent: -9000px;
  width: 40px;
  transition: 0.15s;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon_inactive {
  opacity: 0.5;
  filter: grayscale(1);
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
  background-position: -167px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
  background-position: -221px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -275px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
  background-position: -59px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
  background-position: -329px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
  background-position: -5px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
  position: relative;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
  background: url(/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) 50% no-repeat;
  bottom: 4px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  width: 13px;
}

.form-module.bg-blue, .form-module.bg-gray {
  padding: 50px 0;
}
.form-module.bg-gray {
  background-color: #f4f4f4;
}
.form-module.bg-blue {
  background-color: #121143;
  color: #fff;
}
.form-module.bg-blue .gform_title {
  color: #fff;
}
.form-module.bg-blue .gfield_checkbox .gchoice label, .form-module.bg-blue .gfield_radio .gchoice label {
  color: #fff;
}
.form-module.bg-blue .gfield_label, .form-module.bg-blue .banner-int label, .banner-int .form-module.bg-blue label {
  color: #FBB117;
}
.form-module.bg-blue input, .form-module.bg-blue textarea {
  box-shadow: none;
}
.form-module .gform_heading {
  display: flex;
  gap: 30px 2.6315789474%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.form-module .gform_title {
  flex-basis: 39.4736842105%;
}
.form-module .gform_description {
  flex-basis: 57.8947368421%;
}
.form-module .gform_required_legend {
  flex-basis: 100%;
}
.form-module .gfield_checkbox, .form-module .gfield_radio {
  display: block;
}
.form-module .gfield_checkbox .gchoice label, .form-module .gfield_radio .gchoice label {
  font-weight: 500;
  color: #212128;
}
.form-module .gfield_checkbox .gchoice + .gchoice, .form-module .gfield_radio .gchoice + .gchoice {
  margin-top: 12px;
}
.form-module .choice-columns {
  container-type: inline-size;
}
.form-module .choice-columns .gfield_checkbox, .form-module .choice-columns .gfield_radio {
  column-count: 4;
  column-gap: 30px;
}
.form-module .choice-columns .gfield_checkbox .gchoice, .form-module .choice-columns .gfield_radio .gchoice {
  break-inside: avoid;
}
@container (max-width:960px) {
  .form-module .choice-columns .gfield_checkbox, .form-module .choice-columns .gfield_radio {
    column-count: 2;
  }
}
@container (max-width:540px) {
  .form-module .choice-columns .gfield_checkbox, .form-module .choice-columns .gfield_radio {
    column-count: 1;
  }
}
.form-module .gform_fields {
  grid-gap: 30px;
}
.form-module .gform_fields .gfield {
  grid-column: span 3;
}
.form-module .gform_fields .gfield.new-row {
  grid-column: 1/span 3;
}
.form-module .gform_fields .gfield.comment {
  grid-row: 1/span 2;
  grid-column: 7/span 6;
}
.form-module .gform_fields .gfield.comment textarea {
  height: 148px;
}
@media screen and (max-width: 960px) {
  .form-module .gform_fields .gfield.comment {
    grid-row: auto;
    grid-column: 1/span 6;
  }
}
@media screen and (max-width: 960px) {
  .form-module .gform_fields {
    grid-template-columns: repeat(6, 1fr);
  }
  .form-module .gform_fields .gfield.span-12,
.form-module .gform_fields .gfield.span-9 {
    grid-column: span 6;
  }
}
@media screen and (max-width: 650px) {
  .form-module .gform_fields .gfield {
    margin-bottom: 20px;
  }
}
.form-module .gfield_choice_all_toggle {
  display: none;
}
.form-module [name=ak_hp_textarea] {
  display: none !important;
}

#footer {
  background: #121143;
  color: #fff;
  padding: 66px 0;
  font-size: 16px;
  line-height: 1.625em;
}
#footer .wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
#footer .wrap .footer-side {
  flex-basis: calc(50% - 15px);
}
#footer p a {
  color: #FBB117;
}
#footer p a:hover {
  color: #3179BE;
}
#footer p + p {
  margin-top: 0.75em;
}
#footer .footer-logo {
  display: block;
  margin-bottom: 26px;
}
#footer .footer-logo svg {
  width: 270px;
  height: auto;
  display: block;
}
#footer .footer-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin: 20px 0 30px;
}
#footer .footer-social a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-social a svg {
  width: 27px;
  height: 27px;
  fill: #121143;
}
#footer .footer-social a:hover {
  background-color: #3179BE;
}
#footer .footer-legal {
  font-size: 12px;
  line-height: 1.8333333333em;
}
#footer .footer-legal p + p {
  margin-top: 1em;
}
#footer .jackrabbit {
  display: inline-block;
  padding-left: 18px;
}
#footer .jackrabbit, #footer .jackrabbit a {
  color: rgba(255, 255, 255, 0.32);
}
#footer .jackrabbit a:hover {
  color: #fff;
}
#footer .signup h2 {
  color: #fff;
  font-weight: 700;
}
#footer .signup p {
  font-size: 1.1111111111rem;
  margin-top: 0.85em;
  margin-bottom: 45px;
}
#footer .signup p a {
  text-decoration: underline;
}
#footer .signup .gform_fields {
  grid-template-columns: repeat(2, 1fr);
}
#footer .signup .gform_fields .gfield_required_text {
  display: none;
}
#footer .signup .gform_submission_error {
  color: #fff;
  margin-bottom: 1em;
}
@media screen and (max-width: 660px) {
  #footer .wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  #footer .signup p {
    font-size: 1rem;
  }
  #footer .signup form {
    padding-bottom: 63px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  #footer .footer-side {
    width: 100%;
  }
  #footer .footer-side:first-child {
    text-align: center;
    max-width: 222px;
  }
  #footer .footer-social {
    justify-content: center;
  }
  #footer .btea-info svg {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #footer .signup .gform_fields {
    grid-template-columns: 1fr;
  }
}

#error-404 {
  text-align: center;
  max-width: 520px;
  margin: 75px auto;
}
#error-404 svg {
  display: block;
  margin: 0 auto 60px;
}

.contact-icons {
  margin: 30px 0;
}
.contact-icons a, .contact-icons span {
  display: block;
  font-weight: 700;
  color: #DA9300;
  line-height: 35px;
  margin-top: 9px;
}
.contact-icons a:before, .contact-icons span:before {
  width: 35px;
  height: 35px;
  display: inline-block;
  content: "";
  margin-right: 14px;
  background-color: #3179BE;
  background-position: center center;
  vertical-align: middle;
  border-radius: 9999px;
}
.contact-icons a.ico-phone:before, .contact-icons span.ico-phone:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2218%22 height%3D%2217%22%3E%3Cpath fill%3D%22%23FFF%22 fill-rule%3D%22evenodd%22 d%3D%22M12.525 12.326c1.103-1.103 1.783-2.063 4.213-.11 2.43 1.954.564 3.256-.504 4.325-1.233 1.232-5.827.065-10.368-4.476C1.325 7.523.156 2.929 1.39 1.695 2.458.629 3.76-1.237 5.713 1.193c1.954 2.43.994 3.11-.108 4.213-.77.77.838 2.718 2.52 4.4 1.682 1.683 3.63 3.291 4.4 2.52Z%22 %2F%3E%3C%2Fsvg%3E");
}
.contact-icons a.ico-fax:before, .contact-icons span.ico-fax:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2223%22 height%3D%2219%22%3E%3Cpath fill%3D%22%23FFF%22 fill-rule%3D%22evenodd%22 d%3D%22m16.49.76 1.84 1.84v5.52h.92a2.76 2.76 0 0 1 2.76 2.76v6.44a.92.92 0 0 1-.92.92H1.77a.92.92 0 0 1-.92-.92v-6.44c0-1.202.768-2.224 1.84-2.603v4.443a2.76 2.76 0 0 0 5.516.162l.004-.162V.76h8.28Zm-4.6 14.72h-.92v.92h.92v-.92Zm1.84 0h-.92v.92h.92v-.92Zm1.84 0h-.92v.92h.92v-.92ZM5.451 5.36c.97 0 1.764.741 1.834 1.682l.005.136v5.561a1.83 1.83 0 0 1-1.839 1.821 1.832 1.832 0 0 1-1.836-1.685l-.005-.136V7.178c0-1.005.823-1.818 1.841-1.818Zm6.44 8.28h-.92v.92h.92v-.92Zm1.84 0h-.92v.92h.92v-.92Zm1.84 0h-.92v.92h.92v-.92Zm-3.68-1.84h-.92v.92h.92v-.92Zm1.84 0h-.92v.92h.92v-.92Zm1.84 0h-.92v.92h.92v-.92Zm.46-10.12h-6.9v8.28h8.28v-6.9l-1.38-1.38Z%22 %2F%3E%3C%2Fsvg%3E");
}
.contact-icons a.ico-email:before, .contact-icons span.ico-email:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2221%22 height%3D%2212%22%3E%3Cpath fill%3D%22%23FFF%22 fill-rule%3D%22evenodd%22 d%3D%22M20.09.88v10.08l-5.88-5.04L20.09.88Zm-.84-.84L10.43 7.6 1.61.04h17.64ZM.77.88l5.88 5.04-5.88 5.04V.88Zm12.37 5.88 6.11 5.04H1.61l6.11-5.04 2.71 2.236 2.71-2.236Z%22 %2F%3E%3C%2Fsvg%3E");
}

#ui-datepicker-div {
  width: 262.5px;
  padding: 20px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2784313725), 0 1px 3px 0 rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
}
#ui-datepicker-div .ui-datepicker-header {
  display: flex;
  align-items: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  order: 0;
  display: flex;
  gap: 12px;
  flex-basis: 100%;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#ui-datepicker-div table {
  width: 100%;
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
#ui-datepicker-div table th span {
  display: block;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2784313725);
  margin-bottom: 6px;
}
#ui-datepicker-div table a {
  display: block;
  line-height: 30px;
}
#ui-datepicker-div table a.ui-state-hover {
  box-shadow: 0 0 1px #DA9300;
}
#ui-datepicker-div table .ui-datepicker-current-day a {
  font-weight: 600;
  color: #3179BE;
}