/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: swap;
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.container-width {
  max-width: 1320px !important;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .container-width {
    max-width: calc(95.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 1920px) {
  .container-width {
    max-width: calc(110.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 2561px) {
  .container-width {
    max-width: calc(102.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 3840px) {
  .container-width {
    max-width: calc(120.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 4096px) {
  .container-width {
    max-width: calc(125.5rem + 0.2vw) !important;
  }
}

@media screen and (min-width: 1680px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.2vw);
    line-height: calc(18px + 0.2vw);
  }
}
@media screen and (min-width: 1920px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.3vw);
    line-height: calc(18px + 0.3vw);
  }
}
@media screen and (min-width: 2560px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(18px + 0.3vw);
    line-height: calc(20px + 0.3vw);
  }
}
@media screen and (min-width: 3008px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(20px + 0.4vw);
    line-height: calc(22px + 0.4vw);
  }
}
@media screen and (min-width: 4096px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(22px + 0.5vw);
    line-height: calc(24px + 0.5vw);
  }
}
@media screen and (min-width: 5120px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(24px + 0.5vw);
    line-height: calc(26px + 0.5vw);
  }
}

.btn-primary {
  background-color: #0FC24E;
  width: fit-content;
  text-decoration: none;
  color: #040316 !important;
  border-radius: 0.25rem;
  border: 0.125rem solid #0FC24E;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #3FCE71;
  border-color: #3FCE71;
}
.btn-primary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary {
  background-color: transparent;
  color: #040316 !important;
  border: 0.125rem solid #040316;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #040316;
  color: #FFFFFF !important;
}
.btn-secondary-darkmode {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 0.125rem solid #FFFFFF;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary-darkmode:hover, .btn-secondary-darkmode:active, .btn-secondary-darkmode:focus {
  background-color: #FFFFFF;
  color: #040316 !important;
}
.btn-secondary-darkmode.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}

* {
  box-sizing: border-box;
  font-family: "sofia-pro", Helvetica, Arial, serif !important;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
  background-color: #040316;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.spacer-top {
  padding-top: 9.75rem;
}
@media (max-width: 1100px) {
  .spacer-top {
    padding-top: 10.1875rem;
  }
}
.spacer-top.without-breadcrumb {
  padding-top: 6.5rem;
}
@media (max-width: 1100px) {
  .spacer-top.without-breadcrumb {
    padding-top: 7.375rem;
  }
}
.spacer-top.with-hero-banner {
  padding-top: 0px;
}
@media (max-width: 1100px) {
  .spacer-top.with-hero-banner {
    padding-top: 7.375rem;
  }
}

@media (max-width: 1100px) {
  body > main {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 992px) {
  .spacer {
    display: none;
  }
}

.spacerResponsive {
  display: none;
}
@media (max-width: 992px) {
  .spacerResponsive {
    display: block;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: #FDFDFD;
}
.footer a {
  -webkit-tap-highlight-color: transparent;
  color: #040316;
}
.footer .logo {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4.125rem;
}
.footer .logo img {
  height: 1.75rem;
  width: auto;
}
@media (max-width: 992px) {
  .footer .logo {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    justify-content: center;
  }
}
.footer .content {
  padding-bottom: 5.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.88fr;
}
@media (max-width: 992px) {
  .footer .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .footer .content .about-us,
  .footer .content .themes,
  .footer .content .mediums,
  .footer .content .help {
    padding-left: 2rem;
  }
}
.footer .content .about-us .head,
.footer .content .themes .head,
.footer .content .mediums .head,
.footer .content .help .head {
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 114.999%;
  letter-spacing: 0.0875rem;
}
@media (max-width: 992px) {
  .footer .content .about-us .head,
  .footer .content .themes .head,
  .footer .content .mediums .head,
  .footer .content .help .head {
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
  }
}
.footer .content .about-us ul,
.footer .content .themes ul,
.footer .content .mediums ul,
.footer .content .help ul {
  padding: 0;
  margin: 0;
}
.footer .content .about-us ul li,
.footer .content .themes ul li,
.footer .content .mediums ul li,
.footer .content .help ul li {
  list-style-type: none;
}
.footer .content .about-us ul li:not(:last-child),
.footer .content .themes ul li:not(:last-child),
.footer .content .mediums ul li:not(:last-child),
.footer .content .help ul li:not(:last-child) {
  padding-bottom: 0.75rem;
}
@media (max-width: 992px) {
  .footer .content .about-us ul li:not(:last-child),
  .footer .content .themes ul li:not(:last-child),
  .footer .content .mediums ul li:not(:last-child),
  .footer .content .help ul li:not(:last-child) {
    padding-bottom: 1.125rem;
  }
}
.footer .content .about-us ul li a,
.footer .content .themes ul li a,
.footer .content .mediums ul li a,
.footer .content .help ul li a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 300;
}
@media (max-width: 992px) {
  .footer .content .about-us ul li a,
  .footer .content .themes ul li a,
  .footer .content .mediums ul li a,
  .footer .content .help ul li a {
    font-size: 1rem;
  }
}
.footer .content .box {
  height: fit-content;
  background-color: #F0EEEB;
  padding: 2rem 3.125rem 3rem 2.625rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .footer .content .box {
    grid-column: 1/span 2;
  }
}
.footer .content .box .title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 135%;
}
@media (max-width: 992px) {
  .footer .content .box .title {
    font-size: 1.125rem;
  }
}
.footer .content .box .hs-form-private .hs-fieldtype-text {
  padding-bottom: 1.5rem;
  position: relative;
}
.footer .content .box .hs-form-private .hs-fieldtype-text label {
  text-transform: uppercase;
  position: absolute;
  left: 0.8125rem;
  top: 0.625rem;
  font-size: 0.625rem;
  color: #040316;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.footer .content .box .hs-form-private .hs-fieldtype-text .input input {
  width: 100%;
  background-color: transparent;
  border: 0.0625rem solid #040316;
  border-radius: 0.25rem;
  padding: 1.25rem 5.5rem 0.625rem 0.75rem !important;
  font-size: 1.125rem;
  font-weight: 300;
  color: #040316;
  line-height: 150%;
  cursor: text;
}
.footer .content .box .hs-form-private .hs-fieldtype-text .input input::placeholder {
  color: #B4B6BA;
  font-size: 1rem;
  font-weight: 300;
}
.footer .content .box .hs-form-private .hs-fieldtype-text .input input:focus {
  outline: none;
}
.footer .content .box .hs-form-private .hs-fieldtype-text .input select {
  max-width: 13.125rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0.0625rem solid;
  border-radius: 0.25rem;
  padding: 1.5625rem 5.5rem 0.625rem 0.75rem;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 300;
  color: #FDFDFD;
  line-height: 150%;
  cursor: pointer;
}
.footer .content .box .hs-form-private .hs-fieldtype-text .input textarea {
  width: fit-content;
  background-color: transparent;
  border: 0.0625rem solid #FDFDFD;
  border-radius: 0.25rem;
  padding: 1.25rem 5.5rem 0.625rem 0.75rem !important;
  font-size: 1.125rem;
  font-weight: 300;
  color: #FDFDFD;
  line-height: 150%;
  cursor: text;
}
.footer .content .box .hs-form-private .hs-fieldtype-text .input textarea::placeholder {
  color: #B4B6BA;
  font-size: 1rem;
  font-weight: 300;
}
.footer .content .box .hs-form-private .hs-fieldtype-text .input textarea:focus {
  outline: none;
}
.footer .content .box .hs-form-private .hs-fieldtype-text ul {
  padding: 0;
  margin: 0;
}
.footer .content .box .hs-form-private .hs-fieldtype-text ul li {
  color: red;
}
.footer .content .box .hs-form-private .hs-fieldtype-text ul li label {
  color: red;
  position: static;
}
.footer .content .box .hs-form-private .hs-submit {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.footer .content .box .hs-form-private .hs-submit .actions {
  width: 100%;
}
.footer .content .box .hs-form-private .hs-submit .actions input {
  background-color: #0FC24E;
  width: 100%;
  text-decoration: none;
  color: #040316 !important;
  border-radius: 0.25rem;
  border: 0.125rem solid #0FC24E;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.625rem 1.125rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}
.footer .content .box .hs-form-private .hs-submit .actions input:hover, .footer .content .box .hs-form-private .hs-submit .actions input:active, .footer .content .box .hs-form-private .hs-submit .actions input:focus {
  background-color: #3FCE71;
  border-color: #3FCE71;
}
.footer .content .box .hs-form-private .hs_error_rollup {
  display: none;
}
.footer .content .box .hs-form-private .hs_error_rollup ul {
  padding: 0;
  margin: 0;
}
.footer .content .box .hs-form-private .hs_error_rollup ul li {
  color: red;
}
.footer .content .box .hs-form-private .hs_error_rollup ul li label {
  color: red;
  position: static;
}
.footer .social-media {
  display: flex;
  gap: 1rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .footer .social-media {
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.footer .social-media a img {
  height: 2.0175rem;
  aspect-ratio: 1/1;
}
.footer .rg {
  position: relative;
  display: flex;
  padding: 1.520625rem 0rem;
  gap: 1.679375rem;
}
@media screen and (max-width: 640px) {
  .footer .rg.container-width {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .footer .rg {
    align-items: center;
    flex-direction: column;
    padding-top: 0.9375rem;
    padding-bottom: 0.75rem;
    gap: 1rem;
  }
}
.footer .rg::before {
  justify-self: center;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #6A6E74;
}
.footer .rg::after {
  justify-self: center;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #6A6E74;
}
.footer .rg::before {
  top: 0;
}
.footer .rg::after {
  bottom: 0;
}
.footer .rg img {
  height: 1.75rem;
  width: auto;
}
.footer .rg .links {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footer .rg .links {
    gap: 0.25rem;
    justify-content: center;
  }
}
.footer .rg .links .link {
  display: flex;
}
.footer .rg .links .link a {
  display: flex;
  text-decoration: none;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 300;
}
@media (max-width: 992px) {
  .footer .rg .links .link a {
    font-size: 0.75rem;
  }
}
.footer .rg .links .link:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 992px) {
  .footer .rg .links .link:not(:last-child)::after {
    margin-left: 0.25rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 992px) {
  .footer .rg .links {
    padding: 0 1.875rem;
  }
}
.footer .copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 3.045rem;
  padding-bottom: 1.5rem;
  color: #6A6E74;
  font-size: 0.875rem;
  line-height: 135%;
  font-weight: 300;
}
.footer .copyright a {
  color: #6A6E74;
  font-size: 0.875rem;
  line-height: 135%;
  font-weight: 300;
  white-space: nowrap;
}
.footer .copyright a:not(:last-child)::after {
  content: "|";
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 992px) {
  .footer .copyright a {
    line-height: 200%;
  }
}
@media (max-width: 992px) {
  .footer .copyright {
    flex-direction: column;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    gap: 1rem;
  }
}

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