*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0; }

.clear {
  clear: both;
  display: block;
  width: 100%;
  height: 1px; }

@font-face {
  font-family: "ffdin";
  font-weight: 400;
  src: url("../fonts/FFDINforPumaW01-Regular.eot?#iefix");
  src: url("../fonts/FFDINforPumaW01-Regular.eot?#iefix") format("eot"), url("../fonts/FFDINforPumaW01-Regular.woff2") format("woff2"), url("../fonts/FFDINforPumaW01-Regular.woff") format("woff"), url("../fonts/FFDINforPumaW01-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "ffdin";
  font-weight: 600;
  src: url("../fonts/FFDINforPumaW01-Bold.eot?#iefix");
  src: url("../fonts/FFDINforPumaW01-Bold.eot?#iefix") format("eot"), url("../fonts/FFDINforPumaW01-Bold.woff2") format("woff2"), url("../fonts/FFDINforPumaW01-Bold.woff") format("woff"), url("../fonts/FFDINforPumaW01-Bold.ttf") format("truetype"); }

body,
input,
select,
textarea {
  font-family: "ffdin", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1f1f1f; }

a {
  color: #222222;
  text-decoration: none; }

p {
  margin-bottom: 1em;
  margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

.d1 {
  font-weight: 400;
  margin: 0;
  font-size: 32px;
  line-height: 1.25; }
  @media (min-width: 47.5em) {
    .d1 {
      font-size: 40px; } }
  @media (min-width: 61.25em) {
    .d1 {
      font-size: 64px; } }

.h1 {
  font-weight: 400;
  margin: 0;
  font-size: 36px;
  line-height: 1.4; }
  @media (min-width: 61.25em) {
    .h1 {
      font-size: 50px; } }

.h2 {
  font-weight: 400;
  margin: 0;
  font-size: 30px;
  line-height: 1.45; }
  @media (min-width: 61.25em) {
    .h2 {
      line-height: 1.5;
      font-size: 40px; } }

.h3 {
  font-weight: 400;
  margin: 0;
  font-size: 24px;
  line-height: 1.5; }
  @media (min-width: 61.25em) {
    .h3 {
      font-size: 32px; } }

.h4 {
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  line-height: 1.55; }
  @media (min-width: 61.25em) {
    .h4 {
      line-height: 1.5;
      font-size: 24px; } }

.h5 {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 1.75; }
  @media (min-width: 61.25em) {
    .h5 {
      line-height: 1.4;
      font-size: 20px; } }

.copy {
  line-height: 1.75;
  font-size: 16px; }

.copy-small {
  font-size: 12px;
  line-height: 1.75;
  color: #777777; }
  @media (min-width: 73.75em) {
    .copy-small {
      font-size: 13px; } }
  @media (min-width: 90em) {
    .copy-small {
      font-size: 14px; } }

.copy-big {
  line-height: 1.75;
  font-size: 18px; }

.subline {
  font-weight: 700;
  color: #bababa;
  text-transform: uppercase;
  letter-spacing: 0.83em;
  font-size: 10px; }

.article-text h1 {
  font-weight: 400;
  margin: 0;
  font-size: 36px;
  line-height: 1.4; }
  @media (min-width: 61.25em) {
    .article-text h1 {
      font-size: 50px; } }

.article-text h2 {
  font-weight: 400;
  margin: 0;
  font-size: 30px;
  line-height: 1.45; }
  @media (min-width: 61.25em) {
    .article-text h2 {
      line-height: 1.5;
      font-size: 40px; } }

.article-text h3 {
  font-weight: 400;
  margin: 0;
  font-size: 24px;
  line-height: 1.5; }
  @media (min-width: 61.25em) {
    .article-text h3 {
      font-size: 32px; } }

.article-text h4 {
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  line-height: 1.55; }
  @media (min-width: 61.25em) {
    .article-text h4 {
      line-height: 1.5;
      font-size: 24px; } }

.article-text h5 {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 1.75; }
  @media (min-width: 61.25em) {
    .article-text h5 {
      line-height: 1.4;
      font-size: 20px; } }

.article-text .d1,
.article-text .h1, .article-text h1,
.article-text .h2, .article-text h2,
.article-text .h3, .article-text h3,
.article-text .h4, .article-text h4,
.article-text .h5, .article-text h5 {
  margin-bottom: 0.3em; }

.button {
  display: inline-block;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: none;
  position: relative; }
  .button > .preloader {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    right: 20px; }
  .button--style--primary {
    background-color: #222222;
    border: 2px solid #222222;
    color: white; }
  .button--style--empty {
    border: 2px solid #1f1f1f;
    color: #1f1f1f; }
  .button--size--default {
    font-size: 13px;
    padding: 10px 28px; }
    .button--size--default.has-preloader {
      padding-right: 48px; }
  .button__inner {
    display: flex;
    align-items: center; }
  .button__icon {
    margin-right: 0.8em; }

/* *****************************

BVSelect Jquery Plugin Styles
Developed by: Bruno Vieira

**************************** */
.bv_mainselect {
  color: #fff;
  padding: 7px 5px 7px 5px;
  border-radius: 6px;
  font-family: Arial;
  font-size: 10pt; }

.bv_atual {
  color: #535353;
  font-size: 11pt;
  padding: 10px;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  cursor: pointer; }

.bv_disabled {
  background-color: #e6e6e6 !important;
  cursor: default !important; }

.bv_separator {
  font-weight: 700;
  color: #282828 !important;
  cursor: default !important;
  background-color: transparent !important; }

.bv_background {
  background-color: #fff; }

.arrow {
  border: solid grey;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  float: right;
  pointer-events: none; }

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 5px;
  transition: all .2s ease; }

.down {
  transition: all .2s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 2px; }

.bv_ul_mobile {
  width: 80% !important;
  position: fixed !important;
  top: 5% !important;
  left: 10% !important;
  border: 0px !important;
  height: 90% !important;
  margin: 0px !important;
  overflow-y: scroll;
  z-index: 10 !important;
  max-height: 100% !important; }

.bv_ul_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9; }

.bv_ul_mobile li {
  padding: 20px !important; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.bv_ul_inner {
  position: absolute;
  margin-top: 10px;
  padding: 0;
  display: none;
  border: 2px solid #e1e1e1;
  border-radius: 8px;
  display: none;
  z-index: 1;
  max-height: 400px;
  overflow-x: auto; }

.bv_ul_inner li {
  cursor: pointer;
  list-style: none;
  color: #353535;
  padding: 5px 0 5px 9px;
  font-family: arial;
  font-size: 10pt;
  padding: 12px 28px 10px 10px; }

.bv_ul_inner i {
  color: #464646;
  font-size: 17pt;
  margin-right: 10px;
  float: left;
  margin-top: -1px;
  margin-left: 3px; }

.bv_ul_inner li img {
  float: left;
  margin-right: 11px;
  position: relative;
  bottom: 6px;
  max-width: 30px;
  /* Change to fit your images */ }

.bv_ul_inner li input {
  padding: 0px;
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  color: black;
  height: 38px;
  width: 100%;
  background-color: transparent;
  font-size: 10pt;
  font-weight: bold; }

.bv_ul_inner li:hover {
  background-color: #eee; }

.nofocus {
  background-color: rgba(255, 255, 255, 0.1) !important;
  padding: 0px !important;
  border-bottom: 2px solid #e1e1e1; }

.innerinput {
  padding: 0px 9px 0px 10px; }

*:focus {
  outline: none !important; }

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 16px; }
  @media (min-width: 47.5em) {
    .container {
      padding: 0 32px;
      max-width: 1504px; }
      .container--small {
        max-width: 792px; }
      .container--medium {
        max-width: 1132px; }
      .container--default {
        max-width: 1472px; }
      .container--width {
        max-width: 1832px; }
      .container--hd {
        max-width: 1952px; }
      .container--full {
        max-width: none; } }
  @media (max-width: 47.49em) {
    .container--no-padding-until-tablet {
      padding: 0; } }
  .container--narrow {
    max-width: 728px;
    box-sizing: border-box; }
  .container__indent {
    margin: 0 auto; }
    @media (min-width: 47.5em) {
      .container__indent {
        width: 75%; } }
    @media (min-width: 61.25em) {
      .container__indent {
        width: 83.33333%; } }
    @media (min-width: 90em) {
      .container__indent {
        width: 66.66667%; } }
    @media (min-width: 90em) {
      .container__indent--no-indent-notebook {
        width: 100%; } }

.cookie-info {
  position: fixed;
  bottom: 8px;
  left: 8px;
  right: 8px;
  display: none; }
  .cookie-info.is-visible {
    display: block;
    -webkit-animation: showCookieInfo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: showCookieInfo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
  .cookie-info.is-hidden {
    -webkit-animation: hideCookieInfo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: hideCookieInfo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    pointer-events: none; }
  @media (min-width: 73.75em) {
    .cookie-info {
      bottom: 16px;
      left: 16px;
      right: 16px; } }
  .cookie-info__inner {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
    background-color: white;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2); }
    @media (min-width: 61.25em) {
      .cookie-info__inner {
        flex-direction: row; } }
    @media (min-width: 73.75em) {
      .cookie-info__inner {
        padding: 16px 24px; } }
    @media (min-width: 90em) {
      .cookie-info__inner {
        padding: 24px 32px; } }
  .cookie-info__texts {
    margin-bottom: 12px; }
    @media (min-width: 61.25em) {
      .cookie-info__texts {
        margin-bottom: 0;
        padding-right: 16px; } }
    @media (min-width: 73.75em) {
      .cookie-info__texts {
        padding-right: 32px; } }
    .cookie-info__texts__title {
      font-weight: 700;
      margin-bottom: 0.5em;
      font-size: 14px; }
      @media (min-width: 47.5em) {
        .cookie-info__texts__title {
          font-size: 16px; } }

@-webkit-keyframes showCookieInfo {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes showCookieInfo {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes hideCookieInfo {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes hideCookieInfo {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.cookie-overlay {
  padding: 32px; }
  .cookie-overlay__header {
    margin-bottom: 30px; }
  .cookie-overlay__main {
    display: flex;
    margin-bottom: 30px; }
  .cookie-overlay__nav {
    width: 25%;
    margin-right: 32px;
    flex-shrink: 0;
    flex-grow: 0; }
    .cookie-overlay__nav__item {
      transition: 0.2s;
      padding: 1em 1.5em;
      background-color: #f9f9f9;
      border-bottom: 1px solid #e5e5e5;
      font-size: 13px;
      cursor: pointer; }
      .cookie-overlay__nav__item:last-child {
        border-bottom: none; }
      .no-touch .cookie-overlay__nav__item:hover, .cookie-overlay__nav__item:focus {
        background-color: #f3f3f3;
        outline: none; }
      .cookie-overlay__nav__item.is-active {
        background-color: #222222;
        color: white;
        pointer-events: none; }
  .cookie-overlay__content {
    flex-grow: 1; }
    .cookie-overlay__content__item {
      display: none; }
      .cookie-overlay__content__item.is-active {
        display: block; }
      .cookie-overlay__content__item__title {
        margin-bottom: 20px; }
      .cookie-overlay__content__item__switch {
        margin-bottom: 20px; }
  .cookie-overlay__footer {
    display: flex;
    justify-content: flex-end; }

.done {
  margin: 0 auto;
  text-align: center;
  padding: 250px 0; }
  @media screen and (max-width: 720px) {
    .done {
      width: 100%;
      padding: 200px 20px;
      max-width: none !important; } }
  @media screen and (max-width: 550px) {
    .done {
      padding: 110px 20px 150px;
      max-width: none !important; } }
  .done h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 56px;
    margin-bottom: 70px;
    line-height: 1.2; }
    @media screen and (max-width: 550px) {
      .done h1 {
        font-size: 35px;
        margin-bottom: 50px; } }
  .done .button {
    width: 100%;
    background: #222222;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 46px;
    transition: all .2s ease; }
    .done .button:hover {
      opacity: .8; }

.form {
  padding: 40px 50px 120px;
  position: relative; }
  @media screen and (max-width: 520px) {
    .form {
      padding: 60px 20px 100px; } }
  .form .subline {
    text-transform: uppercase;
    font-size: 12px;
    color: #222222;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 12px; }
  .form .headline {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; }
  .form form .error .bv_atual {
    border-color: red !important; }
  .form form .bv_mainselect {
    padding: 0;
    font-family: "ffdin", Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 16px;
    border-radius: 0; }
    .form form .bv_mainselect .bv_atual {
      border-radius: 0;
      border: solid 1px #cccccc;
      padding: 0 13px;
      line-height: 42px;
      font-size: 12px;
      color: #777777;
      font-weight: 600;
      position: relative; }
      .form form .bv_mainselect .bv_atual.selected {
        color: #222222;
        padding: 0 9px; }
      .form form .bv_mainselect .bv_atual > img {
        margin-right: 7px;
        float: left;
        position: relative;
        max-width: 30px;
        margin-top: 6px; }
      .form form .bv_mainselect .bv_atual .arrow {
        border-bottom-width: 2px;
        border-right-width: 2px;
        position: absolute;
        right: 20px;
        top: 13px;
        opacity: .6; }
    .form form .bv_mainselect .bv_ul_inner {
      margin: 0;
      border: solid 1px #cccccc;
      border-top: none;
      border-radius: 0; }
      .form form .bv_mainselect .bv_ul_inner li {
        border-bottom: solid 1px #cccccc;
        text-transform: uppercase;
        color: #222222;
        font-size: 12px;
        font-weight: 600;
        font-family: "ffdin", Arial, sans-serif;
        background: white !important; }
        .form form .bv_mainselect .bv_ul_inner li img {
          margin-right: 7px; }
        .form form .bv_mainselect .bv_ul_inner li:hover {
          text-decoration: underline; }
        .form form .bv_mainselect .bv_ul_inner li:last-child {
          border-bottom: none; }
  .form form input {
    text-transform: uppercase;
    border: solid 1px #cccccc;
    border-radius: 0;
    font-size: 12px;
    color: #222222;
    font-weight: 600;
    line-height: 42px;
    padding: 0 13px;
    margin-top: 16px; }
    .form form input[type=text] {
      width: 100%;
      box-sizing: border-box; }
      .form form input[type=text].half {
        width: calc(50% - 12px);
        float: left; }
        @media screen and (max-width: 520px) {
          .form form input[type=text].half {
            width: 100%; } }
        .form form input[type=text].half:first-child {
          margin-right: 24px; }
          @media screen and (max-width: 520px) {
            .form form input[type=text].half:first-child {
              margin-right: 0px; } }
      .form form input[type=text].error {
        border-color: red; }
  .form form .label {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 24px;
    clear: both; }
    .form form .label:first-child {
      margin-top: 40px; }
  .form form .radio {
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 5px;
    margin-right: 60px;
    margin-top: 10px; }
    @media screen and (max-width: 520px) {
      .form form .radio {
        margin-right: 0;
        display: block; } }
    .form form .radio label {
      cursor: pointer; }
    .form form .radio .fakeradio {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: solid 1px #cccccc;
      display: inline-block;
      position: relative;
      transform: translateY(7px);
      margin-right: 10px; }
    .form form .radio input {
      position: absolute;
      left: -10000px; }
      .form form .radio input:checked + .fakeradio {
        border: solid 1px #222222; }
        .form form .radio input:checked + .fakeradio:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background: #222222; }
  .form form .checkbox {
    font-size: 16px;
    color: #222222;
    font-weight: normal;
    overflow: hidden;
    display: block;
    margin-top: 24px; }
    .form form .checkbox--top {
      margin-top: 40px; }
    .form form .checkbox label {
      overflow: hidden; }
      .form form .checkbox label a {
        text-decoration: underline; }
    .form form .checkbox .fakecheck {
      width: 22px;
      height: 22px;
      border: solid 1px #cccccc;
      float: left;
      position: relative;
      margin-right: 10px;
      transform: translateY(2px);
      cursor: pointer; }
    .form form .checkbox.error .fakecheck {
      border-color: red; }
    .form form .checkbox .text {
      float: left;
      width: calc(100% - 35px);
      margin: 0; }
    .form form .checkbox input {
      position: absolute;
      left: -10000px; }
      .form form .checkbox input:checked + .fakecheck {
        border: solid 1px #222222;
        background: #222222; }
        .form form .checkbox input:checked + .fakecheck:before, .form form .checkbox input:checked + .fakecheck:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) rotate(-45deg);
          width: 10px;
          height: 2px;
          background: white;
          margin-left: 1px; }
        .form form .checkbox input:checked + .fakecheck:before {
          content: '';
          transform: translate(-50%, -50%) rotate(45deg);
          width: 5px;
          margin-left: -4px;
          margin-top: 1px; }
  .form form .dob .bv_mainselect {
    width: calc(33.33% - 16px);
    float: left; }
    @media screen and (max-width: 520px) {
      .form form .dob .bv_mainselect {
        width: 100%; } }
    .form form .dob .bv_mainselect:nth-child(2) {
      margin-right: 24px; }
      @media screen and (max-width: 520px) {
        .form form .dob .bv_mainselect:nth-child(2) {
          margin-right: 0px; } }
    .form form .dob .bv_mainselect:nth-child(4) {
      margin-right: 24px; }
      @media screen and (max-width: 520px) {
        .form form .dob .bv_mainselect:nth-child(4) {
          margin-right: 0px; } }
  .form form .smallprint {
    font-size: 12px;
    margin-top: 24px;
    margin-bottom: 40px; }
    .form form .smallprint a {
      text-decoration: underline; }
  .form form .button {
    display: block;
    color: white;
    text-transform: uppercase;
    background: #222222;
    font-size: 15px;
    font-weight: 600;
    line-height: 46px;
    transition: all .2s ease; }
    .form form .button:hover {
      opacity: .8; }
  .form .sitelang {
    float: right;
    font-family: "ffdin", Arial, sans-serif;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: -4px; }

.bv_ul_bg {
  z-index: 100; }

.bv_ul_mobile {
  z-index: 101 !important; }

.header {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 1150px) {
    .header {
      height: 400px; } }
  @media screen and (max-width: 680px) {
    .header {
      height: 360px; } }
  .header__inner {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    height: 100%; }
    .header__inner > div {
      position: relative; }
      .header__inner > div .background {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
        -o-object-position: center center;
           object-position: center center; }
  .header__left {
    width: 38%; }
    @media screen and (max-width: 1300px) {
      .header__left {
        width: 42%; } }
    @media screen and (max-width: 1150px) {
      .header__left {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        .header__left.green {
          background: url(/assets/images/bg_green_mobile.jpg); }
        .header__left.red {
          background: url(/assets/images/bg_red_mobile.jpg); } }
    @media screen and (max-width: 1150px) {
      .header__left .background {
        display: none; } }
    .header__left .logo {
      display: none; }
      @media screen and (max-width: 1150px) {
        .header__left .logo {
          position: absolute;
          right: 20px;
          top: 20px;
          display: block;
          z-index: 15;
          width: 200px; } }
      @media screen and (max-width: 680px) {
        .header__left .logo {
          width: 130px; } }
    .header__left .side {
      display: none; }
      @media screen and (max-width: 1150px) {
        .header__left .side {
          z-index: 5;
          position: absolute;
          left: 0;
          top: 0;
          height: 98%;
          display: block;
          width: auto; } }
    .header__left .headline {
      position: absolute;
      z-index: 10;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 50px 0 80px;
      font-weight: 600;
      color: white;
      font-size: 56px;
      line-height: 1;
      text-transform: uppercase; }
      @media screen and (max-width: 1300px) {
        .header__left .headline {
          padding: 0 40px 0 60px; } }
      @media screen and (max-width: 680px) {
        .header__left .headline {
          font-size: 36px;
          padding: 0 20px; } }
      .header__left .headline span {
        display: block;
        font-size: 36px;
        line-height: 1.2;
        margin-top: 13px; }
        @media screen and (max-width: 680px) {
          .header__left .headline span {
            font-size: 24px; } }
  .header__middle {
    width: 46%; }
    @media screen and (max-width: 1300px) {
      .header__middle {
        width: 40%; } }
    @media screen and (max-width: 1150px) {
      .header__middle {
        display: none; } }
    .header__middle .logo {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 200px; }
  .header__right {
    width: 18%; }
    @media screen and (max-width: 1150px) {
      .header__right {
        display: none; } }

.icon {
  display: inline-block; }
  .icon svg {
    width: 1em;
    height: 1em;
    display: block;
    fill: currentColor; }
  .icon path {
    fill: currentColor; }
  .icon img {
    height: 1em;
    width: auto;
    display: block; }

.image {
  margin-top: 80px;
  margin-bottom: 80px; }
  .image__inner {
    max-width: 1060px;
    margin: 0 auto; }
    .image__inner img {
      width: 100%;
      height: auto; }

.info {
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 12px;
  text-align: center;
  border: solid 1px #222222;
  font-size: 10px;
  margin-left: 4px;
  position: relative;
  transform: translateY(-2px); }
  .info__inner {
    position: absolute;
    background: #303537;
    bottom: calc(100% + 15px);
    left: 10000px;
    transform: translateX(-50%);
    color: white;
    padding: 18px;
    border-radius: 10px;
    font-size: 12px;
    width: 230px;
    line-height: 1.5;
    text-align: left;
    opacity: 0; }
    .info__inner:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -5px;
      transform: translateX(-50%) rotate(45deg);
      background: #303537;
      width: 10px;
      height: 10px; }
  .info:hover .info__inner {
    opacity: 1;
    left: 50%;
    transition: opacity .25s ease; }

.overlay {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 120; }
  @media (min-width: 47.5em) {
    .overlay {
      padding: 32px; } }
  .overlay > .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0); }
  .overlay__content {
    -webkit-animation: showOverlayContent 0.4s forwards;
            animation: showOverlayContent 0.4s forwards;
    background-color: white;
    width: 100%;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    position: relative; }
    .overlay__content--default {
      max-width: 900px; }
    .overlay__content--full-hd {
      max-width: 1920px; }
    .overlay__content--transparent {
      box-shadow: none;
      background-color: transparent; }
    .is-removed .overlay__content {
      -webkit-animation: hideOverlayContent 0.4s forwards;
              animation: hideOverlayContent 0.4s forwards; }
    .overlay__content:focus {
      outline: none; }
  .overlay__close {
    transition: color 0.2s;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    font-size: 16px;
    cursor: pointer;
    z-index: 10; }
    .no-touch .overlay__close:hover {
      color: #222222; }
    .overlay__close svg {
      pointer-events: none; }

@-webkit-keyframes showOverlayContent {
  from {
    opacity: 0;
    transform: translateY(5px); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes showOverlayContent {
  from {
    opacity: 0;
    transform: translateY(5px); }
  to {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes hideOverlayContent {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translateY(5px); } }

@keyframes hideOverlayContent {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translateY(5px); } }

.page {
  overflow: hidden; }
  .page::after {
    content: '';
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity, visibility, z-index;
    transition-delay: 0s, 0s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.01s;
    pointer-events: none; }
  .is-dimmed .page::after {
    visibility: visible;
    pointer-events: auto;
    opacity: 1; }
  .is-locked .page {
    position: fixed;
    left: 0;
    width: 100%; }

.preloader {
  color: #222222;
  font-size: 14px; }
  .preloader--white {
    color: #fff; }
  .preloader--black {
    color: #1f1f1f; }
  .preloader--big {
    font-size: 24px; }
  .preloader__box {
    width: 1em;
    height: 1em;
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .preloader__cut {
    position: relative;
    width: 0.5em;
    height: 1em;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .preloader__donut {
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    border: 2px solid currentColor;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

.quote {
  background: #c9d74f;
  padding: 50px 0; }
  .quote__inner {
    padding: 0 50px;
    max-width: 768px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5; }

.switch {
  position: relative; }
  .switch__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
    .switch__checkbox:focus + .switch__label .switch__label__toggle::before, .switch__checkbox:active + .switch__label .switch__label__toggle::before {
      border-width: 6px; }
    .switch__checkbox:checked + .switch__label .switch__label__toggle {
      background-color: #222222; }
      .switch__checkbox:checked + .switch__label .switch__label__toggle::before {
        transform: translateX(25px); }
    .switch__checkbox:checked + .switch__label .switch__label__text__unchecked {
      display: none; }
    .switch__checkbox:checked + .switch__label .switch__label__text__checked {
      display: block; }
  .switch__label {
    cursor: pointer;
    display: flex;
    align-items: center; }
    .switch__label__toggle {
      position: relative;
      transition: 0.4s;
      width: 50px;
      height: 26px;
      border-radius: 30px;
      background-color: #e5e5e5;
      margin-right: 16px; }
      .no-touch .switch__label__toggle:hover {
        background-color: #f3f3f3; }
      .switch__label__toggle::before {
        content: '';
        display: block;
        transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: absolute;
        top: 4px;
        left: 4px;
        height: 18px;
        width: 18px;
        border-radius: 50px;
        border: 9px solid white; }
    .switch__label__text {
      font-size: 12px;
      line-height: 1.75;
      color: #777777; }
      @media (min-width: 73.75em) {
        .switch__label__text {
          font-size: 13px; } }
      @media (min-width: 90em) {
        .switch__label__text {
          font-size: 14px; } }
      .switch__label__text__checked {
        display: none; }

.text {
  margin-top: 80px;
  margin-bottom: 80px; }
  .text h2 {
    margin-bottom: 40px; }
  .text p {
    font-size: 16px;
    color: #222222;
    line-height: 1.5;
    margin: 16px 0; }
    .text p.q {
      font-weight: 600;
      margin-top: 40px; }
