/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/single.scss ***!
  \*********************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "GlacialIndifference-Regular";
  src: url(../fonts/GlacialIndifference-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GlacialIndifference-Bold";
  src: url(../fonts/GlacialIndifference-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 16px/1.5 "GlacialIndifference-Regular", sans-serif;
  color: #003049;
  text-decoration: none;
  background: #ffffff;
  padding: 0 5px 2px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.container--small {
  max-width: 1000px;
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}
.eyebrow {
  font: 700 20px/1.3 "GlacialIndifference-Bold", sans-serif;
  text-transform: uppercase;
}

.h1 {
  font: 400 26px/1 "GlacialIndifference-Regular", sans-serif;
}

.h2 {
  font: 400 26px/1 "GlacialIndifference-Regular", sans-serif;
}

.h3 {
  font: 400 20px/1 "GlacialIndifference-Regular", sans-serif;
}

@media only screen and (min-width: 768px) {
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 26px;
  }
}
.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.wpcf7-form label {
  position: relative;
  color: #ffffff;
  font-size: 14px;
}
.wpcf7-form .wpcf7-response-output {
  font: 400 16px/1.5 "GlacialIndifference-Regular", sans-serif;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  color: #B5AE2C;
  border: 0;
  padding: 5px 0 0;
  margin: 0;
  transform: translateY(100%);
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-file {
  width: 100%;
  font: 400 18px/1.3 "GlacialIndifference-Regular", sans-serif;
  color: #003049;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px;
  transition: all 300ms ease-in-out;
  resize: none;
}
.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-text:hover, .wpcf7-textarea:active, .wpcf7-textarea:focus, .wpcf7-textarea:hover, .wpcf7-file:active, .wpcf7-file:focus, .wpcf7-file:hover {
  outline: 0;
  color: #4F2683;
  border-color: #4F2683;
}
.wpcf7-text.wpcf7-file, .wpcf7-textarea.wpcf7-file, .wpcf7-file.wpcf7-file {
  padding: 6px;
}
.wpcf7-text.wpcf7-file::file-selector-button, .wpcf7-textarea.wpcf7-file::file-selector-button, .wpcf7-file.wpcf7-file::file-selector-button {
  background: rgba(255, 255, 255, 0.1);
  padding: 13px 22px;
  border-radius: 10px;
  border: 0;
  color: #4F2683;
}
.wpcf7-text.wpcf7-file:active, .wpcf7-text.wpcf7-file:focus, .wpcf7-text.wpcf7-file:hover, .wpcf7-textarea.wpcf7-file:active, .wpcf7-textarea.wpcf7-file:focus, .wpcf7-textarea.wpcf7-file:hover, .wpcf7-file.wpcf7-file:active, .wpcf7-file.wpcf7-file:focus, .wpcf7-file.wpcf7-file:hover {
  outline: 0;
  border-color: #4F2683;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-acceptance a {
  text-decoration: none;
  color: #4F2683;
}
.wpcf7-submit {
  background: #B5AE2C;
  font: 700 16px/1.3 "GlacialIndifference-Bold", sans-serif;
  color: #003049;
  border: 0;
  outline: 0;
  padding: 0 20px;
  cursor: pointer;
}
.wpcf7-custom-submit-btn {
  cursor: pointer;
}
.wpcf7-custom-submit-btn:disabled {
  opacity: 0.2;
}
.wpcf7-not-valid {
  border-color: #4F2683;
  color: #4F2683;
}
.wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  font: 400 16px/1.3 "GlacialIndifference-Regular", sans-serif;
  color: #B5AE2C !important;
  transform: translateY(100%);
  padding-top: 5px;
}
.wpcf7-spinner {
  display: none !important;
  background: #4F2683;
}
.wpcf7-spinner::before {
  background: #4F2683;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 200px;
}
.header__right {
  margin-left: auto;
}
.header__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #0E39D1;
  padding: 120px 20px 20px;
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
  z-index: 998;
}
.header .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.header .menu-item a {
  font: 400 24px/1.3 "GlacialIndifference-Regular", sans-serif;
  color: #ffffff;
  text-decoration: none;
}
.header .menu-item.current_page_item a {
  font-weight: 700;
}
.header__hamburger {
  position: relative;
  background: transparent;
  outline: 0;
  border: 0;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
  margin: 5px 0;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header.active .header__hamburger-line--1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.header.active .header__hamburger-line--2 {
  transform: translateX(100%);
  opacity: 0;
}
.header.active .header__hamburger-line--3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media only screen and (min-width: 768px) {
  .header__logo-img {
    width: 300px;
  }
  .header__menu {
    padding: 200px 40px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__container {
    padding: 0;
  }
  .header__logo-img {
    width: 380px;
  }
  .header__menu {
    position: initial;
    width: -moz-fit-content;
    width: fit-content;
    transform: none;
    padding: 0;
    background: transparent;
  }
  .header .menu {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
  }
  .header .menu-item a {
    font-size: 20px;
  }
  .header__hamburger {
    display: none;
  }
}
.footer {
  background: #4F2683;
  color: #ffffff;
  margin-top: 80px;
}
.footer__top {
  padding: 30px 0;
}
.footer__left {
  margin-bottom: 20px;
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 30px;
}
.footer__text {
  max-width: 380px;
}
.footer__paragraphs {
  font: 400 16px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.footer__links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.footer__cta {
  font: 400 12px/1.2 "GlacialIndifference-Regular", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__socials-label {
  font: 400 12px/1.2 "GlacialIndifference-Regular", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__social {
  transition: opacity 300ms ease-in-out;
}
.footer__social-icon {
  width: 24px;
  height: auto;
}
.footer__social:hover {
  opacity: 0.6;
}
.footer__newsletter {
  width: 100%;
  max-width: 350px;
  margin: 20px 0;
}
.footer__newsletter-title {
  font: 400 16px/1 "GlacialIndifference-Regular", sans-serif;
  margin-bottom: 10px;
}
.footer__sponsor {
  display: block;
  margin-top: 30px;
}
.footer__sponsor-img {
  width: 100%;
  max-width: 250px;
}
.footer__form {
  background: #F4F1EF;
  padding: 30px 0;
}
.footer__form #mc-embedded-subscribe-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.footer__form .mc-field-group {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 6px;
}
.footer__form label {
  font: 400 16px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.footer__form input[type=email] {
  font: 400 16px/1.2 "GlacialIndifference-Regular", sans-serif;
  color: #003049;
  background: #ffffff;
  border: 0;
  outline: 0;
  padding: 5px 10px;
  width: 100%;
}
.footer__form .mce_inline_error:not(input) {
  position: absolute;
  bottom: 0;
  right: 0;
  font: 400 14px/1.3 "GlacialIndifference-Regular", sans-serif;
  color: #6B0505 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(100%);
  z-index: 2;
}
.footer__form input[type=submit] {
  font: 400 16px/1.2 "GlacialIndifference-Regular", sans-serif;
  color: #ffffff;
  background: #4F2683;
  border: 0;
  padding: 5px 15px;
  transition: opacity 300ms ease-in-out;
}
.footer__form input[type=submit]:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 768px) {
  .footer__form #mc-embedded-subscribe-form {
    gap: 6px;
  }
  .footer__form label {
    flex-shrink: 0;
  }
  .footer__form .mc-field-group {
    flex-flow: row nowrap;
  }
  .footer__form input[type=email] {
    width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    margin-top: 100px;
  }
  .footer__top {
    padding: 80px 0;
  }
  .footer__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
  .footer__left {
    flex-shrink: 0;
  }
  .footer__sponsor {
    flex-shrink: 0;
    margin: 0;
  }
  .footer__logo {
    order: 1;
  }
  .footer__paragraphs {
    order: 2;
  }
  .footer__newsletter {
    order: 3;
    position: relative;
    margin: 0;
  }
  .footer__right {
    flex-shrink: 0;
  }
}
.wp-blocks-inner {
  color: #ffffff;
}
.wp-blocks-inner > *:first-child {
  margin-top: 0;
}
.wp-blocks-inner > *:last-child {
  margin-bottom: 0;
}
.wp-blocks-inner h1 {
  font: 400 26px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.wp-blocks-inner h2 {
  font: 400 21px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.wp-blocks-inner h3 {
  font: 700 21px/1.3 "GlacialIndifference-Bold", sans-serif;
}
.wp-blocks-inner p {
  font: 400 16px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.wp-blocks-inner a {
  font: 700 16px/1.3 "GlacialIndifference-Bold", sans-serif;
  color: inherit;
  text-decoration: underline;
}
.wp-blocks-inner strong,
.wp-blocks-inner b {
  font-weight: 700;
}
.wp-blocks-inner h1,
.wp-blocks-inner h2 {
  margin: 40px 0;
}
.wp-blocks-inner p {
  margin: 20px 0;
}
.wp-blocks-inner figure {
  margin: 0;
}
.wp-blocks-inner .wp-block-image {
  margin: 80px 0;
}
.wp-blocks-inner .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-blocks-inner .wp-block-image.alignright {
  margin-left: auto;
}
.wp-blocks-inner img {
  border-radius: 20px;
}
.wp-blocks-inner .wp-block-video,
.wp-blocks-inner .wp-block-embed-youtube {
  margin: 80px 0;
}
.wp-blocks-inner .wp-block-embed-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.wp-blocks-inner .wp-element-button {
  display: inline-block;
  font: 700 14px/1.3 "GlacialIndifference-Bold", sans-serif;
  color: #003049;
  background: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
  border-radius: 0;
  padding: 10px 20px;
  transition: box-shadow 300ms ease-in-out;
}
.wp-blocks-inner .wp-element-button:hover {
  text-decoration: underline;
}
.wp-blocks-inner ul {
  display: grid;
  gap: 6px;
  padding-left: 17px;
  margin: 20px 0;
}
.wp-blocks-inner ul li {
  font: 400 16px/1.4 "GlacialIndifference-Regular", sans-serif;
}
.wp-blocks-inner .wp-block-quote {
  margin: 80px 0;
}
.wp-blocks-inner .wp-block-quote p {
  font: 400 26px/1 "GlacialIndifference-Regular", sans-serif;
}

@media only screen and (min-width: 1280px) {
  .wp-blocks-inner h1 {
    font-size: 36px;
  }
  .wp-blocks-inner h2 {
    font-size: 36px;
  }
  .wp-blocks-inner p {
    font-size: 18px;
  }
  .wp-blocks-inner ul li {
    font-size: 18px;
  }
  .wp-blocks-inner .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .wp-blocks-inner .wp-block-quote {
    position: relative;
    width: 99vw;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .wp-blocks-inner .wp-block-quote p {
    font-size: 50px;
  }
  .wp-blocks-inner .wp-block-embed-youtube {
    position: relative;
    width: 99vw;
    max-width: 1350px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.default {
  margin: 80px 0;
}
.default__img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}
.default__title {
  font: 400 30px/1 "GlacialIndifference-Regular", sans-serif;
  margin-bottom: 30px;
}
.default__content {
  max-width: 760px;
  margin: 0 auto;
}
.default p {
  color: #E4DAD7;
}

@media only screen and (min-width: 1024px) {
  .default {
    margin: 100px 0;
  }
  .default__img {
    margin-bottom: 100px;
  }
  .default__title {
    font-size: 40px;
  }
}
