/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face{font-family:"SB Sans Text";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/SBSansText-Regular.woff2?89bd6cc91e13c3673c6b3f2eaa038d15) format("woff2"),url(../fonts/SBSansText-Regular.woff?b3c0559b74108ac71cf1957edc8b75a1) format("woff")}@font-face{font-family:"SB Sans Text";font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/SBSansText-Medium.woff2?011866ab646b8e448f720aeefe73cb3c) format("woff2"),url(../fonts/SBSansText-Medium.woff?058c26c740286b3bc3cc3fea9aacbeaf) format("woff")}@font-face{font-family:"SB Sans Text";font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/SBSansText-Semibold.woff2?cbf6ea9e681bc79076ab1f30f764864f) format("woff2"),url(../fonts/SBSansText-Semibold.woff?07d403949090b2df6d6bd470240c2196) format("woff")}@font-face{font-family:"SB Sans Interface";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/SBSansInterface-Regular.woff2?aba5783254a0ae8f1e88f8e6486aa56b) format("woff2"),url(../fonts/SBSansInterface-Regular.woff?2c9810f51095ad1531bbea52fe2a5750) format("woff")}@font-face{font-family:"SB Sans Display";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/SBSansDisplay-Regular.woff2?08f8e041c01e0408b8ead0c66fbd7e81) format("woff2"),url(../fonts/SBSansDisplay-Regular.woff?46bd05e8c597fd68a2104aff727207a8) format("woff")}@font-face{font-family:"SB Sans Display";font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/SBSansDisplay-Semibold.woff2?3c62aa98f0c5bf91f76e511bdbc6eeef) format("woff2"),url(../fonts/SBSansDisplay-Semibold.woff?b760b400a862ea44e03937fc2b1146ea) format("woff")}@font-face{font-family:"SB Sans Display";font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/SBSansDisplay-Bold.woff2?1a308e36799807aba5e452802bebf324) format("woff2"),url(../fonts/SBSansDisplay-Bold.woff?3ccd8dd76640f6bc80bdc92d9383508f) format("woff")}html,body{margin:0;padding:0;font-family:"SB Sans Text",sans-serif;font-weight:400;font-size:16px;line-height:1.25rem;background:#fff;color:#000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}body{width:100%;background:#fff;overflow-x:hidden}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}*{outline:none !important}h1,h2,h3,h4,h5,h6{margin:0}ul,li{list-style-type:none;margin:0;padding:0}p{margin:0}p:not(:first-child){margin-top:1.5rem}a{text-decoration:none}.svg-sprite{position:absolute;top:0;left:0;display:none;width:0;height:0;overflow:hidden}.main-wrapper{position:relative;width:87.5rem;margin:0 auto;overflow:hidden;z-index:1}section{position:relative;width:100%;z-index:2}.headline{font-family:"SB Sans Display",sans-serif;font-weight:600;font-size:3.5rem;line-height:4rem}.headline_kv{font-weight:700;font-size:7.5rem;line-height:8.25rem}.headline_color{margin-top:-0.75rem;padding-top:.75rem;font-weight:700;font-size:6rem;line-height:110%;letter-spacing:1.92px;text-transform:uppercase;background:linear-gradient(30deg, #1A86BE 27.13%, #00D9A4 92.45%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.headline[data-aos]{opacity:0}.headline[data-aos].aos-animate{opacity:1}.description{font-family:"SB Sans Display",sans-serif;font-size:1.5rem;line-height:2.25rem;color:#374151}.description_kv{font-size:2.5rem;line-height:2.5rem}@-webkit-keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}[data-anchor]{position:absolute;top:0;left:0;width:100%}@media screen and (max-width: 1400px){html,body{font-size:1.1428571429vw}}@media screen and (max-width: 1024px){html,body{font-size:1.6666666667vw}.main-wrapper{width:60rem}.headline_kv{font-size:5.375rem;line-height:6rem}.headline_color{font-size:4.375rem;letter-spacing:1.4px}.description_kv{font-size:1.625rem;line-height:1.625rem}}@media screen and (max-width: 768px){html,body{font-size:2.5vw}.main-wrapper{width:40rem}.headline{font-size:2rem;line-height:2.5rem}.headline_kv{font-size:4rem;line-height:4.125rem}.headline_color{margin-top:-0.5rem;padding-top:.5rem;font-size:2.625rem;letter-spacing:.84px}.description{font-size:1rem;line-height:1.25rem}.description_kv{font-size:1.125rem;line-height:1.25rem}p:not(:first-child){margin-top:1.25rem}}@media(max-width: 576px){html,body{font-size:4.4444444444vw}.main-wrapper{width:22.5rem}.headline{font-size:1.5rem;line-height:2rem}.headline_kv{font-size:2.625rem;line-height:3.25rem}.headline_color{margin-top:-0.25rem;padding-top:.25rem;font-size:1.875rem;line-height:2.125rem;letter-spacing:0}.description_kv{font-size:1rem;line-height:1.25rem}}@-webkit-keyframes onAutoFillStart{from{opacity:0}to{opacity:1}}@keyframes onAutoFillStart{from{opacity:0}to{opacity:1}}@-webkit-keyframes onAutoFillCancel{from{opacity:0}to{opacity:1}}@keyframes onAutoFillCancel{from{opacity:0}to{opacity:1}}input:-webkit-autofill{-webkit-animation-name:onAutoFillStart;animation-name:onAutoFillStart;-webkit-animation-duration:100ms;animation-duration:100ms;-webkit-transition:background-color 50000s ease-in-out 0s;transition:background-color 50000s ease-in-out 0s}input:not(:-webkit-autofill){-webkit-animation-name:onAutoFillCancel;animation-name:onAutoFillCancel;-webkit-animation-duration:100ms;animation-duration:100ms}.form{position:relative}.form__row{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% + 1rem);margin:0 -0.5rem}.form__row:not(:first-child){margin-top:1rem}.form__group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 .5rem}.form__group_checkbox{margin-top:.5rem}.form__field{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:block;width:100%;padding:.9375rem 1.1875rem;background:#fff;border:1px solid #d1d5db;border-radius:1rem;-webkit-box-shadow:none !important;box-shadow:none !important;font-family:"SB Sans Text",sans-serif;font-weight:400;font-size:1rem;line-height:1.5rem;color:#000;text-align:left;outline:none !important;cursor:text}.form__field::-webkit-input-placeholder{color:#6b7280;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.form__field::-moz-placeholder{color:#6b7280;opacity:1;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.form__field:-ms-input-placeholder{color:#6b7280;opacity:1;-ms-transition:opacity .3s ease;transition:opacity .3s ease}.form__field::-ms-input-placeholder{color:#6b7280;opacity:1;-ms-transition:opacity .3s ease;transition:opacity .3s ease}.form__field::placeholder{color:#6b7280;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.form__field:hover{border-color:#9ca3af}.form__field:hover::-webkit-input-placeholder{color:#6b7280}.form__field:hover::-moz-placeholder{color:#6b7280}.form__field:hover:-ms-input-placeholder{color:#6b7280}.form__field:hover::-ms-input-placeholder{color:#6b7280}.form__field:hover::placeholder{color:#6b7280}.form__field:focus{border-color:#9ca3af}.form__field:focus::-webkit-input-placeholder{opacity:0}.form__field:focus::-moz-placeholder{opacity:0}.form__field:focus:-ms-input-placeholder{opacity:0}.form__field:focus::-ms-input-placeholder{opacity:0}.form__field:focus::placeholder,.form__field:focus+.placeholder{opacity:0}.form__field.is-autofilled,.form__field_notempty,.form__field.notempty{border-color:#9ca3af}.form__field.is-autofilled::-webkit-input-placeholder, .form__field_notempty::-webkit-input-placeholder, .form__field.notempty::-webkit-input-placeholder{opacity:0}.form__field.is-autofilled::-moz-placeholder, .form__field_notempty::-moz-placeholder, .form__field.notempty::-moz-placeholder{opacity:0}.form__field.is-autofilled:-ms-input-placeholder, .form__field_notempty:-ms-input-placeholder, .form__field.notempty:-ms-input-placeholder{opacity:0}.form__field.is-autofilled::-ms-input-placeholder, .form__field_notempty::-ms-input-placeholder, .form__field.notempty::-ms-input-placeholder{opacity:0}.form__field.is-autofilled::placeholder,.form__field.is-autofilled+.placeholder,.form__field_notempty::placeholder,.form__field_notempty+.placeholder,.form__field.notempty::placeholder,.form__field.notempty+.placeholder{opacity:0}.form__field.error{color:#eb5757;border-color:#eb5757}.form__field:disabled{opacity:.5;cursor:not-allowed}span.error{position:absolute;top:100%;left:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;max-width:100%;margin:.3125rem 0 0;padding:.25rem .625rem;background:rgba(138,138,138,.9);border:1px solid rgba(0,0,0,0);border-radius:.625rem;font-weight:400;font-size:.875rem;line-height:1rem;color:#fff;z-index:5;pointer-events:none}span.error:before{content:"";position:absolute;top:-0.5625rem;left:.3125rem;display:block;border:.3125rem solid rgba(0,0,0,0);border-bottom-color:rgba(138,138,138,.9)}.checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:6.25rem;font-family:"SB Sans Text",sans-serif;font-weight:400;font-size:.875rem;line-height:1.125rem;color:#000;cursor:pointer}.checkbox+.checkbox{margin-top:1rem}.checkbox:hover input:not(:checked)~em{border-color:#9ca3af}.checkbox:hover input:not(:checked)~em svg{color:rgba(55,65,81,.2);opacity:1}.checkbox:hover input.error:not(:checked)~em{border-color:#eb5757}.checkbox:hover input.error:not(:checked)~em svg{color:rgba(235,87,87,.2);opacity:1}.checkbox:hover input:not(:checked):not(.error)~em{border-color:#9ca3af}.checkbox input{position:absolute;top:0;left:0;visibility:hidden}.checkbox input:checked~em{border-color:#0087cd;background-color:#0087cd}.checkbox input:checked~em svg{opacity:1;color:#fff}.checkbox input.error~em{border-color:#eb5757}.checkbox em{position:relative;-ms-flex-negative:0;flex-shrink:0;display:block;width:1.5rem;height:1.5rem;margin-right:.75rem;background:#fff;border:1px solid #d1d5db;border-radius:.375rem}.checkbox em svg{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;opacity:0;width:calc(100% + 2px);height:calc(100% + 2px)}.checkbox a{color:#0087cd;text-decoration:underline}.checkbox a:hover{color:#00a7fd;text-decoration:none}.checkbox a:active{color:#008fd7}.checkbox span{width:calc(100% - 2.25rem)}.checkbox span.error{width:100%;top:1.25rem}@media(max-width: 576px){.form__row{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0}.form__row:not(:first-child){margin-top:.75rem}.form__group{width:100%;margin:0}.form__group_checkbox{margin-top:.75rem}.form__group+.form__group{margin-top:.75rem}.form__field{padding:.8125rem 1.0625rem;font-size:.875rem;line-height:1.25rem}.checkbox{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:4.375rem}}.button{position:relative;display:block;width:auto;max-width:100%;width:20rem;padding:0;background:#fff;-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:2rem;box-shadow:none;font-family:"SB Sans Display",sans-serif;font-weight:600;font-size:1.25rem;line-height:1.5rem;color:#000;text-align:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}.button span{position:relative;display:block;width:100%;padding:1.25rem 1.75rem;border-radius:inherit;overflow:hidden;z-index:2}.button:hover{background:hsla(0,0%,100%,.5);color:#fff}.button:active{background:hsla(0,0%,100%,.25);color:#fff}.button._blue{background:#00a7fd;-webkit-box-shadow:0px 4px 28px 0px rgba(42,135,221,.24);box-shadow:0px 4px 28px 0px rgba(42,135,221,.24);color:#fff}.button._blue span:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(252deg, rgba(41, 255, 203, 0.69) 2.68%, rgba(41, 255, 203, 0) 63.56%),linear-gradient(0deg, #00A7FD 0%, #00A7FD 100%),linear-gradient(92deg, rgba(130, 247, 255, 0.2) -25.29%, rgba(130, 247, 255, 0) 32.07%),linear-gradient(266deg, rgba(130, 247, 255, 0.2) 41.33%, rgba(130, 247, 255, 0) 71.15%),linear-gradient(0deg, #0087CD 0%, #0087CD 100%),var(--color-surface-accent, #0087CD);-webkit-transition:left .3s ease;transition:left .3s ease;z-index:-1}.button._blue:hover{color:#fff}.button._blue:hover span:before{left:100%}.button._blue:active{background:#0087cd;color:#fff}.button._blue:active span:before{left:100%}.button._green{background:#00dfa9;color:#fff}.button._green:hover{background:#09ca9b;color:#fff}.button._green:active{background:#09ca9b;color:#fff}.button._gradient{padding:1.25rem 1.75rem;color:#00a7fd}.button._gradient span{padding:0;background:linear-gradient(30deg, #1A86BE 27.13%, #00D9A4 92.45%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.button._gradient:hover{background:#00a7fd;color:#fff}.button._gradient:hover span{background:rgba(0,0,0,0);background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:#fff}.button._gradient:active{background:#017dbb;color:#fff}.button._gradient:active span{background:rgba(0,0,0,0);background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:#fff}.button[disabled]{opacity:.5;pointer-events:none}@media screen and (max-width: 768px){.button{width:17rem;font-size:1rem;line-height:1.25rem}.button span{padding:.875rem}.button._gradient{padding:.875rem}.button._gradient span{padding:0}}.picture{display:block}.picture img{display:block}.header{position:relative;width:100%;padding:1.75rem 0;-ms-flex-negative:0;flex-shrink:0;z-index:3}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:6.25rem;padding-right:6.25rem}.header__logo{position:relative;-ms-flex-negative:0;flex-shrink:0;display:block;height:2rem;z-index:3}.header__logo img{display:block;height:100%;width:auto}.header__button{width:11.625rem;font-size:1rem;line-height:1.25rem}.header__button span{padding:.875rem 1.75rem}@media screen and (max-width: 1024px){.header__container{padding-left:2.5rem;padding-right:2.5rem}.header__button{width:6.875rem}}@media screen and (max-width: 768px){.header{padding:1rem 0}}@media(max-width: 576px){.header{padding:.75rem 0}.header__container{padding-left:1rem;padding-right:1rem}.header__logo{height:1.5rem}.header__button{width:5rem;font-size:.75rem;line-height:1rem}.header__button span{padding:.5rem 1.25rem}}.kv__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:84.5rem;height:42.125rem;margin:0 auto;padding:7.875rem 15.875rem 5rem;background:url(../images/Hero-Block_1400.png?d0cab037477141ab416354f2cda32641) center/cover no-repeat}.kv__headline{color:#fff;text-align:center;text-transform:uppercase}.kv__descr{margin-top:.75rem;color:#fff;text-align:center}.kv__button{width:20rem;margin-top:5.3125rem}@media screen and (max-width: 1024px){.kv__container{width:57.5rem;height:32rem;padding:6rem 9.875rem 5.875rem;background-image:url(../images/Hero-Block_960.png?4c3be5a909d63899b2f0f726ff24e2b3)}.kv__descr{margin-top:.5rem}.kv__button{margin-top:2rem}}@media screen and (max-width: 768px){.kv__container{width:37.5rem;height:21.5625rem;padding:2.5rem 4.6875rem 3.75rem;background-image:url(../images/Hero-Block_640.png?9b7b74b1c33195f887a97758d7234878)}.kv__descr{margin-top:.75rem}.kv__button{width:17rem}}@media(max-width: 576px){.kv__container{width:22.5rem;height:24.625rem;padding:4.25rem 1rem 5.9375rem;background-image:url(../images/Hero-Block_360.png?69a70ab442f380b56fc8df0c8561301e)}.kv__descr{width:12.5rem;margin-top:.5rem}}.capability{padding:3.5rem 0}.capability__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.capability__headline{text-align:center}.capability__headline br{display:none}.capability__descr{width:53.75rem;margin:1rem auto 0;text-align:center}.capability__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:76rem;margin:1rem -0.5rem 0;-webkit-filter:drop-shadow(0px 5px 48px rgba(46, 177, 234, 0.16));filter:drop-shadow(0px 5px 48px rgba(46, 177, 234, 0.16))}.capability__tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1rem .5rem 0;background:#fff;border-radius:1.5rem}.capability__tile:nth-child(1),.capability__tile:nth-child(2){width:37rem;height:31.25rem}.capability__tile:nth-child(3),.capability__tile:nth-child(4),.capability__tile:nth-child(5){width:24.3125rem;height:31.25rem}.capability__tile--image{height:19rem;margin:0 auto}.capability__tile--image img{height:100%}.capability__tile--text{margin-top:1.5rem;text-align:center}.capability__tile--title{font-family:"SB Sans Display",sans-serif;font-weight:600;font-size:1.5rem;line-height:2rem}.capability__tile--descr{margin-top:.5rem;font-family:"SB Sans Display",sans-serif;font-weight:400;font-size:1.25rem;line-height:1.875rem;color:#374151}@media screen and (max-width: 1024px){.capability{padding:3rem 0}.capability__tiles{width:56rem}.capability__tile:nth-child(1){width:55rem;height:23.5rem}.capability__tile:nth-child(2),.capability__tile:nth-child(3),.capability__tile:nth-child(4),.capability__tile:nth-child(5){width:27rem;height:31.25rem}.capability__tile:nth-child(1) .capability__tile--image{height:15.125rem}.capability__tile:nth-child(1) .capability__tile--title br{display:none}.capability__tile:nth-child(1) .capability__tile--descr br{display:none}.capability__tile--image{height:19rem}}@media screen and (max-width: 768px){.capability__descr{width:29.625rem;margin:.75rem auto 0}.capability__tiles{width:35.75rem;margin:1.25rem -0.375rem 0;-webkit-filter:drop-shadow(0px 3.7790694237px 36.2790679932px rgba(46, 177, 234, 0.16));filter:drop-shadow(0px 3.7790694237px 36.2790679932px rgba(46, 177, 234, 0.16))}.capability__tile{margin:.75rem .375rem 0}.capability__tile:nth-child(1){width:35rem;height:16.75rem}.capability__tile:nth-child(2),.capability__tile:nth-child(3),.capability__tile:nth-child(4),.capability__tile:nth-child(5){width:17.125rem;height:20.125rem}.capability__tile:nth-child(1) .capability__tile--image{height:11.625rem}.capability__tile:nth-child(1) .capability__tile--title br{display:none}.capability__tile:nth-child(1) .capability__tile--descr br{display:none}.capability__tile--image{height:12.375rem}.capability__tile--text{margin-top:.75rem}.capability__tile--title{font-size:1rem;line-height:1.25rem}.capability__tile--descr{font-size:.875rem;line-height:1.25rem}}@media(max-width: 576px){.capability{padding:1.5rem 0}.capability__container{width:20.5rem;margin:0 auto}.capability__headline br{display:block}.capability__descr{width:100%;margin:.5rem auto 0}.capability__tiles{width:100%;margin:.75rem 0 0}.capability__tile{margin:.75rem 0 0}.capability__tile:nth-child(1),.capability__tile:nth-child(2),.capability__tile:nth-child(3),.capability__tile:nth-child(4),.capability__tile:nth-child(5){width:100%;height:16.75rem}.capability__tile:nth-child(1) .capability__tile--image{height:10rem}.capability__tile:nth-child(1) .capability__tile--title br{display:none}.capability__tile:nth-child(1) .capability__tile--descr br{display:block}.capability__tile--image{height:10rem}.capability__tile--text{margin-top:.5rem}.capability__tile--descr{margin-top:.25rem}}.webp .directions__container{background-image:url(../images/directions_1400.webp?520aa4e8e854055bf011da25b22c51f1)}.directions{padding-bottom:5.3125rem;background:#fff;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.directions__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:75rem;height:64.0625rem;margin:0 auto;padding:3.5rem;background:url(../images/directions_1400.png?1e7eebad62116a0625ee9862847d6ce3) center/cover no-repeat;border-radius:3rem}.directions__headline{color:#fff;text-align:center}.directions__descr{width:58.875rem;margin-top:1rem;color:#fff;text-align:center}.directions__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 1rem);margin:1rem -0.5rem 0}.directions__tile{position:relative;width:33.5rem;margin:1rem .5rem 0;padding:1.5rem;background:#fff;border-radius:1.5rem;overflow:hidden}.directions__tile._lg{width:68rem;padding:2.2813rem 2rem}.directions__tile._lg .directions__tile--title{width:30rem;font-size:2rem;line-height:2.5rem}.directions__tile._lg .directions__tile--descr{width:30rem;font-size:1.25rem;line-height:1.5rem}.directions__tile--title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1rem;font-family:"SB Sans Display",sans-serif;font-weight:600;font-size:1.5rem;line-height:2rem;z-index:2}.directions__tile--descr{position:relative;font-size:1.25rem;line-height:1.875rem;color:#374151;z-index:2}.directions__tile--image{position:absolute;top:0;right:0;height:16.0625rem;z-index:1}.directions__tile--image img{height:100%}@media screen and (max-width: 1024px){.webp .directions__container{background-image:url(../images/directions_960.webp?bec2d676855bc3cbd7a194fdf70f69da)}.directions{padding-bottom:2.5rem}.directions__container{width:55rem;height:67.0625rem;padding:2rem;background-image:url(../images/directions_960.png?ac57b42e9d3a90d7cf3bdb4f9029c730)}.directions__descr{width:100%}.directions__tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:25rem;min-height:13.625rem}.directions__tile._lg{width:51rem}.directions__tile--descr{margin-top:auto}.directions__tile--descr br{display:none}}@media screen and (max-width: 768px){.webp .directions__container{background-image:url(../images/directions_640.webp?d474b4dc2a46544cebd1ab70aa9abc5d)}.directions{padding-bottom:1.25rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.directions__container{width:37.5rem;height:46.75rem;padding:1.25rem;background-image:url(../images/directions_640.png?6a4b6928a015623372556def41840df7);border-radius:1.5rem}.directions__descr{margin-top:.75rem}.directions__tiles{width:calc(100% + .75rem);margin:1.25rem -0.375rem 0}.directions__tile{width:17.125rem;min-height:9.75rem;margin:.75rem .375rem 0;padding:1.25rem}.directions__tile._lg{width:35rem;padding:1.25rem}.directions__tile._lg .directions__tile--title{width:19.125rem;font-size:1.25rem;line-height:1.5rem}.directions__tile._lg .directions__tile--descr{width:19.125rem;font-size:.875rem;line-height:1.25rem}.directions__tile--title{font-size:1rem;line-height:1.25rem}.directions__tile--descr{font-size:.875rem;line-height:1.25rem}.directions__tile--image{height:11.75rem}}@media(max-width: 576px){.webp .directions__container{background-image:url(../images/directions_360.webp?9d6268f9b7f9b2a65ea645afb09a1bf8)}.directions{padding-bottom:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.directions__container{width:20.5rem;height:74.6875rem;padding:.75rem;background-image:url(../images/directions_360.png?fafac45b788187b0fb3e7aa322c2a67e)}.directions__descr{margin-top:.5rem}.directions__tiles{width:100%;margin:.75rem 0 0}.directions__tile{width:100%;min-height:8.75rem;margin:.75rem 0 0;padding:1rem;border-radius:1rem}.directions__tile._lg{width:100%;padding:1rem 1rem 12.1875rem}.directions__tile._lg .directions__tile--title{width:90%;margin-bottom:.25rem;font-size:1rem;line-height:1.25rem}.directions__tile._lg .directions__tile--descr{width:90%}.directions__tile--title{margin-bottom:.5rem}.directions__tile--image{top:auto;bottom:0;right:0;height:20.9375rem}}.webp .technologies{background-image:url(../images/technologies_1400.webp?e7258a10d68040b144cda356027db579)}.technologies{height:89.25rem;margin-top:-9.75rem;margin-bottom:-11.125rem;padding-top:15.125rem;padding-bottom:16.25rem;background:url(../images/technologies_1400.png?db3c464996e024312ccb315bae7e259e) center/cover no-repeat;z-index:1}.technologies__container{width:70rem;margin:0 auto}.technologies__headline{color:#fff;text-align:center}.technologies__descr{width:85%;margin:1rem auto 0;color:#fff;text-align:center}.technologies__frame{position:relative;width:70rem;height:39.375rem;margin-top:2rem}.technologies__frame--bg{position:absolute;top:4.75rem;left:.25rem;width:69.625rem;opacity:.8;-webkit-filter:blur(40px);filter:blur(40px);z-index:1}.technologies__frame--bg picture,.technologies__frame--bg img{width:100%}.technologies__frame--media{position:relative;width:100%;height:100%;border-radius:2rem;overflow:hidden;z-index:2}.technologies__frame--media picture,.technologies__frame--media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.technologies__button{width:20rem;margin:3rem auto 0;z-index:3}@media screen and (max-width: 1024px){.webp .technologies{background-image:url(../images/technologies_960.webp?78f61d7e160336fddbb9478e8fc41d47)}.technologies{height:91.75rem;margin-top:-10rem;margin-bottom:-15.3125rem;padding-top:15.375rem;padding-bottom:20.625rem;background-image:url(../images/technologies_960.png?d32126453e6573b289aabc5f2c5707d8)}.technologies__container{width:55rem}.technologies__descr{width:90%}.technologies__frame{width:55rem;height:30.9375rem}.technologies__frame--bg{top:1.875rem;left:.1875rem;width:54.75rem;-webkit-filter:blur(31.4285640717px);filter:blur(31.4285640717px)}.technologies__frame--media{border-radius:1.5rem}}@media screen and (max-width: 768px){.webp .technologies{background-image:url(../images/technologies_640.webp?edffca5ff0b51b0b6f310caf1d97c6a1)}.technologies{height:53.8125rem;margin-top:-6.625rem;margin-bottom:-6.8125rem;padding-top:8.375rem;padding-bottom:10.3125rem;background-image:url(../images/technologies_640.png?baedd832695297edc5a0d13accb314cb)}.technologies__container{width:33rem}.technologies__descr{width:94%;margin:.5rem auto 0}.technologies__frame{width:33rem;height:18.5625rem;margin-top:2.5rem}.technologies__frame--bg{top:-0.5625rem;left:.75rem;width:33.0625rem;-webkit-filter:blur(18.9768981934px);filter:blur(18.9768981934px)}.technologies__frame--media{border-radius:1rem}.technologies__button{width:17rem;margin:2rem auto 0}}@media(max-width: 576px){.webp .technologies{background-image:url(../images/technologies_360.webp?b36c1e0969ce69dcf32c6ac3de095f9d)}.technologies{height:36.6875rem;margin-top:-3.0625rem;margin-bottom:-1.875rem;padding-top:4.5625rem;padding-bottom:3.875rem;background-image:url(../images/technologies_360.png?15976388c5ffc7e72cb707bc393fdb3c)}.technologies__container{width:20.5rem}.technologies__descr{width:100%}.technologies__frame{width:20.5rem;height:11.5313rem;margin-top:1.5rem}.technologies__frame--bg{top:1.75rem;left:.75rem;width:16.5625rem;-webkit-filter:blur(9.4884490967px);filter:blur(9.4884490967px)}.technologies__frame--media{border-radius:.75rem}.technologies__button{margin:1.5rem auto 0}}.career{padding:5.375rem 0;background:#fff;border-radius:3rem}.career__container{width:75.125rem;margin:0 auto}.career__headline{text-align:center}.career__descr{margin-top:1rem;font-size:1.25rem;line-height:1.875rem;text-align:center}.career__image{width:74.9375rem;margin:2rem auto 0}.career__image img{width:100%}.career__content{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:4rem}.career__content--column{width:36.8125rem}.career__content--column:nth-child(2){margin-left:1.5rem}.career__content--title{font-weight:600;font-size:2rem;line-height:2rem}.career__content--text{margin-top:1rem;font-size:1.25rem;line-height:1.875rem;color:#374151}@media screen and (max-width: 1024px){.career__container{width:55rem}.career__descr{margin-top:2.375rem}.career__image{width:60.375rem;margin:2rem -2.6875rem 0}.career__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:2rem}.career__content--column{width:100%}.career__content--column:nth-child(2){margin-left:0;margin-top:2rem}.career__content--text{margin-top:1.5rem}}@media screen and (max-width: 768px){.career{padding:3rem 0;border-radius:1.5rem}.career__container{width:35rem}.career__descr{margin-top:.5rem;font-size:1rem;line-height:1.25rem}.career__image{width:35.0625rem;margin:1.6875rem 0 0}.career__content{margin-top:.75rem}.career__content--column:nth-child(2){margin-top:1.5rem}.career__content--title{font-size:1.25rem;line-height:1.5rem}.career__content--text{margin-top:1rem;font-size:.875rem;line-height:1.25rem}}@media(max-width: 576px){.career{padding:1.5rem 0;border-radius:1rem}.career__container{width:20.5rem}.career__descr{margin-top:.75rem}.career__image{width:20.5rem;margin:1.5rem 0 0}.career__content{margin-top:1rem}.career__content--title{font-size:1rem;line-height:1.25rem}.career__content--text{margin-top:.25rem}}.webp .story{background-image:url(../images/story_1400.webp?c7617accdf68684036bc4111e4d5a8b0)}.story{height:85.1875rem;margin-top:-6rem;margin-bottom:-9.8125rem;padding-top:11.375rem;padding-bottom:21.4375rem;background:url(../images/story_1400.png?eca56a8ca58abb06814660c59ae1801c) center/cover no-repeat;z-index:1}.story__container{width:75rem;margin:0 auto}.story__headline{color:#fff;text-align:center}.story__list{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:61.5rem;height:40.4375rem;margin:3.9375rem auto 0}.story__item{position:relative;width:23.0016rem;height:40.4375rem;padding:.5913rem 1.5762rem;border-radius:1.1821rem;-webkit-box-shadow:0px 10px 34px 0px rgba(5,45,86,.34),0px 2px 8px 0px rgba(5,45,86,.13);box-shadow:0px 10px 34px 0px rgba(5,45,86,.34),0px 2px 8px 0px rgba(5,45,86,.13);overflow:hidden}.story__item._left,.story__item._right{width:17.5267rem;height:30.8125rem;padding:.4506rem 1.2012rem;border-radius:.9008rem}.story__item._left .story__item--progress,.story__item._right .story__item--progress{height:.6006rem;margin-left:-0.0625rem;margin-right:-0.0625rem}.story__item._left .story__item--progress span,.story__item._right .story__item--progress span{height:.1375rem;margin:0 .0625rem}.story__item._left .story__item--label,.story__item._right .story__item--label{margin-top:.2881rem;padding:.1501rem .3003rem;border-radius:.3003rem;font-size:.4504rem;line-height:.6005rem}.story__item._left .story__item--body,.story__item._right .story__item--body{margin-top:.8888rem}.story__item._left .story__item--title,.story__item._right .story__item--title{font-size:1.201rem;line-height:1.5012rem}.story__item._left .story__item--descr,.story__item._right .story__item--descr{margin-top:.4506rem;font-size:.7506rem;line-height:.9008rem}.story__item--bg{position:absolute;top:-1%;left:-1%;width:102%;height:102%}.story__item--bg picture,.story__item--bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.story__item--header{position:relative;z-index:2}.story__item--progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.7881rem;margin-left:-0.0938rem;margin-right:-0.0938rem}.story__item--progress span{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:.2062rem;margin:0 .0938rem;border-radius:.3125rem;background:hsla(0,0%,100%,.2)}.story__item--progress span:before{content:"";position:absolute;left:0;top:0;display:none;height:100%;background:#fff;border-radius:inherit}.story__item--progress span.active:before{display:block;width:100%}.story__item--progress span.active-50:before{display:block;width:50%}.story__item--progress span.active-70:before{display:block;width:70%}.story__item--label{display:inline-block;margin-top:.3819rem;padding:.197rem .3941rem;background:#fff;border-radius:.3941rem;font-size:.5911rem;line-height:.7881rem}.story__item--body{position:relative;z-index:2;margin-top:1.17rem;color:#fff}.story__item--title{font-family:"SB Sans Display",sans-serif;font-weight:600;font-size:1.5761rem;line-height:1.9702rem}.story__item--descr{margin-top:.5913rem;font-weight:400;font-size:.9851rem;line-height:1.1821rem}.story__small{position:absolute;width:6.25rem;height:6.25rem;border-radius:1.375rem;overflow:hidden}.story__small._1{top:-2.5rem;left:-5.875rem}.story__small._2{left:9.625rem;bottom:-6.25rem;width:7.75rem;height:7.75rem;border-radius:1.625rem}.story__small._2 .story__small--label{padding:.75rem;font-size:.6781rem;line-height:.9688rem}.story__small._3{top:-2.0625rem;right:-6.5rem;width:6.5rem;height:6.5rem}.story__small--bg{width:100%;height:100%}.story__small--bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.story__small--label{position:absolute;top:0;left:0;width:100%;height:100%;padding:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 39, 97, 0)), color-stop(62.34%, rgba(0, 26, 65, 0.4)));background:linear-gradient(180deg, rgba(0, 39, 97, 0) 0%, rgba(0, 26, 65, 0.4) 62.34%);font-weight:600;font-size:.5469rem;line-height:.7813rem;text-align:center;color:#fff}@media screen and (max-width: 1024px){.webp .story{background-image:url(../images/story_960.webp?65df3aef3101c02a148aace7dfb136cc)}.story{height:74.625rem;margin-top:-5.4375rem;margin-bottom:-16rem;padding-top:10.8125rem;padding-bottom:31.9375rem;background-image:url(../images/story_960.png?49106b0e527ff057c4649dd4d56ff4d4)}.story__container{width:55rem}.story__list{width:42.1875rem;height:27.75rem;margin:2.375rem auto 0}.story__item{width:15.7788rem;height:27.7396rem;padding:.4056rem 1.0813rem;border-radius:.8106rem;-webkit-box-shadow:0px 6.85987px 23.32355px 0px rgba(5,45,86,.34),0px 1.37197px 5.48789px 0px rgba(5,45,86,.13);box-shadow:0px 6.85987px 23.32355px 0px rgba(5,45,86,.34),0px 1.37197px 5.48789px 0px rgba(5,45,86,.13)}.story__item._left,.story__item._right{width:12.0231rem;height:21.1369rem;padding:.3088rem .8237rem;border-radius:.6181rem}.story__item._left .story__item--progress,.story__item._right .story__item--progress{height:.4119rem;margin-left:-0.0625rem;margin-right:-0.0625rem}.story__item._left .story__item--progress span,.story__item._right .story__item--progress span{height:.125rem;margin:0 .0625rem}.story__item._left .story__item--label,.story__item._right .story__item--label{margin-top:.1875rem;padding:.103rem .2059rem;border-radius:.2059rem;font-size:.3089rem;line-height:.4119rem}.story__item._left .story__item--body,.story__item._right .story__item--body{margin-top:.605rem}.story__item._left .story__item--title,.story__item._right .story__item--title{font-size:.8239rem;line-height:1.0298rem}.story__item._left .story__item--descr,.story__item._right .story__item--descr{margin-top:.3088rem;font-size:.5149rem;line-height:.6179rem}.story__item--progress{height:.5406rem;margin-left:-0.0625rem;margin-right:-0.0625rem}.story__item--progress span{height:.125rem;margin:0 .0625rem}.story__item--label{margin-top:.2594rem;padding:.1351rem .2703rem;border-radius:.2703rem;font-size:.4054rem;line-height:.5406rem}.story__item--body{margin-top:.8rem}.story__item--title{font-size:1.0812rem;line-height:1.3515rem}.story__item--descr{margin-top:.4056rem;font-size:.6757rem;line-height:.8109rem}.story__small{width:4.3125rem;height:4.3125rem;border-radius:.9063rem}.story__small._1{top:-1.6719rem;left:-4.0281rem}.story__small._2{left:6.5625rem;bottom:-4.25rem;width:5.3125rem;height:5.3125rem;border-radius:1.125rem}.story__small._2 .story__small--label{padding:.5313rem;font-size:.4652rem;line-height:.6646rem}.story__small._3{top:-1.375rem;right:-4.4375rem;width:4.4375rem;height:4.4375rem}.story__small--label{padding:.4288rem;font-size:.3751rem;line-height:.5359rem}}@media screen and (max-width: 768px){.webp .story{background-image:url(../images/story_640.webp?808cd76a3f8c7eec45713107b2e805f5)}.story{height:38.9375rem;margin-top:-2.1875rem;margin-bottom:-2.0625rem;padding-top:5.1875rem;padding-bottom:7.125rem;background-image:url(../images/story_640.png?129fd4f6af822c81d9f2e5121c49f1fb)}.story__container{width:35rem}.story__list{width:29.375rem;height:19.3125rem;margin:2.3125rem auto 0}.story__item{width:11rem;height:19.3125rem;padding:.2831rem .75rem;border-radius:.5rem;-webkit-box-shadow:0px 4.78843px 16.28066px 0px rgba(5,45,86,.34),0px .95769px 3.83074px 0px rgba(5,45,86,.13);box-shadow:0px 4.78843px 16.28066px 0px rgba(5,45,86,.34),0px .95769px 3.83074px 0px rgba(5,45,86,.13)}.story__item._left,.story__item._right{width:8.375rem;height:14.75rem;padding:.2156rem .575rem;border-radius:.5rem}.story__item._left .story__item--progress,.story__item._right .story__item--progress{height:.2875rem;margin-left:-0.0313rem;margin-right:-0.0313rem}.story__item._left .story__item--progress span,.story__item._right .story__item--progress span{height:.0625rem;margin:0 .0313rem}.story__item._left .story__item--label,.story__item._right .story__item--label{margin-top:.125rem;padding:.0719rem .1438rem;border-radius:.1438rem;font-size:.2157rem;line-height:.2877rem}.story__item._left .story__item--body,.story__item._right .story__item--body{margin-top:.4188rem}.story__item._left .story__item--title,.story__item._right .story__item--title{font-size:.5751rem;line-height:.7189rem}.story__item._left .story__item--descr,.story__item._right .story__item--descr{margin-top:.2156rem;font-size:.3594rem;line-height:.4313rem}.story__item--progress{height:.375rem;margin-left:-0.0469rem;margin-right:-0.0469rem}.story__item--progress span{height:.0938rem;margin:0 .0469rem}.story__item--label{margin-top:.1563rem;padding:.0944rem .1888rem;border-radius:.1888rem;font-size:.2832rem;line-height:.3776rem}.story__item--body{margin-top:.5363rem}.story__item--title{font-size:.7547rem;line-height:.9434rem}.story__item--descr{margin-top:.2813rem;font-size:.4717rem;line-height:.5661rem}.story__small{width:2.875rem;height:2.875rem;border-radius:.6088rem}.story__small._1{top:-1.125rem;left:-2.1875rem}.story__small._2{left:4.8125rem;bottom:-2.0625rem;width:3.5rem;height:3.5rem;border-radius:.75rem}.story__small._2 .story__small--label{padding:.35rem;font-size:.3108rem;line-height:.4439rem}.story__small._3{top:-1.3125rem;right:-2.125rem;width:3rem;height:3rem}.story__small--label{padding:.2875rem;font-size:.2506remx;line-height:.358rem}}@media(max-width: 576px){.webp .story{background-image:url(../images/story_360.webp?fa67072fd3fa48aafe8281cce78650d2)}.story{height:38.3125rem;margin-top:-4.625rem;margin-bottom:-1.8125rem;padding-top:6.125rem;padding-bottom:3.5625rem;background-image:url(../images/story_360.png?26cc82095df868febcfd293263e62e62)}.story__container{width:20.5rem}.story__headline br{display:none}.story__list{width:21.25rem;height:23.5rem;margin:1.5rem -0.375rem 0}.story__item{width:13.375rem;height:23.5rem;margin:0 auto;padding:.3438rem .9163rem;border-radius:.6869rem;-webkit-box-shadow:0px 2.9506px 11.8024px 0px rgba(5,45,86,.13),0px 10px 34px 0px rgba(5,45,86,.34);box-shadow:0px 2.9506px 11.8024px 0px rgba(5,45,86,.13),0px 10px 34px 0px rgba(5,45,86,.34);z-index:3}.story__item._left{top:2.5rem;left:1.375rem;-webkit-transform:rotate(-8deg);-ms-transform:rotate(-8deg);transform:rotate(-8deg)}.story__item._right{top:2.5rem;right:1.375rem;-webkit-transform:rotate(8deg);-ms-transform:rotate(8deg);transform:rotate(8deg)}.story__item._left,.story__item._right{position:absolute;width:10.6875rem;height:18.75rem;padding:.2737rem .7306rem;border-radius:.5481rem;-webkit-box-shadow:0px 10px 34px 0px rgba(5,45,86,.34);box-shadow:0px 10px 34px 0px rgba(5,45,86,.34);z-index:2}.story__item._left .story__item--progress,.story__item._right .story__item--progress{height:.3656rem;margin-left:-0.0469rem;margin-right:-0.0469rem}.story__item._left .story__item--progress span,.story__item._right .story__item--progress span{height:.0938rem;margin:0 .0469rem}.story__item._left .story__item--label,.story__item._right .story__item--label{margin-top:.1781rem;padding:.0914rem .1827rem;border-radius:.1827rem;font-size:.2741rem;line-height:.3654rem}.story__item._left .story__item--body,.story__item._right .story__item--body{margin-top:.5531rem}.story__item._left .story__item--title,.story__item._right .story__item--title{font-size:.7308rem;line-height:.9135rem}.story__item._left .story__item--descr,.story__item._right .story__item--descr{margin-top:.2737rem;font-size:.4567rem;line-height:.5481rem}.story__item--progress{height:.4581rem;margin-left:-0.0625rem;margin-right:-0.0625rem}.story__item--progress span{height:.125rem;margin:0 .0625rem}.story__item--label{margin-top:.2288rem;padding:.1145rem .229rem;border-radius:.229rem;font-size:.3435rem;line-height:.458rem}.story__item--body{margin-top:.6875rem}.story__item--title{font-size:.9159rem;line-height:1.1449rem}.story__item--descr{margin-top:.3438rem;font-size:.5725rem;line-height:.6869rem}.story__small{display:none}}.helper{height:74.1875rem;padding:5.375rem 0 15.875rem;background:#fff url(../images/helper_1400.png?6e8bdc40f650332f20ce4c3c924e5c91) center top/cover no-repeat;border-radius:3rem}.helper__container{position:relative;width:77.25rem;margin:0 auto}.helper__headline{text-align:center}.helper__descr{width:55rem;margin:1rem auto 0;font-size:1.25rem;line-height:1.875rem;text-align:center}.helper__image{position:absolute;top:19.875rem;left:.625rem;width:27.125rem}.helper__image img{width:100%}.helper__dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50.75rem;margin-top:4.9375rem;margin-left:25.375rem}.helper .message{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:35rem;padding:1.25rem;border-radius:1rem;font-family:"SB Sans Display",sans-serif;font-size:1rem;line-height:1.5rem}.helper .message+.message,.helper .message+.action{margin-top:1rem}.helper .message b,.helper .message strong{font-weight:600}.helper .message._in{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-right:auto;background:#f4f8fa;border-bottom-left-radius:.25rem}.helper .message._in .message__time{margin-right:.75rem}.helper .message._out{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:auto;background:#ddf0ff;border-bottom-right-radius:.25rem}.helper .message._out .message__time{margin-left:.75rem}.helper .message__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.helper .message__group+.message__group{margin-top:2.625rem}.helper .message__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.helper .message__column._in{margin-right:auto}.helper .message__column._out{margin-left:auto}.helper .message__time{color:#6b7280}.helper .message__avatar{margin-left:.5rem;width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden}.helper .message__avatar img{width:100%}.helper .action{display:-webkit-box;display:-ms-flexbox;display:flex}.helper .action--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:14.375rem;height:11.875rem;padding:1rem;background:#fff url(../images/chat-action_1400.svg?5c19f93a6123011ed8ca3811dbfad5b4) center/100% 100% no-repeat;border-radius:1rem;-webkit-box-shadow:0px 0px 40px -4px hsla(0,0%,100%,.18) inset,0px 4px 12px 0px rgba(197,223,255,.89);box-shadow:0px 0px 40px -4px hsla(0,0%,100%,.18) inset,0px 4px 12px 0px rgba(197,223,255,.89);opacity:.6}.helper .action--item.active{background-image:url(../images/chat-action-active_1400.svg?37e175e9ebc518f0789d7e557c53c372);opacity:1}.helper .action--item+*{margin-left:1rem}.helper .action--label{padding-right:1rem;font-family:"SB Sans Display",sans-serif;font-size:1.125rem;line-height:1.5rem}.helper .action--label b,.helper .action--label strong{font-weight:600}.helper .action--icons{width:8.5rem;margin-top:auto}.helper .action--icons img{width:100%}@media screen and (max-width: 1024px){.helper{height:67.9375rem;padding:5.375rem 0 18.875rem;background-image:url(../images/helper_960.png?78fcdb74ce3411baee51d7d577f6c035)}.helper__container{width:55rem}.helper__descr{width:55rem;margin:1rem auto 0;font-size:1.25rem;line-height:1.875rem}.helper__image{top:17.625rem;left:-1.875rem;width:22.75rem}.helper__dialog{width:37rem;margin-top:3.25rem;margin-left:18rem}.helper .message{max-width:28.75rem;padding:1rem;border-radius:.8125rem;font-size:.875rem;line-height:1.2375rem}.helper .message+.message,.helper .message+.action{margin-top:.8125rem}.helper .message._in{border-bottom-left-radius:.1875rem}.helper .message._in .message__time{margin-right:.625rem}.helper .message._out{border-bottom-right-radius:.1875rem}.helper .message._out .message__time{margin-left:.625rem}.helper .message__group+.message__group{margin-top:2.125rem}.helper .message__avatar{margin-left:.4375rem;width:2.0625rem;height:2.0625rem}.helper .action--item{width:11.8375rem;height:9.775rem;padding:.825rem;background-image:url(../images/chat-action_960.svg?0590486691b7887fff914cea3a24d58f);border-radius:.825rem;-webkit-box-shadow:0px 0px 32.94358px -3.29436px hsla(0,0%,100%,.18) inset,0px 3.29436px 9.88307px 0px rgba(197,223,255,.89);box-shadow:0px 0px 32.94358px -3.29436px hsla(0,0%,100%,.18) inset,0px 3.29436px 9.88307px 0px rgba(197,223,255,.89)}.helper .action--item.active{background-image:url(../images/chat-action-active_960.svg?8168173d827aef9a6405a21b3f6ce315)}.helper .action--item+*{margin-left:.8125rem}.helper .action--label{padding-right:1rem;font-size:.875rem;line-height:1.25rem}.helper .action--icons{width:7rem}}@media screen and (max-width: 768px){.helper{height:39.3125rem;padding:2.625rem 0 5.875rem;border-radius:1.5rem;background-image:url(../images/helper_640.png?f5a28a17009a0ecff2550f27745255fb)}.helper__container{width:35rem}.helper__descr{width:35rem;margin:.5rem auto 0;font-size:1rem;line-height:1.25rem}.helper__image{top:11.5rem;left:-0.75rem;width:14.375rem}.helper__dialog{width:23.125rem;margin-top:2.375rem;margin-left:11.4375rem}.helper .message{max-width:19.6875rem;padding:.75rem;border-radius:.4375rem;font-size:.75rem;line-height:1rem}.helper .message+.message,.helper .message+.action{margin-top:.5rem}.helper .message._in{border-bottom-left-radius:.125rem}.helper .message._in .message__time{margin-right:.25rem}.helper .message._out{max-width:14.625rem;border-bottom-right-radius:.125rem}.helper .message._out .message__time{margin-left:.25rem}.helper .message__group+.message__group{margin-top:1rem}.helper .message__avatar{margin-left:.25rem;width:1.125rem;height:1.125rem}.helper .action--item{width:7rem;height:6.25rem;padding:.5rem;background-image:url(../images/chat-action_640.svg?8628077d9fff215ffba9ed6cfa4a8718);border-radius:.5rem;-webkit-box-shadow:0px 0px 18.28571px -1.82857px hsla(0,0%,100%,.18) inset,0px 1.82857px 5.48571px 0px rgba(197,223,255,.89);box-shadow:0px 0px 18.28571px -1.82857px hsla(0,0%,100%,.18) inset,0px 1.82857px 5.48571px 0px rgba(197,223,255,.89)}.helper .action--item.active{background-image:url(../images/chat-action-active_640.svg?9a202fa5d1c37fe14983c2f9569689c8)}.helper .action--item+*{margin-left:.25rem}.helper .action--label{padding-right:0;font-size:.6875rem;line-height:.875rem}.helper .action--icons{width:3.5875rem}}@media(max-width: 576px){.webp .helper{background-image:none}.helper{height:36.375rem;padding:1.5rem 0 3.625rem;background-image:none;border-radius:1rem}.helper__container{width:20.5rem}.helper__descr{width:20.5rem;margin:.75rem auto 0;font-size:.875rem;line-height:1.25rem}.helper__image{top:auto;bottom:-3.625rem;left:-1rem;width:10.25rem}.helper__dialog{width:20.5rem;margin-top:1rem;margin-left:0}.helper .message{max-width:20.5rem;padding:.5625rem;font-size:.75rem;line-height:1rem}.helper .message._out{max-width:9.625rem}.helper .message._out .message__time{margin-left:.3125rem}.helper .message__group+.message__group{margin-top:1.125rem}.helper .message__avatar{width:1.25rem;height:1.25rem}.helper .action--item{width:6.6875rem;height:5.625rem;padding:.5rem;background-image:url(../images/chat-action_360.svg?6733a2ac0bfb70ca58e3dc942b042c14);border-radius:.4569rem;-webkit-box-shadow:0px 0px 18.28571px -1.82857px hsla(0,0%,100%,.18) inset,0px 1.82857px 5.48571px 0px rgba(197,223,255,.89);box-shadow:0px 0px 18.28571px -1.82857px hsla(0,0%,100%,.18) inset,0px 1.82857px 5.48571px 0px rgba(197,223,255,.89)}.helper .action--item.active{background-image:url(../images/chat-action-active_360.svg?94268f9ea97cf094445a02fe15a1f2ec)}.helper .action--item+*{margin-left:.25rem}.helper .action--label{font-size:.6875rem;line-height:.875rem}.helper .action--icons{width:3.875rem}}.webp .subscribe{background-image:url(../images/subscribe_1400.webp?d52bd11eb957b1556ac1abcac9791e3c)}.subscribe{height:37.5rem;margin-top:-3.1875rem;padding-top:10.9375rem;padding-bottom:12.5rem;background:url(../images/subscribe_1400.png?ad14a737946a9e781bfbd0b722bbae26) center/cover no-repeat;z-index:1}.subscribe__container{width:65.5rem;margin:0 auto}.subscribe__headline{font-size:3.5rem;line-height:4rem;color:#fff;text-align:center}.subscribe__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:39rem;margin:2rem auto 0}.subscribe__button{width:18.75rem}@media screen and (max-width: 1024px){.webp .subscribe{background-image:url(../images/subscribe_960.webp?17f94749aab0413986b916b63ef8222f)}.subscribe{height:41.75rem;margin-top:-3rem;padding-top:8.375rem;padding-bottom:12.5rem;background-image:url(../images/subscribe_960.png?2c388fe5b5304c3ed3a4a6530fc4fe81)}.subscribe__container{width:55rem}}@media screen and (max-width: 768px){.webp .subscribe{background-image:url(../images/subscribe_640.webp?536a7a21f1ebd0c41b1cef9568108845)}.subscribe{height:52.125rem;margin-top:-5.5rem;padding-top:9.5rem;padding-bottom:12.5rem;background-image:url(../images/subscribe_640.png?4673ffc6ea636f035bd05fe30bd78dce)}.subscribe__container{width:35rem}.subscribe__headline{font-size:2rem;line-height:2.5rem}.subscribe__actions{width:29rem}.subscribe__button{width:14rem}}@media(max-width: 576px){.webp .subscribe{background-image:url(../images/subscribe_360.webp?2f4c777c01c1890e3af809f7142c90be)}.subscribe{height:19rem;margin-top:-2.3125rem;padding-top:3.8125rem;padding-bottom:3.0625rem;background-image:url(../images/subscribe_360.png?12dc70f33e3fe5367a20b63c52c4b730)}.subscribe__container{width:20.5rem}.subscribe__headline{font-size:1.5rem;line-height:1.75rem}.subscribe__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-top:1.5rem}.subscribe__button{width:100%}.subscribe__button+.button{margin-top:1rem}}.footer{position:relative;width:100%;margin-top:-4.8125rem;padding:5rem 0 2.5rem;background:#fff;border-top-right-radius:3rem;border-top-left-radius:3rem;z-index:3;overflow:hidden}.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:6.25rem;padding-right:6.25rem}.footer__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#374151}.footer__column._left{-ms-flex-negative:0;flex-shrink:0}.footer__column._left .footer__row:not(:first-child){margin-top:2rem}.footer__column._left .link{display:inline-block;color:#374151}.footer__column._left .link:hover{text-decoration:underline}.footer__column._right{margin-left:12.6875rem}.footer__column._right .footer__row:not(:first-child){margin-top:1.5rem}.footer__column._right .footer__row--head{font-size:1.375rem;line-height:1.875rem;color:#000}.footer__column._right .footer__row--text{margin-top:.75rem}.footer__column._right .link{display:inline-block;font-family:"SB Sans Display",sans-serif;font-weight:600;font-size:1.5rem;line-height:2rem;color:#0087cd;-webkit-transition:color .3s ease;transition:color .3s ease}.footer__column._right .link:hover{color:#2d9cdb;text-decoration:underline}.footer__column._right .icon-link{display:block;width:2.5rem;height:2.5rem;color:#0087cd}.footer__column._right .icon-link:hover{color:#2d9cdb}.footer__column._right .icon-link svg{display:block;width:100%;height:100%}@media screen and (max-width: 1024px){.footer{margin-top:-14rem}.footer__container{padding-left:2.5rem;padding-right:2.5rem}.footer__column._right{margin-left:2rem}}@media screen and (max-width: 768px){.footer{margin-top:-28.125rem;padding:2rem 0;border-top-right-radius:1.5rem;border-top-left-radius:1.5rem}.footer__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__column._right{margin-top:2rem;margin-left:0}.footer__column._right .footer__row:not(:first-child){margin-top:1rem}}@media(max-width: 576px){.footer{margin-top:-1.5625rem;padding:1.5rem 0}.footer__container{padding-left:1rem;padding-right:1rem}.footer__column._left .footer__row:not(:first-child){margin-top:1.5rem}.footer__column._left .copyright{white-space:nowrap}.footer__column._right{margin-top:2rem;margin-left:0}.footer__column._right .footer__row:not(:first-child){margin-top:1rem}}.mfp-wrap{-webkit-overflow-scrolling:touch;-webkit-transform:translateZ(0)}.mfp-bg{background:rgba(107,114,128,.8);z-index:100}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:1}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-close{width:1.875rem;height:1.875rem;line-height:1.875rem}.mfp-wrap{overflow:auto;z-index:100043}.mfp-content{vertical-align:middle}.mfp-container{padding:0}.pswp{z-index:100044}.mfp-zoom-out .mfp-with-anim{opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.mfp-zoom-out.mfp-bg{opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.mfp-zoom-out.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mfp-zoom-out.mfp-ready.mfp-bg{opacity:1}.mfp-zoom-out.mfp-removing .mfp-with-anim{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);opacity:0}.mfp-zoom-out.mfp-removing.mfp-bg{opacity:0}.modal{position:relative;width:40rem;height:auto;margin:1rem auto;padding:0;-webkit-box-shadow:none;box-shadow:none}.modal-wrapper{padding:2rem;background:#fff;border-radius:2rem}.modal-close{position:absolute;top:0;right:-2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:1.5rem;height:1.5625rem;margin:0;padding:0;background:rgba(0,0,0,0);border:0;outline:0;z-index:3;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;cursor:pointer;color:#fff}.modal-close svg{display:block;width:100%;height:100%}.modal-close:hover{opacity:.75}.modal-close:active{opacity:.5}.modal .mfp-close{display:none}.modal__header{margin-bottom:1.5rem}.modal__headline{font-family:"SB Sans Display",sans-serif;font-weight:600;font-size:2rem;line-height:2.5rem}.modal__descr{margin-top:.5rem;font-size:1rem;line-height:1.25rem}.modal__body .content{margin-bottom:1rem;font-size:1rem;line-height:1.25rem}.modal__body .content b,.modal__body .content strong{font-family:"SB Sans Display",sans-serif;font-weight:600;font-size:1.25rem;line-height:1.5rem}.modal__body .content ul,.modal__body .content ol{margin-top:1rem;margin-bottom:2rem}.modal__body .content ol{padding-left:1.375rem}.modal__body .content ol li{list-style-type:decimal}.modal__body .content ul{display:grid;gap:.5rem;grid-template-columns:repeat(3, 1fr)}.modal__body .content ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:5.25rem;padding:1rem;background:rgba(229,242,253,.5);border-radius:1.5rem;color:#000;text-align:center;text-decoration:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.modal__body .content ul li a:hover{background:rgba(229,242,253,.9)}.modal__footer{margin-top:2rem;font-size:1rem;line-height:1.25rem}.modal__footer a{color:#0087cd;text-decoration:none}.modal__footer a:hover{color:#006ca4;text-decoration:underline}.modal__footer a:active{color:#006ca4}.modal__footer .button{width:100%;padding:.875rem 1.125rem;background:#0087cd;border-radius:1rem;font-family:"SB Sans Text",sans-serif;font-weight:600;font-size:.875rem;line-height:1.25rem;color:#fff}.modal__footer .button:hover{background:#006ca4;color:#fff}.modal__footer .button:active{background:#006ca4;color:#fff}@media screen and (max-width: 768px){.modal{width:37.5rem;margin:2rem auto 1rem}.modal-close{top:-1.75rem;right:0rem}}@media(max-width: 576px){.mfp-content{vertical-align:bottom}#modal-organization .modal-close,#modal-parent .modal-close{display:none}.modal{width:100%;margin:0}.modal-wrapper{padding:1rem;border-radius:0;border-top-left-radius:1rem;border-top-right-radius:1rem}.modal-close{top:-2.875rem;right:.9375rem;width:1.875rem;height:1.875rem}.modal-swipe-close{position:relative;height:10rem;z-index:1}.modal-swipe-close__line{position:absolute;bottom:.5rem;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:3.5rem;height:.25rem;background:hsla(0,0%,100%,.5);border-radius:.25rem;z-index:2}.modal-swipe-close__bg{position:absolute;left:0;right:0;bottom:-1.25rem;height:100vh;z-index:1}.modal__header{margin-bottom:1rem}.modal__headline{font-size:1.25rem;line-height:1.5rem}.modal__body .content b,.modal__body .content strong{font-size:1rem;line-height:1.25rem}.modal__body .content ul,.modal__body .content ol{margin-top:1rem;margin-bottom:1.5rem}.modal__body .content ul{grid-template-columns:repeat(2, 1fr)}.modal__footer{margin-top:1rem}}.webp #modal-info._success .modal-wrapper{background-image:url(../images/modal-success-bg-1920.webp?c4771ac8edbd7572f08d1a328cae929a)}#modal-info{width:41.75rem}#modal-info._success .modal-wrapper{background:url(../images/modal-success-bg-1920.jpg?4e800b3ea7264f9e9ec3d4f735e5dca6) center/cover no-repeat}#modal-info .modal-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:19.0625rem;padding:3rem 2.5rem 3.25rem}#modal-info .modal__header{max-width:22.875rem;margin-bottom:1rem}#modal-info .modal__headline{font-size:2rem;line-height:2.1875rem}#modal-info .modal__body{max-width:22.875rem}#modal-info .modal__footer{max-width:18.75rem;margin-top:auto}@media screen and (max-width: 768px){#modal-info{width:37.5rem}}@media(max-width: 576px){.webp #modal-info._success .modal-wrapper{background-image:url(../images/modal-success-bg-360.webp?990e0e552780196a67c3fa1cbbde5b24)}#modal-info{width:100%;margin-top:4rem}#modal-info._success .modal-wrapper{background-image:url(../images/modal-success-bg-360.jpg?71ce8548b38416ae2b9a3d59dbeddb44)}#modal-info .modal-wrapper{min-height:31.875rem;padding:1.625rem 1.375rem 20.625rem}#modal-info .modal__header{max-width:100%;margin-bottom:.75rem}#modal-info .modal__body{max-width:100%}#modal-info .modal__footer{max-width:100%;margin-top:.75rem}}.cookie{position:fixed;left:50%;bottom:-6.25rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:grid;grid-template-columns:1fr 7.5rem;gap:1.5rem;width:37.5rem;padding:1.25rem;background:#fff;border-radius:1.5rem;-webkit-box-shadow:0px 3.77907px 36.27907px -7.55814px rgba(46,177,234,.16);box-shadow:0px 3.77907px 36.27907px -7.55814px rgba(46,177,234,.16);z-index:999999;-webkit-transition:bottom .5s 0s ease;transition:bottom .5s 0s ease}.cookie.active{bottom:.625rem;-webkit-transition:bottom .5s 1s ease;transition:bottom .5s 1s ease}.cookie__text{font-size:1rem;line-height:1.25rem}.cookie__text p:not(:first-child){margin-top:0}.cookie__text a,.cookie__text span{color:#0087cd;text-decoration:none}.cookie__text a:hover,.cookie__text span:hover{color:#00a7fd;text-decoration:underline}.cookie__text a:active,.cookie__text span:active{color:#008fd7}.cookie__action .button{width:100%;padding:.875rem 1.125rem;background:#0087cd;border-radius:1rem;font-family:"SB Sans Text",sans-serif;font-weight:600;font-size:.875rem;line-height:1.25rem;color:#fff}.cookie__action .button:hover{background:#00a7fd;color:#fff}.cookie__action .button:active{background:#008fd7;color:#fff}@media screen and (max-width: 768px){.cookie__text p:not(:first-child){margin-top:0}}@media(max-width: 576px){.cookie{bottom:-12.5rem;grid-template-columns:1fr;width:100%;padding:1rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.cookie.active{bottom:0}}
