@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap");
@font-face {
  font-family: 'Protest Sans';
  src: url("/fonts/ProtestSans.woff");
  font-weight: bold;
  font-style: normal; }

header {
  background-color: #fafafa;
  padding: 0 32px;
  z-index: 100;
  position: relative;
  font-size: 1.1rem; }

.header__content {
  grid-template-columns: 120px 1fr 40px;
  height: 100px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-gap: 3rem; }
  .header__content .logo img {
    display: block;
    width: 100%; }
  .header__content .mini-nav {
    grid-column: 2;
    line-height: 1em;
    justify-content: flex-end;
    display: none; }
    @media all and (min-width: 1000px) {
      .header__content .mini-nav {
        display: flex; } }
    .header__content .mini-nav .mini-nav__donate {
      color: #ea3d3d; }
    .header__content .mini-nav a {
      text-decoration: none;
      color: #333333;
      letter-spacing: .04em; }
      .header__content .mini-nav a.text--primary-color {
        color: #ea3d3d; }
      .header__content .mini-nav a:not(:last-child) {
        margin-right: 2rem; }
  .header__content .nav-toggle {
    grid-column: 3;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer; }
    .header__content .nav-toggle .icon-top, .header__content .nav-toggle .icon-mid, .header__content .nav-toggle .icon-bot {
      height: 2px;
      width: 30px;
      background-color: #4d4d4d;
      position: absolute;
      left: 5px; }
    .header__content .nav-toggle .icon-top {
      top: 9px; }
    .header__content .nav-toggle .icon-mid {
      top: 19px; }
    .header__content .nav-toggle .icon-bot {
      top: 29px; }

.mega-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  background-color: white;
  color: white;
  z-index: 0;
  grid-template-columns: minmax(32px, auto) minmax(auto, 1200px) minmax(32px, auto); }
  .mega-nav[data-state="open"] {
    display: grid; }
  .mega-nav .sections::-webkit-scrollbar {
    display: none; }
  .mega-nav .sections {
    width: 100%;
    border-top: 1px solid #cccccc;
    grid-column: 2;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: center;
    font-size: 1.2rem; }
    @media all and (min-width: 1000px) {
      .mega-nav .sections {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 32px;
        text-align: left;
        font-size: 1rem; } }
  .mega-nav section {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc; }
    @media all and (min-width: 1000px) {
      .mega-nav section {
        padding-top: 40px;
        border-bottom: 0px transparent; } }
    .mega-nav section[data-type="news"] {
      grid-column: span 2; }
    .mega-nav section ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .mega-nav section li:not(:last-child) {
      margin-bottom: 12px; }
    .mega-nav section .title {
      color: #b3b3b3;
      margin-bottom: 24px; }
    .mega-nav section a {
      color: #333333;
      text-decoration: none; }
      .mega-nav section a.text--primary-color {
        color: #ea3d3d; }

footer {
  background-color: #1a1a1a;
  padding: 80px 0;
  margin-top: 160px; }

.footer-nav {
  display: grid;
  grid-template-columns: minmax(32px, auto) minmax(auto, 1200px) minmax(32px, auto); }
  .footer-nav .sections {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 32px; }
  .footer-nav section {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
    .footer-nav section[data-type="news"] {
      grid-column: span 2; }
    .footer-nav section ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .footer-nav section li {
      margin-bottom: 12px; }
    .footer-nav section .title {
      color: #4d4d4d;
      margin-bottom: 24px; }
    .footer-nav section a {
      color: #cccccc;
      text-decoration: none; }
      .footer-nav section a.text--primary-color {
        color: #ea3d3d; }

.legacy-article img {
  display: block;
  width: 100%; }

.legacy-article .iframe-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%; }

.legacy-article iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none; }

.legacy-article p:first-child {
  margin-top: 0; }

.article-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 32px;
  margin-bottom: 32px; }
  .article-header h3 {
    margin: 0;
    line-height: 1.4em; }

.article-header__author {
  margin-bottom: 32px;
  grid-column: 2 / span 6;
  grid-row: 2;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 32px; }
  @media all and (min-width: 800px) {
    .article-header__author {
      grid-column: 5 / span 3;
      grid-row: 1; } }
.article-header__author-img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #cccccc;
  padding: 4px;
  background-color: white; }
  .article-header__author-img > div {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden; }

.article-header__author-initials {
  background-color: #333333;
  color: white;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center; }

.article-header__author-name {
  padding-left: 20px; }
  .article-header__author-name div {
    margin: 5px 0; }
  .article-header__author-name div:nth-child(1) {
    font-size: .9rem;
    color: #b3b3b3; }
  .article-header__author-name div:nth-child(2) {
    font-weight: 600;
    color: #333333; }

.donation-form {
  margin: 0 auto;
  text-align: center; }

.donation-form__card {
  margin: 40px 0; }

.donation-form__img {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  border-radius: 32px;
  padding: 8px;
  border: 1px solid #cccccc; }
  .donation-form__img > div {
    border-radius: 24px;
    overflow: hidden; }
  .donation-form__img img {
    border-radius: 24px; }

.donation-form__tabs {
  display: flex; }

.donation-form__tab {
  height: 80px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: .15em;
  cursor: pointer; }
  .donation-form__tab[data-state="selected"] {
    color: #ea3d3d; }

.donation-form__dials {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  justify-content: center;
  align-items: center; }

.donation-form__amount {
  font-size: 3rem;
  color: #ea3d3d;
  margin: 0 36px; }

.donation-form__btn-add, .donation-form__btn-sub {
  font-size: 2.5rem;
  cursor: pointer;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  .donation-form__btn-add:hover, .donation-form__btn-sub:hover {
    color: #ea3d3d;
    border: 1px solid #ea3d3d; }

.donation-form__btn-monthly {
  text-align: center;
  display: block;
  margin-bottom: 8px; }

.donation-form__btn-single {
  color: #999999;
  text-decoration: none; }

.donation-widget__progress-container {
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 24px; }
  .donation-widget__progress-container p {
    margin: 0; }
  .donation-widget__progress-container strong.large {
    font-size: 1.5em;
    font-weight: 700; }
  .donation-widget__progress-container strong.red {
    color: var(--widgetColorPrimary, #ea3d3d); }

.donation-widget__progress-bar {
  width: 100%;
  height: 16px;
  border-radius: 16px;
  background-color: #e6e6e6;
  margin: 8px 0;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .donation-widget__progress-bar div {
    width: 83%;
    height: 16px;
    background-color: var(--widgetColorPrimary, #ea3d3d);
    background: linear-gradient(90deg, var(--widgetColorSecondary, #ea3d3d) 0%, var(--widgetColorPrimary, #ea3d3d) 100%);
    border-radius: 16px; }

.donation-widget__page-02 {
  display: none; }

.donation-widget__slider__amount-text {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 18px;
  font-size: 1.3rem;
  border-bottom: 1px solid #cccccc; }

.donation-widget__slider {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 24px;
  margin-bottom: 24px; }

.donation-widget__slider-tooltip-cont {
  height: 60px; }

.donation-widget__slider-tooltip {
  width: 60px;
  height: 60px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  position: relative; }

.donation-widget__slider-tooltip-counter {
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -10px;
  background-color: var(--widgetColorPrimary, #ea3d3d);
  border-radius: 5px;
  color: white;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .donation-widget__slider-tooltip-counter:after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    left: 35px;
    bottom: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: var(--widgetColorPrimary, #ea3d3d); }

.donation-widget__slider-tooltip-icon {
  display: inline-block;
  width: 13px;
  fill: white;
  margin-right: 5px; }

.donation-widget__slider-input {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background-color: #e6e6e6;
  margin: 0;
  border-radius: 5px;
  background-size: 70% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, var(--widgetColorSecondary, #ea3d3d), var(--widgetColorPrimary, #ea3d3d));
  background-size: 50% 100%;
  background-repeat: no-repeat; }

.donation-widget__slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 26px;
  width: 60px;
  border-radius: 13px;
  border: none;
  outline: none;
  box-shadow: none;
  background: #333333;
  cursor: ew-resize;
  background-image: url("/img/icon-dragable.svg"); }

.donation-widget__slider-input::-moz-range-thumb {
  -webkit-appearance: none;
  height: 26px;
  width: 60px;
  border-radius: 13px;
    border-radius-border: none;
    border-radius-outline: none;
    border-radius-box-shadow: none;
  background: #333333;
  cursor: ew-resize;
  background-image: url("/img/icon-dragable.svg"); }

.donation-widget__slider-input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none; }

.donation-widget__slider-input::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
    background-border: none;
    background-outline: none;
    background-box-shadow: none; }

.donation-widget__result-text {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
  margin-bottom: 24px; }
  .donation-widget__result-text p {
    margin: 0; }
  .donation-widget__result-text strong.large {
    font-size: 1.5em;
    font-weight: 700; }
  .donation-widget__result-text strong.red {
    color: var(--widgetColorPrimary, #ea3d3d); }

.donation-widget__manual-input-cont {
  display: grid;
  grid-template-columns: 50px 1fr;
  border: 1px solid #cccccc;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  margin: 8px 0 16px;
  overflow: hidden; }
  .donation-widget__manual-input-cont input {
    border: none;
    outline: none;
    padding: 12px;
    font-size: 1.1rem;
    font-family: 'Roboto Condensed', monospace;
    color: #4d4d4d; }

.donation-widget__manual-input-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #cccccc;
  background-color: #e6e6e6;
  font-size: 1.1rem;
  color: #4d4d4d; }

.donation-widget__options-cont {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
  margin-bottom: 24px; }

.donation-widget__options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  border: 1px solid #cccccc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin: 8px 0;
  overflow: hidden; }
  .donation-widget__options div {
    display: flex;
    padding: 16px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    color: #4d4d4d; }
    .donation-widget__options div[data-state="selected"] {
      color: white;
      background-color: var(--widgetColorPrimary, #ea3d3d); }
    .donation-widget__options div:not(:last-child) {
      border-right: 1px solid #cccccc; }

.donation-widget__input-03 {
  margin-bottom: 24px;
  position: relative; }

.donation-widget__input-03__amount-text {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 18px;
  font-size: 1.3rem;
  border-bottom: 1px solid #cccccc; }

.donation-widget__input-03__options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 12px; }
  .donation-widget__input-03__options:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid #cccccc;
    bottom: 13px;
    z-index: -1; }

.donation-widget__input-03__option {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative; }

.donation-widget__input-03__note {
  font-size: 0.9rem;
  background-color: var(--widgetColorPrimary, #ea3d3d);
  color: white;
  margin-top: 12px;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  text-align: center; }
  .donation-widget__input-03__note:after {
    display: block;
    position: absolute;
    content: '';
    background-color: var(--widgetColorPrimary, #ea3d3d);
    width: 8px;
    height: 8px;
    left: 50%;
    top: -4px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }

.donation-widget__input-03__amount {
  font-size: 2.8rem;
  color: #666666;
  font-family: 'Protest Sans';
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

.donation-widget__input-03__option[data-state="selected"] .donation-widget__input-03__amount {
  color: var(--widgetColorPrimary, #ea3d3d); }

.donation-widget__input-03__option[data-state="selected"] .donation-widget__input-03__radio {
  background-color: var(--widgetColorPrimary, #ea3d3d); }

.donation-widget__input-03__radio {
  margin-top: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  background-color: white;
  box-shadow: inset 0 0 0 3px white; }

.donation-widget__primary-btn {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: .04em;
  color: white;
  background-color: var(--widgetColorPrimary, #ea3d3d);
  border-radius: 8px;
  border: none;
  padding: 12px 0 9px;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .donation-widget__primary-btn:focus {
    outline: none; }
  .donation-widget__primary-btn[data-disabled="true"] {
    background-color: #cccccc;
    cursor: not-allowed;
    border: 1px solid #cccccc; }

.donation-widget__secondary-btn {
  text-align: center;
  color: gray;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  cursor: pointer;
  margin: 12px auto 0;
  background-color: transparent;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem; }
  .donation-widget__secondary-btn:focus {
    outline: none; }

.donation-widget__amount {
  font-size: 1.4rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #333333; }
  .donation-widget__amount strong {
    color: var(--widgetColorPrimary, #ea3d3d);
    font-size: 1.8rem; }

.donation-widget__user-data {
  margin-bottom: 24px; }

.donation-widget__radio-cont {
  margin-top: 24px; }
  .donation-widget__radio-cont h4 {
    font-size: 1.1rem;
    margin: 0; }

.donation-widget__checkbox-block,
.donation-widget__radio-block {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  grid-gap: 6px;
  margin: 8px 0 12px;
  justify-content: center;
  align-items: center;
  position: relative; }
  .donation-widget__checkbox-block img,
  .donation-widget__radio-block img {
    display: inline-block;
    width: 16px;
    height: 16px; }

.donation-widget__radio-block {
  border: 1px solid #cccccc;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 12px; }

.donation-widget__radio-descr div {
  color: #4d4d4d;
  font-size: 1.1rem; }

.donation-widget__radio-descr p {
  color: #999999;
  margin: 0; }

.donation-widget__checkbox-block {
  margin-top: 24px;
  color: #4d4d4d;
  font-size: 1.1rem; }

.pet-form__progress-container {
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px; }
  .pet-form__progress-container p {
    margin: 0; }
  .pet-form__progress-container strong.large {
    font-size: 1.5em;
    font-weight: 700; }
  .pet-form__progress-container strong.red {
    color: var(--widgetColorPrimary, #ea3d3d); }

.pet-form__progress-bar {
  width: 100%;
  height: 16px;
  border-radius: 16px;
  background-color: #e6e6e6;
  margin: 16px 0;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .pet-form__progress-bar div {
    width: 83%;
    height: 16px;
    background-color: var(--widgetColorPrimary, #ea3d3d);
    background: linear-gradient(90deg, var(--widgetColorSecondary, #ea3d3d) 0%, var(--widgetColorPrimary, #ea3d3d) 100%);
    border-radius: 16px; }

.pet-form__count span {
  color: var(--widgetColorPrimary, #ea3d3d);
  font-size: 1.5em;
  font-weight: 700; }

.pet-form__full-text-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 16px; }
  .pet-form__full-text-btn .link {
    color: var(--widgetColorPrimary, #ea3d3d); }

.pet-form__full-text-icon {
  width: 21px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 100%;
  margin-right: 16px; }
  .pet-form__full-text-icon svg {
    width: 21px;
    height: 37px; }
  .pet-form__full-text-icon svg * {
    stroke: var(--widgetColorPrimary, #ea3d3d);
    fill: none; }

.pet-form__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 16px 16px;
  z-index: 1000;
  overflow: scroll; }
  @media all and (min-width: 800px) {
    .pet-form__overlay {
      padding: 80px 16px; } }
.pet-form__close-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-image: url("/img/icon-close-01.svg"); }

.pet-form__modal {
  position: relative;
  max-width: 800px;
  background-color: white;
  margin: 0 auto;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }

.popup__trigger {
  text-decoration: underline;
  cursor: pointer; }

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 16px 16px;
  z-index: 1000;
  overflow: auto;
  display: none;
  align-items: center;
  opacity: 0; }
  @media all and (min-width: 800px) {
    .popup__overlay {
      padding: 80px 16px; } }
.popup__window {
  position: relative;
  max-width: 800px;
  background-color: var(--white);
  margin: 0 auto;
  padding: 24px;
  border-radius: 12px;
  box-shadow: var(--shadow-01); }
  .popup__window p:first-child {
    margin-top: 0; }
  .popup__window p:last-child {
    margin-bottom: 0; }

.popup__close-btn {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  background-image: url("/img/icon-close-01.svg"); }

.form__container {
  width: 100%; }
  .form__container form {
    width: 100%; }
    .form__container form .form__meduspods[type="text"] {
      display: none; }
  .form__container #email {
    display: none; }
  .form__container input[type="text"], .form__container input[type="email"], .form__container input[type="tel"] {
    display: block;
    width: 100%;
    border: 1px solid #b3b3b3;
    padding: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    font-size: 1rem;
    background-color: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px; }
    .form__container input[type="text"]::-webkit-input-placeholder, .form__container input[type="email"]::-webkit-input-placeholder, .form__container input[type="tel"]::-webkit-input-placeholder {
      color: #cccccc; }
    .form__container input[type="text"]::-webkit-input-placeholder, .form__container input[type="text"]:-ms-input-placeholder, .form__container input[type="text"]::placeholder, .form__container input[type="email"]::-webkit-input-placeholder, .form__container input[type="email"]:-ms-input-placeholder, .form__container input[type="email"]::placeholder, .form__container input[type="tel"]::-webkit-input-placeholder, .form__container input[type="tel"]:-ms-input-placeholder, .form__container input[type="tel"]::placeholder {
      color: #cccccc; }
    .form__container input[type="text"]:focus, .form__container input[type="email"]:focus, .form__container input[type="tel"]:focus {
      border: 1px solid #333333;
      outline: none; }
  .form__container textarea {
    display: block;
    width: 100%;
    border: 1px solid #b3b3b3;
    min-height: 160px;
    padding: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    font-size: 1rem;
    background-color: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    resize: vertical; }
    .form__container textarea:focus {
      border: 1px solid #333333;
      outline: none; }

.form__title {
  grid-column: 1 / span 6; }
  .form__title p {
    margin-bottom: 0; }
  .form__title h3 {
    margin-top: 0; }

.form__fields {
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-column-gap: 24px; }

.form__field {
  width: 100%;
  grid-column: span 6; }
  .form__field[data-width="25"] {
    grid-column: span 1; }
  .form__field[data-width="33"] {
    grid-column: span 2; }
  .form__field[data-width="50"] {
    grid-column: span 3; }
  .form__field[data-width="66"] {
    grid-column: span 4; }
  .form__field[data-width="75"] {
    grid-column: span 5; }
  .form__field[data-width="100"] {
    grid-column: span 6; }
  .form__field:not(:last-child) {
    margin-bottom: 24px; }

.form__field-title {
  margin: 0 0 8px; }

.form__radio-group, .form__checkbox-group {
  margin: 0; }

.form__radio-label, .form__checkbox-label {
  display: flex;
  align-items: center; }
  .form__radio-label:not(:last-child), .form__checkbox-label:not(:last-child) {
    margin-bottom: 8px; }

.form__fake-radio, .form__fake-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1px solid #666666;
  position: relative;
  background-color: white;
  box-shadow: inset 0 0 0 2px white;
  margin-right: 8px; }

.form__fake-radio {
  border-radius: 100%; }

.form__radio:checked ~ .form__fake-radio, .form__checkbox:checked ~ .form__fake-checkbox {
  background-color: #333333;
  border: 1px solid #333333; }

.form__submit-btn {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: .04em;
  color: white;
  background-color: var(--widgetColorPrimary, #ea3d3d);
  border-radius: 8px;
  border: none;
  padding: 12px 0 9px;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .form__submit-btn:focus {
    outline: none; }

.form__errors {
  margin: 0 0 16px; }

.form__error {
  color: white;
  background-color: #ea3d3d;
  padding: 8px;
  border-radius: 4px;
  margin: 8px 0; }
  .form__error strong {
    color: white; }

.form__privacy-text {
  font-size: .9rem;
  grid-column: span 6;
  margin-top: 12px; }
  .form__privacy-text p, .form__privacy-text a {
    color: #b3b3b3;
    margin: 0; }

.b01 {
  max-width: 2100px;
  margin: 0 auto;
  height: calc(70svh - 100px);
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  padding: 0 16px; }
  @media all and (min-width: 800px) {
    .b01 {
      padding: 0 32px; } }
.b01__content {
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  display: grid;
  grid-template-columns: minmax(32px, auto) minmax(auto, 1200px) minmax(32px, auto);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }
  @media all and (min-width: 800px) {
    .b01__content {
      grid-template-columns: minmax(80px, auto) minmax(auto, 1200px) minmax(80px, auto); } }
.b01__img {
  grid-column: 1 / span 3;
  grid-row: 1;
  position: relative; }
  .b01__img > div {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #1a1a1a; }
  .b01__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }

.b01__bg {
  grid-column: 1 / span 3;
  grid-row: 1;
  z-index: 0; }

.b01[data-layout="l02"] .b01__img {
  grid-column: 1 / span 3; }
  @media all and (min-width: 1400px) {
    .b01[data-layout="l02"] .b01__img {
      grid-column: 2 / span 1; } }
.b01[data-layout="l02"] .b01__bg {
  grid-column: 1 / span 3; }
  @media all and (min-width: 1400px) {
    .b01[data-layout="l02"] .b01__bg {
      grid-column: 2 / span 1; } }
.b01[data-layout="l02"] .b01__text {
  padding-left: 0;
  padding-right: 0; }
  @media all and (min-width: 1400px) {
    .b01[data-layout="l02"] .b01__text {
      padding-left: 80px;
      padding-right: 80px; } }
.b01[data-layout="l03"] .b01__img, .b01[data-layout="l03"] .b01__bg {
  grid-column: 1 / span 3;
  min-height: 100vh;
  min-height: calc(100vh - 48px); }

.b01[data-layout="l03"]:first-of-type .b01__img, .b01[data-layout="l03"]:first-of-type .b01__bg {
  min-height: 100vh;
  min-height: calc(100vh - 124px); }

.b01__text {
  grid-column: 2 / span 1;
  grid-row: 1;
  z-index: 1;
  display: flex;
  align-items: end;
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 160px auto 40px; }
  @media all and (min-width: 800px) {
    .b01__text {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media all and (min-width: 1000px) {
    .b01__text {
      padding-top: 80px;
      padding-bottom: 80px;
      margin: 0;
      align-items: center; } }
  .b01__text p {
    font-weight: 700;
    font-size: clamp(3rem, calc(5vw + 2rem), 6rem);
    font-family: 'Protest Sans', sans-serif;
    color: #333333;
    line-height: 1.1em; }
    .b01__text p:first-child {
      margin-top: 0; }
    .b01__text p:last-child {
      margin-bottom: 0; }
  .b01__text strike {
    text-decoration: none;
    position: relative;
    display: inline-block;
    z-index: 0; }
    .b01__text strike:before, .b01__text strike:after {
      content: '';
      display: block;
      position: absolute;
      width: 104%;
      height: 0.15em;
      background-color: currentColor;
      top: 50%;
      left: -2%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-clip-path: polygon(0% 50%, 1% 18%, 10% 32%, 20% 30%, 30% 44%, 40% 36%, 50% 4%, 60% 29%, 70% 28%, 80% 3%, 90% 14%, 99% 19%, 100% 50%, 99% 75%, 90% 51%, 80% 80%, 70% 96%, 60% 78%, 50% 62%, 40% 64%, 30% 93%, 20% 86%, 10% 92%, 1% 80%);
              clip-path: polygon(0% 50%, 1% 18%, 10% 32%, 20% 30%, 30% 44%, 40% 36%, 50% 4%, 60% 29%, 70% 28%, 80% 3%, 90% 14%, 99% 19%, 100% 50%, 99% 75%, 90% 51%, 80% 80%, 70% 96%, 60% 78%, 50% 62%, 40% 64%, 30% 93%, 20% 86%, 10% 92%, 1% 80%); }
  .b01__text u {
    text-decoration: none;
    position: relative;
    display: inline-block;
    z-index: 0; }
    .b01__text u:before {
      content: '';
      display: block;
      position: absolute;
      width: 104%;
      height: 0.15em;
      background-color: currentColor;
      bottom: 0.1em;
      left: -2%;
      z-index: -1;
      -webkit-clip-path: polygon(0% 50%, 1% 18%, 10% 32%, 20% 30%, 30% 44%, 40% 36%, 50% 4%, 60% 29%, 70% 28%, 80% 3%, 90% 14%, 99% 19%, 100% 50%, 99% 75%, 90% 51%, 80% 80%, 70% 96%, 60% 78%, 50% 62%, 40% 64%, 30% 93%, 20% 86%, 10% 92%, 1% 80%);
              clip-path: polygon(0% 50%, 1% 18%, 10% 32%, 20% 30%, 30% 44%, 40% 36%, 50% 4%, 60% 29%, 70% 28%, 80% 3%, 90% 14%, 99% 19%, 100% 50%, 99% 75%, 90% 51%, 80% 80%, 70% 96%, 60% 78%, 50% 62%, 40% 64%, 30% 93%, 20% 86%, 10% 92%, 1% 80%); }
  .b01__text strong {
    font-weight: 700;
    color: #ea3d3d; }

.b01[data-text-color="c02"] p {
  color: white; }

.b01[data-text-color="c02"] .b01__bg {
  background-color: #1a1a1a;
  border-radius: 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }

.b01[data-text-width="w01"] .b01__text-content {
  max-width: 200px; }

.b01[data-text-width="w02"] .b01__text-content {
  max-width: 400px; }

.b01[data-text-width="w03"] .b01__text-content {
  max-width: 600px; }

.b01[data-text-width="w04"] .b01__text-content {
  max-width: 800px; }

.b01[data-text-width="w05"] .b01__text-content {
  max-width: 1000px; }

.b01[data-text-align="align_center"] .b01__text {
  text-align: center;
  justify-content: center; }

.b01[data-text-align="align_right"] .b01__text {
  text-align: right;
  justify-content: flex-end; }

.b01[data-text-align="align_left_center"] .b01__text {
  text-align: center;
  justify-content: center; }
  @media all and (min-width: 1000px) {
    .b01[data-text-align="align_left_center"] .b01__text {
      justify-content: flex-start;
      text-align: left; } }
.b02 {
  max-width: 2100px;
  padding: 0 16px;
  margin: 40px auto; }
  @media all and (min-width: 800px) {
    .b02 {
      margin: 64px auto;
      padding: 0 32px; } }
.b02__content {
  max-width: 1200px;
  margin: 0 auto; }

.b02__main {
  max-width: 80ch;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc; }
  @media all and (min-width: 1000px) {
    .b02__main {
      border-bottom: 0px dashed transparent;
      padding-bottom: 0;
      grid-column: 1 / span 1;
      grid-row: 1;
      margin-bottom: 0; } }
.b02__date {
  margin-top: 0.5rem; }

.b02__text-set h2 {
  font-weight: 400;
  font-size: 2rem;
  margin: 20px 0; }

.b02__text-set h3 {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 20px 0; }

.b02__text-set a {
  color: #4d4d4d;
  text-decoration: none;
  position: relative;
  display: inline-block;
  z-index: 0; }
  .b02__text-set a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ea3d3d;
    bottom: 0px;
    left: 0;
    z-index: -1; }

.b02__text-set p {
  margin: 20px 0; }
  .b02__text-set p:first-child {
    margin-top: 0; }
  .b02__text-set p:last-child {
    margin-bottom: 0; }

.b02__text-set sub, .b02__text-set sup {
  font-size: 0.6em;
  line-height: 1em;
  vertical-align: baseline;
  position: relative;
  display: inline-block; }

.b02__text-set sup {
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%); }

.b02__text-set sub {
  -webkit-transform: translateY(25%);
          transform: translateY(25%); }

.b02__text-set strike {
  text-decoration: none;
  position: relative;
  display: inline-block;
  z-index: 0; }
  .b02__text-set strike:before, .b02__text-set strike:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ea3d3d;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }

.b02__text-set u {
  text-decoration: none;
  position: relative;
  display: inline-block;
  z-index: 0; }
  .b02__text-set u:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #4d4d4d;
    bottom: 0px;
    left: 0;
    z-index: -1; }

.b02__text-set code {
  display: inline-block;
  color: white;
  position: relative;
  z-index: 1;
  padding: 0 0.5em;
  margin: 0 0.2em;
  font-family: 'Roboto Condensed', sans-serif; }
  .b02__text-set code:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333333;
    top: 0;
    left: 0;
    box-shadow: 0 0px 0 2px #333333;
    z-index: -1; }

.b02__text-set blockquote {
  margin: 40px 0;
  font-size: 1.5rem;
  padding-left: 40px;
  border-left: 1px solid #cccccc;
  font-weight: 400; }

.b02__text-set ul p, .b02__text-set ol p {
  margin: 0; }

.b02__video-set {
  margin: 0; }
  .b02__video-set:not(:first-child) {
    margin-top: 50px; }
  .b02__video-set:not(:last-child) {
    margin-bottom: 50px; }

.b02__video-wrapper {
  border-radius: 32px;
  border: 1px solid #cccccc;
  padding: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }

.b02__video-cont {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  background-color: #4d4d4d;
  border-radius: 24px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .b02__video-cont video, .b02__video-cont iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    position: absolute;
    top: 0;
    left: 0; }

.b02__image-set {
  margin-bottom: 48px;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  .b02__image-set:not(:first-child) {
    margin-top: 48px; }
  .b02__image-set[data-display="d2"] .b02__image-set-wrapper {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
    border-radius: 32px;
    border: 1px solid #cccccc;
    padding: 8px; }
    .b02__image-set[data-display="d2"] .b02__image-set-wrapper img {
      border-radius: 24px; }

.b02__caption {
  margin: 10px 0 0 0;
  font-size: .9rem;
  color: #b3b3b3; }

.b02__sidebar {
  grid-column: 2 / span 1; }

.b02__sidebar-content {
  position: -webkit-sticky;
  position: sticky;
  top: 40px; }

.b03 {
  max-width: 2100px;
  padding: 8px 8px;
  margin: 0 auto;
  background-color: #1a1a1a; }
  @media all and (min-width: 800px) {
    .b03 {
      margin: 0 auto; } }
.b03__content {
  display: grid;
  grid-template-columns: minmax(0, auto) repeat(6, minmax(auto, 200px)) minmax(0, auto); }

.b03[data-layout="l01"] .b03__grid {
  grid-column: 1 / span 8; }

.b03[data-layout="l02"] .b03__grid {
  grid-column: 2 / span 6; }

.b03__grid {
  display: flex;
  position: relative;
  margin: -2px;
  justify-content: center; }
  .b03__grid:not(:last-child) {
    margin-bottom: 2px; }

.b03__grid-item {
  flex-basis: 400px;
  flex-grow: 1;
  margin: 4px;
  position: relative;
  overflow: hidden;
  display: grid; }
  .b03__grid-item > * {
    grid-column: 1;
    grid-row: 1; }

.b03__grid-item.blurred .b03__grid-img {
  -webkit-filter: blur(20px);
          filter: blur(20px); }

.b03__grid-item.blurred .b03__visibility-icon {
  display: flex; }

.b03__grid-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0; }

.b03__visibility-icon {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  justify-content: center;
  align-items: center; }
  .b03__visibility-icon svg {
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer; }
    @media all and (min-width: 800px) {
      .b03__visibility-icon svg {
        width: 80px;
        height: 80px; } }
    .b03__visibility-icon svg * {
      fill: white; }

.b03__test-img {
  width: 100px;
  height: 100px;
  display: block; }

.b04 {
  max-width: 2100px;
  padding: 0 16px;
  margin: 40px auto; }
  @media all and (min-width: 800px) {
    .b04 {
      padding: 0 32px;
      margin: 40px auto 80px; } }
.b04__content {
  display: grid;
  grid-template-columns: minmax(0, auto) repeat(6, minmax(auto, 200px)) minmax(0, auto); }

.b04__list {
  margin: 0 0 80px;
  grid-column: 2 / span 6;
  border: 1px solid #cccccc;
  border-radius: 32px;
  padding: 0 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  background-color: white; }

.b04__entry {
  padding: 40px 0;
  position: relative;
  text-decoration: none;
  grid-gap: 40px; }
  .b04__entry:not(:last-child) {
    border-bottom: 1px solid #cccccc; }
  @media all and (min-width: 900px) {
    .b04__entry {
      display: grid;
      grid-template-columns: 100px repeat(5, 1fr); } }
.b04__entry:hover:after {
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6); }

.b04__text-content {
  grid-column: 2 / span 2; }
  .b04__text-content p {
    margin-bottom: 0; }

.b04__entry-hero-img {
  grid-column: 1 / span 1;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  max-width: 100px;
  align-self: center;
  display: block;
  overflow: hidden;
  border-radius: 24px; }
  .b04__entry-hero-img > div {
    background-color: #1a1a1a; }
  .b04__entry-hero-img img {
    display: block;
    margin: 0; }

.b04__entry-title {
  grid-column: 2 / span 2;
  margin: 32px 0 24px; }
  @media all and (min-width: 900px) {
    .b04__entry-title {
      margin: 0; } }
  .b04__entry-title h4 {
    margin-top: 0;
    margin-bottom: 8px; }
  .b04__entry-title a {
    color: #333333;
    text-decoration: none; }

.b04__entry-excerpt {
  grid-column: 4 / span 3;
  display: block;
  flex-grow: 2;
  text-decoration: none;
  color: #666666;
  margin: 0; }

.b04__entry-date {
  color: #b3b3b3; }

.b04__read-more-btn {
  margin: 0 auto;
  grid-column: 2 / span 6; }

.b04__pagination {
  grid-column: 2 / span 6;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap;
  padding: 0; }
  .b04__pagination li {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem; }
    .b04__pagination li.active a, .b04__pagination li.active span {
      color: #ea3d3d;
      cursor: default; }
    .b04__pagination li.disabled a, .b04__pagination li.disabled span {
      color: #b3b3b3;
      cursor: default; }
    .b04__pagination li a, .b04__pagination li span {
      color: #4d4d4d;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      text-decoration: none; }
    .b04__pagination li a:hover {
      color: #ea3d3d; }

.b05 {
  max-width: 2100px;
  padding: 0 16px;
  margin: 16px auto;
  position: relative;
  z-index: 1; }
  @media all and (min-width: 800px) {
    .b05 {
      padding: 0 32px;
      margin: 32px auto; } }
.b05__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1200px;
  margin: 0 auto; }

.b05__link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2rem; }

.b05__entry-title div {
  cursor: pointer; }

.b05__entry-title a {
  text-decoration: none;
  color: #333333; }

.b05[data-layout="l01"] {
  margin: 64px auto; }
  .b05[data-layout="l01"] .b05__grid {
    grid-column: 1 / span 6;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px; }
    @media all and (min-width: 1100px) {
      .b05[data-layout="l01"] .b05__grid {
        gap: 32px; } }
  .b05[data-layout="l01"] .b05__entry {
    grid-column: span 6;
    padding: 32px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
    background-color: white; }
    @media all and (min-width: 1100px) {
      .b05[data-layout="l01"] .b05__entry {
        margin-bottom: 40px;
        grid-column: span 2;
        padding: 48px 40px; } }
  .b05[data-layout="l01"] .b05__link {
    margin-left: auto;
    margin-right: auto; }
  .b05[data-layout="l01"] .b05__entry-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 24px; }
    .b05[data-layout="l01"] .b05__entry-img > div {
      width: 100%;
      height: 100%; }
    .b05[data-layout="l01"] .b05__entry-img img, .b05[data-layout="l01"] .b05__entry-img svg {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .b05[data-layout="l01"] .b05__entry-text-content {
    text-wrap: balance; }
  .b05[data-layout="l01"] .b05__entry-text {
    margin: 0 auto;
    max-width: 40ch; }

.b05[data-layout="l02"] .b05__grid {
  grid-column: 1 / span 6;
  display: grid;
  grid-template-columns: repeat(6, 1fr); }

.b05[data-layout="l02"] .b05__entry {
  grid-column: span 6;
  padding: 40px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 80px auto; }
  @media all and (min-width: 1100px) {
    .b05[data-layout="l02"] .b05__entry {
      grid-column: span 3; } }
.b05[data-layout="l02"] .b05__entry-text-content {
  grid-column: 2; }

.b05[data-layout="l02"] .b05__entry-title {
  font-size: 1.5rem; }

.b05[data-layout="l02"] p {
  margin: 1rem 0; }
  .b05[data-layout="l02"] p:last-child {
    margin-bottom: 0; }

.b05[data-layout="l02"] .b05__entry-img {
  grid-column: 1;
  width: 80px;
  height: 80px;
  align-self: center; }
  .b05[data-layout="l02"] .b05__entry-img > div {
    width: 100%;
    height: 100%; }
  .b05[data-layout="l02"] .b05__entry-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.b05[data-layout="l03"] .b05__grid {
  grid-column: 1 / span 6;
  display: grid;
  grid-template-columns: repeat(6, 1fr); }
  @media all and (min-width: 1000px) {
    .b05[data-layout="l03"] .b05__grid {
      grid-column: 2 / span 4; } }
.b05[data-layout="l03"] .b05__entry {
  grid-column: span 6;
  padding: 40px 0;
  display: block;
  grid-gap: 40px; }
  @media all and (min-width: 800px) {
    .b05[data-layout="l03"] .b05__entry {
      display: grid;
      padding: 40px; } }
  .b05[data-layout="l03"] .b05__entry:not(:first-child) {
    border-top: 1px solid #cccccc; }
  .b05[data-layout="l03"] .b05__entry:nth-child(even) {
    grid-template-columns: auto 120px;
    text-align: right; }
    .b05[data-layout="l03"] .b05__entry:nth-child(even) .b05__entry-text-content {
      grid-column: 1; }
    .b05[data-layout="l03"] .b05__entry:nth-child(even) .b05__entry-img {
      grid-column: 2; }
  .b05[data-layout="l03"] .b05__entry:nth-child(odd) {
    grid-template-columns: 120px auto; }
    .b05[data-layout="l03"] .b05__entry:nth-child(odd) .b05__entry-text-content {
      grid-column: 2; }
    .b05[data-layout="l03"] .b05__entry:nth-child(odd) .b05__entry-img {
      grid-column: 1; }

.b05[data-layout="l03"] .b05__entry-text-content {
  grid-row: 1; }

.b05[data-layout="l03"] p {
  margin: 1rem 0; }
  .b05[data-layout="l03"] p:last-child {
    margin-bottom: 0; }

.b05[data-layout="l03"] .b05__entry-img {
  grid-row: 1;
  width: 120px;
  height: 120px;
  align-self: center;
  margin-bottom: 24px; }
  @media all and (min-width: 800px) {
    .b05[data-layout="l03"] .b05__entry-img {
      margin-bottom: 0; } }
  .b05[data-layout="l03"] .b05__entry-img > div {
    width: 100%;
    height: 100%; }
  .b05[data-layout="l03"] .b05__entry-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.b05[data-layout="l04"] .b05__content {
  grid-gap: 40px; }

.b05[data-layout="l04"] .b05__img {
  grid-column: 1 / span 6;
  height: 300px;
  border-radius: 32px;
  border: 1px solid #cccccc;
  padding: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }
  @media all and (min-width: 800px) {
    .b05[data-layout="l04"] .b05__img {
      grid-column: 1 / span 3;
      height: 100%; } }
  .b05[data-layout="l04"] .b05__img > div {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden; }
  .b05[data-layout="l04"] .b05__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px; }

.b05[data-layout="l04"] .b05__grid {
  grid-column: 1 / span 6;
  grid-gap: 40px;
  grid-template-columns: 60px auto; }
  @media all and (min-width: 800px) {
    .b05[data-layout="l04"] .b05__grid {
      grid-column: 4 / span 3; } }
.b05[data-layout="l04"] .b05__entry {
  display: grid;
  grid-gap: 40px; }
  .b05[data-layout="l04"] .b05__entry:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc; }

.b05[data-layout="l04"] .b05__entry-title {
  font-size: 1.5rem; }

.b05[data-layout="l04"] .b05__entry-text-content {
  grid-column: 2; }

.b05[data-layout="l04"] .b05__entry-img {
  grid-column: 1;
  width: 60px;
  height: 60px;
  align-self: center; }
  .b05[data-layout="l04"] .b05__entry-img > div {
    width: 100%;
    height: 100%; }
  .b05[data-layout="l04"] .b05__entry-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.b05[data-layout="l05"] .b05__grid {
  grid-column: 1 / span 6;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
  display: grid; }

.b05[data-layout="l05"] .b05__entry {
  grid-column: span 6;
  width: 100%;
  text-align: center; }
  @media all and (min-width: 800px) {
    .b05[data-layout="l05"] .b05__entry {
      grid-column: span 3;
      text-align: left; } }
  @media all and (min-width: 1100px) {
    .b05[data-layout="l05"] .b05__entry {
      grid-column: span 3; } }
.b05[data-layout="l05"] .b05__link {
  margin-left: auto;
  margin-right: auto; }
  @media all and (min-width: 800px) {
    .b05[data-layout="l05"] .b05__link {
      margin-left: 0;
      margin-right: 0; } }
.b05[data-layout="l05"] .b05__entry-img {
  display: block;
  border-radius: 32px;
  background-color: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  overflow: hidden; }
  .b05[data-layout="l05"] .b05__entry-img > div {
    overflow: hidden;
    background-color: #1a1a1a; }
  .b05[data-layout="l05"] .b05__entry-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.b05[data-layout="l05"] .b05__entry-title {
  font-size: 1.5rem;
  margin-top: 0; }

.b05[data-layout="l05"] .b05__entry-text-content {
  display: block;
  margin-top: 40px; }

.b05[data-layout="l06"] .b05__grid {
  grid-column: 1 / span 6;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
  display: grid; }

.b05[data-layout="l06"] .b05__entry {
  grid-column: span 6;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media all and (min-width: 800px) {
    .b05[data-layout="l06"] .b05__entry {
      grid-column: span 6; } }
  @media all and (min-width: 1100px) {
    .b05[data-layout="l06"] .b05__entry {
      grid-column: span 6; } }
  .b05[data-layout="l06"] .b05__entry:nth-child(even) .b05__entry-img {
    grid-column: 2; }
  .b05[data-layout="l06"] .b05__entry:nth-child(even) .b05__entry-text-content {
    grid-column: 1; }

.b05[data-layout="l06"] .b05__entry-img {
  grid-row: 1;
  grid-column: 1;
  display: block;
  border: 1px solid #cccccc;
  padding: 8px;
  border-radius: 32px;
  background-color: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }
  .b05[data-layout="l06"] .b05__entry-img > div {
    overflow: hidden;
    border-radius: 24px;
    background-color: #1a1a1a; }
  .b05[data-layout="l06"] .b05__entry-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px; }

.b05[data-layout="l06"] .b05__entry-title {
  font-size: 1.5rem;
  margin-top: 0; }

.b05[data-layout="l06"] .b05__entry-text-content {
  grid-row: 1;
  grid-column: 2;
  display: block;
  align-self: center;
  text-align: center;
  width: 80%;
  padding: 40px; }

.b06 {
  max-width: 2100px;
  padding: 0 16px;
  margin: 40px auto; }
  @media all and (min-width: 800px) {
    .b06 {
      padding: 0 32px;
      margin: 80px auto; } }
.b06__content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, auto) repeat(6, minmax(auto, 200px)) minmax(0, auto);
  grid-template-rows: 300px auto; }
  @media all and (min-width: 800px) {
    .b06__content {
      grid-template-rows: 300px auto auto; } }
  @media all and (min-width: 1600px) {
    .b06__content {
      grid-template-rows: 100px auto auto 100px; } }
.b06[data-layout="l01"] .b06__image {
  grid-column: 1 / span 8;
  grid-row: 1; }
  @media all and (min-width: 800px) {
    .b06[data-layout="l01"] .b06__image {
      grid-row: 1 / span 2; } }
  @media all and (min-width: 1600px) {
    .b06[data-layout="l01"] .b06__image {
      grid-column: 1 / span 8;
      grid-row: 1 / span 4; } }
.b06[data-layout="l01"] .b06__form {
  grid-column: 2 / span 6;
  grid-row: 2; }
  @media all and (min-width: 800px) {
    .b06[data-layout="l01"] .b06__form {
      grid-column: 4 / span 2;
      grid-row: 2 / span 2; } }
  @media all and (min-width: 1600px) {
    .b06[data-layout="l01"] .b06__form {
      grid-column: 6 / span 2;
      grid-row: 2 / span 1; } }
.b06[data-layout="l02"] .b06__image {
  grid-column: 1 / span 8;
  grid-row: 1; }
  @media all and (min-width: 800px) {
    .b06[data-layout="l02"] .b06__image {
      grid-row: 1 / span 2; } }
  @media all and (min-width: 1100px) {
    .b06[data-layout="l02"] .b06__image {
      grid-column: 2 / span 4;
      grid-row: 1 / span 3; } }
.b06[data-layout="l02"] .b06__form {
  grid-column: 2 / span 6;
  grid-row: 2; }
  @media all and (min-width: 800px) {
    .b06[data-layout="l02"] .b06__form {
      grid-column: 4 / span 2;
      grid-row: 2 / span 2; } }
  @media all and (min-width: 1100px) {
    .b06[data-layout="l02"] .b06__form {
      grid-column: 6 / span 2;
      grid-row: 1 / span 3; } }
.b06__image {
  grid-row: 1;
  height: 100%; }
  .b06__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }

.b06__form {
  grid-row: 1;
  padding: 40px;
  background-color: #1a1a1a;
  position: relative;
  z-index: 1; }
  @media all and (min-width: 1100px) {
    .b06__form {
      padding: 56px; } }
  .b06__form h3 {
    color: #e6e6e6;
    margin-top: 0; }
  .b06__form p {
    color: #999999; }

.b06__privacy-policy {
  font-size: .9rem; }
  .b06__privacy-policy p, .b06__privacy-policy a {
    color: #666666;
    margin-bottom: 0; }

.b06__email-input {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #1a1a1a;
  padding: 10px;
  border-radius: 0;
  font-size: 1rem;
  height: 48px;
  margin: 0 0 2rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6; }
  .b06__email-input::-webkit-input-placeholder {
    color: #666666;
    opacity: 1; }
  .b06__email-input::-moz-placeholder {
    color: #666666;
    opacity: 1; }
  .b06__email-input::placeholder {
    color: #666666;
    opacity: 1; }
  .b06__email-input:focus {
    outline: none; }

.b07 {
  max-width: 2100px;
  padding: 0 16px;
  margin: 40px auto; }
  @media all and (min-width: 800px) {
    .b07 {
      padding: 0 32px;
      margin: 80px auto; } }
.b07__content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, auto) repeat(6, minmax(auto, 200px)) minmax(0, auto); }

.b07[data-layout="l01"] .b07__grid {
  grid-template-columns: repeat(6, 1fr); }
  .b07[data-layout="l01"] .b07__grid .b07__entry {
    grid-column: 1 / span 6;
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
    .b07[data-layout="l01"] .b07__grid .b07__entry:not(:last-child) {
      margin-bottom: 40px; }
    @media all and (min-width: 1100px) {
      .b07[data-layout="l01"] .b07__grid .b07__entry:not(:last-child) {
        margin-bottom: 160px; }
      .b07[data-layout="l01"] .b07__grid .b07__entry:nth-child(odd) {
        grid-column: 1 / span 5; }
      .b07[data-layout="l01"] .b07__grid .b07__entry:nth-child(even) {
        grid-column: 2 / span 5; } }
  .b07[data-layout="l01"] .b07__grid .b07__entry-hero-img {
    grid-column: 1 / span 5; }
  .b07[data-layout="l01"] .b07__grid .b07__entry-text {
    grid-column: 1 / span 5;
    margin-top: 56px; }
    @media all and (min-width: 900px) {
      .b07[data-layout="l01"] .b07__grid .b07__entry-text {
        grid-column: 1 / span 4; } }
    @media all and (min-width: 1100px) {
      .b07[data-layout="l01"] .b07__grid .b07__entry-text {
        grid-column: 1 / span 3; } }
.b07[data-layout="l02"] .b07__grid {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px; }
  .b07[data-layout="l02"] .b07__grid .b07__entry {
    grid-column: span 6;
    width: 100%; }
    @media all and (min-width: 800px) {
      .b07[data-layout="l02"] .b07__grid .b07__entry {
        grid-column: span 3; } }
    @media all and (min-width: 1100px) {
      .b07[data-layout="l02"] .b07__grid .b07__entry {
        grid-column: span 3; } }
  .b07[data-layout="l02"] .b07__grid .b07__entry-title {
    font-size: 1.5rem;
    margin-top: 0; }
  .b07[data-layout="l02"] .b07__grid .b07__entry-text {
    display: block;
    margin-top: 40px; }

.b07[data-layout="l03"] .b07__grid .b07__entry {
  padding: 40px 0;
  position: relative;
  border-top: 1px solid #cccccc;
  text-decoration: none;
  grid-gap: 40px; }
  .b07[data-layout="l03"] .b07__grid .b07__entry:last-child {
    border-bottom: 1px solid #cccccc; }

@media all and (min-width: 900px) {
  .b07[data-layout="l03"] .b07__grid .b07__entry-text {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px; } }

.b07[data-layout="l03"] .b07__grid .b07__entry-title {
  grid-column: 1 / span 1;
  margin: 40px 0 0;
  font-size: 1.6rem;
  margin: 0 0 20px; }
  @media all and (min-width: 900px) {
    .b07[data-layout="l03"] .b07__grid .b07__entry-title {
      margin: 0; } }
  .b07[data-layout="l03"] .b07__grid .b07__entry-title a {
    color: #333333;
    text-decoration: none; }

.b07[data-layout="l03"] .b07__grid .b07__entry-excerpt {
  grid-column: 2 / span 2;
  display: block;
  flex-grow: 2;
  text-decoration: none;
  color: #666666;
  margin: 0; }
  .b07[data-layout="l03"] .b07__grid .b07__entry-excerpt p {
    margin-bottom: 0; }

.b07__grid {
  display: grid;
  grid-column: 2 / span 6; }

.b07__entry-hero-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  overflow: hidden; }
  .b07__entry-hero-img > div {
    overflow: hidden;
    background-color: #1a1a1a; }

.b07__read-more-btn {
  display: block;
  margin-top: 2rem; }

.b07__entry-title a {
  color: #333333;
  text-decoration: none; }

.b08 {
  max-width: 2100px;
  margin: 0 auto;
  padding: 40px 16px; }
  @media all and (min-width: 800px) {
    .b08 {
      padding: 100px 32px;
      margin: 0 auto; } }
  .b08:last-of-type {
    margin-bottom: 0; }

.b08__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1200px;
  margin: 0 auto; }

.b08[data-layout="l02"], .b08[data-layout="l01"] {
  background-color: #1a1a1a; }
  .b08[data-layout="l02"] h3, .b08[data-layout="l01"] h3 {
    color: #cccccc; }
  .b08[data-layout="l02"] p, .b08[data-layout="l01"] p {
    color: #999999; }
  .b08[data-layout="l02"] .b08__entrie, .b08[data-layout="l01"] .b08__entrie {
    grid-column: span 6;
    padding: 40px 0;
    text-align: center; }
    .b08[data-layout="l02"] .b08__entrie:not(:first-child), .b08[data-layout="l01"] .b08__entrie:not(:first-child) {
      border-top: 1px dashed #333333; }
    @media all and (min-width: 1100px) {
      .b08[data-layout="l02"] .b08__entrie, .b08[data-layout="l01"] .b08__entrie {
        padding: 48px 40px;
        grid-column: span 2;
        border-left: 1px dashed #333333; }
        .b08[data-layout="l02"] .b08__entrie:not(:first-child), .b08[data-layout="l01"] .b08__entrie:not(:first-child) {
          border-top: 0px transparent; }
        .b08[data-layout="l02"] .b08__entrie:nth-child(3n + 0), .b08[data-layout="l02"] .b08__entrie:last-child, .b08[data-layout="l01"] .b08__entrie:nth-child(3n + 0), .b08[data-layout="l01"] .b08__entrie:last-child {
          border-right: 1px dashed #333333;
          border-bottom: 0px transparent; } }
.b08__text-content {
  grid-column: 2 / span 6;
  text-align: center; }

.b08__entries {
  grid-column: 1 / span 6;
  display: grid;
  grid-template-columns: repeat(6, 1fr); }

.b08__entrie h1 {
  color: #ea3d3d;
  margin: 0 0 16px;
  font-size: 4rem; }

.b08__entrie p {
  margin: 0; }

.b09 {
  max-width: 2100px;
  padding: 0 16px;
  margin: 40px auto; }
  @media all and (min-width: 800px) {
    .b09 {
      padding: 0 32px;
      margin: 80px auto; } }
.b09__content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, auto) repeat(6, minmax(auto, 200px)) minmax(0, auto); }

.b09__entries {
  grid-column: 2 / span 6;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px; }
  @media all and (min-width: 600px) {
    .b09__entries {
      grid-template-columns: repeat(3, 1fr); } }
  @media all and (min-width: 900px) {
    .b09__entries {
      grid-template-columns: repeat(6, 1fr);
      grid-column: 2 / span 6; } }
  @media all and (min-width: 1300px) {
    .b09__entries {
      grid-column: 2 / span 6; } }
.b09__entry-img {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid #cccccc;
  padding: 8px;
  background-color: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }
  .b09__entry-img > div {
    border-radius: 24px;
    overflow: hidden;
    background-color: #1a1a1a; }
  .b09__entry-img img {
    border-radius: 24px; }

.b09__entry-name {
  margin: 20px 0 0;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  letter-spacing: .15em; }

.b10 {
  max-width: 2100px;
  padding: 0 16px;
  margin: 40px auto; }
  @media all and (min-width: 800px) {
    .b10 {
      padding: 0 32px;
      margin: 80px auto; } }
.b10__content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr); }

.b10[data-layout="l01"] .b10__entries {
  grid-column: 1 / span 6; }

.b10[data-layout="l01"] .b10__entrie {
  display: grid;
  grid-row-gap: 80px;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 80px;
  align-items: center; }
  @media all and (min-width: 800px) {
    .b10[data-layout="l01"] .b10__entrie {
      grid-gap: 80px; } }
  .b10[data-layout="l01"] .b10__entrie:nth-child(even) {
    direction: rtl; }

.b10[data-layout="l01"] .b10__entrie-img {
  grid-column: 1 / span 6;
  width: 100%;
  padding: 8px;
  border: 1px solid #cccccc;
  background-color: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  max-width: 200px;
  justify-self: center;
  display: block;
  border-radius: 32px; }
  @media all and (min-width: 800px) {
    .b10[data-layout="l01"] .b10__entrie-img {
      grid-column: 1 / span 2; } }
  .b10[data-layout="l01"] .b10__entrie-img > div {
    border-radius: 24px;
    overflow: hidden;
    background-color: #1a1a1a; }
  .b10[data-layout="l01"] .b10__entrie-img img {
    display: block;
    margin: 0;
    border-radius: 24px; }

.b10[data-layout="l01"] .b10__entrie-text {
  direction: ltr;
  grid-column: 1 / span 6; }
  @media all and (min-width: 800px) {
    .b10[data-layout="l01"] .b10__entrie-text {
      grid-column: 3 / span 4; } }
  .b10[data-layout="l01"] .b10__entrie-text h4 {
    margin-top: 0; }

.b10[data-layout="l02"] .b10__entries {
  grid-column: 1 / span 6;
  align-items: start; }
  @media all and (min-width: 1000px) {
    .b10[data-layout="l02"] .b10__entries {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px; } }
.b10[data-layout="l02"] .b10__entrie {
  display: grid;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  align-items: start;
  margin-bottom: 64px; }
  @media all and (min-width: 800px) {
    .b10[data-layout="l02"] .b10__entrie {
      grid-template-columns: 120px 1fr;
      grid-gap: 40px;
      text-align: left; } }
  @media all and (min-width: 1000px) {
    .b10[data-layout="l02"] .b10__entrie {
      margin-bottom: 0; } }
.b10[data-layout="l02"] .b10__entrie-img {
  grid-column: 1 / span 2;
  width: 100%;
  padding: 8px;
  border: 1px solid #cccccc;
  background-color: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  max-width: 120px;
  display: block;
  border-radius: 32px; }
  @media all and (min-width: 800px) {
    .b10[data-layout="l02"] .b10__entrie-img {
      grid-column: 1 / span 1; } }
  .b10[data-layout="l02"] .b10__entrie-img > div {
    border-radius: 24px;
    overflow: hidden; }
  .b10[data-layout="l02"] .b10__entrie-img img {
    display: block;
    margin: 0;
    border-radius: 24px; }

.b10[data-layout="l02"] .b10__entrie-text {
  grid-column: 1 / span 2;
  padding: 0; }
  @media all and (min-width: 800px) {
    .b10[data-layout="l02"] .b10__entrie-text {
      grid-column: 2 / span 1;
      padding: 0; } }
  .b10[data-layout="l02"] .b10__entrie-text h4 {
    margin-top: 0; }

.b11 {
  max-width: 2100px;
  padding: 0 16px;
  margin: 80px auto 40px; }
  @media all and (min-width: 800px) {
    .b11 {
      padding: 0 32px; } }
.b11__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex; }

.b11__content {
  max-width: 1200px; }

.b11[data-width="w01"] .b11__text {
  max-width: 200px; }

.b11[data-width="w02"] .b11__text {
  max-width: 400px; }

.b11[data-width="w03"] .b11__text {
  max-width: 600px; }

.b11[data-width="w04"] .b11__text {
  max-width: 800px; }

.b11[data-width="w05"] .b11__text {
  max-width: 1000px; }

.b11[data-align="align_center"] .b11__content {
  justify-content: center; }

.b11[data-align="align_right"] .b11__content {
  justify-content: flex-end; }

.b11[data-text-align="align_center"] .b11__text {
  text-align: center; }

.b11[data-text-align="align_right"] .b11__text {
  text-align: right; }

.b11[data-title-align="align_center"] .b11__title {
  text-align: center; }

.b11[data-title-align="align_right"] .b11__title {
  text-align: right; }

.b11__title:not(:last-child) {
  margin: 0 0 24px; }

.b11 h1, .b11 h2, .b11 h3 {
  margin: 0; }

.b11 p {
  margin: 0; }

.b12 {
  margin: 40px auto;
  padding: 0 16px; }
  @media all and (min-width: 800px) {
    .b12 {
      padding: 0 32px;
      margin: 80px auto; } }
.b12[data-layout="l01"] {
  max-width: 2100px;
  padding: 40px 16px 0;
  position: relative;
  margin: 0 auto 80px;
  border-top: 1px solid #cccccc; }
  .b12[data-layout="l01"]:not(:first-of-type) {
    margin: 80px auto; }
  @media all and (min-width: 800px) {
    .b12[data-layout="l01"] {
      padding: 80px 24px 0; } }
  .b12[data-layout="l01"] .b12__bg {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .b12[data-layout="l01"] .b12__bg-img {
    display: block;
    content: '';
    position: absolute;
    top: -20%;
    left: -25%;
    width: 150%;
    height: 80%;
    background-color: #1a1a1a;
    z-index: 0; }
  .b12[data-layout="l01"] .b12__content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    z-index: 1; }
  .b12[data-layout="l01"] .b12__title-wrapper {
    position: relative;
    z-index: 1;
    grid-column: 1 / span 6;
    color: white; }
    .b12[data-layout="l01"] .b12__title-wrapper h1 {
      color: white; }
  .b12[data-layout="l01"] .b12__video {
    grid-column: 1 / span 6;
    margin: 0;
    z-index: 1; }
  .b12[data-layout="l01"] .b12__video-wrapper {
    border: 1px solid #cccccc;
    padding: 8px; }

.b12[data-layout="l02"] {
  max-width: 2100px;
  padding: 0 32px; }
  @media all and (min-width: 800px) {
    .b12[data-layout="l02"] {
      padding: 0 16px; } }
  .b12[data-layout="l02"] .b12__content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    z-index: 1; }
  .b12[data-layout="l02"] .b12__video {
    grid-column: 1 / span 6;
    margin: 0;
    z-index: 1; }

.b12__video-wrapper {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  background-color: white;
  border-radius: 32px;
  z-index: 1;
  border: 1px solid #cccccc;
  padding: 8px; }
  .b12__video-wrapper > div {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    border-radius: 24px;
    background-color: #4d4d4d; }
  .b12__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px transparent;
    border-radius: 24px; }

.b12__video-caption {
  margin-top: 24px;
  font-size: .9rem;
  color: #b3b3b3; }

.vp-center {
  display: block !important; }
  .vp-center #player {
    height: auto !important; }

.b13 {
  max-width: 2100px;
  padding: 0 16px;
  margin: 40px auto; }
  @media all and (min-width: 800px) {
    .b13 {
      padding: 0 24px;
      margin: 80px auto; } }
.b13__content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr); }

.b13__form {
  grid-column: 1 / span 12; }
  @media all and (min-width: 600px) {
    .b13__form {
      grid-column: 2 / span 10; } }
  @media all and (min-width: 1000px) {
    .b13__form {
      grid-column: 4 / span 6; } }
.b13[data-layout="l02"] .b13__content {
  grid-row-gap: 40px; }

.b13[data-layout="l02"] .b13__form {
  grid-column: 1 / span 12; }
  @media all and (min-width: 800px) {
    .b13[data-layout="l02"] .b13__form {
      grid-column: 7 / span 6;
      padding-left: 40px; } }
.b13[data-layout="l02"] .b13__text {
  width: 100%;
  grid-column: 1 / span 12; }
  @media all and (min-width: 800px) {
    .b13[data-layout="l02"] .b13__text {
      grid-column: 1 / span 6; } }
.b13[data-layout="l03"] .b13__content {
  padding: 8px;
  border: 1px solid #cccccc;
  border-radius: 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }

.b13[data-layout="l03"] .b13__form {
  grid-column: 1 / span 12;
  grid-row: 2;
  z-index: 1;
  position: relative;
  width: 100%; }
  @media all and (min-width: 800px) {
    .b13[data-layout="l03"] .b13__form {
      padding: 80px;
      max-width: 600px;
      grid-row: 1; } }
.b13[data-layout="l03"] .b13__img {
  grid-column: 1 / span 12;
  grid-row: 1;
  width: 100%;
  z-index: 0;
  padding-top: 50%;
  position: relative; }
  .b13[data-layout="l03"] .b13__img > div {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a1a1a;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
  .b13[data-layout="l03"] .b13__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
  @media all and (min-width: 800px) {
    .b13[data-layout="l03"] .b13__img {
      padding-top: 0; }
      .b13[data-layout="l03"] .b13__img > div {
        border-radius: 24px; }
      .b13[data-layout="l03"] .b13__img img {
        border-radius: 24px; } }
.b13[data-layout="l03"] form {
  background-color: white;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  padding: 40px;
  color: #999999;
  background-color: #1a1a1a; }
  @media all and (min-width: 800px) {
    .b13[data-layout="l03"] form {
      border-radius: 24px;
      box-shadow: none; } }
.b13[data-layout="l03"] h3 {
  color: #cccccc; }

.b13[data-layout="l03"] .form__privacy-text p, .b13[data-layout="l03"] .form__privacy-text a {
  color: #4d4d4d; }

.b13[data-layout="l03"] input[type="text"], .b13[data-layout="l03"] input[type="email"], .b13[data-layout="l03"] textarea {
  background-color: #1a1a1a;
  border-color: #666666;
  color: #cccccc; }
  .b13[data-layout="l03"] input[type="text"]:focus, .b13[data-layout="l03"] input[type="email"]:focus, .b13[data-layout="l03"] textarea:focus {
    border-color: #b3b3b3; }

.b14 {
  max-width: 2100px;
  padding: 0 16px;
  margin: 40px auto; }
  @media all and (min-width: 800px) {
    .b14 {
      padding: 0 24px;
      margin: 80px auto; } }
.b14__content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 8px;
  border: 1px solid #cccccc;
  border-radius: 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }

.b14__form-wrapper {
  grid-column: 1 / span 12;
  grid-row: 2;
  z-index: 1;
  position: relative;
  width: 100%; }
  @media all and (min-width: 800px) {
    .b14__form-wrapper {
      padding: 80px;
      max-width: 600px;
      grid-row: 1; } }
.b14__img {
  grid-column: 1 / span 12;
  grid-row: 1;
  width: 100%;
  z-index: 0;
  padding-top: 50%;
  position: relative; }
  .b14__img > div {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a1a1a;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
  .b14__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
  @media all and (min-width: 800px) {
    .b14__img {
      padding-top: 0; }
      .b14__img > div {
        border-radius: 24px; }
      .b14__img img {
        border-radius: 24px; } }
.b15 {
  width: 100%;
  position: relative;
  margin: 0 0 0;
  background-color: #1a1a1a;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  align-items: center;
  background-color: var(--bgColorMobile, #4d4d4d); }
  @media all and (min-width: 800px) {
    .b15 {
      margin: 0 auto 0; } }
  @media all and (min-width: 1000px) {
    .b15 {
      padding: 80px 32px 80px;
      background-color: var(--bgColor, #4d4d4d); } }
  .b15:first-of-type {
    margin-top: 0; }
  .b15:last-of-type {
    margin-bottom: 0; }
  .b15[data-full-height="true"] {
    min-height: 100vh; }

@media all and (min-width: 1000px) {
  .b15[data-layout="l02"] .b15__content {
    grid-row-gap: 20px;
    grid-column-gap: 0px; } }

.b18[data-overflow="true"] + .b15 {
  padding-top: 40px; }
  @media all and (min-width: 1000px) {
    .b18[data-overflow="true"] + .b15 {
      padding-top: 80px; } }
.b15__content {
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 64px 16px; }
  @media all and (min-width: 800px) {
    .b15__content {
      padding: 64px 32px; } }
  @media all and (min-width: 1000px) {
    .b15__content {
      padding: 24px 0 0 0;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      grid-row-gap: 0px;
      grid-column-gap: 80px; } }
@media all and (min-width: 1000px) {
  .b15[data-full-height="true"] .b15__background-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }
  .b15[data-full-height="true"] .b15__background-cont-inner {
    border-radius: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 0;
    padding-top: 0; } }

.b15[data-background-mode="b02"] .b15__background-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 0; }

.b15[data-background-mode="b02"] .b15__background-cont-inner {
  height: 100%; }

.b15[data-background-mode="b03"] .b15__background-cont {
  display: none; }
  @media all and (min-width: 1000px) {
    .b15[data-background-mode="b03"] .b15__background-cont {
      display: block; } }
.b15__background-cont-inner {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden; }
  @media all and (min-width: 1000px) {
    .b15__background-cont-inner {
      border-radius: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      padding-top: 0; } }
.b15__bg-mask-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.b15__bg-mask {
  position: absolute;
  width: 100%;
  height: 110%;
  top: -5%;
  left: 0px;
  display: block;
  opacity: 0; }
  .b15__bg-mask .mask-steps {
    display: none; }

.b15__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

@media all and (min-width: 1000px) {
  .b15[data-layout="l02"] .b15__text {
    grid-column: 2 / span 1; } }

.b15__text {
  position: relative;
  z-index: 1;
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
  color: var(--textColorMobile, white); }
  @media all and (min-width: 1000px) {
    .b15__text {
      padding: 0;
      grid-row: 1 / span 1;
      grid-column: 1 / span 1;
      color: var(--textColor, white); } }
  .b15__text p {
    font-size: 1.1rem; }
    @media all and (min-width: 1000px) {
      .b15__text p {
        font-size: 1.2rem; } }
  .b15__text ul {
    margin: 0;
    padding: 0; }
  .b15__text li {
    background-color: #1a1a1a;
    color: white;
    padding: 8px 12px 7px;
    margin: 12px 0;
    list-style: none;
    border-radius: 4px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
    .b15__text li p {
      margin: 0; }
  .b15__text h1, .b15__text h2, .b15__text h3 {
    font-family: 'Protest Sans';
    margin: 0; }
  .b15__text h1 {
    font-size: 3.5rem; }
    @media all and (min-width: 400px) {
      .b15__text h1 {
        font-size: 4rem; } }
    @media all and (min-width: 600px) {
      .b15__text h1 {
        font-size: 4.5rem; } }
    @media all and (min-width: 800px) {
      .b15__text h1 {
        font-size: 5rem; } }
    @media all and (min-width: 1200px) {
      .b15__text h1 {
        font-size: 5.5rem; } }
  .b15__text h2 {
    font-size: 3rem; }
    @media all and (min-width: 400px) {
      .b15__text h2 {
        font-size: 3.5rem; } }
    @media all and (min-width: 600px) {
      .b15__text h2 {
        font-size: 4rem; } }
    @media all and (min-width: 800px) {
      .b15__text h2 {
        font-size: 4.4rem; } }
    @media all and (min-width: 1200px) {
      .b15__text h2 {
        font-size: 5rem; } }
  .b15__text h3 {
    font-size: 2rem; }
    @media all and (min-width: 400px) {
      .b15__text h3 {
        font-size: 2.5rem; } }
    @media all and (min-width: 600px) {
      .b15__text h3 {
        font-size: 3rem; } }
    @media all and (min-width: 800px) {
      .b15__text h3 {
        font-size: 3.5rem; } }
    @media all and (min-width: 1200px) {
      .b15__text h3 {
        font-size: 4rem; } }
  .b15__text h1, .b15__text h2, .b15__text h3, .b15__text h4, .b15__text h5, .b15__text h6, .b15__text strong {
    color: var(--textColorMobile, white);
    font-weight: 700; }
    @media all and (min-width: 1000px) {
      .b15__text h1, .b15__text h2, .b15__text h3, .b15__text h4, .b15__text h5, .b15__text h6, .b15__text strong {
        color: var(--textColor, white); } }
@media all and (min-width: 1000px) {
  .b15[data-layout="l02"] .b15__widget {
    grid-row: 2 / span 1; } }

.b15__widget {
  width: 100%;
  grid-row: 3 / span 1;
  grid-column: 1 / span 1;
  position: relative; }
  @media all and (min-width: 1000px) {
    .b15__widget {
      padding: 0;
      grid-column: 2 / span 1;
      grid-row: 1 / span 1; } }
.b15__personalised-note ~ .b15__widget-inner {
  padding-top: 64px; }

.b15__widget-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }
  @media all and (min-width: 1000px) {
    .b15__widget-inner {
      border-radius: 12px; } }
  @media all and (min-width: 1000px) {
    .b15__widget-inner {
      padding: 24px;
      margin-top: 40px;
      margin: 0; } }
@media all and (min-width: 1000px) {
  .b15[data-background-mode="b01"] .b15__widget-inner {
    border-radius: 12px; } }

.b15[data-background-mode="b02"] .b15__widget-inner,
.b15[data-background-mode="b03"] .b15__widget-inner {
  border-radius: 12px; }

.b15__photo-credit {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3); }

.b15__personalised-note {
  padding: 12px;
  display: none;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 12px;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: var(--widgetColorPrimary, #ea3d3d);
  z-index: 2;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 90%;
  -webkit-transform: rotate(-2deg) translateX(-50%);
          transform: rotate(-2deg) translateX(-50%); }
  @media all and (min-width: 600px) {
    .b15__personalised-note {
      width: 60%; } }
  @media all and (min-width: 750px) {
    .b15__personalised-note {
      width: auto; } }
  @media all and (min-width: 1000px) {
    .b15__personalised-note {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 auto -40px;
      -webkit-transform: rotate(-2deg);
              transform: rotate(-2deg);
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; } }
.b15__personalised-note-text div {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  display: block;
  color: white;
  font-weight: 700; }

.b15__personalised-note-text span {
  font-size: 1.1rem;
  display: block;
  color: white; }

.b15__personalised-note-icon {
  background-color: white;
  border-radius: 100%;
  padding: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .b15__personalised-note-icon div {
    border-radius: 100%;
    padding: 8px;
    border: 1px dashed var(--widgetColorPrimary, #ea3d3d); }
  .b15__personalised-note-icon svg {
    display: block;
    width: 32px;
    height: 32px;
    fill: var(--widgetColorPrimary, #ea3d3d); }

.b16 {
  margin: 40px auto 40px;
  position: relative;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 0; }
  .b16:first-of-type {
    margin: 0 auto 40px; }

.b16__slider {
  outline: none;
  margin-top: 32px;
  position: relative;
  width: 100%; }
  .b16__slider:focus {
    outline: none; }

.b16__arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  z-index: 1; }

.b16__arrow {
  width: 36px;
  height: 36px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icon-arrow.svg");
  cursor: pointer; }

.b16__arrow-right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.b16__arrow-left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.b16__slider-cont {
  width: 100%;
  padding-bottom: 64px;
  position: relative; }

.b16__slide {
  width: 80%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 4px; }
  @media all and (min-width: 700px) {
    .b16__slide {
      width: 50%;
      margin: 0 4px; } }
  @media all and (min-width: 1200px) {
    .b16__slide {
      width: 40%;
      margin: 0 8px; } }
  @media all and (min-width: 1600px) {
    .b16__slide {
      width: 30%;
      margin: 0 8px; } }
.b16__slide-content {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .b16__slide-content[data-aspect-ratio="ar1"] {
    padding-top: 56.25%; }
  .b16__slide-content[data-aspect-ratio="ar2"] {
    padding-top: 66.66%; }
  .b16__slide-content[data-aspect-ratio="ar3"] {
    padding-top: 75%; }
  .b16__slide-content[data-aspect-ratio="ar4"] {
    padding-top: 100%; }
  .b16__slide-content[data-aspect-ratio="ar4"] {
    padding-top: 133%; }
  .b16__slide-content[data-aspect-ratio="ar4"] {
    padding-top: 150%; }
  .b16__slide-content img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 8px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

.b17 {
  padding-bottom: 24px; }
  @media all and (min-width: 1000px) {
    .b17 {
      padding-bottom: 60px; } }
.b15 + .b17 {
  padding-top: 0; }
  @media all and (min-width: 1000px) {
    .b15 + .b17 {
      padding-top: 60px; } }
.b17__row {
  width: 100%;
  display: grid;
  align-items: center;
  padding: 12px;
  position: relative; }
  @media all and (min-width: 600px) {
    .b17__row {
      padding: 24px; } }
  @media all and (min-width: 1000px) {
    .b17__row {
      padding: 40px;
      min-height: 700px; } }
.b17__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: grid;
  height: 100%;
  grid-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: center; }
  @media all and (min-width: 1000px) {
    .b17__wrapper {
      grid-template-rows: 1fr;
      grid-template-columns: 1fr 0.4fr 1fr; } }
.b17__content {
  z-index: 1;
  position: relative;
  display: flex;
  grid-row: 2;
  grid-column: 1; }
  @media all and (min-width: 1000px) {
    .b17__content {
      grid-row: 1;
      grid-column: 2 / span 2; } }
.b17__row:nth-child(even) .b17__content {
  grid-row: 2;
  grid-column: 1;
  align-items: flex-end;
  justify-content: flex-end; }
  @media all and (min-width: 1000px) {
    .b17__row:nth-child(even) .b17__content {
      grid-row: 1;
      grid-column: 1 / span 2; } }
.b17__text {
  z-index: 1; }
  .b17__text h1, .b17__text h2, .b17__text h3, .b17__text h4, .b17__text h5, .b17__text h6 {
    color: var(--titleColor); }
  .b17__text h1 {
    margin: 0;
    font-size: 2.5rem; }
    @media all and (min-width: 400px) {
      .b17__text h1 {
        font-size: 3rem; } }
    @media all and (min-width: 600px) {
      .b17__text h1 {
        font-size: 4rem; } }
    @media all and (min-width: 800px) {
      .b17__text h1 {
        font-size: 5rem; } }
    @media all and (min-width: 1200px) {
      .b17__text h1 {
        font-size: 5.5rem; } }
  .b17__text h1 strong {
    color: var(--bgColor);
    position: relative;
    display: inline-block; }
    .b17__text h1 strong:before {
      content: '';
      display: block;
      position: absolute;
      top: -10%;
      left: -0.25em;
      width: calc(100% + 0.5em);
      height: 110%;
      background-color: var(--titleColor);
      -webkit-clip-path: polygon(2% 0, 25% 5%, 50% 0%, 75% 5%, 99% 2%, 100% 33%, 99% 66%, 100% 100%, 75% 95%, 50% 100%, 25% 97%, 2% 98%, 2% 66%, 1% 33%);
              clip-path: polygon(2% 0, 25% 5%, 50% 0%, 75% 5%, 99% 2%, 100% 33%, 99% 66%, 100% 100%, 75% 95%, 50% 100%, 25% 97%, 2% 98%, 2% 66%, 1% 33%);
      z-index: -1; }
  .b17__text p {
    font-size: 1rem;
    color: var(--textColor); }
    @media all and (min-width: 600px) {
      .b17__text p {
        font-size: 1.2rem; } }
.b17__bg-cont {
  z-index: 0;
  overflow: hidden;
  position: relative;
  grid-column: 1;
  grid-row: 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  height: 100%;
  padding-top: 60%; }
  @media all and (min-width: 1000px) {
    .b17__bg-cont {
      grid-column: 1 / span 2;
      grid-row: 1;
      padding-top: 100%; } }
.b17__row:nth-child(even) .b17__bg-cont {
  grid-column: 1;
  grid-row: 1; }
  @media all and (min-width: 1000px) {
    .b17__row:nth-child(even) .b17__bg-cont {
      grid-column: 2 / span 2;
      grid-row: 1; } }
.b17__bg-layer {
  position: absolute;
  left: 0;
  width: 100%;
  height: 150%;
  top: -25%; }
  @media all and (min-width: 1000px) {
    .b17__bg-layer {
      height: 112%;
      top: -6%; } }
  .b17__bg-layer img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.b17__btn-cont {
  padding: 40px 0;
  display: none; }
  @media all and (min-width: 500px) {
    .b17__btn-cont {
      padding: 80px 0; } }
.b15 + .b17 .b17__btn-cont {
  display: flex;
  justify-content: center; }

.b17__btn {
  margin: 0 auto;
  display: inline-block; }

.b17__btn-inner {
  display: flex;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: .04em;
  color: white;
  background-color: #ea3d3d;
  border: none;
  border-radius: 8px;
  padding: 12px 12px 10px;
  grid-gap: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  align-items: center; }
  @media all and (min-width: 500px) {
    .b17__btn-inner {
      font-size: 1.4rem;
      padding: 24px 36px 20px; }
      .b17__btn-inner svg {
        width: 40px;
        height: 40px; } }
  .b17__btn-inner svg {
    grid-column: 1 / span 1;
    display: block;
    fill: white;
    width: 50px;
    height: 50px; }
  .b17__btn-inner:focus {
    outline: none; }

.b17__photo-credit {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3); }

.b18 {
  padding: 0 24px; }
  .b18[data-overflow="true"] {
    margin-bottom: -100px;
    position: relative;
    z-index: 2; }

.b18__content {
  height: 100px;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right; }
  @media all and (min-width: 1000px) {
    .b18__content {
      padding-bottom: 0px; } }
  .b18__content a, .b18__content span {
    text-decoration: none;
    color: currentColor;
    letter-spacing: .15em;
    display: block; }
  @media all and (min-width: 450px) {
    .b18__content a, .b18__content span {
      display: inline; }
      .b18__content a:not(:last-child), .b18__content span:not(:last-child) {
        margin-right: 3rem; } }
.b18__logo svg {
  display: block;
  width: 150px;
  fill: currentColor; }

.b19 {
  max-width: 500px;
  margin: 0 auto 300px; }

.b20 {
  width: 100vw; }

.b20__step {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-min-content auto;
  grid-template-rows: min-content auto;
  grid-gap: 24px;
  align-items: flex-start;
  min-height: 100vh;
  padding: 24px; }
  @media all and (min-width: 1000px) {
    .b20__step {
      width: 90%;
      max-width: 1400px;
      grid-template-columns: 1fr 0.8fr 1fr;
      grid-template-rows: 1fr;
      align-items: center;
      height: 100%; } }
.b20__text-cont {
  grid-column: 1;
  grid-row: 2;
  z-index: 1;
  margin: 0 auto 100px; }
  @media all and (min-width: 600px) {
    .b20__text-cont {
      max-width: 600px;
      margin: 0 auto; } }
  @media all and (min-width: 1000px) {
    .b20__text-cont {
      max-width: 700px;
      grid-column: 1 / span 2;
      grid-row: 1;
      margin: 0; } }
.b20__text {
  font-size: 1.2rem; }
  .b20__text p {
    margin: 0; }

.b20__question {
  font-size: 2.8rem;
  margin: 0 0 24px 0; }
  @media all and (min-width: 600px) {
    .b20__question {
      font-size: 3.4; } }
  @media all and (min-width: 800px) {
    .b20__question {
      font-size: 3.6rem; } }
  @media all and (min-width: 1000px) {
    .b20__question {
      font-size: 3.8rem; } }
  @media all and (min-width: 1200px) {
    .b20__question {
      font-size: 4rem; } }
.b20__statement-cont {
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  position: relative;
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 24px;
  padding: 16px 24px; }

.b20__statement-text span {
  font-size: 1.4rem;
  line-height: 1.8em; }

.b20__cursor {
  width: 2px;
  height: 20px;
  background-color: currentColor;
  display: none; }

.b20__statement-arrow {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 70px;
  width: 20px;
  height: 20px;
  background-color: red;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: inherit; }

.b20__buttons {
  display: flex;
  align-items: center; }

.b20__button {
  padding: 12px 24px;
  font-size: 1.2rem;
  letter-spacing: .04em;
  text-align: center;
  background-color: #ea3d3d;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: white;
  border-radius: 12px;
  cursor: pointer; }

.b20__skip {
  margin-left: 20px;
  color: currentColor;
  text-decoration: none; }

.b20__image {
  grid-column: 1;
  grid-row: 1;
  z-index: 0;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03);
  padding-top: 40%;
  border-radius: 24px; }
  @media all and (min-width: 1000px) {
    .b20__image {
      grid-column: 2 / span 2;
      grid-row: 1;
      max-height: 800px;
      height: 100%;
      padding-top: 0; } }
  .b20__image img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.b20__photo-credit {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3); }

.b21 {
  overflow: hidden;
  padding: 10px 0; }

.b21__content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  -webkit-animation: scrollingBanner 20s linear infinite;
          animation: scrollingBanner 20s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .b21__content div {
    display: flex;
    align-items: center; }

@-webkit-keyframes scrollingBanner {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); } }

@keyframes scrollingBanner {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); } }

.b21__text {
  letter-spacing: .05em; }

.b21__icon {
  width: 30px;
  margin: 0 20px; }

.b15 .proca-widget {
  color: gray;
  font-size: 0.95rem; }
  .b15 .proca-widget .proca-MuiContainer-maxWidthSm {
    max-width: 100%; }
  .b15 .proca-widget .proca-Proca2 {
    font-weight: 400;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
    font-size: 1.2rem;
    -webkit-animation: none;
            animation: none;
    color: gray; }
  .b15 .proca-widget a {
    color: #666666; }
  .b15 .proca-widget .proca-MuiLinearProgress-root {
    height: 16px;
    border-radius: 16px;
    margin: 8px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e6e6e6; }
  .b15 .proca-widget .proca-MuiLinearProgress-bar {
    background: linear-gradient(90deg, #ea7a3d 0%, #ea3d3d 100%); }
  .b15 .proca-widget .proca-MuiStepper-root {
    padding: 12px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 12px; }
  .b15 .proca-widget .proca-MuiStepButton-root {
    font-family: 'Roboto Condensed', sans-serif; }
  .b15 .proca-widget .proca-Proca8 {
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: gray; }
    .b15 .proca-widget .proca-Proca8 a {
      color: #ea3d3d; }
  .b15 .proca-widget legend {
    display: none; }
  .b15 .proca-widget .proca-MuiFilledInput-root {
    background-color: white;
    border: 1px solid #999999;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    font-size: 1rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px; }
    .b15 .proca-widget .proca-MuiFilledInput-root:hover, .b15 .proca-widget .proca-MuiFilledInput-root:focus, .b15 .proca-widget .proca-MuiFilledInput-root:active, .b15 .proca-widget .proca-MuiFilledInput-root.Mui-focused {
      background-color: white; }
    .b15 .proca-widget .proca-MuiFilledInput-root:focus, .b15 .proca-widget .proca-MuiFilledInput-root.Mui-focused {
      border: 1px solid #333333; }
    .b15 .proca-widget .proca-MuiFilledInput-root:after, .b15 .proca-widget .proca-MuiFilledInput-root:before {
      display: none;
      visibility: hidden;
      opacity: 0;
      width: 0;
      height: 0; }
  .b15 .proca-widget .proca-MuiSvgIcon-colorPrimary, .b15 .proca-widget .proca-MuiStepIcon-root.proca-MuiStepIcon-active {
    color: #ea3d3d;
    fill: #ea3d3d; }
  .b15 .proca-widget .proca-MuiFormControl-root:not(:first-child) {
    margin-bottom: 40px !important; }
  .b15 .proca-widget .proca-MuiInputBase-input {
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    padding: 12px;
    transition: none; }
  .b15 .proca-widget .proca-MuiFilledInput-input {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .b15 .proca-widget .proca-MuiInputLabel-root {
    padding: 12px; }
  .b15 .proca-widget .proca-MuiFormLabel-root {
    color: #999999;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 1rem;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    line-height: normal; }
    .b15 .proca-widget .proca-MuiFormLabel-root a {
      color: #ea3d3d; }
    .b15 .proca-widget .proca-MuiFormLabel-root[data-shrink="true"] {
      display: none; }
    .b15 .proca-widget .proca-MuiFormLabel-root.Mui-focused {
      color: gray; }
    .b15 .proca-widget .proca-MuiFormLabel-root.Mui-error {
      color: gray; }
  .b15 .proca-widget .proca-MuiFormLabel-asterisk.Mui-error {
    color: gray; }
  .b15 .proca-widget .proca-MuiFormHelperText-contained {
    margin-left: 12px;
    margin-right: 12px; }
  .b15 .proca-widget .proca-MuiInputLabel-filled.proca-MuiInputLabel-marginDense {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  .b15 .proca-widget .proca-MuiInputLabel-animated {
    transition: none; }
  .b15 .proca-widget .proca-MuiButton-endIcon {
    display: none; }
  .b15 .proca-widget .proca-Proca21 {
    margin-top: 24px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    color: #999999;
    font-size: 0.9rem; }
  .b15 .proca-widget .proca-Proca33 {
    color: #999999;
    font-size: 0.9rem; }
    .b15 .proca-widget .proca-Proca33 a {
      color: #ea3d3d; }
  .b15 .proca-widget .proca-MuiTypography-body1,
  .b15 .proca-widget .proca-Proca32 .proca-MuiTypography-body1 {
    font-size: 0.9rem !important;
    line-height: auto;
    color: gray; }
  .b15 .proca-widget .proca-MuiButton-root {
    border-radius: 12px;
    transition: none;
    background-color: #ea3d3d;
    color: white;
    font-size: 1.2rem;
    letter-spacing: .05em; }
    .b15 .proca-widget .proca-MuiButton-root:hover {
      background-color: #ea3d3d; }
  .b15 .proca-widget .proca-MuiButton-contained {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05); }
    .b15 .proca-widget .proca-MuiButton-contained:hover {
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .b15 .proca-widget .proca-MuiButton-containedSizeLarge {
    font-size: 1.2rem;
    letter-spacing: .05em; }
  .b15 .proca-widget .proca-MuiTouchRipple-root {
    display: none !important; }
  .b15 .proca-widget .proca-MuiCheckbox-colorPrimary.Mui-checked {
    color: #ea3d3d; }
  .b15 .proca-widget .proca-MuiCheckbox-colorPrimary.Mui-checked:hover,
  .b15 .proca-widget .proca-MuiCheckbox-colorPrimary:hover,
  .b15 .proca-widget .proca-MuiRadio-colorPrimary.Mui-checked:hover,
  .b15 .proca-widget .proca-MuiRadio-colorPrimary:hover,
  .b15 .proca-widget .proca-MuiRadio-colorSecondary.Mui-checked:hover,
  .b15 .proca-widget .proca-MuiRadio-colorSecondary:hover {
    background-color: transparent; }
  .b15 .proca-widget .proca-Proca31 .proca-MuiTypography-body1 {
    color: gray;
    font-size: 0.95rem; }
  .b15 .proca-widget .react-share__ShareButton .proca-MuiIconButton-label svg {
    fill: white; }
    .b15 .proca-widget .react-share__ShareButton .proca-MuiIconButton-label svg circle {
      fill: auto; }
    .b15 .proca-widget .react-share__ShareButton .proca-MuiIconButton-label svg path {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transform-origin: center center;
              transform-origin: center center; }
  .b15 .proca-widget .proca-MuiPaper-elevation1 {
    box-shadow: none; }
  .b15 .proca-widget .proca-Proca13 {
    padding: 4px 9px; }
  .b15 .proca-widget .proca-Proca40 h3 {
    font-size: 1.2rem;
    letter-spacing: 0.05rem; }
  .b15 .proca-widget .proca-Proca40 p {
    font-size: 0.95rem; }

.b15 .eci-text {
  padding: 0 32px;
  margin: 40px auto; }
  @media all and (min-width: 800px) {
    .b15 .eci-text {
      margin: 80px auto; } }
  .b15 .eci-text .eci-text__btns {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0 0; }
    .b15 .eci-text .eci-text__btns div:not(:last-child) {
      margin-right: 20px;
      margin-bottom: 20px; }
    .b15 .eci-text .eci-text__btns a {
      color: #333333;
      border-bottom: 2px solid #4d4d4d;
      text-decoration: none;
      font-size: 1.2rem;
      letter-spacing: .05em;
      line-height: 1em;
      padding-bottom: 6px; }

.b15 .eci-text__content {
  max-width: 1200px;
  margin: 0 auto 80px; }
  .b15 .eci-text__content h3 {
    margin-top: 0;
    font-size: 1.6rem; }

.b15 .eci-more .proca-MuiButton-root {
  border-radius: 0;
  transition: none;
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: .05em;
  background-color: transparent;
  padding: 0;
  padding-bottom: 6px;
  line-height: 1em;
  border-bottom: 2px solid #333333; }
  .b15 .eci-more .proca-MuiButton-root:hover {
    background-color: transparent; }

.b15 .eci-more .proca-MuiButton-contained {
  box-shadow: none; }
  .b15 .eci-more .proca-MuiButton-contained:hover {
    box-shadow: none; }

.b15 .eci-more .proca-MuiButton-containedSizeLarge {
  font-size: 1.2rem;
  letter-spacing: .05em; }

.b15 .eci-more .proca-MuiTouchRipple-root {
  display: none; }

.epi-widget .proca-widget {
  color: gray;
  font-size: 0.95rem; }
  .epi-widget .proca-widget .proca-MuiStepper-root {
    display: none; }
  .epi-widget .proca-widget .proca-MuiContainer-maxWidthSm {
    max-width: 100%; }
  .epi-widget .proca-widget .proca-Proca2 {
    font-weight: 400;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
    font-size: 1.2rem;
    -webkit-animation: none;
            animation: none;
    color: gray;
    margin-bottom: 12px;
    display: none; }
  .epi-widget .proca-widget .proca-Proca4 {
    padding: 0; }
  .epi-widget .proca-widget a {
    color: #666666; }
  .epi-widget .proca-widget .proca-MuiLinearProgress-root {
    height: 16px;
    border-radius: 16px;
    margin: 8px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e6e6e6; }
  .epi-widget .proca-widget .proca-MuiLinearProgress-bar {
    background: linear-gradient(90deg, #6bb8fa 0%, #164194 100%); }
  .epi-widget .proca-widget .proca-MuiStepper-root {
    padding: 12px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 12px; }
  .epi-widget .proca-widget .proca-MuiStepButton-root {
    font-family: 'Roboto Condensed', sans-serif; }
  .epi-widget .proca-widget .proca-MuiBox-root .proca-Proca9,
  .epi-widget .proca-widget .proca-MuiBox-root .proca-Proca70,
  .epi-widget .proca-widget .proca-MuiBox-root .proca-Proca45,
  .epi-widget .proca-widget .proca-MuiBox-root .proca-Proca95 {
    margin-bottom: 24px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px; }
  .epi-widget .proca-widget .proca-Proca8 {
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: gray; }
    .epi-widget .proca-widget .proca-Proca8 a {
      color: #164194; }
  .epi-widget .proca-widget legend {
    display: none; }
  .epi-widget .proca-widget .proca-MuiFilledInput-root {
    background-color: white;
    border: 1px solid #999999;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    font-size: 1rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px; }
    .epi-widget .proca-widget .proca-MuiFilledInput-root:hover, .epi-widget .proca-widget .proca-MuiFilledInput-root:focus, .epi-widget .proca-widget .proca-MuiFilledInput-root:active, .epi-widget .proca-widget .proca-MuiFilledInput-root.Mui-focused {
      background-color: white; }
    .epi-widget .proca-widget .proca-MuiFilledInput-root:focus, .epi-widget .proca-widget .proca-MuiFilledInput-root.Mui-focused {
      border: 1px solid #333333; }
    .epi-widget .proca-widget .proca-MuiFilledInput-root:after, .epi-widget .proca-widget .proca-MuiFilledInput-root:before {
      display: none;
      visibility: hidden;
      opacity: 0;
      width: 0;
      height: 0; }
  .epi-widget .proca-widget .proca-MuiSvgIcon-colorPrimary, .epi-widget .proca-widget .proca-MuiStepIcon-root.proca-MuiStepIcon-active {
    color: #164194;
    fill: #164194; }
  .epi-widget .proca-widget .proca-MuiFormControl-root:not(:first-child) {
    margin-bottom: 40px !important; }
  .epi-widget .proca-widget .proca-MuiInputBase-input {
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1rem;
    padding: 12px;
    transition: none; }
  .epi-widget .proca-widget .proca-MuiFilledInput-input {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .epi-widget .proca-widget .proca-MuiInputLabel-root {
    padding: 12px; }
  .epi-widget .proca-widget .proca-MuiFormLabel-root {
    color: #666666;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 15px;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    line-height: normal; }
    .epi-widget .proca-widget .proca-MuiFormLabel-root a {
      color: #164194; }
    .epi-widget .proca-widget .proca-MuiFormLabel-root .proca-MuiFormLabel-asterisk {
      color: #ea3d3d; }
    .epi-widget .proca-widget .proca-MuiFormLabel-root[data-shrink="true"] {
      -webkit-transform: scale(1) translate(0, 0) !important;
              transform: scale(1) translate(0, 0) !important; }
    .epi-widget .proca-widget .proca-MuiFormLabel-root.Mui-focused {
      color: gray; }
    .epi-widget .proca-widget .proca-MuiFormLabel-root.Mui-error {
      color: gray; }
  .epi-widget .proca-widget .proca-MuiFormLabel-asterisk.Mui-error {
    color: gray; }
  .epi-widget .proca-widget .proca-MuiFormHelperText-contained {
    margin-left: 12px;
    margin-right: 12px; }
  .epi-widget .proca-widget .proca-MuiInputLabel-filled.proca-MuiInputLabel-marginDense {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
    height: 0;
    padding: 0; }
  .epi-widget .proca-widget .proca-MuiInputLabel-animated {
    transition: none; }
  .epi-widget .proca-widget .proca-Proca11 {
    padding-top: 24px;
    margin-bottom: 24px !important;
    margin-top: 0 !important; }
  .epi-widget .proca-widget .proca-Proca21 {
    margin-top: 24px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    color: #999999;
    font-size: 0.9rem; }
  .epi-widget .proca-widget .proca-Proca33 {
    color: #999999;
    font-size: 0.9rem; }
    .epi-widget .proca-widget .proca-Proca33 a {
      color: #164194; }
  .epi-widget .proca-widget .proca-Proca6 > div:nth-child(5) {
    margin-bottom: 24px; }
    .epi-widget .proca-widget .proca-Proca6 > div:nth-child(5) main > div > div {
      padding: 0; }
  .epi-widget .proca-widget .proca-MuiTypography-body1,
  .epi-widget .proca-widget .proca-Proca32 .proca-MuiTypography-body1 {
    font-size: 0.9rem !important;
    line-height: auto;
    color: gray; }
  .epi-widget .proca-widget .proca-MuiButton-root {
    border-radius: 12px;
    transition: none;
    background-color: #164194;
    color: white;
    font-size: 1.2rem;
    letter-spacing: .05em; }
    .epi-widget .proca-widget .proca-MuiButton-root:hover {
      background-color: #164194; }
  .epi-widget .proca-widget .proca-MuiButton-contained {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05); }
    .epi-widget .proca-widget .proca-MuiButton-contained:hover {
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .epi-widget .proca-widget .proca-MuiButton-containedSizeLarge {
    font-size: 1.2rem;
    letter-spacing: .05em; }
  .epi-widget .proca-widget .proca-MuiTouchRipple-root {
    display: none !important; }
  .epi-widget .proca-widget .proca-MuiCheckbox-colorPrimary.Mui-checked {
    color: #164194; }
  .epi-widget .proca-widget .proca-MuiCheckbox-colorPrimary.Mui-checked:hover,
  .epi-widget .proca-widget .proca-MuiCheckbox-colorPrimary:hover,
  .epi-widget .proca-widget .proca-MuiRadio-colorPrimary.Mui-checked:hover,
  .epi-widget .proca-widget .proca-MuiRadio-colorPrimary:hover,
  .epi-widget .proca-widget .proca-MuiRadio-colorSecondary.Mui-checked:hover,
  .epi-widget .proca-widget .proca-MuiRadio-colorSecondary:hover {
    background-color: transparent; }
  .epi-widget .proca-widget .proca-Proca31 .proca-MuiTypography-body1 {
    color: gray;
    font-size: 0.95rem; }
  .epi-widget .proca-widget .react-share__ShareButton .proca-MuiIconButton-label svg {
    fill: white; }
    .epi-widget .proca-widget .react-share__ShareButton .proca-MuiIconButton-label svg circle {
      fill: auto; }
    .epi-widget .proca-widget .react-share__ShareButton .proca-MuiIconButton-label svg path {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transform-origin: center center;
              transform-origin: center center; }
  .epi-widget .proca-widget .proca-MuiPaper-elevation1 {
    box-shadow: none; }
  .epi-widget .proca-widget .proca-Proca13 {
    padding: 4px 9px; }
  .epi-widget .proca-widget .proca-Proca40 h3 {
    font-size: 1.2rem;
    letter-spacing: 0.05rem; }
  .epi-widget .proca-widget .proca-Proca40 p {
    font-size: 0.95rem; }

.epi-widget .eci-text {
  padding: 0 32px;
  margin: 40px auto; }
  @media all and (min-width: 800px) {
    .epi-widget .eci-text {
      margin: 80px auto; } }
  .epi-widget .eci-text .eci-text__btns {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0 0; }
    .epi-widget .eci-text .eci-text__btns div:not(:last-child) {
      margin-right: 20px;
      margin-bottom: 20px; }
    .epi-widget .eci-text .eci-text__btns a {
      color: #333333;
      border-bottom: 2px solid #4d4d4d;
      text-decoration: none;
      font-size: 1.2rem;
      letter-spacing: .05em;
      line-height: 1em;
      padding-bottom: 6px; }

.epi-widget .eci-text__content {
  max-width: 1200px;
  margin: 0 auto 80px; }
  .epi-widget .eci-text__content h3 {
    margin-top: 0;
    font-size: 1.6rem; }

.epi-widget .react-swipeable-view-container > div:nth-child(2) {
  display: none; }

.epi-widget .react-swipeable-view-container > div:nth-child(3) {
  display: none; }

.epi-widget .eci-more .proca-MuiButton-root {
  border-radius: 0;
  transition: none;
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: .05em;
  background-color: transparent;
  padding: 0;
  padding-bottom: 6px;
  line-height: 1em;
  border-bottom: 2px solid #333333; }
  .epi-widget .eci-more .proca-MuiButton-root:hover {
    background-color: transparent; }

.epi-widget .eci-more .proca-MuiButton-contained {
  box-shadow: none; }
  .epi-widget .eci-more .proca-MuiButton-contained:hover {
    box-shadow: none; }

.epi-widget .eci-more .proca-MuiButton-containedSizeLarge {
  font-size: 1.2rem;
  letter-spacing: .05em; }

.epi-widget .eci-more .proca-MuiTouchRipple-root {
  display: none; }

.epi-widget {
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 40px 0 40px;
  background-color: #1a1a1a;
  padding: 40px 12px 40px; }
  @media all and (min-width: 800px) {
    .epi-widget {
      margin: 80px auto 80px; } }
  @media all and (min-width: 1200px) {
    .epi-widget {
      padding: 80px 32px 80px; } }
  .epi-widget:first-of-type {
    margin-top: 0; }
  .epi-widget:last-of-type {
    margin-bottom: 0; }

.epi-widget__info {
  background-color: white;
  border-radius: 12px;
  padding: 32px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }
  .epi-widget__info p:first-child {
    margin: 0; }

.epi-widget__info-btn {
  display: block;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: .04em;
  color: white;
  background-color: #164194;
  border-radius: 8px;
  border: none;
  padding: 12px 16px 9px;
  margin: 32px auto 0;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .epi-widget__info-btn:focus {
    outline: none; }

.epi-widget__thanks {
  display: none;
  text-align: center;
  font-size: 2rem;
  margin: 40px 0;
  color: #164194; }

.epi-widget__content {
  visibility: hidden;
  position: absolute;
  top: -10000px;
  left: -10000px; }

.epi-widget__icon {
  max-width: 130px;
  margin: 0 auto 16px;
  position: relative;
  z-index: 1; }
  .epi-widget__icon svg {
    display: block;
    width: 100%; }

.epi-widget__widget {
  max-width: 700px;
  margin: 0 auto; }

.epi-widget__widget-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }
  @media all and (min-width: 1200px) {
    .epi-widget__widget-inner {
      padding: 24px;
      margin-top: 40px;
      margin: 0; } }
.share-widget__text p:first-child {
  margin-top: 0; }

.share-widget__url-cont {
  display: grid;
  height: 50px;
  grid-template-columns: 1fr 50px;
  border: 1px solid var(--widgetColorPrimary, #ea3d3d);
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  margin: 16px 0;
  overflow: hidden; }

.share-widget__url {
  font-size: 1.1rem;
  display: flex;
  padding-left: 16px;
  align-items: center;
  overflow: hidden; }

.share-widget__copy-btn {
  background-color: var(--widgetColorPrimary, #ea3d3d);
  font-size: 1.1rem;
  color: #4d4d4d;
  overflow: hidden;
  height: 50px; }

.share-widget__icons {
  width: 50px;
  height: 100px; }
  .share-widget__icons div {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .share-widget__icons svg {
    fill: white;
    width: 26px; }

.share-widget__soc-btns {
  display: flex; }

.share-widget__soc-btn {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: .04em;
  color: white;
  background-color: var(--widgetColorPrimary, #ea3d3d);
  border-radius: 8px;
  border: none;
  padding: 12px 0 9px;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center; }
  .share-widget__soc-btn:not(:last-child) {
    margin-right: 12px; }
  @media all and (min-width: 600px) {
    .share-widget__soc-btn[data-mobile="true"] {
      display: none; } }
.share-widget__soc-icon {
  width: 30px; }
  @media all and (min-width: 600px) {
    .share-widget__soc-icon {
      width: 40px; } }
  .share-widget__soc-icon svg {
    display: block;
    margin: 0; }

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.cookie-notice {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  padding: 16px;
  z-index: 1000;
  border-radius: 12px; }
  .cookie-notice a {
    color: #666666; }
  .cookie-notice h4 {
    margin: 0 0 12px; }
  .cookie-notice p {
    margin: 0; }

.cookie-notice__content {
  margin: 0 auto;
  background-color: white;
  padding: 24px;
  border: 1px solid #cccccc;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.03); }

.cookie-notice__buttons {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px; }

.cookie-notice__button {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: .04em;
  color: white;
  background-color: #ea3d3d;
  border-radius: 8px;
  border: 1px solid #ea3d3d;
  padding: 12px 0 9px;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-align: center; }
  .cookie-notice__button:focus {
    outline: none; }

.cookie-notice__accept-selected,
.cookie-notice__personalize {
  background-color: white;
  border: 1px solid #999999;
  color: gray; }

.cookie-notice__accept-selected {
  display: none; }

.cookie-notice__checkboxes {
  margin-top: 24px;
  margin-bottom: 24px;
  display: none; }
  .cookie-notice__checkboxes label {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-template-rows: 1fr;
    grid-gap: 12px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
    padding-top: 12px; }
    .cookie-notice__checkboxes label:first-child {
      border-top: 1px solid #cccccc; }
  .cookie-notice__checkboxes h4 {
    margin: 0; }
  .cookie-notice__checkboxes p {
    margin: 0; }

.dev-notes {
  position: fixed;
  width: 100%;
  max-width: 500px;
  bottom: 0;
  right: 0;
  padding: 12px;
  z-index: 1000; }

.dev-notes__content {
  background-color: white;
  border: 2px solid #ea3d3d;
  border-radius: 12px;
  overflow: hidden; }

.dev-notes__header {
  background-color: #ea3d3d;
  padding: 12px;
  color: white;
  font-size: 1.1rem;
  letter-spacing: 0.1rem; }

.dev-notes__text {
  padding: 12px; }
  .dev-notes__text p:first-child {
    margin-top: 0; }
  .dev-notes__text p:last-child {
    margin-bottom: 0; }

.scrolling-banner {
  max-width: 1200px;
  margin: 0 auto;
  height: 6rem;
  display: flex;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  position: relative; }
  .scrolling-banner strong {
    font-weight: 700; }
  .scrolling-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff00 20%, #ffffff00 80%, #ffffff 100%); }

.scrolling-banner__content {
  color: #1a1a1a;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .025em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  -webkit-animation: landingBanner 15s linear infinite;
          animation: landingBanner 15s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 0; }
  @media all and (min-width: 600px) {
    .scrolling-banner__content {
      -webkit-animation: landingBanner 25s linear infinite;
              animation: landingBanner 25s linear infinite; } }
  @media all and (min-width: 900px) {
    .scrolling-banner__content {
      -webkit-animation: landingBanner 40s linear infinite;
              animation: landingBanner 40s linear infinite; } }
  .scrolling-banner__content div {
    margin-right: .4em; }

@-webkit-keyframes landingBanner {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); } }

@keyframes landingBanner {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); } }

.simple-info-page {
  text-align: center;
  font-size: clamp(1.2rem, 5vw, 3rem);
  max-width: 40ch;
  margin: 0 auto;
  text-wrap: balance;
  color: #0f0f0f;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  line-height: 1.4em; }
  .simple-info-page p {
    line-height: 1.4em; }

html * {
  box-sizing: border-box; }

html, body {
  margin: 0;
  font-size: 16px;
  background-color: #fafafa;
  color: #666666;
  font-family: 'Roboto Condensed'; }

h1 {
  font-family: 'Protest Sans';
  font-size: 2.8rem;
  line-height: 1.1em;
  color: #333333; }
  @media all and (min-width: 600px) {
    h1 {
      font-size: 3.5rem; } }
  @media all and (min-width: 800px) {
    h1 {
      font-size: 4rem; } }
h2 {
  font-size: 2.6rem;
  color: #333333;
  margin: 1rem 0;
  font-weight: 400; }

h3 {
  font-size: 2rem;
  color: #333333;
  margin: 1rem 0;
  font-weight: 400; }

h4 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 1rem 0;
  line-height: 1.6em;
  color: #333333; }

p {
  line-height: 1.6em;
  margin: 1rem 0; }

a {
  color: #ea3d3d; }

strong {
  color: #333333; }

ul, li {
  line-height: 1.8em; }

.small-text {
  font-size: .9rem;
  color: #b3b3b3; }

.text--primary-color {
  color: #ea3d3d; }

.link, .btn {
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: .02em;
  color: white;
  border: 1px solid #1a1a1a;
  padding: 0.4em 0.8em 0.45em 0.8em;
  border-radius: 0.4em;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #1a1a1a;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  text-transform: lowercase;
  transition: -webkit-transform 0.4s cubic-bezier(0, 0.74, 0.17, 1.22);
  transition: transform 0.4s cubic-bezier(0, 0.74, 0.17, 1.22);
  transition: transform 0.4s cubic-bezier(0, 0.74, 0.17, 1.22), -webkit-transform 0.4s cubic-bezier(0, 0.74, 0.17, 1.22); }
  .link:hover, .btn:hover {
    -webkit-transform: scale(1.04) rotate(-1deg);
            transform: scale(1.04) rotate(-1deg); }
  .link:focus, .btn:focus {
    outline: none; }

.lazy-img-container {
  position: relative; }
  .lazy-img-container:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box; }

.lazy-img {
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  .lazy-img.lazyloaded {
    opacity: 1; }

.lazy-img-loader {
  width: 50px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  transition: all 0s 1s;
  z-index: 0; }
  .lazy-img-loader:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    -webkit-animation: load 1.5s ease-in-out infinite;
            animation: load 1.5s ease-in-out infinite;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .lazy-img-loader.delay-1:after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .lazy-img-loader.delay-2:after {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .lazy-img-loader.delay-3:after {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .lazy-img-loader.delay-4:after {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .lazy-img-loader.delay-5:after {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .lazy-img-loader.delay-6:after {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s; }
  .lazy-img-loader.delay-7:after {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s; }
  .lazy-img-loader.delay-8:after {
    -webkit-animation-delay: -1.4s;
            animation-delay: -1.4s; }
  .lazy-img-loader.delay-9:after {
    -webkit-animation-delay: -1.6s;
            animation-delay: -1.6s; }
  .lazy-img-loader.delay-10:after {
    -webkit-animation-delay: -1.8s;
            animation-delay: -1.8s; }

.lazyloaded + .lazy-img-loader {
  visibility: hidden;
  -webkit-animation: none;
          animation: none; }

@-webkit-keyframes load {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); } }

@keyframes load {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); } }
