/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/layout.scss ***!
  \****************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/layout.scss (1) ***!
  \********************************************************************************************************************************************************************/
html {
  font-size: 16px;
}

* {
  font-family: "Rubik", sans-serif;
}

/*! 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  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;
  margin: 0.67em 0;
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

.container {
  width: 755px;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

header {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  background-color: var(--nav);
}
header .nav-container {
  padding: 0 10px;
}
header nav {
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  align-items: center;
  height: 70px;
  font-weight: 380;
}
@media (max-width: 639px) {
  header nav {
    height: 55px;
  }
}
header nav .left, header nav .right {
  display: flex;
  align-items: center;
}
@media (max-width: 639px) {
  header nav .left, header nav .right {
    flex: 0 0 auto;
  }
}
header nav .right {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
@media screen and (max-width: 819px) {
  header nav .right {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}
header nav .logo {
  display: inline-block;
  margin-bottom: 2px;
}
header nav .logo img {
  width: 182px;
}
@media screen and (max-width: 819px) {
  header nav .logo {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  header nav .logo img {
    width: 130px;
    height: 30px;
  }
}
header nav .nav-items {
  margin-left: 6rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  display: flex;
}
@media (max-width: 1279px) {
  header nav .nav-items {
    margin-left: 2.5rem;
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
}
@media (max-width: 1023px) {
  header nav .nav-items {
    margin-left: 1rem;
  }
}
@media (max-width: 639px) {
  header nav .left .nav-items {
    display: none;
  }
}
@media (max-width: 1023px) {
  header nav .left .nav-item {
    padding: 0 0.5rem;
  }
}
header nav .nav-item {
  display: inline-block;
  padding: 0.75rem;
  color: var(--white);
  border-radius: 30px;
  font-size: 16px;
  background-color: transparent;
  border: 0;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
}
header nav .nav-item.user {
  background-color: #af2127;
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023px) {
  header nav .nav-item.user {
    border-radius: 7px;
    padding: 4px;
  }
}
@media screen and (max-width: 1023px) {
  header nav .nav-item.user .icon-button .icon {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 819px) {
  header nav .nav-item.user .icon-button .icon {
    height: 33px;
    width: 2.116rem;
  }
}
@media screen and (max-width: 639px) {
  header nav .nav-item.user .icon-button .icon {
    height: 22px;
    width: 1.44rem;
  }
}
header nav .nav-item .icon-button {
  display: flex;
  align-items: center;
}
header nav .nav-item .icon-button .icon {
  height: 30px;
  width: 30px;
}
header nav .nav-item .icon-button .caret-icon {
  height: 12px;
  width: 12px;
  margin-left: 0.5rem;
  display: flex;
}
header nav .nav-item .icon-button .icon-button-text {
  margin-left: 10px;
}
header nav .nav-item:hover {
  background-color: var(--nav-item-hover);
  text-decoration: none;
}
header nav .nav-item.highlight {
  background-color: var(--nav-item-highlight);
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1.063rem;
  padding: 0.75rem;
}
header nav .nav-item.highlight:hover {
  background-color: var(--nav-item-highlight-hover);
}
@media screen and (max-width: 639px) {
  header nav .nav-item.highlight {
    font-size: 0.75rem !important;
    padding: 0.5rem;
    line-height: 0.875rem;
  }
}
header nav .nav-item.language {
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.5rem;
}
header nav .search-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 13px;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 25px;
  width: 120px;
  height: 41px;
}
@media (max-width: 1279px) {
  header nav .search-button {
    width: 120px;
  }
}
header nav .search-button input {
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  border: 0;
  outline-offset: initial;
  width: 70%;
}
header nav .search-button input:focus, header nav .search-button input:focus-visible {
  border: 0;
  outline: none;
}
header nav .search-button input::-moz-placeholder {
  color: white;
}
header nav .search-button input::placeholder {
  color: white;
}
header nav .search-button svg {
  width: 18px;
  height: auto;
  right: 10px;
  position: absolute;
}
@media (max-width: 1023px) {
  header nav .search-button {
    display: none;
  }
}
header nav .placeholder-opacity-75::-moz-placeholder {
  opacity: 0.75;
}
header nav .placeholder-opacity-75::placeholder {
  opacity: 0.75;
}
header nav .nav-dropdown {
  position: relative;
  display: inline-block;
}
header nav .nav-dropdown-content {
  display: none;
  position: absolute;
  background-color: #af2127;
  min-width: 210px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 40;
  border-radius: 8px;
  padding: 5px;
  right: 0;
}
header nav .nav-dropdown-content a {
  color: #fff;
  font-weight: bold;
  padding: 0.625rem 0.75rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
header nav .nav-dropdown-content a svg {
  margin-right: 0.5rem;
}
header nav .nav-dropdown-content a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
header nav .nav-dropdown-content.active {
  display: block;
}
@media screen and (max-width: 819px) {
  header nav .sm-hidden {
    display: none;
  }
}
header .subnav {
  background-color: var(--subnav);
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}
header .subnav .subnav-content {
  display: flex;
  justify-content: center;
}
header .subnav .subnav-content .left, header .subnav .subnav-content .right {
  width: 40%;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  header .subnav .subnav-content .left, header .subnav .subnav-content .right {
    width: 50%;
  }
}
header .subnav .subnav-content .left {
  border-right: 1px solid #44507A;
}
header .subnav .subnav-content .left-content, header .subnav .subnav-content .right-content {
  display: flex;
  justify-content: space-around;
}
header .subnav .subnav-content .subnav-label {
  color: #414D78;
  margin-bottom: 10px;
}
header .subnav .subnav-content .subnav-item {
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px;
  font-weight: 700;
}
header .subnav .subnav-content .subnav-item svg {
  margin-right: 10px;
}
header .subnav .subnav-content .subnav-item:hover {
  background-color: #44507A;
}
@media screen and (max-width: 992px) {
  header .subnav .subnav-content .subnav-item {
    font-size: 0.9em;
  }
}
header .subnav .subnav-content .col {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  header .subnav .subnav-content {
    flex-direction: column;
  }
  header .subnav .subnav-content .left {
    border: 0;
  }
  header .subnav .subnav-content .left, header .subnav .subnav-content .right {
    width: 100%;
  }
  header .subnav .subnav-content .left .col, header .subnav .subnav-content .right .col {
    width: 100%;
  }
  header .subnav .subnav-content .right-content, header .subnav .subnav-content .left-content {
    flex-direction: column;
  }
}
header .subnav .subnav-hero-area {
  text-align: center;
}
header .subnav .subnav-hero-area .subnav-hero-item {
  background-color: #44507A;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: flex-start;
}
header .subnav .subnav-hero-area .subnav-hero-item svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  header .subnav {
    height: 60vh;
    overflow-y: scroll;
  }
}

main {
  padding-top: 85px;
  min-height: 65vh;
  flex: 1 0 100%;
}
main h1, main h2 {
  text-align: center;
  margin: 40px 0;
}
main h2 {
  font-size: 1.4em;
}
main hr {
  display: none;
}
main #frm-signInForm,
main #frm-signUpForm,
main .small-form-area,
main .social-sign-in-wrapper,
main #frm-simpleWidget-socialsignupwidget-signUpForm,
main #frm-simpleWidget-socialsigninwidget-signInForm {
  max-width: 450px;
  margin: 40px auto 0 auto;
}
main #frm-signInForm .form-group :first-child,
main #frm-signUpForm .form-group :first-child,
main .small-form-area .form-group :first-child,
main .social-sign-in-wrapper .form-group :first-child,
main #frm-simpleWidget-socialsignupwidget-signUpForm .form-group :first-child,
main #frm-simpleWidget-socialsigninwidget-signInForm .form-group :first-child {
  display: block;
  text-align: left;
}
main #frm-signInForm .form-group :nth-child(2),
main #frm-signUpForm .form-group :nth-child(2),
main .small-form-area .form-group :nth-child(2),
main .social-sign-in-wrapper .form-group :nth-child(2),
main #frm-simpleWidget-socialsignupwidget-signUpForm .form-group :nth-child(2),
main #frm-simpleWidget-socialsigninwidget-signInForm .form-group :nth-child(2) {
  width: 100%;
}
main #frm-signInForm.social-sign-in-wrapper,
main #frm-signUpForm.social-sign-in-wrapper,
main .small-form-area.social-sign-in-wrapper,
main .social-sign-in-wrapper.social-sign-in-wrapper,
main #frm-simpleWidget-socialsignupwidget-signUpForm.social-sign-in-wrapper,
main #frm-simpleWidget-socialsigninwidget-signInForm.social-sign-in-wrapper {
  margin-top: 20px;
}
main input[type]:not([type=submit]) {
  padding: 20px 15px;
}
main input[type=submit], main .submit {
  background-color: var(--submit);
  padding: 10px;
  min-width: 100px;
  text-align: center !important;
  font-weight: 700;
  color: var(--submit-font);
  display: block;
  border-radius: 6px;
  font-size: 1em;
  width: 100%;
}
main input[type=submit]:hover, main .submit:hover {
  background-color: var(--submit-hover);
  text-decoration: none;
}
main #frm-signInForm input[type=submit], main #frm-signInForm .submit, main #frm-signUpForm input[type=submit], main #frm-signUpForm .submit {
  width: 100%;
}
main .short-divider {
  margin: 40px 0;
  border-top: 1px solid var(--divider);
  display: block;
}
main .social-sign-in-wrapper .social-sign-in {
  margin-bottom: 20px;
}
main .social-sign-in-wrapper .social-sign-in:last-child {
  margin-bottom: 0;
}
main .social-sign-in-wrapper .btn-social {
  background-color: var(--submit);
  padding: 10px;
  min-width: 100px;
  text-align: center !important;
  font-weight: 700;
  color: var(--submit-font);
  display: block;
  border-radius: 6px;
  font-size: 1.1em;
  text-decoration: none;
  position: relative;
}
main .social-sign-in-wrapper .btn-social:hover {
  opacity: 0.9;
  text-decoration: none;
  color: var(--submit-font);
}
main .social-sign-in-wrapper .btn-social > * {
  display: inline !important;
  text-decoration: none;
  color: var(--submit-font);
}
main .social-sign-in-wrapper .btn-social > .logo {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
main .social-sign-in-wrapper .btn-social > .logo svg {
  width: 14px;
  height: 14px;
}

footer {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.33rem;
  border-bottom: 1px solid #464a5e;
  background: #181d36;
  margin-top: 70px;
}
@media (max-width: 819px) {
  footer {
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 640px) {
  footer .container-fluid {
    padding: 0;
  }
}
footer .footer-1 {
  background-color: #171E37;
}
footer .footer-1 .content {
  max-width: 1150px;
  padding: 16px 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 819px) {
  footer .footer-1 .content {
    flex-direction: column;
  }
  footer .footer-1 .content .right {
    order: 0;
    margin-bottom: 1rem;
  }
  footer .footer-1 .content .left {
    order: 1;
  }
}
@media screen and (max-width: 639px) {
  footer .footer-1 .content {
    padding: 16px 0;
  }
}
footer .footer-1 .content img {
  width: 22px;
}
footer .footer-1 .content a {
  color: #fff;
}
footer .footer-1 .content .left {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: flex;
}
footer .footer-1 .content .left a {
  padding: 20px 0;
}
@media screen and (max-width: 819px) {
  footer .footer-1 .content .left a {
    padding: 0;
  }
}
footer .footer-1 .content .right {
  display: flex;
  gap: 0.75rem;
  align-items: end;
}
footer .footer-1 .content .right a {
  text-decoration: none;
}
footer .footer-2 {
  background-color: #0D1120;
  padding: 20px 0;
  border-bottom: 1px solid #3e404d;
}
@media screen and (max-width: 639px) {
  footer .footer-2 {
    padding: 16px 0;
  }
  footer .footer-2 .container-fluid {
    padding: 0 16px;
  }
}
footer .footer-2 .content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  footer .footer-2 .content {
    gap: 2rem;
  }
}
@media screen and (max-width: 639px) {
  footer .footer-2 .content {
    gap: 1rem;
    vertical-align: middle;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }
}
footer .footer-2 .content img {
  height: auto;
  margin: 0 8px;
}
footer .footer-2 .content img:nth-child(1) {
  width: 152px;
}
footer .footer-2 .content img:nth-child(2) {
  width: 130px;
}
footer .footer-2 .content img:nth-child(3) {
  width: 172px;
}
footer .footer-2 .content img:nth-child(4) {
  width: 185px;
}
@media screen and (max-width: 819px) {
  footer .footer-2 .content img:nth-child(1) {
    width: 111px;
    height: 27px;
    margin: 0;
  }
  footer .footer-2 .content img:nth-child(2) {
    width: 94px;
    margin: 0;
    height: 27px;
  }
  footer .footer-2 .content img:nth-child(3) {
    width: 135px;
    margin: 0 0 0 -4px;
    height: 38px;
  }
  footer .footer-2 .content img:nth-child(4) {
    width: 139px;
    height: 43px;
    margin: 0 0 0 -2px;
  }
}
@media screen and (max-width: 639px) {
  footer .footer-2 .content img {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-2 .content img {
    height: auto;
    width: 50%;
  }
}
footer .footer-3 {
  background-color: #0D1120;
  padding: 12px 0;
}
footer .footer-3 .content {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-3 .content .content-item {
  display: flex;
  align-items: center;
  padding: 12px 40px;
}
@media screen and (max-width: 819px) {
  footer .footer-3 .content .content-item {
    padding: 12px 16px;
  }
}
footer .footer-3 .content .content-item .brand-fatchilli {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
footer .footer-3 .content .content-item .brand-fatchilli img {
  height: 27px;
  width: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 4px;
}
footer .footer-3 .content .content-item:first-child {
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.bottom-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #181d36;
  display: none;
  height: 58px;
  z-index: 50;
}
@media (max-width: 819px) {
  .bottom-navigation {
    display: block;
  }
}
.bottom-navigation__list {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
}
.bottom-navigation__item {
  width: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.625rem 0 0.375rem 0;
  color: white;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.33rem;
}
.bottom-navigation__item.active {
  background: #af2127;
}
.bottom-navigation__item-icon {
  width: 1rem;
  height: 1.0625rem;
  margin-bottom: 0.25rem;
}

.btn-parameter {
  --btn-parameter-bg: #AF2127;
  --btn-parameter-border: #AF2127;
  --btn-parameter-color: white;
  --btn-parameter-hover-bg: #a61f25;
  --btn-parameter-hover-color: white;
  background: var(--btn-parameter-bg);
  color: var(--btn-parameter-color);
  border-radius: 0.3125rem;
  font-weight: 500;
  text-align: center;
  padding: 0.6875rem 0.9375rem;
  text-decoration: none;
  border: 1px solid var(--btn-parameter-border);
  display: inline-block;
}
.btn-parameter:hover {
  color: var(--btn-parameter-hover-color);
  background: var(--btn-parameter-hover-bg);
  text-decoration: none;
}
.btn-parameter.outline {
  --btn-parameter-bg: transparent;
  --btn-parameter-border: #6F4C8D;
  --btn-parameter-color: #6F4C8D;
  --btn-parameter-hover-bg: #6F4C8D;
}

html {
  --nav: #AF2127;
  --subnav: #171E37;
  --nav-item-hover: #C05B60;
  --white: #fff;
  --nav-item-highlight: #D8AF5F;
  --nav-item-highlight-hover: #8C6E34;
  --submit: #6F4C8D;
  --submit-font: #fff;
  --submit-hover: #875daf;
  --divider: #bebebe;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 576px) {
  .xs-hidden {
    display: none !important;
  }
}
