/* Global Stylings */
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

div,
section,
article,
main,
aside,
header,
footer,
dialog,
figure,
figcaption,
hgroup {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl {
  list-style: none;
}

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

td {
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  border-style: none;
}

fieldset {
  border: 1px solid transparent;
}

input {
  font-family: Montserrat, sans-serif;
}

input[type=submit] {
  letter-spacing: 0.045em;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}

input[type=text],
input[type=email],
textarea {
  letter-spacing: 0.045em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
}

span {
  font-family: Montserrat, sans-serif;
}

button {
  font-family: Montserrat, sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

select {
  font-family: Montserrat, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

html,
body {
  font-size: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #000000;
}

body {
  background-size: auto;
  position: relative;
}
body:after {
  pointer-events: none;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 0 80px;
}

#skipnav {
  position: absolute;
  z-index: 99999;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding-bottom: 25px;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#skipnav:hover, #skipnav:focus, #skipnav:active {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  clip: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  color: #983222;
}

.no-banner main {
  padding-top: 50px;
}

.sk-ww-twitter-feed {
  grid-column: 1/-1;
}

.grid-item-twitter-feed {
  position: unset !important;
  top: unset !important;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
}

.slick-prev,
.slick-next {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .no-banner main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 20px;
  }
}
body.four-oh-four-page #wrapper {
  min-height: 100%;
}

.module-spacer {
  height: 100px;
}
.module-spacer.--bg-black {
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .module-spacer {
    height: 70px;
  }
}

/*********************************************/
/* Gotham */
/*********************************************/
@font-face {
  font-family: "GothamBlack";
  font-weight: 900;
  src: url("../fonts/Gotham-Black.otf");
  font-display: swap;
}
/*********************************************/
/* Eurostile Next Pro */
/*********************************************/
@font-face {
  font-family: "EurostileNextProSemiBold";
  font-weight: 900;
  src: url("../fonts/EurostileNextProCnSemiBd.ttf");
  font-display: swap;
}
/* Modules */
.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header.scrolled {
  padding-block: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.header__nav {
  display: flex;
  justify-content: flex-end;
}
.header__nav li a {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  background-color: #c02028;
  color: #FFFFFF;
  display: inline-block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c02028;
  color: #FFFFFF;
}
.header__nav li a:is(:hover, :focus) {
  filter: saturate(0.7);
}
.footer {
  background-color: #39396b;
}
.footer .container {
  padding-block: 30px;
}
.footer__disclaimer {
  color: #FFFFFF;
  font-size: 12px;
}
.banner {
  position: relative;
}
.banner.--full-height {
  border-bottom: 5px solid #FFFFFF;
}
.banner.--full-height .container {
  min-height: 95vh;
}
.banner.--full-height .banner__bg img {
  opacity: 0.3;
}
.banner__bg {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #39396b;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.7;
}
.banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1336/674;
  max-height: 700px;
}
.banner__image {
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 65%);
  padding: 100px 20px;
}
.banner__title {
  font-family: EurostileNextProSemiBold;
  font-size: 55px;
  line-height: 55px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .banner__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.banner__copy {
  color: #FFFFFF;
  max-width: 700px;
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
}
.banner__link {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  display: inline-block;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-top: 40px;
}
.banner__link:is(:hover, :focus) {
  background-color: #FFFFFF;
  color: #c02028;
}
@media screen and (max-width: 1024px) {
  .banner__image img {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .banner__image img {
    width: 200px;
  }
}

.join-form .container {
  padding-block: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
}
.join-form__title {
  font-family: EurostileNextProSemiBold;
  font-size: 55px;
  line-height: 55px;
  color: #39396b;
}
@media screen and (max-width: 768px) {
  .join-form__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.join-form__right img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
}
.join-form form {
  margin-top: 30px;
  margin-right: 30px;
}
.join-form form .dform_element.dform_radio {
  display: flex;
}
.join-form form .dform_element.dform_radio .dform_label {
  width: 50%;
}
.join-form form .dform_element.dform_radio .dform_container .radios {
  display: flex;
  gap: 20px;
}
.join-form form .dform_element.dform_radio .dform_container .radios label {
  font-family: GothamBlack;
  color: #39396b;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.join-form form .dform .dfcolumns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.join-form form .dform .dfcolumns .column {
  width: 100% !important;
  display: flex;
  column-gap: 20px;
}
.join-form form .dform .dfcolumns .column .dform_element {
  width: 100% !important;
}
.join-form form .dform input:not([type=submit]) {
  background-color: #d7d7e1;
  border: 1px solid #39396b;
  padding: 10px 20px;
  font-family: GothamBlack;
  width: 100%;
  color: #39396b;
}
.join-form form .dform input:not([type=submit])::placeholder {
  color: #39396b;
  text-transform: uppercase;
}
.join-form form .dform input:is([type=submit]) {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  display: inline-block;
  color: #c02028;
  border: 2px solid #c02028;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-top: 30px;
}
.join-form form .dform input:is([type=submit]):is(:hover, :focus) {
  background-color: #FFFFFF;
  color: #c02028;
}
.join-form form .dform input:is([type=submit]):is(:hover, :focus) {
  background-color: #c02028;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .join-form .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .join-form__title {
    text-align: center;
  }
  .join-form form {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .join-form form .dform_element.dform_radio {
    flex-direction: column;
    gap: 20px;
  }
  .join-form form .dform_element.dform_radio .dform_label {
    width: unset;
  }
  .join-form form .dform_element.dform_radio .dform_container .radios {
    justify-content: center;
  }
  .join-form form .dform .dfcolumns {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .join-form form .dform .dfcolumns .column {
    flex-direction: column;
    gap: 15px;
  }
  .join-form form .dform input:is([type=submit]) {
    margin-inline: auto;
    display: block;
  }
}

.two-column-cta .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-inline: 0;
  padding-block: 10px;
  column-gap: 10px;
}
.two-column-cta__item {
  position: relative;
  padding: 80px 80px;
}
.two-column-cta__item.--bg-red {
  background-color: #c02028;
}
.two-column-cta__item.--bg-blue {
  background-color: #39396b;
}
.two-column-cta__item.--bg-white {
  background-color: #FFFFFF;
}
.two-column-cta__item > *:not(img) {
  position: relative;
  z-index: 2;
}
.two-column-cta__item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.15;
  left: 0;
  top: 0;
}
.two-column-cta__item h2 {
  font-family: EurostileNextProSemiBold;
  font-size: 55px;
  line-height: 55px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .two-column-cta__item h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.two-column-cta__item p {
  margin-top: 30px;
  color: #FFFFFF;
  line-height: 26px;
}
.two-column-cta__item a {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  display: inline-block;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-top: 40px;
}
.two-column-cta__item a:is(:hover, :focus) {
  background-color: #FFFFFF;
  color: #c02028;
}
.two-column-cta.one-up .container {
  grid-template-columns: 1fr;
  padding-block: 0;
}
.two-column-cta.one-up .two-column-cta__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.two-column-cta.one-up .two-column-cta__item h2 {
  color: #39396b;
}
.two-column-cta.one-up .two-column-cta__item p {
  color: #000000;
  max-width: 700px;
  text-align: center;
}
.two-column-cta.one-up .two-column-cta__item a {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  display: inline-block;
  color: #c02028;
  border: 2px solid #c02028;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 20px;
}
.two-column-cta.one-up .two-column-cta__item a:is(:hover, :focus) {
  background-color: #FFFFFF;
  color: #c02028;
}
.two-column-cta.one-up .two-column-cta__item a:is(:hover, :focus) {
  background-color: #c02028;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .two-column-cta .container {
    grid-template-columns: 1fr;
  }
  .two-column-cta__item {
    padding: 80px 40px;
  }
  .two-column-cta__item h2 {
    text-align: center;
  }
  .two-column-cta__item p {
    text-align: center;
  }
  .two-column-cta__item a {
    display: block;
    margin-inline: auto;
  }
}
@media screen and (max-width: 400px) {
  .two-column-cta .container {
    grid-template-columns: 1fr;
  }
  .two-column-cta__item {
    padding: 70px 20px;
  }
}

/*# sourceMappingURL=main.css.map */
