@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
}

a {
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}

strong {
  font-weight: bold;
}

.rich-text {
  line-height: 1.55;
}
@media (min-width: 768px) {
  .rich-text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .rich-text {
    font-size: 17px;
  }
}
.rich-text *::-moz-selection {
  color: #000000;
  background: #ffcd6d;
}
.rich-text *::selection {
  color: #000000;
  background: #ffcd6d;
}
.rich-text .embed-responsive,
.rich-text .hs-embed-content-wrapper {
  margin-bottom: 20px;
}
.rich-text h1 {
  margin: 0 0 24px;
  line-height: 1;
}
@media (min-width: 1550px) {
  .rich-text h1 {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .rich-text h1 {
    font-size: 51px;
  }
}
@media (max-width: 767px) {
  .rich-text h1 {
    font-size: 40px;
  }
}
.rich-text h2 {
  margin: 0 0 24px;
  line-height: 1.1;
}
@media (min-width: 1550px) {
  .rich-text h2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .rich-text h2 {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .rich-text h2 {
    font-size: 27px;
  }
}
.rich-text h3 {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .rich-text h3 {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .rich-text h3 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.rich-text h4 {
  margin: 0 0 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .rich-text h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .rich-text h4 {
    font-size: 24px;
  }
}
.rich-text h5 {
  margin: 0 0 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .rich-text h5 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .rich-text h5 {
    font-size: 22px;
  }
}
.rich-text h6 {
  margin: 0 0 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .rich-text h6 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .rich-text h6 {
    font-size: 22px;
  }
}
.rich-text p {
  margin: 0 0 20px;
}
.rich-text a {
  color: #000000;
}
@media (hover: hover) {
  .rich-text a:hover {
    color: #6b42d6;
  }
}
.rich-text img {
  display: block;
  width: 100% !important;
  height: auto;
}
.rich-text blockquote {
  margin: 0 0 20px;
  padding: 0 0 0 26px;
  line-height: 1.55;
  border-left: 8px solid #f3f3f4;
}
@media (min-width: 768px) {
  .rich-text blockquote {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .rich-text blockquote {
    font-size: 18px;
  }
}
.rich-text blockquote footer {
  margin-top: 30px;
}
.rich-text blockquote cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  color: #878b9b;
  font-style: normal;
}
.rich-text blockquote cite img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 40px !important;
  height: 40px !important;
}
.rich-text ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.rich-text ul li {
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .rich-text ul li {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .rich-text ul li {
    padding-left: 22px;
  }
}
.rich-text ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}
@media (min-width: 768px) {
  .rich-text ul li:before {
    top: 13px;
    left: 14px;
  }
}
@media (max-width: 767px) {
  .rich-text ul li:before {
    top: 10px;
    left: 7px;
  }
}
.rich-text ol {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  counter-reset: list1;
}
.rich-text ol > li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.rich-text ol > li:before {
  position: absolute;
  top: 0;
  left: 2px;
  text-align: right;
  white-space: nowrap;
  counter-increment: list1;
  content: counter(list1) ".";
}
.rich-text ol > li > ol {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  counter-reset: list2;
}
.rich-text ol > li > ol > li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 16px;
}
.rich-text ol > li > ol > li:before {
  position: absolute;
  top: 0;
  left: 2px;
  text-align: right;
  white-space: nowrap;
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ".";
}
.rich-text ol > li > ol > li > ol {
  counter-reset: list3;
}
.rich-text ol > li > ol > li > ol > li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 5px;
}
.rich-text ol > li > ol > li > ol > li:before {
  position: absolute;
  top: 0;
  left: 2px;
  text-align: right;
  white-space: nowrap;
  counter-increment: list3;
  content: counter(list1) "." counter(list2) "." counter(list3) ".";
}
.rich-text ol li:last-child {
  margin-bottom: 0;
}
.rich-text table {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  border-collapse: collapse;
}
.rich-text table th,
.rich-text table td {
  vertical-align: top;
  border: 1px solid #000000;
}
@media (min-width: 1240px) {
  .rich-text table th,
  .rich-text table td {
    padding: 24px;
  }
}
@media (max-width: 1239px) {
  .rich-text table th,
  .rich-text table td {
    padding: 12px;
  }
}
.rich-text table th {
  font-weight: bold;
  text-align: left;
  background: #f3f3f4;
}
@media (min-width: 768px) {
  .rich-text .promo-card-widget {
    margin: 64px 0;
  }
}
@media (max-width: 767px) {
  .rich-text .promo-card-widget {
    margin: 48px 0;
  }
}
.rich-text .audio-widget .plyr__controls {
  padding-left: 0;
  padding-right: 0;
}

.dark-mode .rich-text a,
.dark-grey-mode .rich-text a {
  color: #ffffff;
}
@media (hover: hover) {
  .dark-mode .rich-text a:hover,
  .dark-grey-mode .rich-text a:hover {
    color: #6b42d6;
  }
}
.dark-mode .rich-text ul li:before,
.dark-grey-mode .rich-text ul li:before {
  background-color: #ffffff;
}
.dark-mode .rich-text table th,
.dark-mode .rich-text table td,
.dark-grey-mode .rich-text table th,
.dark-grey-mode .rich-text table td {
  border-color: #ffffff;
}
.dark-mode .rich-text table th,
.dark-grey-mode .rich-text table th {
  background: #27292f;
}

@media (max-width: 767px) {
  .table-responsive {
    margin: 0 -20px;
    padding: 0 20px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive table {
    min-width: 600px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 30px 14px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03rem;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-box-shadow ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-box-shadow ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out, 0.2s border-color ease-in-out, 0.2s box-shadow ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out, 0.2s border-color ease-in-out, 0.2s box-shadow ease-in-out, 0.2s -webkit-box-shadow ease-in-out;
}
.btn[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
@media (hover: hover) {
  .btn:hover .btn-wrap {
    padding: 0 24px 0 0;
  }
  .btn:hover .btn-wrap .btn-icon {
    left: 100%;
    -webkit-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}

.btn-wrap {
  position: relative;
  padding: 0 0 0 24px;
  -webkit-transition: 0.3s padding ease-in-out;
  transition: 0.3s padding ease-in-out;
}
.btn-wrap .btn-icon {
  position: absolute;
  top: -4px;
  left: -5px;
  margin: 0 !important;
  -webkit-transition: 0.3s left ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s left ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s left ease-in-out, 0.3s transform ease-in-out;
  transition: 0.3s left ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}

.btn-sm {
  padding: 10px 20px 9px;
  font-size: 13px;
}
.btn-sm .btn-icon {
  width: 20px;
  height: 20px;
}

.btn-default {
  color: #ffffff;
  background: #8c61fe;
  border-color: #8c61fe;
}
@media (hover: hover) {
  .btn-default:hover {
    color: #ffffff;
    background: #6b42d6;
    border-color: #6b42d6;
  }
}

.btn-green {
  color: #000000;
  background: #9dce37;
  border-color: #9dce37;
}
@media (hover: hover) {
  .btn-green:hover {
    color: #000000;
    background: #7EA52C;
    border-color: #7EA52C;
  }
}

.btn-green-light {
  color: #ffffff;
  background: #9dce37;
  border-color: #9dce37;
}
@media (hover: hover) {
  .btn-green-light:hover {
    color: #ffffff;
    background: #7EA52C;
    border-color: #7EA52C;
  }
}

.btn-dark {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
@media (hover: hover) {
  .btn-dark:hover {
    color: #ffffff;
    background: #6b42d6;
    border-color: #6b42d6;
  }
}

.btn-pink {
  color: #ffffff;
  background: #ff00d9;
  border-color: #ff00d9;
}
@media (hover: hover) {
  .btn-pink:hover {
    color: #ffffff;
    background: #ff00d9;
    border-color: #ff00d9;
    -webkit-box-shadow: 0 0 14px 5px rgba(255, 0, 217, 0.8);
    box-shadow: 0 0 14px 5px rgba(255, 0, 217, 0.8);
  }
}

.btn-bordered-default {
  color: #ffffff;
  border-color: #8c61fe;
  background: transparent;
}
@media (hover: hover) {
  .btn-bordered-default:hover {
    color: #ffffff;
    background: #6b42d6;
    border-color: #6b42d6;
  }
}

.btn-bordered-white {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
@media (hover: hover) {
  .btn-bordered-white:hover {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;
  }
  .btn-bordered-white:hover .btn-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

.btn-bordered-pink {
  color: #ff00d9;
  border-color: #ff00d9;
  background: transparent;
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 217, 0.8);
  box-shadow: 0 0 8px rgba(255, 0, 217, 0.8);
}
@media (hover: hover) {
  .btn-bordered-pink:hover {
    color: #ffffff;
    background: #ff00d9;
    border-color: #ff00d9;
  }
  .btn-bordered-pink:hover .btn-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

.btn-bordered-default-brand {
  color: #8c61fe !important;
  border-color: #8c61fe;
  background: transparent;
}
@media (hover: hover) {
  .btn-bordered-default-brand:hover {
    color: #ffffff !important;
    background: #000000;
    border-color: #000000;
  }
  .btn-bordered-default-brand:hover .btn-icon {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
}

.btn-bordered-dark {
  color: #000000;
  background: transparent;
  border-color: #000000;
}
@media (hover: hover) {
  .btn-bordered-dark:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
  }
  .btn-bordered-dark:hover .btn-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

.dark-mode .btn-bordered-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.dark-mode .btn-bordered-dark .btn-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.dark-grey-mode .btn-bordered-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.dark-grey-mode .btn-bordered-dark:hover {
  background: #111013;
}
.dark-grey-mode .btn-bordered-dark .btn-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.btn-bordered {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
@media (hover: hover) {
  .btn-bordered:hover {
    color: #ffffff;
    background: #6b42d6;
    border-color: #6b42d6;
  }
}

.btn-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -4px;
  margin-bottom: -4px;
  -webkit-transition: 0.2s -webkit-filter ease-in-out;
  transition: 0.2s -webkit-filter ease-in-out;
  transition: 0.2s filter ease-in-out;
  transition: 0.2s filter ease-in-out, 0.2s -webkit-filter ease-in-out;
}
.btn-icon:first-child {
  margin-right: 5px;
  margin-left: -5px;
}

.form-group {
  position: relative;
  margin-bottom: 43px;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0 3px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.45;
  color: #000000;
  outline: 0 none;
  -webkit-appearance: none;
}
.form-control:-webkit-autofill {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  box-shadow: 0 0 0 1000px #ffffff inset;
}

.control-label {
  position: absolute;
  left: 0;
  top: 19px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #555866;
  -webkit-transition: 0.2s top ease-in-out;
  transition: 0.2s top ease-in-out;
}
.control-label sup {
  top: 0;
  font-size: 100%;
}

.has-value .form-control + .control-label {
  top: -10px;
}

.has-error .form-control {
  border-color: red;
}

textarea.form-control {
  height: auto;
  resize: vertical;
  min-height: 44px;
}

.form-control-info {
  margin-top: 3px;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  color: rgba(85, 88, 102, 0.5);
  font-weight: 500;
}

.error-message {
  margin-top: 5px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: red;
}
.error-message sup {
  top: 0;
  font-size: 100%;
}

.has-error .choices__inner {
  border-color: red;
}

.choices {
  font-size: 21px;
  line-height: 1.45;
}
.choices__item-label {
  word-break: break-word;
}
.choices__item-custom-label {
  font-size: 12px;
  color: #878b9b;
  word-break: break-word;
}
.choices__inner {
  height: 44px;
  padding: 0 !important;
  border-width: 0 0 1px;
  border-color: #000000 !important;
  border-radius: 0 !important;
  background: none !important;
}
.choices__list--single {
  padding: 10px 40px 3px 0;
}
.choices__list--single .choices__item--selectable {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.choices__list--dropdown .choices__placeholder {
  display: none;
}
.choices__list--dropdown, .choices__list[aria-expanded] {
  z-index: 100;
}
.choices__placeholder {
  padding-top: 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #555866;
  opacity: 1;
}
.choices__item.is-selected {
  background-color: #6b42d6 !important;
  color: #ffffff;
}
.choices__item--selectable {
  font-size: 21px;
  line-height: 1.45;
}

.checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
}
.checkbox[disabled], .checkbox.disabled {
  cursor: not-allowed;
}
.checkbox[disabled] label, .checkbox.disabled label {
  cursor: not-allowed;
}
.checkbox label {
  display: block;
  min-height: 26px;
  margin-bottom: 0;
  cursor: pointer;
}
.checkbox sup {
  color: red;
}
.checkbox a {
  position: relative;
  z-index: 2;
  color: #6b42d6;
  text-decoration: none;
}
.checkbox a:hover {
  color: #000000;
}
.checkbox input[type=checkbox] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.checkbox input[type=checkbox] + span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24px;
  padding: 0 0 0 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555866;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
.checkbox input[type=checkbox] + span:empty {
  padding: 0 0 0 20px;
}
.checkbox input[type=checkbox] + span:before, .checkbox input[type=checkbox] + span:after {
  content: "";
  position: absolute;
}
.checkbox input[type=checkbox] + span:before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-color: #555866;
  -webkit-transition: 0.2s border-color ease-in-out, 0.2s background-color ease-in-out;
  transition: 0.2s border-color ease-in-out, 0.2s background-color ease-in-out;
}
.has-error .checkbox input[type=checkbox] + span:before {
  border-color: red !important;
}
.checkbox input[type=checkbox] + span:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.checkbox input[type=checkbox]:checked + span:before {
  border-color: #6b42d6;
}
.checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
  visibility: visible;
}

.checkbox input[type=checkbox] + span:before {
  border-radius: 4px;
}
.checkbox input[type=checkbox] + span:after {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 11px;
  height: 6px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hs-form-field {
  position: relative;
}
@media (min-width: 768px) {
  .hs-form-field {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hs-form-field {
    margin-bottom: 32px;
  }
}
.hs-form-field.has-value label {
  top: -10px;
}
.hs-form-field label {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 19px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #555866;
  -webkit-transition: 0.2s top ease-in-out;
  transition: 0.2s top ease-in-out;
}

.hbspt-form fieldset {
  max-width: 100% !important;
}
.hbspt-form .input {
  position: relative;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .hbspt-form .form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.hbspt-form .form-columns-2 .hs-form-field {
  float: none !important;
}
@media (min-width: 768px) {
  .hbspt-form .form-columns-2 .hs-form-field {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 767px) {
  .hbspt-form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
.hbspt-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hbspt-form .inputs-list .hs-form-radio {
  margin-bottom: 16px;
}
.hbspt-form .hs-fieldtype-radio > label {
  display: none;
}
.hbspt-form .hs-form-radio-display,
.hbspt-form .hs-form-booleancheckbox-display {
  position: relative;
  top: 0 !important;
}
.hbspt-form .hs-form-radio-display .hs-input,
.hbspt-form .hs-form-booleancheckbox-display .hs-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.hbspt-form .hs-form-radio-display .hs-input + span,
.hbspt-form .hs-form-booleancheckbox-display .hs-input + span {
  position: relative;
  display: block;
  min-height: 24px;
  padding: 4px 0 0 32px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555866;
  cursor: pointer;
  white-space: normal;
  text-transform: none;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
@media (max-width: 767px) {
  .hbspt-form .hs-form-radio-display .hs-input + span,
  .hbspt-form .hs-form-booleancheckbox-display .hs-input + span {
    font-size: 12px;
  }
}
.hbspt-form .hs-form-radio-display .hs-input + span:before, .hbspt-form .hs-form-radio-display .hs-input + span:after,
.hbspt-form .hs-form-booleancheckbox-display .hs-input + span:before,
.hbspt-form .hs-form-booleancheckbox-display .hs-input + span:after {
  content: "";
  position: absolute;
}
.hbspt-form .hs-form-radio-display .hs-input + span:before,
.hbspt-form .hs-form-booleancheckbox-display .hs-input + span:before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-color: #555866;
  -webkit-transition: 0.2s border-color ease-in-out, 0.2s background-color ease-in-out;
  transition: 0.2s border-color ease-in-out, 0.2s background-color ease-in-out;
}
.has-error .hbspt-form .hs-form-radio-display .hs-input + span:before,
.has-error .hbspt-form .hs-form-booleancheckbox-display .hs-input + span:before {
  border-color: red !important;
}
.hbspt-form .hs-form-radio-display .hs-input + span:after,
.hbspt-form .hs-form-booleancheckbox-display .hs-input + span:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.hbspt-form .hs-form-radio-display .hs-input:checked + span:before,
.hbspt-form .hs-form-booleancheckbox-display .hs-input:checked + span:before {
  border-color: #6b42d6;
}
.hbspt-form .hs-form-radio-display .hs-input:checked + span:after,
.hbspt-form .hs-form-booleancheckbox-display .hs-input:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.hbspt-form .hs-form-radio-display .hs-input + span:before {
  border-radius: 50%;
}
.hbspt-form .hs-form-radio-display .hs-input + span:after {
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #000000;
  border-radius: 50%;
}
.hbspt-form .hs-form-booleancheckbox-display .hs-input + span:before {
  border-radius: 4px;
}
.hbspt-form .hs-form-booleancheckbox-display .hs-input + span:after {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 11px;
  height: 6px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hs_message__custom_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hs_message__custom_ .input {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.hs_message__custom_ .hs-error-msgs {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.hs_message__custom_ .hs-field-desc {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 10px;
  font-size: 12px;
}
.hs_message__custom_ .hs-field-desc a {
  color: #000000;
}
@media (hover: hover) {
  .hs_message__custom_ .hs-field-desc a:hover {
    color: #6b42d6;
  }
}

.hs_submit {
  margin-top: 25px;
}

.hs-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 30px 14px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03rem;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out, 0.2s border-color ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out, 0.2s border-color ease-in-out;
}
.hs-button.primary {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
@media (hover: hover) {
  .hs-button.primary:hover {
    color: #ffffff;
    background: #6b42d6;
    border-color: #6b42d6;
  }
}

.hs-form-required {
  top: 0;
  font-size: 100%;
}

.hs-input {
  display: block;
  width: 100% !important;
  height: auto;
  padding: 10px 0 3px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.45;
  color: #000000;
  outline: 0 none;
  -webkit-appearance: none;
}
.hs-input:-webkit-autofill {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  box-shadow: 0 0 0 1000px #ffffff inset;
}
.hs-input::-webkit-input-placeholder {
  font-size: 0;
}
.hs-input::-moz-placeholder {
  font-size: 0;
}
.hs-input:-moz-placeholder {
  font-size: 0;
}
.hs-input:-ms-input-placeholder {
  font-size: 0;
}

.no-list.inputs-list {
  position: relative;
  list-style: none;
}
.no-list.inputs-list label {
  position: static;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  color: red;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.hs-embed-wrapper {
  max-width: none !important;
}

.hs-field-desc {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.5;
}

.hs_submit.hs-submit .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-email-form-inline .hs-form-booleancheckbox {
  margin-top: 24px;
}
.hs-email-form-inline .hs-gdpr_custom {
  margin-bottom: 0;
}
.hs-email-form-inline .hs_error_rollup {
  display: none;
}

@media (min-width: 768px) {
  .hs-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .hs-form-row .hs-form-field {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .hs-form-row .hs-form-field {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .hs-form-row .hs-submit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 24px;
  }
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  -ms-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, 0.9019607843);
  border: var(--plyr-menu-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1019607843);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(0, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%) scale(1);
  -ms-transform: translate(-50%) scale(1);
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translateY(10px) scale(0.8);
  -ms-transform: translateY(10px) scale(0.8);
  transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translateY(10px) scale(0.8);
  -ms-transform: translateY(10px) scale(0.8);
  transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  -ms-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7490196078)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.2509803922);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px) scale(0.8);
  -ms-transform: translateY(10px) scale(0.8);
  transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7490196078)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

:root {
  --max-width: 1660px;
  --plyr-audio-control-background-hover: #e0e0e0;
  --plyr-range-fill-background: #000000;
  --plyr-range-track-height: 3px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
}

body {
  font-family: "Poppins", sans-serif;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.word {
  display: inline-block;
}

.char {
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.char-separator {
  display: block;
}

.dark-grey-mode {
  background-color: #111013;
  color: #ffffff;
}
.dark-grey-mode .footer__logo-i path {
  fill: #ffffff;
}
.dark-grey-mode .footer__copyright {
  color: #878b9b;
}
.dark-grey-mode .footer__sub-link {
  color: #ffffff;
}
.dark-grey-mode .footer__sub-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.dark-grey-mode .footer__contact-widget {
  border-color: #ffffff;
}
.dark-grey-mode .footer__contact-widget:before {
  border-color: #ffffff;
}
.dark-grey-mode .footer__contact-widget:after {
  background-color: #111013;
  border-color: #ffffff;
}
.dark-grey-mode .footer__contact-widget .contact-widget {
  background-color: #111013;
}
.dark-grey-mode .footer__contact-widget .contact-widget .btn {
  color: #ffffff;
  border-color: #ffffff;
}
@media (hover: hover) {
  .dark-grey-mode .footer__contact-widget .contact-widget .btn:hover {
    color: #111013;
    border-color: #ffffff;
    background-color: #ffffff;
  }
}
.dark-grey-mode .footer .hs-input {
  background: #111013;
  color: #ffffff;
  border-color: #ffffff;
}
.dark-grey-mode .footer .hs-input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px #111013 inset;
  box-shadow: 0 0 0 1000px #111013 inset;
}

.dark-mode {
  background-color: #000000;
  color: #ffffff;
}
.dark-mode .footer__logo-i path {
  fill: #ffffff;
}
.dark-mode .footer__copyright {
  color: #878b9b;
}
.dark-mode .footer__sub-link {
  color: #ffffff;
}
.dark-mode .footer__sub-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.dark-mode .footer__contact-widget {
  border-color: #ffffff;
}
.dark-mode .footer__contact-widget:before {
  border-color: #ffffff;
}
.dark-mode .footer__contact-widget:after {
  background-color: #000000;
  border-color: #ffffff;
}
.dark-mode .footer__contact-widget .contact-widget {
  background-color: #000000;
}
.dark-mode .footer__contact-widget .contact-widget .btn {
  color: #ffffff;
  border-color: #ffffff;
}
@media (hover: hover) {
  .dark-mode .footer__contact-widget .contact-widget .btn:hover {
    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
  }
}
.dark-mode .footer .hs-input {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.dark-mode .footer .hs-input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px #000000 inset;
  box-shadow: 0 0 0 1000px #000000 inset;
}

.under-form a {
  color: #000000;
}
@media (hover: hover) {
  .under-form a:hover {
    color: #6b42d6;
  }
}

.header {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
}
.header.is-hidden {
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
@media (max-width: 1239px) {
  .header.is-open .header__aside {
    display: block;
  }
}
@media (min-width: 768px) {
  .header_has-panel .header__aside {
    top: 80px;
  }
  .header_has-panel .header__aside:after {
    top: 39px;
    height: 81px;
  }
}
@media (max-width: 767px) {
  .header_has-panel .header__aside {
    top: 60px;
    padding-top: 76px;
  }
  .header_has-panel .header__aside:after {
    top: 36px;
    height: 50px;
  }
}
@media (max-width: 1239px) {
  .header_has-panel .header__aside:after {
    content: "";
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    background-color: #000000;
  }
}
.header_sticky .header__aside:after {
  content: none;
}
.header__panel {
  padding: 9px 20px;
  background-color: #6b42d6;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .header__panel {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header__panel {
    font-size: 13px;
  }
}
.header__panel a {
  max-width: 100%;
  color: #ffffff;
  text-decoration: none;
}
@media (hover: hover) {
  .header__panel a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
.header__bg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #000000;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header__inner {
    padding: 16px 0;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .header__inner {
    padding: 6px 0;
    height: 60px;
  }
}
.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  display: block;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header__logo_vr .header__logo-image {
    margin-bottom: -7px;
    width: 332px;
    height: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__logo_vr .header__logo-image {
    margin-top: 2px;
    width: 242px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .header__logo_vr .header__logo-image {
    margin-top: 3px;
    width: 205px;
    height: 34px;
  }
}
.header__logo-image {
  display: block;
  width: 158px;
  height: 26px;
}
.header__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1240px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1550px) {
  .header__menu-item {
    margin-right: 40px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .header__menu-item {
    margin-right: 25px;
  }
}
@media (max-width: 1239px) {
  .header__menu-item {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1240px) {
  .header__menu-item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1239px) {
  .header__menu-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) and (hover: hover) {
  .header__menu-item:hover .header__sub {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 1240px) and (hover: hover) {
  .header__menu-item:hover .header__caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.header__menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
@media (min-width: 1240px) {
  .header__menu-link {
    font-size: 14px;
    line-height: 1.35;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .header__menu-link {
    font-size: 80px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-link {
    font-size: 10vw;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .header__menu-link {
    font-size: 9vw;
    line-height: 1;
  }
}
@media (hover: hover) {
  .header__menu-link:hover {
    color: #8c61fe;
  }
  .header__menu-link:hover .header__caret path {
    fill: #8c61fe;
  }
}
@media (hover: hover) and (max-width: 1239px) {
  .header__menu-link:hover .header__caret path {
    stroke: #8c61fe;
  }
}
@media (max-width: 1239px) {
  .header__menu-link.is-open .header__caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.header__sub {
  display: none;
  margin: 0;
  list-style: none;
}
@media (min-width: 1240px) {
  .header__sub {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 24px 0 12px;
    opacity: 0;
    -webkit-transition: 0.4s opacity ease-in-out;
    transition: 0.4s opacity ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header__sub:before, .header__sub:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
  }
  .header__sub:before {
    right: 100%;
  }
  .header__sub:after {
    left: 100%;
  }
}
@media (max-width: 1239px) {
  .header__sub {
    padding: 20px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1239px) {
  .header__sub.is-open {
    display: block;
  }
}
.header__sub-item {
  margin-bottom: 20px;
}
.header__sub-item:last-child {
  margin-bottom: 0;
}
.header__sub-link {
  display: inline-block;
  vertical-align: top;
  line-height: 1.35;
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
}
@media (min-width: 1240px) {
  .header__sub-link {
    font-size: 14px;
    text-transform: uppercase;
  }
}
@media (max-width: 1239px) {
  .header__sub-link {
    font-size: 21px;
  }
}
@media (hover: hover) {
  .header__sub-link:hover {
    color: #6b42d6;
  }
}
.header__caret {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .header__caret {
    width: 44px;
    height: 44px;
  }
}
.header__caret path {
  -webkit-transition: 0.2s fill ease-in-out, 0.2s stroke ease-in-out;
  transition: 0.2s fill ease-in-out, 0.2s stroke ease-in-out;
}
@media (max-width: 1239px) {
  .header__caret path {
    stroke-width: 1px;
    stroke: #ffffff;
  }
}
@media (min-width: 1240px) {
  .header__aside {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .header__aside .header__controls {
    display: none;
  }
}
@media (max-width: 1239px) {
  .header__aside {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #000000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .header__aside {
    top: 80px;
    height: calc(100vh - 80px);
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .header__aside {
    top: 60px;
    height: calc(100vh - 60px);
    padding: 40px 20px 60px;
  }
}
.header__controls {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .header__controls {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1550px) {
  .header__controls {
    margin-left: 54px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .header__controls {
    margin-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .header__controls {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .header__controls {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .header__controls_main {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__controls-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .header__controls-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .header__controls-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header__control {
    width: 100%;
  }
}
.header__menu-toggle {
  position: relative;
  z-index: 5;
  width: 48px;
  height: 48px;
  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;
  margin-left: auto;
  padding: 0;
  background: none;
  border: 0 none;
  outline: 0 none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1240px) {
  .header__menu-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__menu-toggle {
    margin-right: -10px;
  }
}
.header__menu-toggle.is-open .header__menu-toggle-icon {
  background: transparent;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.header__menu-toggle.is-open .header__menu-toggle-icon:before, .header__menu-toggle.is-open .header__menu-toggle-icon:after {
  top: 0;
  width: 24px;
  -webkit-transition: 0.2s background-color ease-in-out, 0.2s top ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s top ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s transform 0.2s ease-out, 0.2s top ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s transform 0.2s ease-out, 0.2s top ease-out, 0.2s -webkit-transform 0.2s ease-out;
}
.header__menu-toggle.is-open .header__menu-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__menu-toggle.is-open .header__menu-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__menu-toggle-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-color 0.2s ease-in-out;
  transition: 0.2s background-color 0.2s ease-in-out;
}
.header__menu-toggle-icon:before, .header__menu-toggle-icon:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-color ease-in-out, 0.2s top 0.2s ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s top 0.2s ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s top 0.2s ease-out, 0.2s transform ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s top 0.2s ease-out, 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
}
.header__menu-toggle-icon:before {
  top: -7px;
  width: 24px;
}
.header__menu-toggle-icon:after {
  top: 7px;
  width: 16px;
}

.footer {
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 83px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .footer__main {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .footer__menu {
    font-size: 15px;
  }
}
@media (max-width: 1549px) {
  .footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__menu {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    font-size: 14px;
  }
}
.footer__menu-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .footer__menu-item {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__menu-item {
    width: 33.333333%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer__menu-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer__menu-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__menu-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__menu-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__menu-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .footer__menu-item:last-child {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    padding: 25px 0 0;
  }
  .footer__menu-item:last-child .footer__menu-title {
    display: none;
  }
  .footer__menu-item:last-child .footer__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
  }
  .footer__menu-item:last-child .footer__sub-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 24px 12px 0;
  }
  .footer__menu-item:last-child .footer__sub-label {
    display: none;
  }
}
.footer__menu-title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .footer__menu-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .footer__menu-title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.footer__sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__sub-item {
  margin-bottom: 11px;
}
.footer__sub-item:last-child {
  margin-bottom: 0;
}
.footer__sub-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  color: #000000;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__sub-link:hover {
    color: #6b42d6;
  }
}
@media (min-width: 768px) {
  .footer__sub-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: -1px 12px -1px 0;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .footer__sub-icon {
    width: 32px;
    height: 32px;
  }
}
.footer__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1550px) {
  .footer__aside {
    width: 16.666666%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .footer__aside {
    width: 30%;
  }
}
@media (max-width: 1239px) {
  .footer__aside {
    display: none;
  }
}
.footer__contact-widget {
  position: relative;
}
@media (min-width: 1024px) {
  .footer__contact-widget {
    border-width: 1px 0 1px 1px;
    border-color: #000000;
    border-style: solid;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .footer__contact-widget:hover:before {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@media (min-width: 1024px) {
  .footer__contact-widget .contact-widget {
    padding: 40px 0 40px 40px;
    background-color: #ffffff;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__contact-widget {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .footer__contact-widget {
    padding: 24px 16px;
  }
}
@media (max-width: 1023px) {
  .footer__contact-widget {
    border: 1px solid #000000;
  }
}
@media (min-width: 1024px) {
  .footer__contact-widget:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 100%;
    width: 50vw;
    background-color: #ffffff;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}
@media (min-width: 1024px) {
  .footer__contact-widget:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    border: 1px solid #000000;
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
  }
}
@media (min-width: 1550px) {
  .footer__contact-widget:before {
    width: 130%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .footer__contact-widget:before {
    width: 85%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .footer__contact-widget:before {
    width: 110%;
  }
}
.footer__logo {
  overflow: hidden;
}
.footer__logo-i {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copyright {
  font-size: 15px;
  line-height: 1.5;
  color: #555866;
}
@media (min-width: 768px) {
  .footer__copyright {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer__copyright {
    padding: 12px 0;
  }
}
@media (max-width: 1023px) {
  .footer__copyright {
    padding-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.contact-widget__head {
  margin-bottom: 25px;
}
.contact-widget__title {
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.contact-widget__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.contact-widget .form-group {
  margin-bottom: 25px;
}
.contact-widget .btn {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.contact-widget .hs-fieldtype-booleancheckbox {
  margin: -24px 0 16px;
}

@media (min-width: 768px) {
  .promo-posts {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .promo-posts {
    padding: 80px 0;
  }
}
.promo-posts__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .promo-posts__title {
    margin: 0 0 64px;
  }
}
@media (min-width: 1550px) {
  .promo-posts__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .promo-posts__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .promo-posts__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .promo-posts__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
.promo-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .promo-posts__list {
    border: 1px solid #000000;
  }
}
@media (max-width: 1023px) {
  .promo-posts__list {
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.promo-posts__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .promo-posts__list-item {
    border-right: 1px solid #000000;
  }
}
@media (min-width: 1024px) {
  .promo-posts__list-item {
    width: 33.333333%;
  }
}
@media (min-width: 1240px) {
  .promo-posts__list-item {
    padding: 32px;
  }
}
@media (max-width: 1239px) {
  .promo-posts__list-item {
    padding: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-posts__list-item {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  .promo-posts__list-item {
    width: 85vw;
  }
}
@media (max-width: 1023px) {
  .promo-posts__list-item {
    border: 1px solid #000000;
    margin-right: -1px;
  }
}
@media (min-width: 1024px) {
  .promo-posts__list-item:last-child {
    border-right: 0 none;
  }
}
@media (max-width: 1023px) {
  .promo-posts__list-item:last-child {
    margin-right: 0;
  }
}

.dark-mode .promo-posts {
  border-bottom: 1px solid #ffffff;
}
.dark-mode .promo-posts__list {
  border-color: #ffffff;
}
.dark-mode .promo-posts__list-item {
  border-color: #ffffff;
}

.dark-grey-mode .promo-posts {
  border-bottom: 1px solid #27292f;
}
.dark-grey-mode .promo-posts__list {
  border-color: #27292f;
}
.dark-grey-mode .promo-posts__list-item {
  border-color: #27292f;
}

.post-tile {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
}
@media (hover: hover) {
  .post-tile:hover .post-tile__title-inner {
    background-size: 100% 1px;
  }
}
.post-tile_big .post-tile__image {
  margin-bottom: 22px;
  padding-bottom: 54.2%;
}
.post-tile_big .post-tile__date {
  margin-bottom: 20px;
}
.post-tile_big .post-tile__title {
  margin: 0 0 15px;
  line-height: 1.2;
}
@media (min-width: 1550px) {
  .post-tile_big .post-tile__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .post-tile_big .post-tile__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .post-tile_big .post-tile__title {
    font-size: 27px;
    -webkit-line-clamp: 3;
  }
}
.post-tile_big .post-tile__text {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .post-tile_big .post-tile__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .post-tile_big .post-tile__text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .post-tile_big .post-tile__tags {
    padding-top: 25px;
  }
}
.post-tile__image {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 32px;
}
.post-tile__image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-tile__date {
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.post-tile__title {
  margin: 0 0 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05rem;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-tile__title-inner {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(#000000, #000000);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 1s background-size cubic-bezier(0, 0.57, 0.55, 1);
  transition: 1s background-size cubic-bezier(0, 0.57, 0.55, 1);
  will-change: background-size;
}
.post-tile__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-tile__tags {
  margin-top: auto;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-tile__tags-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #878b9b;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .post-tile__tags-item {
    font-size: 12px;
  }
}
.post-tile__tags-item:last-child {
  margin-right: 0;
}

.dark-mode .post-tile,
.dark-grey-mode .post-tile {
  color: #ffffff;
}
.dark-mode .post-tile__title-inner,
.dark-grey-mode .post-tile__title-inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
}

.usecases {
  overflow: hidden;
}
@media (min-width: 768px) {
  .usecases {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .usecases {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .usecases_main {
    padding: 145px 0 0;
  }
}
@media (max-width: 767px) {
  .usecases_main {
    padding: 80px 0 0;
  }
}
@media (min-width: 768px) {
  .usecases__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.usecases__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .usecases__title {
    margin: 0 0 68px;
  }
}
@media (min-width: 1550px) {
  .usecases__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .usecases__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .usecases__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .usecases__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
@media (min-width: 1240px) {
  .usecases__title_main {
    margin: 0 0 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .usecases__title_main {
    margin: 0 0 48px;
  }
}
@media (min-width: 1550px) {
  .usecases__title_main {
    font-size: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .usecases__title_main {
    font-size: 64px;
  }
}
.usecases__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.45;
}
@media (min-width: 1550px) {
  .usecases__text {
    width: 25%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .usecases__text {
    width: 35%;
  }
}
@media (min-width: 1240px) {
  .usecases__text {
    padding-top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .usecases__text {
    padding-top: 10px;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .usecases__text {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .usecases__text {
    padding-top: 5px;
    width: 50%;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .usecases__text {
    margin-bottom: 40px;
    font-size: 17px;
  }
}
.usecases__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .usecases__list {
    border: 1px solid #000000;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .usecases__list {
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) {
  .usecases__list_single {
    border: 0 none;
  }
  .usecases__list_single + .usecases__footer {
    display: none;
  }
}
@media (min-width: 768px) {
  .usecases__list_single .usecases__list-item:first-child {
    border: 1px solid #000000;
  }
}
@media (max-width: 767px) {
  .usecases__list_single .usecases__list-item:first-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .usecases__list_single .usecases__list-item:last-child {
    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;
  }
}
@media (max-width: 767px) {
  .usecases__list_single .usecases__list-item:last-child {
    display: none;
  }
}
.usecases__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1549px) {
  .usecases__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .usecases__list-item {
    width: 50%;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}
@media (min-width: 1240px) {
  .usecases__list-item {
    padding: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .usecases__list-item {
    padding: 48px 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .usecases__list-item {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .usecases__list-item {
    padding: 16px;
    width: 85vw;
    border: 1px solid #000000;
    margin-right: -1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .usecases__list-item:nth-child(even) {
    border-right: 0 none;
  }
}
@media (min-width: 768px) {
  .usecases__list-item:nth-last-child(-n+2) {
    border-bottom: 0 none;
  }
}
@media (max-width: 767px) {
  .usecases__list-item:last-child {
    margin-right: 0;
  }
}
.usecases__list-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1550px) {
  .usecases__list-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto;
    margin-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .usecases__list-footer {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .usecases__list-footer {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .usecases__list-head {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .usecases__list-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .usecases__list-head {
    margin-bottom: 20px;
  }
}
.usecases__list-label {
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #878b9b;
}
.usecases__list-title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .usecases__list-title {
    margin: 0 0 16px;
  }
}
@media (min-width: 1550px) {
  .usecases__list-title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .usecases__list-title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .usecases__list-title {
    margin: 0 0 8px;
    font-size: 27px;
    line-height: 1.2;
  }
}
.usecases__list-text {
  line-height: 1.45;
}
@media (min-width: 1024px) {
  .usecases__list-text {
    font-size: 21px;
  }
}
@media (max-width: 1023px) {
  .usecases__list-text {
    font-size: 17px;
  }
}
.usecases__list-media {
  margin-top: auto;
  position: relative;
  padding-bottom: 62.5%;
}
.usecases__list-image, .usecases__list-video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .usecases__list-button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .usecases__footer {
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .usecases__footer {
    margin-top: 40px;
  }
}
.usecases__footer_hide {
  display: none;
}
@media (min-width: 768px) {
  .usecases__tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    padding-bottom: 1px;
  }
}
.usecases__tiles-item {
  display: none;
}
@media (min-width: 768px) {
  .usecases__tiles-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 -1px -1px 0;
    border: 1px solid #000000;
  }
}
@media (min-width: 1240px) {
  .usecases__tiles-item {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .usecases__tiles-item {
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .usecases__tiles-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .usecases__tiles-item {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .usecases__tiles-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .usecases__tiles-item.active {
    display: block;
  }
}
@media (min-width: 768px) {
  .usecases__tiles .case-card {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .usecases__tiles .case-card {
    padding: 16px;
    border: 1px solid #000000;
  }
}
.usecases__ticker {
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
  width: 100vw;
}

.custom-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: 0 none;
  outline: 0 none;
  -webkit-transition: 0.4s padding ease-in-out, 0.4s color ease-in-out;
  transition: 0.4s padding ease-in-out, 0.4s color ease-in-out;
}
@media (min-width: 1240px) {
  .custom-link {
    font-size: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .custom-link {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .custom-link {
    height: 64px;
    padding: 0 0 0 103px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-link {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .custom-link {
    padding: 0 0 0 85px;
    font-size: 22px;
    height: 46px;
  }
}
@media (hover: hover) {
  .custom-link:hover {
    padding: 0 103px 0 0;
  }
}
@media (hover: hover) {
  .custom-link:hover .custom-link__icon {
    left: 100%;
    -webkit-transform: translateX(-88px);
    -ms-transform: translateX(-88px);
    transform: translateX(-88px);
  }
}
@media (hover: hover) {
  .custom-link_pink:hover .custom-link__icon {
    background-color: #ff00d9;
  }
  .custom-link_pink:hover .custom-link__label {
    color: #ff00d9;
  }
}
.custom-link_pink .custom-link__icon {
  background-color: #ff00d9 !important;
  -webkit-box-shadow: 0 0 14px 5px rgba(255, 0, 217, 0.8);
  box-shadow: 0 0 14px 5px rgba(255, 0, 217, 0.8);
}
.custom-link_pink .custom-link__icon-i path {
  fill: #ffffff !important;
}
.custom-link_pink .custom-link__label {
  color: #ffffff;
}
.custom-link_light {
  color: #ffffff;
}
@media (hover: hover) {
  .custom-link_light:hover .custom-link__icon {
    background-color: #6b42d6;
  }
}
@media (hover: hover) {
  .custom-link_light:hover .custom-link__icon-i path {
    fill: #ffffff;
  }
}
.custom-link_light .custom-link__icon {
  background-color: #ffffff;
}
.custom-link_light .custom-link__icon-i path {
  fill: #000000;
}
.custom-link_dark {
  color: #000000;
}
@media (hover: hover) {
  .custom-link_dark:hover .custom-link__icon {
    background-color: #6b42d6;
  }
}
@media (hover: hover) {
  .custom-link_dark:hover .custom-link__icon-i path {
    fill: #ffffff;
  }
}
.custom-link_dark .custom-link__icon {
  background-color: #000000;
}
.custom-link_dark .custom-link__icon-i path {
  fill: #ffffff;
}
.custom-link_brand {
  color: #8c61fe;
}
@media (hover: hover) {
  .custom-link_brand:hover {
    color: #000000;
  }
}
@media (hover: hover) {
  .custom-link_brand:hover .custom-link__icon {
    background-color: #000000;
  }
}
@media (hover: hover) {
  .custom-link_brand:hover .custom-link__icon-i path {
    fill: #ffffff;
  }
}
.custom-link_brand .custom-link__icon {
  background-color: #8c61fe;
}
.custom-link_brand .custom-link__icon-i path {
  fill: #ffffff;
}
.custom-link_gr-light {
  color: #ffffff;
}
@media (hover: hover) {
  .custom-link_gr-light:hover {
    color: #6b42d6;
  }
}
.custom-link_gr-light .custom-link__icon {
  background: -webkit-gradient(linear, left top, right top, from(#6b42d6), to(#f07123));
  background: linear-gradient(to right, #6b42d6 0%, #f07123 100%);
}
.custom-link_gr-light .custom-link__icon-i path {
  fill: #ffffff;
}
.custom-link_green {
  color: #ffffff;
}
@media (hover: hover) {
  .custom-link_green:hover .custom-link__icon {
    background-color: #9dce37;
  }
}
@media (hover: hover) {
  .custom-link_green:hover .custom-link__icon-i path {
    fill: #000000;
  }
}
.custom-link_green .custom-link__icon {
  background-color: #9dce37;
}
.custom-link_green .custom-link__icon-i path {
  fill: #000000;
}
.custom-link__icon {
  position: absolute;
  top: 0;
  left: 0;
  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;
  border-radius: 32px;
  -webkit-transition: 0.4s background-color ease-in-out, 0.4s left ease-in-out, 0.4s -webkit-transform ease-in-out;
  transition: 0.4s background-color ease-in-out, 0.4s left ease-in-out, 0.4s -webkit-transform ease-in-out;
  transition: 0.4s background-color ease-in-out, 0.4s left ease-in-out, 0.4s transform ease-in-out;
  transition: 0.4s background-color ease-in-out, 0.4s left ease-in-out, 0.4s transform ease-in-out, 0.4s -webkit-transform ease-in-out;
}
@media (min-width: 768px) {
  .custom-link__icon {
    width: 88px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .custom-link__icon {
    width: 70px;
    height: 46px;
  }
}
.custom-link__icon-i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17px;
  height: 18px;
}
.custom-link__icon-i path {
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.custom-link__label {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}

.inline-video {
  position: relative;
}
.inline-video_with-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .inline-video_with-overlay:after {
    height: 250px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
}
@media (max-width: 767px) {
  .inline-video_with-overlay:after {
    height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, #000000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 80%);
  }
}
.inline-video__el {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inline-video__info {
  position: absolute;
  z-index: 2;
  color: #ffffff;
}
@media (min-width: 768px) {
  .inline-video__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 42px;
    bottom: 33px;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .inline-video__info {
    left: 20px;
    right: 20px;
    bottom: 24px;
  }
}
@media (min-width: 768px) {
  .inline-video__info-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .inline-video__info-button {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .inline-video__info-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.inline-video__title {
  margin-bottom: 4px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
}
.inline-video__label {
  font-size: 12px;
  line-height: 1.5;
  color: #555866;
}
.inline-video__toggle, .inline-video__control {
  position: absolute;
  z-index: 5;
  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;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
  .inline-video__toggle, .inline-video__control {
    top: 50%;
    left: 50%;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .inline-video__toggle, .inline-video__control {
    bottom: 24px;
    right: 20px;
    padding: 10px 20px;
    min-width: 90px;
    font-size: 13px;
  }
}
.inline-video__toggle.active .inline-video__toggle-play {
  display: none;
}
.inline-video__toggle.active .inline-video__toggle-pause {
  display: block;
}
.inline-video__toggle-play, .inline-video__toggle-pause {
  pointer-events: none;
}
.inline-video__toggle-pause {
  display: none;
}
.inline-video__control.active .inline-video__control-sound {
  display: none;
}
.inline-video__control.active .inline-video__control-mute {
  display: block;
}
.inline-video__control-sound, .inline-video__control-mute {
  pointer-events: none;
}
.inline-video__control-mute {
  display: none;
}

.promo-reel {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  outline: 0 none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1024px) {
  .promo-reel {
    cursor: none;
  }
}
@media (min-width: 768px) {
  .promo-reel {
    padding-bottom: 56%;
  }
}
@media (max-width: 767px) {
  .promo-reel {
    padding-bottom: 66%;
  }
}
.promo-reel__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  outline: 0 none;
}
.promo-reel__control {
  position: absolute;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  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;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1024px) {
  .promo-reel__control {
    top: 50%;
    left: 50%;
    width: 106px;
    height: 106px;
    font-size: 18px;
    margin: -53px 0 0 -53px;
    border-radius: 50%;
  }
}
@media (max-width: 1023px) {
  .promo-reel__control {
    top: auto !important;
    left: 20px !important;
    bottom: 20px !important;
    padding: 10px 20px;
    min-width: 90px;
    font-size: 13px;
  }
}
.promo-reel__control.active .promo-reel__control-mute {
  display: block;
}
.promo-reel__control.active .promo-reel__control-sound {
  display: none;
}
.promo-reel__control-mute {
  display: none;
}

@-webkit-keyframes scaleUpDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shadowGlow {
  0% {
    text-shadow: 0 6px 6px rgba(255, 0, 217, 0.5), 6px 0 6px rgba(255, 0, 217, 0.5), 0 -6px 6px rgba(255, 0, 217, 0.5), -6px 0 6px rgba(255, 0, 217, 0.5);
  }
  50% {
    text-shadow: 0 6px 12px #ff00d9, 6px 0 12px #ff00d9, 0 -6px 12px #ff00d9, -6px 0 12px #ff00d9;
  }
  100% {
    text-shadow: 0 6px 6px rgba(255, 0, 217, 0.5), 6px 0 6px rgba(255, 0, 217, 0.5), 0 -6px 6px rgba(255, 0, 217, 0.5), -6px 0 6px rgba(255, 0, 217, 0.5);
  }
}
@keyframes shadowGlow {
  0% {
    text-shadow: 0 6px 6px rgba(255, 0, 217, 0.5), 6px 0 6px rgba(255, 0, 217, 0.5), 0 -6px 6px rgba(255, 0, 217, 0.5), -6px 0 6px rgba(255, 0, 217, 0.5);
  }
  50% {
    text-shadow: 0 6px 12px #ff00d9, 6px 0 12px #ff00d9, 0 -6px 12px #ff00d9, -6px 0 12px #ff00d9;
  }
  100% {
    text-shadow: 0 6px 6px rgba(255, 0, 217, 0.5), 6px 0 6px rgba(255, 0, 217, 0.5), 0 -6px 6px rgba(255, 0, 217, 0.5), -6px 0 6px rgba(255, 0, 217, 0.5);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(10vw, -10vw) scale(1.5);
    transform: translate(10vw, -10vw) scale(1.5);
    background: #121415;
  }
  60% {
    -webkit-transform: translate(-55vw, -80vh) scale(2);
    transform: translate(-55vw, -80vh) scale(2);
    background: #3D7D38;
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(10vw, -10vw) scale(1.5);
    transform: translate(10vw, -10vw) scale(1.5);
    background: #121415;
  }
  60% {
    -webkit-transform: translate(-55vw, -80vh) scale(2);
    transform: translate(-55vw, -80vh) scale(2);
    background: #3D7D38;
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.page-intro {
  position: relative;
  background-color: #000000;
}
.page-intro_gr .page-intro__label {
  background-image: -webkit-gradient(linear, left top, right top, from(#6b42d6), to(#f07123));
  background-image: linear-gradient(to right, #6b42d6 0%, #f07123 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-intro_gr .page-intro__title {
  line-height: 1.2;
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .page-intro_gr .page-intro__title {
    font-size: 108px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .page-intro_gr .page-intro__title {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-intro_gr .page-intro__title {
    font-size: 68px;
  }
}
.page-intro_gr .page-intro__title span {
  min-height: 1.2em;
  background-image: -webkit-gradient(linear, left top, right top, from(#6b42d6), to(#f07123));
  background-image: linear-gradient(to right, #6b42d6 0%, #f07123 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .page-intro_gr .page-intro__title span {
    display: block;
  }
}
@media (min-width: 1550px) {
  .page-intro_gr .page-intro__subtitle {
    width: 70%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .page-intro_gr .page-intro__subtitle {
    width: 70%;
    font-size: 34px;
  }
}
@media (min-width: 1024px) {
  .page-intro_default .page-intro__inner {
    padding-right: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-intro_default .page-intro__inner {
    padding-right: 200px;
  }
}
@media (min-width: 768px) {
  .page-intro_default .page-intro__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .page-intro_default .page-intro__icon {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-intro_default .page-intro__icon {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .page-intro_default .page-intro__icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-intro_default .page-intro__title span {
    display: block;
  }
}
.page-intro_simple .page-intro__inner {
  height: auto;
  min-height: auto;
}
@media (min-width: 768px) {
  .page-intro_simple .page-intro__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-intro_simple .page-intro__inner {
    padding: 160px 0 80px;
  }
}
.page-intro_simple .page-intro__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (min-width: 1550px) {
  .page-intro_simple .page-intro__title {
    font-size: 128px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .page-intro_simple .page-intro__title {
    font-size: 103px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .page-intro_simple .page-intro__title {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  .page-intro_simple .page-intro__title {
    font-size: 60px;
  }
}
@media (max-width: 400px) {
  .page-intro_simple .page-intro__title {
    font-size: 14vw;
  }
}
.page-intro_pink .page-intro__icon {
  bottom: 40px;
  -webkit-animation: scaleUpDown 3s linear infinite;
  animation: scaleUpDown 3s linear infinite;
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .page-intro_pink .page-intro__title {
    font-size: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .page-intro_pink .page-intro__title {
    font-size: 80px;
  }
}
.page-intro_pink .page-intro__title span {
  color: #ffffff;
  -webkit-animation: shadowGlow 2s linear infinite;
  animation: shadowGlow 2s linear infinite;
}
@media (max-width: 767px) {
  .page-intro_pink .page-intro__footer {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .page-intro_has-top-offset .breadcrumbs {
    padding: 132px 0 0 !important;
  }
}
@media (max-width: 767px) {
  .page-intro_has-top-offset .breadcrumbs {
    padding: 100px 20px 0 !important;
  }
}
.page-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-intro__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-intro__body {
  position: relative;
}
.page-intro__inner {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-intro__inner {
    height: 100vh;
    min-height: 750px;
    padding: 160px 0 60px;
  }
}
@media (max-width: 767px) {
  .page-intro__inner {
    padding: 120px 0 60px;
  }
}
.page-intro__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1240px) {
  .page-intro__icon {
    margin-left: 50px;
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .page-intro__icon {
    margin-left: 30px;
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .page-intro__icon {
    display: none;
  }
}
.page-intro__icon-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-intro__label {
  margin-bottom: 25px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #8c61fe;
}
.page-intro__title {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #ffffff;
}
@media (min-width: 1550px) {
  .page-intro__title {
    font-size: 128px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .page-intro__title {
    font-size: 103px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-intro__title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .page-intro__title {
    font-size: 54px;
  }
  .page-intro__title br {
    display: none;
  }
}
.page-intro__title span {
  display: inline-block;
  vertical-align: top;
  min-width: 1px;
  min-height: 1em;
  color: #8c61fe;
}
.page-intro__subtitle {
  margin-top: 16px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05rem;
}
@media (min-width: 1240px) {
  .page-intro__subtitle {
    width: 60%;
    font-size: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .page-intro__subtitle {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-intro__subtitle {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .page-intro__subtitle {
    font-size: 27px;
  }
}
.page-intro__subtitle span {
  color: #8c61fe;
}
.page-intro__text {
  margin-top: 32px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05rem;
}
@media (min-width: 1240px) {
  .page-intro__text {
    width: 70%;
  }
}
.page-intro__footer {
  margin-top: 65px;
}
.page-intro__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .page-intro__panel {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .page-intro__panel {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-intro__panel {
    width: 120px;
  }
}
.page-intro__panel-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .page-intro__panel-item {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .page-intro__panel-item {
    padding: 20px 0;
    width: 33.333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-intro__panel-item:first-child {
  -webkit-animation: 4s scaleUp ease-out infinite;
  animation: 4s scaleUp ease-out infinite;
}
.page-intro__panel-image {
  display: block;
  height: auto;
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .page-intro__panel-image {
    width: 100px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .page-intro__panel-image {
    width: 60px;
  }
}
@media (max-width: 1023px) {
  .page-intro__panel-image {
    width: 60px;
  }
}
.page-intro .breadcrumbs {
  margin: 0;
}
@media (min-width: 768px) {
  .page-intro .breadcrumbs {
    padding: 112px 0 0;
  }
}
@media (max-width: 767px) {
  .page-intro .breadcrumbs {
    margin: 0 -20px;
    padding: 80px 20px 0;
  }
}
.page-intro .breadcrumbs__item:last-child .breadcrumbs__link {
  color: #555866;
}
@media (hover: hover) {
  .page-intro .breadcrumbs__item:last-child .breadcrumbs__link:hover {
    color: #ffffff;
  }
}
@media (hover: hover) {
  .page-intro .breadcrumbs__link:hover {
    color: #ffffff;
  }
}

@media (min-width: 1024px) {
  .info-steps {
    padding: 110px 0;
  }
}
@media (max-width: 1023px) {
  .info-steps {
    padding: 80px 0;
  }
}
.info-steps_no-bottom-offset {
  padding-bottom: 0;
}
.info-steps__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .info-steps__title {
    margin: 0 0 75px;
  }
}
@media (min-width: 1550px) {
  .info-steps__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .info-steps__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .info-steps__title {
    margin: 0 0 65px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .info-steps__title {
    margin: 0 0 25px;
    font-size: 40px;
  }
}
@media (min-width: 1240px) {
  .info-steps__list {
    width: 80%;
  }
}
.info-steps__list-item {
  padding: 24px 0;
  border-bottom: 1px solid #000000;
}
@media (min-width: 1024px) {
  .info-steps__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .info-steps__list-item {
    overflow: hidden;
  }
}
.info-steps__list-item:last-child {
  border-bottom: 0 none;
}
@media (max-width: 767px) {
  .info-steps__list-item:last-child {
    padding-bottom: 0;
  }
}
.info-steps__list-num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #6b42d6;
}
@media (min-width: 1024px) {
  .info-steps__list-num {
    width: 135px;
  }
}
@media (min-width: 1550px) {
  .info-steps__list-num {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .info-steps__list-num {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-steps__list-num {
    margin: 0 20px 20px 0;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .info-steps__list-num {
    float: left;
    margin-right: 8px;
    font-size: 24px;
  }
}
.info-steps__list-title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .info-steps__list-title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .info-steps__list-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 30px;
  }
}
@media (min-width: 1550px) {
  .info-steps__list-title {
    width: 35%;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .info-steps__list-title {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .info-steps__list-title {
    margin: 0 0 16px;
    font-size: 24px;
  }
}
.info-steps__list-title:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: auto;
}
.info-steps__list-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .info-steps__list-text {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-steps__list-text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .info-steps__list-text {
    width: 100%;
    overflow: hidden;
    font-size: 17px;
  }
}
.info-steps__list-text a {
  color: #000000;
}
@media (hover: hover) {
  .info-steps__list-text a:hover {
    color: #6b42d6;
  }
}

.steps-box {
  overflow: hidden;
}
@media (min-width: 768px) {
  .steps-box {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .steps-box {
    padding: 80px 0;
  }
}
.steps-box_dark {
  background-color: #000000;
  color: #ffffff;
}
.steps-box_dark .steps-box__list-item:before {
  background-color: #6b42d6;
}
.steps-box_dark .steps-box__list-num {
  color: #6b42d6;
}
.steps-box__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .steps-box__title {
    margin: 0 0 64px;
  }
}
@media (min-width: 1550px) {
  .steps-box__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .steps-box__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .steps-box__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .steps-box__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .steps-box__list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .steps-box__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 40px 40px 0 0;
    position: relative;
  }
}
@media (min-width: 1240px) {
  .steps-box__list-item {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .steps-box__list-item {
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps-box__list-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .steps-box__list-item {
    padding-bottom: 32px;
    margin-bottom: 22px;
    border-bottom: 1px solid #000000;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .steps-box__list-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 16px;
    height: 1px;
    background-color: #000000;
  }
}
.steps-box__list-num {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .steps-box__list-num {
    margin-bottom: 40px;
  }
}
@media (min-width: 1550px) {
  .steps-box__list-num {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .steps-box__list-num {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps-box__list-num {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .steps-box__list-num {
    float: left;
    margin-right: 8px;
    font-size: 24px;
  }
}
.steps-box__list-title {
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .steps-box__list-title {
    margin: 0 0 16px;
    font-size: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .steps-box__list-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .steps-box__list-title {
    margin: 0 0 24px;
    font-size: 24px;
  }
}
.steps-box__list-title span {
  color: #6b42d6;
}
.steps-box__list-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .steps-box__list-text {
    overflow: hidden;
    width: 100%;
  }
}
.steps-box__sub {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .steps-box__sub {
    overflow: hidden;
    width: 100%;
  }
}
.steps-box__sub-item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
}
.steps-box__sub-item:before {
  content: "";
  position: absolute;
  left: 7px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .steps-box__sub-item:before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .steps-box__sub-item:before {
    top: 7px;
  }
}
.steps-box__sub-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .steps-box__footer {
    margin-top: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .steps-box__footer {
    margin-top: 48px;
  }
}

.benefits-box {
  position: relative;
}
@media (min-width: 768px) {
  .benefits-box {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .benefits-box {
    padding: 80px 0;
  }
}
.benefits-box_dark {
  background-color: #000000;
  color: #ffffff;
}
.benefits-box_dark .benefits-box__list-item:before {
  background-color: #ffffff;
}
.benefits-box_dark .benefits-box__list-text a {
  color: #ffffff;
}
@media (hover: hover) {
  .benefits-box_dark .benefits-box__list-text a:hover {
    color: #6b42d6;
  }
}
.benefits-box_dark-pink {
  background-color: #000000;
  color: #ffffff;
}
.benefits-box_dark-pink .benefits-box__list-item:before {
  background-color: #ff00d9;
}
.benefits-box_dark-pink .benefits-box__list-text a {
  color: #ffffff;
}
@media (hover: hover) {
  .benefits-box_dark-pink .benefits-box__list-text a:hover {
    color: #ff00d9;
  }
}
@media (max-width: 767px) {
  .benefits-box_boxed .benefits-box__footer {
    margin-top: 32px;
  }
}
.benefits-box_boxed .benefits-box__list {
  border: 1px solid #000000;
}
.benefits-box_boxed .benefits-box__list-item {
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  .benefits-box_boxed .benefits-box__list-item {
    padding: 75px 40px 40px;
    border-right: 1px solid #000000;
  }
}
@media (min-width: 1240px) {
  .benefits-box_boxed .benefits-box__list-item:nth-child(even) {
    border-right: 0 none;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .benefits-box_boxed .benefits-box__list-item:nth-child(3n) {
    border-right: 0 none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits-box_boxed .benefits-box__list-item:nth-child(even) {
    border-right: 0 none;
  }
}
@media (max-width: 767px) {
  .benefits-box_boxed .benefits-box__list-item {
    padding: 48px 16px 16px;
    margin-bottom: 0;
  }
}
.benefits-box_boxed .benefits-box__list-item:nth-last-child(-n+2) {
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .benefits-box_boxed .benefits-box__list-item:before {
    left: 40px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .benefits-box_boxed .benefits-box__list-item:before {
    top: 24px;
    left: 16px;
  }
}
.benefits-box__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.benefits-box__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.benefits-box__container {
  position: relative;
}
@media (min-width: 1240px) {
  .benefits-box__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.benefits-box__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .benefits-box__title {
    margin: 0 0 64px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding-right: 5%;
  }
}
@media (min-width: 1550px) {
  .benefits-box__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .benefits-box__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .benefits-box__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .benefits-box__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
@media (min-width: 1240px) {
  .benefits-box__title_simple {
    font-size: 80px;
  }
}
.benefits-box__title em {
  color: #6b42d6;
}
@media (min-width: 1240px) {
  .benefits-box__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.benefits-box__text {
  margin-bottom: 64px;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .benefits-box__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .benefits-box__text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .benefits-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
}
.benefits-box__list-item {
  position: relative;
}
@media (min-width: 768px) {
  .benefits-box__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 35px 20px 40px 0;
  }
}
@media (min-width: 1240px) {
  .benefits-box__list-item {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .benefits-box__list-item {
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits-box__list-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .benefits-box__list-item {
    padding-left: 24px;
    margin-bottom: 40px;
  }
}
.benefits-box__list-item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .benefits-box__list-item:before {
    top: 0;
  }
}
@media (max-width: 767px) {
  .benefits-box__list-item:before {
    top: 5px;
  }
}
.benefits-box__list-title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}
.benefits-box__list-text {
  font-size: 16px;
  line-height: 1.5;
}
.benefits-box__list-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefits-box__list-text ul li {
  padding-left: 20px;
  position: relative;
}
.benefits-box__list-text ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
}
.benefits-box__list-text a {
  color: #000000;
}
@media (hover: hover) {
  .benefits-box__list-text a:hover {
    color: #6b42d6;
  }
}
.benefits-box__list-subtitle {
  font-size: 16px;
  line-height: 1.5;
}
.benefits-box__list-subtitle a {
  color: #000000;
}
@media (hover: hover) {
  .benefits-box__list-subtitle a:hover {
    color: #6b42d6;
  }
}
.benefits-box__footer {
  position: relative;
  margin-top: 64px;
}

.dark-grey-mode .benefits-box_boxed .benefits-box__list {
  border-color: #27292f;
}
.dark-grey-mode .benefits-box_boxed .benefits-box__list-item {
  border-color: #27292f;
}
.dark-grey-mode .benefits-box_boxed .benefits-box__list-item:nth-child(odd) {
  border-color: #27292f;
}
.dark-grey-mode .benefits-box_boxed .benefits-box__list-item:before {
  background-color: #ffffff;
}

.collapsed-list {
  border-top: 1px solid #000000;
}
.collapsed-list__item {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
}
.collapsed-list__item:last-child {
  margin-bottom: 0;
}
.collapsed-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: left;
  outline: 0 none;
  border: 0 none;
  background: none;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.245;
  font-weight: 600;
  color: #000000;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
@media (min-width: 768px) {
  .collapsed-list__head {
    padding: 24px 50px 24px 0;
  }
}
@media (max-width: 767px) {
  .collapsed-list__head {
    padding: 16px 50px 16px 0;
  }
}
@media (min-width: 1024px) {
  .collapsed-list__head:hover {
    color: #6b42d6;
  }
}
.collapsed-list__head.is-open .collapsed-list__caret {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.collapsed-list__caret {
  position: absolute;
  right: 0;
  width: 31px;
  height: 31px;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
@media (min-width: 768px) {
  .collapsed-list__caret {
    top: 19px;
  }
}
@media (max-width: 767px) {
  .collapsed-list__caret {
    top: 16px;
  }
}
.collapsed-list__caret:before, .collapsed-list__caret:after {
  content: "";
  position: absolute;
  background-color: #000000;
}
.collapsed-list__caret:before {
  left: 0;
  top: 15px;
  width: 31px;
  height: 1px;
}
.collapsed-list__caret:after {
  top: 0;
  left: 15px;
  width: 1px;
  height: 31px;
}
.collapsed-list__body {
  display: none;
  padding: 0 0 20px;
}
.collapsed-list__body.is-open {
  display: block;
}
.collapsed-list__content {
  font-family: "Poppins", sans-serif;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .collapsed-list__content {
    margin-top: -6px;
    padding-right: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .collapsed-list__content {
    font-size: 17px;
  }
}
.collapsed-list__content p {
  margin: 0 0 8px;
}
.collapsed-list__content a {
  color: #000000;
}
@media (hover: hover) {
  .collapsed-list__content a:hover {
    color: #6b42d6;
  }
}
.collapsed-list__content ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.collapsed-list__content ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.collapsed-list__content ul li:last-child {
  margin-bottom: 0;
}
.collapsed-list__content ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
}

.dark-grey-mode .collapsed-list__item {
  background-color: #111013;
}
.dark-grey-mode .collapsed-list__head {
  background: #111013;
}

.dark-mode .collapsed-list__item {
  background-color: #000000;
}
.dark-mode .collapsed-list__head {
  background: #000000;
}

.dark-mode .collapsed-list__item,
.dark-grey-mode .collapsed-list__item {
  border-color: #27292f;
}
.dark-mode .collapsed-list__item:first-child,
.dark-grey-mode .collapsed-list__item:first-child {
  border-top: 1px solid #27292f;
}
.dark-mode .collapsed-list__head,
.dark-grey-mode .collapsed-list__head {
  color: #ffffff;
}
.dark-mode .collapsed-list__caret:before, .dark-mode .collapsed-list__caret:after,
.dark-grey-mode .collapsed-list__caret:before,
.dark-grey-mode .collapsed-list__caret:after {
  background-color: #ffffff;
}
.dark-mode .collapsed-list__content a,
.dark-grey-mode .collapsed-list__content a {
  color: #ffffff;
}
@media (hover: hover) {
  .dark-mode .collapsed-list__content a:hover,
  .dark-grey-mode .collapsed-list__content a:hover {
    color: #6b42d6;
  }
}

@media (min-width: 768px) {
  .faq-box {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .faq-box {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .faq-box_bottom-offset {
    margin-bottom: 80px;
  }
}
.faq-box_simple {
  padding: 0;
}
.faq-box_simple .container {
  padding: 0;
}
@media (min-width: 1240px) {
  .faq-box_simple .faq-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.faq-box_simple .faq-box__title {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.2;
}
@media (min-width: 1240px) {
  .faq-box_simple .faq-box__title {
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .faq-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.faq-box__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .faq-box__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
}
@media (min-width: 1240px) {
  .faq-box__title {
    margin: 0;
  }
}
@media (min-width: 1550px) {
  .faq-box__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .faq-box__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .faq-box__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .faq-box__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
.faq-box__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.dark-grey-mode .faq-box {
  border-bottom: 1px solid #27292f;
}

.info-tiles {
  background-color: #000000;
}
@media (min-width: 768px) {
  .info-tiles {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .info-tiles {
    padding: 80px 0;
  }
}
.info-tiles_pink .info-tiles__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #ff00d9;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #E388D5, #231822, #FF00D9);
  pointer-events: none;
  -webkit-box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
  box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
}
.info-tiles__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1240px) {
  .info-tiles__title {
    margin: 0 0 68px;
  }
}
@media (min-width: 1550px) {
  .info-tiles__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .info-tiles__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .info-tiles__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .info-tiles__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
.info-tiles__list {
  border: 1px solid #27292f;
}
@media (min-width: 768px) {
  .info-tiles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.info-tiles__list-item {
  border-bottom: 1px solid #27292f;
}
@media (min-width: 768px) {
  .info-tiles__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #27292f;
  }
}
@media (min-width: 1024px) {
  .info-tiles__list-item {
    padding: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-tiles__list-item {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .info-tiles__list-item {
    padding: 32px 16px;
  }
}
@media (min-width: 768px) {
  .info-tiles__list-item:nth-child(even) {
    border-right: 0 none;
  }
}
.info-tiles__list-item:last-child {
  border-bottom: 0 none;
}
@media (min-width: 768px) {
  .info-tiles__list-item:nth-last-child(2):nth-child(odd) {
    border-bottom: 0 none;
  }
}
.info-tiles__head {
  margin-bottom: 40px;
}
.info-tiles__subtitle {
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .info-tiles__subtitle {
    margin: 0 0 8px;
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .info-tiles__subtitle {
    margin: 0 0 16px;
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .info-tiles__subtitle {
    margin: 0 0 16px;
    font-size: 27px;
    line-height: 1.2;
  }
}
@media (max-width: 1023px) {
  .info-tiles__subtitle br {
    display: none;
  }
}
.info-tiles__descr {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .info-tiles__descr {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .info-tiles__descr {
    font-size: 17px;
  }
}
.info-tiles__image {
  position: relative;
  padding-bottom: 46.5%;
  margin-bottom: 40px;
}
.info-tiles__image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.info-tiles__text {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .info-tiles__text {
    width: 80%;
  }
}
.info-tiles__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-tiles__text ul li {
  padding-left: 20px;
  position: relative;
}
.info-tiles__text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
}
.info-tiles__label {
  font-size: 14px;
  line-height: 1;
  color: #878b9b;
  text-transform: uppercase;
}
.info-tiles__box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .info-tiles__footer {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .info-tiles__footer {
    margin-top: 48px;
  }
}
.info-tiles__button-wrap {
  margin-top: 40px;
}

.dark-grey-mode .info-tiles {
  background-color: transparent;
  border-bottom: 1px solid #27292f;
}

.clients-box {
  overflow: hidden;
}
@media (min-width: 768px) {
  .clients-box {
    padding: 190px 0 110px;
  }
}
@media (max-width: 767px) {
  .clients-box {
    padding: 80px 0;
  }
}
.clients-box__body {
  position: relative;
}
@media (min-width: 1024px) {
  .clients-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .clients-box__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 34%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-box__aside {
    position: absolute;
    top: -40px;
    right: 0;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .clients-box__aside {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .clients-box__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 64%;
  }
}
@media (min-width: 1240px) {
  .clients-box__preview {
    width: 280px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .clients-box__preview {
    width: 228px;
  }
}
.clients-box__preview-media {
  position: relative;
  margin-bottom: 10px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .clients-box__preview-media {
    padding-bottom: 100%;
  }
}
@media (max-width: 767px) {
  .clients-box__preview-media {
    padding-bottom: 50%;
  }
}
.clients-box__preview-media-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.clients-box__preview-label {
  text-transform: uppercase;
  color: #707070;
}
@media (min-width: 1024px) {
  .clients-box__preview-label {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-box__preview-label {
    font-size: 14px;
  }
}
.clients-box__section {
  margin-bottom: 85px;
}
.clients-box__head {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1550px) {
  .clients-box__head {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-box__head {
    width: 70%;
    margin-bottom: 80px;
  }
}
.clients-box__bg-image-1 {
  position: absolute;
  top: -100px;
}
@media (min-width: 1550px) {
  .clients-box__bg-image-1 {
    right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .clients-box__bg-image-1 {
    right: 20%;
  }
}
@media (max-width: 1023px) {
  .clients-box__bg-image-1 {
    display: none;
  }
}
.clients-box__bg-image-2 {
  position: absolute;
}
@media (min-width: 768px) {
  .clients-box__bg-image-2 {
    right: -60px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .clients-box__bg-image-2 {
    right: -80px;
    top: -5px;
  }
}
.clients-box__title {
  position: relative;
  margin: 0 0 12px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .clients-box__title {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .clients-box__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-box__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .clients-box__title {
    font-size: 40px;
  }
}
.clients-box__text {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .clients-box__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .clients-box__text {
    font-size: 17px;
  }
}
.clients-box__subtitle {
  position: relative;
  margin: 0 0 8px;
  padding-top: 33px;
  line-height: 1;
}
@media (min-width: 1550px) {
  .clients-box__subtitle {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .clients-box__subtitle {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .clients-box__subtitle {
    font-size: 27px;
    line-height: 1.2;
  }
}
.clients-box__subtitle-label {
  position: relative;
  z-index: 2;
}
.clients-box__logos {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .clients-box__logos {
    margin: 40px -50px -40px 0;
  }
}
@media (max-width: 767px) {
  .clients-box__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .clients-box__logos_cloned {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .clients-box__logos-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 30px -20px;
  }
}
.clients-box__logos-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .clients-box__logos-item {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 767px) {
  .clients-box__logos-item {
    padding-right: 30px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .clients-box__logos-image {
    width: auto;
    max-height: 100%;
  }
}
.clients-box__ticker {
  margin-top: 32px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .clients-box__ticker {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.clients-box__ticker img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 100%;
  width: auto;
}
.clients-box .ticker-logos__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  padding-right: 40px;
}

.ticker-logos {
  white-space: nowrap;
  overflow: hidden;
}
.ticker-logos_reverse .ticker-logos__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ticker-logos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ticker-logos__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .reviews {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews {
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .reviews_mobile-offset {
    padding: 80px 0;
  }
}
.reviews__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .reviews__title {
    margin: 0 0 64px;
  }
}
@media (min-width: 1550px) {
  .reviews__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .reviews__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .reviews__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .reviews__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
.reviews__list {
  border-top: 1px solid #000000;
}
.reviews__list-item {
  border-bottom: 1px solid #000000;
  display: none;
}
.reviews__list-item.active {
  display: block;
}
@media (min-width: 768px) {
  .reviews__footer {
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .reviews__footer {
    margin-top: 40px;
  }
}
.reviews__footer_hide {
  display: none;
}

.review-panel {
  position: relative;
  min-height: 84px;
}
@media (min-width: 1024px) {
  .review-panel {
    padding: 16px 136px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-panel {
    padding: 16px 100px 16px 0;
  }
}
@media (max-width: 767px) {
  .review-panel {
    padding: 16px 60px 16px 0;
  }
}
@media (min-width: 1024px) {
  .review-panel.is-open .review-panel__aside {
    width: 37%;
  }
}
.review-panel.is-open .review-panel__aside-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-panel.is-open .review-panel__content {
  display: block;
}
.review-panel.is-open .review-panel__icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.review-panel__icon {
  position: absolute;
  top: 25px;
  right: 0;
  width: 31px;
  height: 31px;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
.review-panel__icon:before, .review-panel__icon:after {
  content: "";
  position: absolute;
  background-color: #000000;
}
.review-panel__icon:before {
  left: 0;
  top: 15px;
  width: 31px;
  height: 1px;
}
.review-panel__icon:after {
  top: 0;
  left: 15px;
  width: 1px;
  height: 31px;
}
.review-panel__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review-panel__aside-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-top: 16px;
  display: none;
}
@media (min-width: 1024px) {
  .review-panel__aside-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.review-panel__toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  background: none;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #000000;
}
.review-panel__title {
  margin: 0;
  font-family: var(--font-poppins);
  font-size: 21px;
  line-height: 1.45;
  font-weight: normal;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .review-panel__label {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .review-panel__label {
    font-size: 15px;
    line-height: 1.3;
  }
}
.review-panel__image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-panel__image {
    margin-right: 36px;
  }
}
@media (max-width: 767px) {
  .review-panel__image {
    margin-right: 20px;
  }
}
.review-panel__image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.review-panel__content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: none;
}
@media (min-width: 1024px) {
  .review-panel__content {
    padding-left: 136px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-panel__content {
    padding-left: 100px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .review-panel__content {
    margin: 20px -60px 0 0;
  }
}
.review-panel__quote {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .review-panel__quote {
    width: 97px;
    height: 69px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-panel__quote {
    width: 64px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .review-panel__quote {
    display: none;
  }
}
.review-panel__media {
  margin-bottom: 20px;
}
@media (min-width: 1550px) {
  .review-panel__media {
    width: 50%;
  }
}
.review-panel__media-image {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .review-panel__text {
    line-height: 1.45;
  }
}
@media (min-width: 1240px) {
  .review-panel__text {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .review-panel__text {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-panel__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .review-panel__text {
    font-size: 17px;
    line-height: 1.5;
  }
}
.review-panel__text a {
  color: #000000;
}
@media (hover: hover) {
  .review-panel__text a:hover {
    color: #6b42d6;
  }
}
.review-panel__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .review-panel__logos {
    padding-top: 30px;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .review-panel__logos {
    margin-right: -60px;
  }
}
.review-panel__logos-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
}
.review-panel__logos-item:last-child {
  margin-right: 0;
}
.review-panel__logos-icon {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
}

.get-free-book {
  background-color: #f3f3f4;
}
.get-free-book_white {
  background-color: #ffffff;
}
.get-free-book_white .form-control,
.get-free-book_white .hs-input {
  background: #ffffff !important;
}
.get-free-book_white .form-control:-webkit-autofill,
.get-free-book_white .hs-input:-webkit-autofill {
  -webkit-text-fill-color: #000000 !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
}
.get-free-book_dark {
  color: #ffffff;
  background-color: #000000;
}
.get-free-book_dark .form-control,
.get-free-book_dark .hs-input {
  color: #ffffff;
  background: #000000 !important;
  border-color: #878b9b;
}
.get-free-book_dark .form-control:-webkit-autofill,
.get-free-book_dark .hs-input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 1000px #000000 inset !important;
  box-shadow: 0 0 0 1000px #000000 inset !important;
}
@media (min-width: 1024px) {
  .get-free-book_wide .get-free-book__body {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1550px) {
  .get-free-book_wide .get-free-book__content {
    padding-right: 15%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .get-free-book_wide .get-free-book__content {
    padding-right: 10%;
  }
}
@media (min-width: 768px) {
  .get-free-book_md .get-free-book__body {
    padding: 32px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .get-free-book_md .get-free-book__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .get-free-book_md .get-free-book__content {
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .get-free-book_md .get-free-book__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: -40px 0 -40px 0;
    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;
  }
}
@media (min-width: 1240px) {
  .get-free-book_md .get-free-book__image {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .get-free-book_md .get-free-book__image {
    margin-right: 0;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .get-free-book_md .get-free-book__image-i {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1550px) {
  .get-free-book_md .get-free-book__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .get-free-book_md .get-free-book__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .get-free-book_md .get-free-book__title {
    font-size: 27px;
  }
}
@media (min-width: 1024px) {
  .get-free-book_md .get-free-book__subtitle {
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .get-free-book_md .get-free-book__subtitle {
    font-size: 17px;
    line-height: 1.45;
  }
}
@media (min-width: 768px) {
  .get-free-book__body {
    padding: 96px 0;
  }
}
@media (min-width: 1024px) {
  .get-free-book__body {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .get-free-book__body {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .get-free-book__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.get-free-book__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -96px 0;
}
@media (max-width: 1023px) {
  .get-free-book__image {
    display: none;
  }
}
.get-free-book__image-i {
  display: block;
}
@media (min-width: 1240px) {
  .get-free-book__image-i {
    width: 460px;
    height: 460px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .get-free-book__image-i {
    width: 440px;
    height: 440px;
  }
}
.get-free-book__title {
  margin: 0 0 24px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .get-free-book__title {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .get-free-book__title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .get-free-book__title {
    font-size: 40px;
  }
}
.get-free-book__title span {
  color: #6b42d6;
  font-style: italic;
}
.get-free-book__subtitle {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .get-free-book__subtitle {
    margin-bottom: 40px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .get-free-book__subtitle {
    margin-bottom: 32px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .get-free-book__form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .get-free-book__form-wrap .get-free-book__form-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 24px;
  }
}
@media (min-width: 768px) {
  .get-free-book__form-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 0 !important;
  }
}
.get-free-book__form-footer {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .get-free-book__form-button {
    width: 100%;
  }
}
.get-free-book .form-group {
  margin-bottom: 25px;
}
.get-free-book .form-control,
.get-free-book .hs-input {
  background: #f3f3f4;
}
.get-free-book .form-control:-webkit-autofill,
.get-free-book .hs-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f3f3f4 inset;
  box-shadow: 0 0 0 1000px #f3f3f4 inset;
}
.get-free-book .checkbox {
  margin-top: 24px;
}

.promo-info {
  position: relative;
  overflow: hidden;
  color: #000000;
}
@media (min-width: 768px) {
  .promo-info {
    padding: 100px 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .promo-info {
    padding: 80px 0;
  }
  .promo-info + .benefits-info {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .promo-info_mobile-bottom-offset {
    margin-bottom: 80px;
  }
}
@media (min-width: 1240px) {
  .promo-info_simple {
    padding: 120px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .promo-info_simple {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-info_simple {
    padding: 80px 0;
  }
}
.promo-info_simple .promo-info__title {
  margin: 0 0 25px;
}
@media (min-width: 1550px) {
  .promo-info_simple .promo-info__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .promo-info_simple .promo-info__title {
    font-size: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .promo-info_simple .promo-info__title {
    font-size: 80px;
  }
}
@media (min-width: 1024px) {
  .promo-info_simple .promo-info__footer {
    margin-top: 64px;
  }
}
.promo-info_dark-simple, .promo-info_dark {
  color: #ffffff;
  background-color: #000000;
}
@media (min-width: 768px) {
  .promo-info_dark-simple, .promo-info_dark {
    padding: 120px 0;
  }
}
@media (hover: hover) {
  .promo-info_dark-simple .custom-link_brand:hover, .promo-info_dark .custom-link_brand:hover {
    color: #ffffff;
  }
  .promo-info_dark-simple .custom-link_brand:hover .custom-link__icon, .promo-info_dark .custom-link_brand:hover .custom-link__icon {
    background-color: #6b42d6;
  }
}
.promo-info_dark .promo-info__title {
  margin: 0 0 25px;
}
@media (min-width: 1550px) {
  .promo-info_dark .promo-info__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .promo-info_dark .promo-info__title {
    font-size: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .promo-info_dark .promo-info__title {
    font-size: 80px;
  }
}
.promo-info_dark .promo-info__footer {
  margin-top: 56px;
}
.promo-info_with-media .promo-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .promo-info_with-media .promo-info__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .promo-info_with-media .promo-info__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.promo-info_with-media .promo-info__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left;
}
.promo-info_with-media .promo-info__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1550px) {
  .promo-info_with-media .promo-info__image {
    margin: -100px -100px -100px 0;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .promo-info_with-media .promo-info__image {
    margin: -100px -40px -100px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .promo-info_with-media .promo-info__image {
    margin: -80px -40px -80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-info_with-media .promo-info__image {
    margin: -50px -20px -50px 0;
  }
}
@media (max-width: 767px) {
  .promo-info_with-media .promo-info__image {
    position: relative;
    padding-bottom: 70%;
    margin: -50px 0 20px;
  }
}
@media (min-width: 1240px) {
  .promo-info_with-media .promo-info__image-i {
    width: 600px;
    height: 600px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .promo-info_with-media .promo-info__image-i {
    width: 420px;
    height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-info_with-media .promo-info__image-i {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .promo-info_with-media .promo-info__image-i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.promo-info_with-media .promo-info__title {
  margin: 0 0 20px;
}
@media (min-width: 1550px) {
  .promo-info_with-media .promo-info__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .promo-info_with-media .promo-info__title {
    font-size: 90px;
  }
}
.promo-info_with-media .promo-info__footer {
  margin-top: 55px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.promo-info_dark-pink {
  color: #ffffff;
  background-color: #000000;
}
@media (min-width: 768px) {
  .promo-info_dark-pink {
    padding: 42px 0;
  }
}
@media (min-width: 1240px) {
  .promo-info_dark-pink .promo-info__container {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .promo-info_dark-pink .promo-info__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-info_dark-pink .promo-info__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.promo-info_dark-pink .promo-info__container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  border: 1px solid #ff00d9;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #E388D5, #231822, #FF00D9);
  pointer-events: none;
  -webkit-box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
  box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
}
@media (min-width: 1024px) {
  .promo-info_dark-pink .promo-info__content {
    padding-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-info_dark-pink .promo-info__content {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .promo-info_dark-pink .promo-info__content {
    padding: 32px 16px 48px;
  }
}
@media (min-width: 1550px) {
  .promo-info_dark-pink .promo-info__title {
    font-size: 80px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .promo-info_dark-pink .promo-info__title {
    font-size: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .promo-info_dark-pink .promo-info__title {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-info_dark-pink .promo-info__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .promo-info_dark-pink .promo-info__title {
    font-size: 34px;
  }
}
.promo-info_dark-pink .promo-info__title span {
  color: #ffffff;
  -webkit-animation: shadowGlow 2s linear infinite;
  animation: shadowGlow 2s linear infinite;
}
.promo-info_dark-pink .promo-info__subtitle {
  font-weight: normal;
}
@media (min-width: 1240px) {
  .promo-info_dark-pink .promo-info__image {
    margin: 0 120px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .promo-info_dark-pink .promo-info__image {
    margin: 0 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-info_dark-pink .promo-info__image {
    margin: 0 30px !important;
  }
}
@media (max-width: 767px) {
  .promo-info_dark-pink .promo-info__image {
    margin: 32px 0 0;
  }
}
@media (min-width: 768px) {
  .promo-info_dark-pink .promo-info__image-i {
    height: auto !important;
  }
}
@media (min-width: 1240px) {
  .promo-info_dark-pink .promo-info__image-i {
    width: 370px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .promo-info_dark-pink .promo-info__image-i {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .promo-info_align-bottom .promo-info__container {
    padding: 140px 0 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .promo-info_align-bottom .promo-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .promo-info_align-bottom .promo-info__content {
    padding: 0 0 80px 70px;
  }
}
@media (max-width: 767px) {
  .promo-info_align-bottom .promo-info__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .promo-info_align-bottom .promo-info__image {
    margin: 0 45px 0 50px !important;
  }
}
@media (max-width: 767px) {
  .promo-info_align-bottom .promo-info__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: -32px 0 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 1024px) {
  .promo-info_align-bottom .promo-info__image-i {
    height: auto !important;
  }
}
@media (min-width: 1550px) {
  .promo-info_align-bottom .promo-info__image-i {
    margin: -100px 0 0 -150px;
    width: 647px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .promo-info_align-bottom .promo-info__image-i {
    margin: -60px 0 0 -150px;
    width: 600px;
  }
}
@media (max-width: 1023px) {
  .promo-info_align-bottom .promo-info__image-i {
    border-radius: 0 0 50% 50%;
  }
}
.promo-info_bg-black-white {
  background-color: #000000;
}
.promo-info_bg-black-white:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
}
.promo-info_bg-black-white .promo-info__container {
  z-index: 2;
}
.promo-info_bg-black-white .promo-info__content, .promo-info_bg-black-white .promo-info__image {
  z-index: 3;
}
.promo-info_bg-black-white .anim-bg {
  top: 1px;
  left: 21px;
  right: 21px;
  bottom: 1px;
  width: calc(100% - 42px);
  height: calc(100% - 2px);
  z-index: 1;
}
.promo-info__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.promo-info__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo-info__container {
  position: relative;
}
.promo-info__title {
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .promo-info__title {
    margin: 0 auto 8px;
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .promo-info__title {
    margin: 0 0 16px;
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .promo-info__title[data-words] br {
    display: none;
  }
}
.promo-info__title[data-words] span {
  display: block;
  min-height: 1em;
}
.promo-info__title span {
  display: inline-block;
  vertical-align: top;
  min-width: 1px;
  color: #6b42d6;
}
.promo-info__subtitle {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .promo-info__subtitle {
    font-size: 21px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .promo-info__subtitle {
    font-size: 17px;
  }
}
.promo-info__footer {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .promo-info__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@keyframes shadowGlow {
  0% {
    text-shadow: 0 6px 6px rgba(255, 0, 217, 0.5), 6px 0 6px rgba(255, 0, 217, 0.5), 0 -6px 6px rgba(255, 0, 217, 0.5), -6px 0 6px rgba(255, 0, 217, 0.5);
  }
  50% {
    text-shadow: 0 6px 12px #ff00d9, 6px 0 12px #ff00d9, 0 -6px 12px #ff00d9, -6px 0 12px #ff00d9;
  }
  100% {
    text-shadow: 0 6px 6px rgba(255, 0, 217, 0.5), 6px 0 6px rgba(255, 0, 217, 0.5), 0 -6px 6px rgba(255, 0, 217, 0.5), -6px 0 6px rgba(255, 0, 217, 0.5);
  }
}
.applications-box {
  position: relative;
  margin-top: -100px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .applications-box {
    padding: 190px 0 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .applications-box {
    padding: 160px 0 100px;
  }
}
@media (max-width: 767px) {
  .applications-box {
    padding: 160px 0 80px;
  }
}
.applications-box_simple {
  position: relative;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .applications-box_simple {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .applications-box_simple {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .applications-box_simple {
    padding: 60px 0;
  }
}
.applications-box_simple .applications-box__content {
  width: 100%;
}
@media (min-width: 1024px) {
  .applications-box_simple .applications-box__title {
    margin-bottom: -40px;
    z-index: 10;
  }
}
.applications-box_gr .applications-box__main-title span {
  background-image: -webkit-gradient(linear, left top, right top, from(#6b42d6), to(#f07123));
  background-image: linear-gradient(to right, #6b42d6 0%, #f07123 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.applications-box__main-title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .applications-box__main-title {
    margin: 0 0 80px;
  }
}
@media (min-width: 1240px) {
  .applications-box__main-title {
    width: 80%;
  }
}
@media (min-width: 1550px) {
  .applications-box__main-title {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .applications-box__main-title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .applications-box__main-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .applications-box__main-title {
    margin: 0 0 40px;
    font-size: 40px;
  }
}
.applications-box__main-title span {
  color: #6b42d6;
}
.applications-box__title {
  position: relative;
  z-index: 2;
  margin: 0 -10%;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  padding: 10px 0;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
}
@media (min-width: 1550px) {
  .applications-box__title {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .applications-box__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .applications-box__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .applications-box__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .applications-box__title .ticker__item {
    padding-right: 88px;
  }
}
@media (max-width: 767px) {
  .applications-box__title .ticker__item {
    padding-right: 44px;
  }
}
.applications-box__list {
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  margin: 70px -10% 0;
}
.applications-box__list .ticker__item {
  padding-right: 16px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .applications-box__list .ticker__item {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .applications-box__list .ticker__item {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .applications-box__list .ticker__item {
    font-size: 27px;
  }
}
.applications-box__list .ticker__link {
  display: block;
  color: #555866;
  border: 1px solid #555866;
  text-decoration: none;
  -webkit-transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out;
}
@media (min-width: 768px) {
  .applications-box__list .ticker__link {
    padding: 15px 40px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .applications-box__list .ticker__link {
    padding: 10px 25px;
    border-radius: 32px;
  }
}
@media (hover: hover) {
  .applications-box__list .ticker__link:hover {
    color: #000000 !important;
    border-color: #000000 !important;
  }
}
.applications-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .applications-box__wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 1023px) {
  .applications-box__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.applications-box__content {
  position: relative;
  z-index: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .applications-box__content {
    margin-top: 15px;
    width: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .applications-box__content {
    width: 60%;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .applications-box__content {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .applications-box__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.applications-box__text {
  margin-bottom: 24px;
  line-height: 1.45;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .applications-box__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .applications-box__text {
    font-size: 17px;
  }
}
.applications-box__tags {
  margin-top: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .applications-box__tags {
    margin-bottom: -16px;
  }
}
@media (min-width: 1024px) {
  .applications-box__tags {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 1023px) {
  .applications-box__tags {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  .applications-box__tags {
    margin-bottom: -10px;
  }
}
.applications-box__tags-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .applications-box__tags-item {
    margin: 0 0 16px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .applications-box__tags-item {
    margin: 0 16px 16px 0;
  }
}
@media (max-width: 767px) {
  .applications-box__tags-item {
    margin: 0 10px 10px 0;
  }
}
.applications-box__tags-link {
  display: block;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #555866;
  border: 1px solid #555866;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out;
}
@media (min-width: 768px) {
  .applications-box__tags-link {
    padding: 15px 40px;
  }
}
@media (min-width: 1240px) {
  .applications-box__tags-link {
    font-size: 38px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .applications-box__tags-link {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .applications-box__tags-link {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .applications-box__tags-link {
    padding: 12px 20px;
    font-size: 18px;
  }
}
@media (hover: hover) {
  .applications-box__tags-link:hover {
    color: #000000;
    border-color: #000000;
  }
}
.applications-box__cursor-wrap {
  position: relative;
}
.applications-box__cursor {
  position: absolute;
  z-index: 10;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
@media (min-width: 768px) {
  .applications-box__cursor {
    top: -55px;
  }
}
@media (max-width: 767px) {
  .applications-box__cursor {
    top: -32px;
  }
}

.dark-grey-mode .applications-box {
  border-bottom: 1px solid #27292f;
}
.dark-grey-mode .applications-box__title {
  background-color: #2b2b2b;
  color: #9dce37;
}
.dark-grey-mode .applications-box__tags-link {
  color: #f3f3f4;
  border-color: #f3f3f4;
}
@media (hover: hover) {
  .dark-grey-mode .applications-box__tags-link:hover {
    color: #878b9b;
    border-color: #878b9b;
  }
}

.ticker {
  white-space: nowrap;
  overflow: hidden;
}
.ticker_reverse .ticker__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ticker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ticker__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voice-cloning {
  position: relative;
  color: #ffffff;
  background-color: #000000;
  cursor: none;
}
@media (min-width: 768px) {
  .voice-cloning {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .voice-cloning {
    padding: 80px 0 40px;
  }
}
.voice-cloning_simple {
  cursor: default;
}
@media (min-width: 768px) {
  .voice-cloning_simple .voice-cloning__title {
    margin: 0 0 75px;
  }
}
@media (max-width: 767px) {
  .voice-cloning_simple .voice-cloning__title {
    margin: 0 0 32px;
  }
}
.voice-cloning_simple .voice-cloning__title [data-word] {
  font-style: normal;
}
.voice-cloning_simple .voice-cloning__progress {
  margin-top: 64px;
}
.voice-cloning__cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin: -32px 0 0 -20px;
  width: 39px;
  height: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .voice-cloning__cursor {
    display: none;
  }
}
.voice-cloning__title {
  position: relative;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .voice-cloning__title {
    margin: 0 0 64px;
  }
}
@media (min-width: 1550px) {
  .voice-cloning__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voice-cloning__title {
    font-size: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voice-cloning__title {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-cloning__title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .voice-cloning__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
.voice-cloning__title [data-word] {
  font-style: italic;
}
.voice-cloning__wrap {
  overflow: hidden;
}
@media (max-width: 1239px) {
  .voice-cloning__wrap {
    margin: 0 -20px;
  }
}
.voice-cloning__list-wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  margin-bottom: -50px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1239px) {
  .voice-cloning__list-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.voice-cloning__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-cloning__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .voice-cloning__list-item:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1240px) {
  .voice-cloning__list-video {
    width: 800px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voice-cloning__list-video {
    width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-cloning__list-video {
    width: 540px;
  }
}
@media (max-width: 767px) {
  .voice-cloning__list-video {
    width: 80vw;
  }
  .voice-cloning__list-video iframe {
    display: block;
    width: 100%;
    height: 100vw;
  }
}
.voice-cloning__list-media {
  height: auto;
}
@media (min-width: 768px) {
  .voice-cloning__list-media {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .voice-cloning__list-media {
    width: 50vw;
  }
}
.voice-cloning__list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .voice-cloning__list-content {
    padding-right: 48px;
  }
}
@media (min-width: 1240px) {
  .voice-cloning__list-content {
    width: 30%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voice-cloning__list-content {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-cloning__list-content {
    width: 55%;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .voice-cloning__list-content {
    width: 90%;
    padding-right: 20px;
  }
}
.voice-cloning__text {
  line-height: 1.45;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .voice-cloning__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .voice-cloning__text {
    font-size: 17px;
  }
}
.voice-cloning__text p {
  margin: 0 0 16px;
}
.voice-cloning__text p:last-child {
  margin: 0;
}
.voice-cloning__text a {
  color: #ffffff;
}
@media (hover: hover) {
  .voice-cloning__text a:hover {
    color: #6b42d6;
  }
}
.voice-cloning__label {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #555866;
  opacity: 0.17;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .voice-cloning__label {
    white-space: nowrap;
  }
}
@media (min-width: 1550px) {
  .voice-cloning__label {
    margin-top: -55px;
    font-size: 185px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .voice-cloning__label {
    font-size: 10.5vw;
  }
}
@media (max-width: 767px) {
  .voice-cloning__label {
    font-size: 20vw;
  }
}
.voice-cloning__label span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 232, 22)), color-stop(50%, rgb(22, 81, 255)));
  background: linear-gradient(0deg, rgb(255, 232, 22) 50%, rgb(22, 81, 255) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.voice-cloning__progress {
  position: relative;
  height: 2px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.voice-cloning__progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  background-color: #ffffff;
}

.intro {
  position: relative;
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .intro__body {
    pointer-events: none;
  }
}
.intro__inner {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100vh;
  min-height: 650px;
  padding: 160px 0 60px;
}
.intro__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.intro__bg canvas {
  width: 100% !important;
  height: 100% !important;
}
.intro__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__title {
  margin: 0;
  position: relative;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.05rem;
}
@media (min-width: 1024px) {
  .intro__title {
    min-height: 2em;
  }
}
@media (min-width: 1550px) {
  .intro__title {
    font-size: 128px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .intro__title {
    font-size: 103px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .intro__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro__title {
    font-size: 12vw;
  }
}
@media (max-width: 767px) {
  .intro__title {
    font-size: 15vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro__title-item {
    display: block;
    min-height: 2em;
  }
}
@media (max-width: 767px) {
  .intro__title-item {
    display: block;
    min-height: 3em;
  }
}
.intro__title-main {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 900;
}
.intro__footer {
  margin-top: 64px;
}
@media (min-width: 1024px) {
  .intro__link {
    pointer-events: auto;
  }
}

.promo-info-box {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .promo-info-box {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .promo-info-box {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .promo-info-box__list {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .promo-info-box__list.active .promo-info-box__list-item {
    opacity: 0.5;
  }
  .promo-info-box__list.active .promo-info-box__list-image {
    display: block;
  }
}
.promo-info-box__list-item {
  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;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 768px) {
  .promo-info-box__list-item {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .promo-info-box__list-item {
    padding-bottom: 16px;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
  }
}
.promo-info-box__list-item:last-child {
  margin-bottom: 0;
}
.promo-info-box__list-item:nth-child(even) .promo-info-box__list-image {
  left: 60%;
}
@media (hover: hover) {
  .promo-info-box__list-item:hover {
    color: #6b42d6;
  }
}
@media (hover: hover) {
  .promo-info-box__list-item:hover .promo-info-box__list-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .promo-info-box__list-item.active {
    opacity: 1 !important;
  }
  .promo-info-box__list-item.active .promo-info-box__list-image {
    opacity: 1;
  }
}
.promo-info-box__list-image {
  z-index: 2;
  left: 50%;
  top: 50%;
  opacity: 0;
  mix-blend-mode: difference;
}
@media (min-width: 768px) {
  .promo-info-box__list-image {
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-info-box__list-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .promo-info-box__list-image {
    position: fixed;
    z-index: 1;
    right: 20px;
    top: 50vh;
    left: auto !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
  }
}
.promo-info-box__list-image-i {
  display: block;
}
@media (max-width: 767px) {
  .promo-info-box__list-image-i {
    width: 86px;
    height: auto;
  }
}
.promo-info-box__list-title {
  position: relative;
  z-index: 1;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}
@media (min-width: 1550px) {
  .promo-info-box__list-title {
    font-size: 126px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .promo-info-box__list-title {
    font-size: 103px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .promo-info-box__list-title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-info-box__list-title {
    font-size: 8vw;
  }
}
@media (max-width: 767px) {
  .promo-info-box__list-title {
    font-size: 9vw;
  }
  .promo-info-box__list-title .word {
    display: inline-block;
  }
}
.promo-info-box__list-label {
  position: relative;
  z-index: 3;
  font-size: 18px;
  line-height: 1.35;
  color: #555866;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .promo-info-box__list-label {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: 0.2s opacity ease-in-out, 0.2s -webkit-transform ease-in-out;
    transition: 0.2s opacity ease-in-out, 0.2s -webkit-transform ease-in-out;
    transition: 0.2s opacity ease-in-out, 0.2s transform ease-in-out;
    transition: 0.2s opacity ease-in-out, 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-info-box__list-label {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .promo-info-box__list-label {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .promo-info-box__footer {
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .promo-info-box__footer {
    margin-top: 40px;
  }
}

.cases-box {
  overflow: hidden;
}
.cases-box__head {
  position: relative;
}
@media (min-width: 768px) {
  .cases-box__head {
    padding: 100px 0 64px;
  }
}
@media (max-width: 767px) {
  .cases-box__head {
    padding: 80px 0 40px;
  }
}
.cases-box__title {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .cases-box__title {
    width: 85%;
    font-size: 80px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .cases-box__title {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .cases-box__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cases-box__title {
    font-size: 34px;
  }
}
.cases-box__title span {
  font-style: italic;
  color: #6b42d6;
}
.cases-box__title [data-mask] {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: transparent;
  font-style: italic;
}
.cases-box__video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
}
.cases-box__video-mask-video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cases-box__mask-word {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .cases-box__mask-word {
    font-size: 80px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .cases-box__mask-word {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .cases-box__mask-word {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cases-box__mask-word {
    font-size: 36px;
  }
}
.cases-box__defs-container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cases-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .cases-box__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
    background-color: #000000;
  }
}
@media (max-width: 767px) {
  .cases-box__list-item {
    position: relative;
    padding-bottom: 110%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  }
  .cases-box__list-item:nth-child(1) .inline-video__el {
    width: 140%;
    height: 140%;
    -webkit-transform: translate(-20%, -20%);
    -ms-transform: translate(-20%, -20%);
    transform: translate(-20%, -20%);
  }
}
.cases-box__list-wrap {
  position: relative;
}
.cases-box__case-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cases-box__case-video .inline-video__control {
    padding: 17px 30px 18px;
  }
}
.cases-box__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cases-box__panel {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .cases-box__panel {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cases-box__panel {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .cases-box__panel {
    padding: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-filter: invert(1) grayscale(1);
    filter: invert(1) grayscale(1);
  }
}
.cases-box__panel-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .cases-box__panel-item {
    margin: 32px 0;
  }
}
@media (min-width: 768px) {
  .cases-box__panel-item:first-child {
    -webkit-animation: 4s scaleUp ease-out infinite;
    animation: 4s scaleUp ease-out infinite;
  }
}
.cases-box__panel-image {
  display: block;
  height: auto;
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .cases-box__panel-image {
    width: 100px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .cases-box__panel-image {
    width: 60px;
  }
}
@media (max-width: 1023px) {
  .cases-box__panel-image {
    width: 80px;
  }
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.logos-tiles {
  background-color: #000000;
  overflow: hidden;
}
@media (min-width: 768px) {
  .logos-tiles {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .logos-tiles {
    padding: 80px 0;
  }
}
.logos-tiles_ticker .logos-tiles__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 1024px) {
  .logos-tiles_ticker .logos-tiles__list-item {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logos-tiles_ticker .logos-tiles__list-item {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .logos-tiles_ticker .logos-tiles__list-item {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .logos-tiles_ticker .logos-tiles__box {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logos-tiles_ticker .logos-tiles__box {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .logos-tiles_ticker .logos-tiles__box {
    height: 160px;
  }
}
.logos-tiles_ticker .logos-tiles__row {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logos-tiles__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1240px) {
  .logos-tiles__title {
    margin: 0 0 90px;
  }
}
@media (min-width: 1550px) {
  .logos-tiles__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .logos-tiles__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .logos-tiles__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .logos-tiles__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
.logos-tiles__title .split-text-title > span:not(.word) {
  color: #6b42d6;
}
.logos-tiles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logos-tiles__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .logos-tiles__list-item {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .logos-tiles__list-item {
    width: 50%;
  }
}
.logos-tiles__box {
  width: calc(100% + 1px);
  border: 1px solid #27292f;
  margin: 0 -1px -1px 0;
  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;
}
@media (min-width: 768px) {
  .logos-tiles__box {
    padding: 35px;
  }
}
@media (min-width: 1240px) {
  .logos-tiles__box {
    height: 350px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .logos-tiles__box {
    height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logos-tiles__box {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .logos-tiles__box {
    padding: 32px;
    height: 160px;
  }
}
.logos-tiles__box-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .posts-list {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .posts-list {
    padding: 80px 0;
  }
}
@media (min-width: 1240px) {
  .posts-list__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.posts-list__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .posts-list__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 37%;
    margin: 0;
    position: sticky;
    top: 100px;
  }
}
@media (min-width: 1550px) {
  .posts-list__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .posts-list__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .posts-list__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .posts-list__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
.posts-list__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.posts-list__list-item {
  display: none;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
}
.posts-list__list-item.active {
  display: block;
}
.posts-list__list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}
.posts-list__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .posts-list__card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .posts-list__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (hover: hover) {
  .posts-list__card:hover .posts-list__card-title-inner {
    background-size: 100% 1px;
  }
}
.posts-list__card-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 184px;
  position: relative;
}
@media (min-width: 768px) {
  .posts-list__card-image {
    margin-right: 40px;
    width: 37%;
  }
}
@media (max-width: 767px) {
  .posts-list__card-image {
    margin-bottom: 16px;
  }
}
.posts-list__card-image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.posts-list__card-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.posts-list__card-label {
  margin-bottom: 16px;
  font-size: 14px;
  text-transform: uppercase;
  color: #878b9b;
}
.posts-list__card-title {
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  font-weight: bold;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
.posts-list__card-title-inner {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(#000000, #000000);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 1s background-size cubic-bezier(0, 0.57, 0.55, 1);
  transition: 1s background-size cubic-bezier(0, 0.57, 0.55, 1);
  will-change: background-size;
}
.posts-list__card-quote {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 32px;
}
.posts-list__card-text {
  position: relative;
  padding-left: 48px;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .posts-list__card-text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .posts-list__card-text {
    font-size: 17px;
  }
}
.posts-list__card-text blockquote {
  display: block;
  margin: 0;
  padding: 0;
}
.posts-list__card-author {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  color: #878b9b;
}
@media (min-width: 768px) {
  .posts-list__footer {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .posts-list__footer {
    margin-top: 48px;
  }
}
.posts-list__footer_hide {
  display: none;
}

.sticky-mobile-bar {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s -webkit-transform ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s -webkit-transform ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s transform ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
@media (min-width: 768px) {
  .sticky-mobile-bar {
    display: none;
  }
}
.sticky-mobile-bar.is-hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .sticky-mobile-bar_default {
    display: block;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .sticky-mobile-bar_default:hover .sticky-mobile-bar__label {
    max-width: 350px;
  }
  .sticky-mobile-bar_default:hover .sticky-mobile-bar__icon {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@media (min-width: 1024px) {
  .sticky-mobile-bar_default .sticky-mobile-bar__control {
    padding: 22px 25px 21px 30px;
    border-radius: 35px;
  }
  .sticky-mobile-bar_default .sticky-mobile-bar__icon {
    margin: 0 5px 0 0 !important;
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
  }
  .sticky-mobile-bar_default .sticky-mobile-bar__label {
    max-width: 0;
    -webkit-transition: 0.4s max-width ease-in-out, 0.4s margin-left ease-in-out;
    transition: 0.4s max-width ease-in-out, 0.4s margin-left ease-in-out;
  }
}
.sticky-mobile-bar_default.isSticky {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .sticky-mobile-bar.isSticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.sticky-mobile-bar__control {
  border-radius: 20px;
}
.sticky-mobile-bar__control.btn-green .sticky-mobile-bar__icon path {
  fill: #000000;
}
.sticky-mobile-bar__label {
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .info-section {
    padding: 100px 0;
  }
}
@media (max-width: 1023px) {
  .info-section {
    padding: 80px 0;
  }
}
.info-section_dark {
  background-color: #000000;
  color: #ffffff;
}
.info-section_dark .info-section__item {
  border-color: #212227;
  background-color: rgba(135, 139, 155, 0.1);
}
.info-section_dark .info-section__item-text a {
  color: #ffffff;
}
@media (hover: hover) {
  .info-section_dark .info-section__item-text a:hover {
    color: #6b42d6;
  }
}
.info-section_dark-green .info-section__subtitle span {
  color: #9dce37;
}
@media (min-width: 1240px) {
  .info-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.info-section__head {
  position: relative;
}
@media (min-width: 1024px) {
  .info-section__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
}
@media (min-width: 1240px) {
  .info-section__head {
    width: 37%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .info-section__head {
    width: 40%;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .info-section__head_simple {
    padding-top: 97px;
  }
}
@media (max-width: 767px) {
  .info-section__head_simple {
    padding-top: 57px;
    margin-top: -47px;
  }
}
.info-section__head-image {
  position: absolute;
  top: 5px;
}
@media (min-width: 1024px) {
  .info-section__head-image {
    right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-section__head-image {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .info-section__head-image {
    left: 100px;
  }
}
@media (min-width: 768px) {
  .info-section__head-image-i {
    width: 260px;
    height: 166px;
  }
}
@media (max-width: 767px) {
  .info-section__head-image-i {
    width: 120px;
    height: 76px;
  }
}
.info-section__title {
  position: relative;
  z-index: 2;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .info-section__title {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .info-section__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-section__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .info-section__title {
    margin: 0 0 24px;
    font-size: 40px;
  }
}
.info-section__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-top: 5px;
}
.info-section__subtitle {
  margin-bottom: 24px;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .info-section__subtitle {
    font-size: 80px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .info-section__subtitle {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .info-section__subtitle {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .info-section__subtitle {
    font-size: 34px;
  }
}
.info-section__subtitle span {
  color: #6b42d6;
}
.info-section__text {
  line-height: 1.45;
}
@media (min-width: 1550px) {
  .info-section__text {
    width: 50%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .info-section__text {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .info-section__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .info-section__text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .info-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .info-section__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.info-section__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% + 1px);
  margin: 0 -1px -1px 0;
  border: 1px solid #000000;
  padding: 48px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-section__item {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .info-section__item {
    padding: 32px 16px;
  }
}
.info-section__item-title {
  margin: 0 0 8px;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 768px) {
  .info-section__item-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .info-section__item-title {
    font-size: 24px;
  }
}
.info-section__item-text {
  font-size: 16px;
  line-height: 1.5;
}
.info-section__footer {
  margin-top: 64px;
}

.dark-grey-mode .info-section {
  border-bottom: 1px solid #27292f;
}
.dark-grey-mode .info-section__item {
  border-color: #27292f;
}
.dark-grey-mode .info-section__subtitle span {
  color: #9dce37;
}

.lang-info {
  background-color: #f3f3f4;
}
@media (min-width: 768px) {
  .lang-info {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .lang-info {
    padding: 80px 0;
  }
}
.lang-info__head {
  margin-bottom: 50px;
}
.lang-info__title {
  margin: 0 0 24px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .lang-info__title {
    width: 75%;
  }
}
@media (min-width: 1550px) {
  .lang-info__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .lang-info__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .lang-info__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .lang-info__title {
    font-size: 40px;
  }
}
.lang-info__text {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .lang-info__text {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .lang-info__text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .lang-info__text {
    font-size: 17px;
  }
}
.lang-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lang-info__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1240px) {
  .lang-info__list-item {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .lang-info__list-item {
    width: 33.333333%;
  }
}
@media (max-width: 1023px) {
  .lang-info__list-item {
    width: 50%;
  }
}
.lang-info__list-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% + 1px);
  margin: 0 -1px -1px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000000;
}
@media (min-width: 768px) {
  .lang-info__list-box {
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .lang-info__list-box {
    padding: 42px 16px 32px;
  }
}
.lang-info__list-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .lang-info__list-icon {
    margin-right: 27px;
  }
}
@media (max-width: 767px) {
  .lang-info__list-icon {
    margin-right: 15px;
  }
}
.lang-info__list-icon-i {
  display: block;
}
@media (min-width: 768px) {
  .lang-info__list-icon-i {
    width: 108px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .lang-info__list-icon-i {
    width: 28px;
    height: 21px;
  }
}
.lang-info__list-title {
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 768px) {
  .lang-info__list-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .lang-info__list-title {
    font-size: 17px;
  }
}
.lang-info__list-label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  color: #6b42d6;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .lang-info__list-label {
    padding: 12px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .lang-info__list-label {
    padding: 8px 10px;
    font-size: 10px;
  }
}

.dark-grey-mode .lang-info {
  background-color: #111013;
  border-bottom: 1px solid #27292f;
}
.dark-grey-mode .lang-info__list-box {
  border-color: #27292f;
}
.dark-grey-mode .lang-info__list-label {
  color: #9dce37;
  background-color: #27292f;
}

.counts-list {
  color: #ffffff;
  background-color: #000000;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .counts-list {
    padding: 100px 0;
  }
}
@media (max-width: 1023px) {
  .counts-list {
    padding: 80px 0;
  }
}
.counts-list_boxed {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  .counts-list_boxed {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .counts-list_boxed .counts-list__item {
    width: 33.333333%;
    text-align: center;
    border-right: 1px solid #000000;
  }
  .counts-list_boxed .counts-list__item:last-child {
    border-right: 0 none;
  }
}
@media (min-width: 1024px) {
  .counts-list_boxed .counts-list__item {
    padding: 100px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .counts-list_boxed .counts-list__item {
    padding: 80px 20px;
  }
}
@media (min-width: 768px) {
  .counts-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .counts-list__wrap {
    margin-bottom: -48px;
  }
}
@media (min-width: 768px) {
  .counts-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .counts-list__item {
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .counts-list__item {
    width: 50%;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .counts-list__item {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .counts-list__item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .counts-list__item:last-child {
    margin-bottom: 0;
  }
}
.counts-list__item-value {
  margin-bottom: 15px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .counts-list__item-value {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .counts-list__item-value {
    font-size: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .counts-list__item-value {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .counts-list__item-value {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .counts-list__item-value {
    font-size: 44px;
  }
}
.counts-list__item-text {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .counts-list__item-text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .counts-list__item-text {
    font-size: 17px;
  }
}

.dark-grey-mode .counts-list_boxed {
  border-color: #27292f;
  background-color: #111013;
}
.dark-grey-mode .counts-list_boxed .counts-list__item {
  border-color: #27292f;
}
.dark-grey-mode .counts-list_boxed .counts-list__item-value {
  color: #9dce37;
}

.benefits-info {
  background-color: #f3f3f4;
}
@media (min-width: 768px) {
  .benefits-info {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .benefits-info {
    padding: 80px 0;
  }
  .benefits-info + .info-tiles {
    padding-top: 0;
  }
}
.benefits-info_dark-pink {
  background-color: #000000;
  color: #ffffff;
}
.benefits-info_dark-pink .benefits-info__list-item:before {
  background-color: #ff00d9;
}
.benefits-info_dark-pink .benefits-info__subtitle span {
  color: #ff00d9;
}
.benefits-info_dark-pink .benefits-info__list-text a {
  color: #ffffff;
}
@media (hover: hover) {
  .benefits-info_dark-pink .benefits-info__list-text a:hover {
    color: #ff00d9;
  }
}
.benefits-info_bg-white {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .benefits-info__head {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .benefits-info__head {
    margin-bottom: 48px;
  }
}
.benefits-info__title {
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .benefits-info__title {
    margin: 0 0 64px;
  }
}
@media (min-width: 1550px) {
  .benefits-info__title {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .benefits-info__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits-info__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .benefits-info__title {
    margin: 0 0 24px;
    font-size: 40px;
  }
}
.benefits-info__subtitle {
  margin-bottom: 32px;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .benefits-info__subtitle {
    font-size: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .benefits-info__subtitle {
    font-size: 64px;
  }
}
@media (min-width: 1024px) {
  .benefits-info__subtitle {
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits-info__subtitle {
    font-size: 44px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .benefits-info__subtitle {
    font-size: 34px;
    line-height: 1.2;
  }
}
.benefits-info__subtitle span {
  color: #6b42d6;
}
.benefits-info__text {
  line-height: 1.45;
}
@media (min-width: 1240px) {
  .benefits-info__text {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .benefits-info__text {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .benefits-info__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .benefits-info__text {
    font-size: 17px;
  }
}
.benefits-info__text a {
  color: #000000;
}
@media (hover: hover) {
  .benefits-info__text a:hover {
    color: #6b42d6;
  }
}
.benefits-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .benefits-info__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .benefits-info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.benefits-info__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .benefits-info__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.benefits-info__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}
@media (min-width: 1240px) {
  .benefits-info__icon {
    margin-top: -80px;
    width: 437px;
    height: 390px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .benefits-info__icon {
    margin-top: -40px;
    width: 330px;
    height: 295px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits-info__icon {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .benefits-info__icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: -40px;
  }
}
.benefits-info__icon-i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.benefits-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .benefits-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.benefits-info__list-item {
  position: relative;
}
@media (min-width: 1024px) {
  .benefits-info__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 35px 20px 40px 0;
  }
}
@media (min-width: 1240px) {
  .benefits-info__list-item {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .benefits-info__list-item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits-info__list-item {
    padding-top: 35px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .benefits-info__list-item {
    padding-left: 24px;
    margin-bottom: 32px;
  }
}
.benefits-info__list-item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .benefits-info__list-item:before {
    top: 0;
  }
}
@media (max-width: 767px) {
  .benefits-info__list-item:before {
    top: 5px;
  }
}
.benefits-info__list-title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}
.benefits-info__list-text {
  font-size: 16px;
  line-height: 1.5;
}
.benefits-info__list-text a {
  color: #000000;
}
@media (hover: hover) {
  .benefits-info__list-text a:hover {
    color: #6b42d6;
  }
}

.dark-grey-mode .benefits-info {
  border-bottom: 1px solid #27292f;
  background-color: transparent;
}
@media (max-width: 767px) {
  .dark-grey-mode .benefits-info {
    margin-bottom: 80px;
  }
}
.dark-grey-mode .benefits-info__subtitle span {
  color: #9dce37;
}
.dark-grey-mode .benefits-info__list {
  overflow: hidden;
  border: 1px solid #27292f;
}
@media (min-width: 768px) {
  .dark-grey-mode .benefits-info__list {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .dark-grey-mode .benefits-info__list {
    margin-bottom: 32px;
  }
}
.dark-grey-mode .benefits-info__list-item {
  margin-bottom: -1px;
  border-bottom: 1px solid #27292f;
}
@media (min-width: 768px) {
  .dark-grey-mode .benefits-info__list-item {
    padding: 75px 40px 40px;
  }
}
@media (min-width: 1024px) {
  .dark-grey-mode .benefits-info__list-item {
    border-right: 1px solid #27292f;
  }
}
@media (min-width: 1240px) {
  .dark-grey-mode .benefits-info__list-item:nth-child(3n) {
    border-right: 0 none;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .dark-grey-mode .benefits-info__list-item:nth-child(even) {
    border-right: 0 none;
  }
}
@media (max-width: 767px) {
  .dark-grey-mode .benefits-info__list-item {
    padding: 48px 16px 16px;
  }
}
.dark-grey-mode .benefits-info__list-item:before {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .dark-grey-mode .benefits-info__list-item:before {
    top: 40px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .dark-grey-mode .benefits-info__list-item:before {
    top: 24px;
    left: 16px;
  }
}

.trusted-info {
  overflow: hidden;
}
@media (max-width: 767px) {
  .trusted-info + .benefits-box {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .trusted-info_simple .trusted-info__inner {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .trusted-info_simple .trusted-info__inner {
    padding: 80px 0;
  }
}
.trusted-info_dark {
  background-color: #000000;
  color: #ffffff;
}
.trusted-info_dark .trusted-info__item {
  border-color: #555866;
}
.trusted-info__inner {
  position: relative;
}
@media (min-width: 768px) {
  .trusted-info__inner {
    padding: 100px 0 240px;
  }
}
@media (max-width: 767px) {
  .trusted-info__inner {
    padding: 80px 0 240px;
  }
}
@media (min-width: 768px) {
  .trusted-info__head {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .trusted-info__head {
    margin-bottom: 48px;
  }
}
.trusted-info__title {
  margin: 0 0 32px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .trusted-info__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .trusted-info__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .trusted-info__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .trusted-info__title {
    font-size: 40px;
  }
}
.trusted-info__text {
  line-height: 1.45;
}
@media (min-width: 1240px) {
  .trusted-info__text {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .trusted-info__text {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .trusted-info__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .trusted-info__text {
    font-size: 17px;
  }
}
.trusted-info__list {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .trusted-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .trusted-info__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .trusted-info__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .trusted-info__list-item {
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .trusted-info__list-item {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .trusted-info__list-item {
    margin-bottom: -1px;
  }
}
.trusted-info__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% + 1px);
  margin-right: -1px;
  border: 1px solid #000000;
}
@media (min-width: 1240px) {
  .trusted-info__item {
    padding: 48px 48px 66px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .trusted-info__item {
    padding: 32px 32px 48px;
  }
}
@media (max-width: 767px) {
  .trusted-info__item {
    padding: 32px 16px;
  }
}
.trusted-info__item-title {
  margin: 0 0 8px;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 768px) {
  .trusted-info__item-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .trusted-info__item-title {
    font-size: 24px;
  }
}
.trusted-info__item-text {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .trusted-info__item-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .trusted-info__item-text {
    font-size: 17px;
  }
}
.trusted-info__item-text a {
  color: #000000;
}
@media (hover: hover) {
  .trusted-info__item-text a:hover {
    color: #6b42d6;
  }
}
.trusted-info__item-footer {
  margin-top: 40px;
}
.trusted-info__image {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 1710px;
  height: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.dark-grey-mode .trusted-info__item {
  border-color: #27292f;
}

.case-card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.case-card__media {
  position: relative;
  padding-bottom: 59%;
  margin-bottom: 24px;
}
.case-card__image, .case-card__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-card__label {
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #878b9b;
}
.case-card__title {
  margin: 0 0 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}
.case-card__text {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case-card__footer {
  padding-top: 20px;
  margin-top: auto;
}

.promo-card-widget {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #000000;
}
@media (hover: hover) {
  .promo-card-widget:hover {
    color: #000000 !important;
  }
}
.promo-card-widget_bg-dark {
  color: #ffffff !important;
  background-color: #000000;
}
@media (hover: hover) {
  .promo-card-widget_bg-dark:hover {
    color: #ffffff !important;
  }
}
.promo-card-widget_bg-light {
  color: #000000 !important;
  background-color: #f3f3f4;
}
@media (hover: hover) {
  .promo-card-widget_bg-light:hover {
    color: #000000 !important;
  }
}
@media (min-width: 768px) {
  .promo-card-widget_horizontal .promo-card-widget__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .promo-card-widget_horizontal .promo-card-widget__content {
    padding: 32px 15px;
  }
}
@media (min-width: 768px) {
  .promo-card-widget_horizontal .promo-card-widget__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .promo-card-widget_horizontal .promo-card-widget__wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.promo-card-widget_horizontal .promo-card-widget__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -40px -40px -40px 0;
  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;
}
@media (min-width: 1240px) {
  .promo-card-widget_horizontal .promo-card-widget__image {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .promo-card-widget_horizontal .promo-card-widget__image {
    margin-right: 0;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-card-widget_horizontal .promo-card-widget__image {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .promo-card-widget_horizontal .promo-card-widget__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 20px;
    width: 200px;
    height: 200px;
  }
}
.promo-card-widget_horizontal .promo-card-widget__image-i {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1550px) {
  .promo-card-widget_horizontal .promo-card-widget__title {
    font-size: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .promo-card-widget_horizontal .promo-card-widget__title {
    font-size: 39px;
  }
}
.promo-card-widget_horizontal .promo-card-widget__text {
  line-height: 1.45;
}
@media (min-width: 1240px) {
  .promo-card-widget_horizontal .promo-card-widget__text {
    font-size: 21px;
    line-height: 1.2;
  }
}
.promo-card-widget__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo-card-widget__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .promo-card-widget__content {
    min-height: 400px;
  }
}
@media (min-width: 1550px) {
  .promo-card-widget__content {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .promo-card-widget__content {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .promo-card-widget__content {
    padding: 48px 25px 32px;
    min-height: 430px;
  }
}
.promo-card-widget__title {
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .promo-card-widget__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .promo-card-widget__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .promo-card-widget__title {
    font-size: 27px;
    line-height: 1.2;
  }
}
.promo-card-widget__title_big {
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .promo-card-widget__title_big {
    font-size: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo-card-widget__title_big {
    font-size: 44px !important;
  }
}
.promo-card-widget__title span {
  color: #6b42d6;
}
.promo-card-widget__text {
  line-height: 1.2;
}
@media (min-width: 1550px) {
  .promo-card-widget__text {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .promo-card-widget__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .promo-card-widget__text {
    font-size: 17px;
  }
}
.promo-card-widget__footer {
  margin-top: 32px;
}
.promo-card-widget__button .btn-icon {
  width: 24px !important;
  height: 24px !important;
}

.ticker-panel {
  overflow: hidden;
}
.ticker-panel_grey-bg {
  background-color: #f3f3f4;
}
.ticker-panel_dark-pink {
  position: relative;
  background-color: #000000;
  -webkit-box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
  box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
}
.ticker-panel_dark-pink:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  border: 1px solid #ff00d9;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #E388D5, #231822, #FF00D9);
  pointer-events: none;
}
.ticker-panel_dark-pink .ticker-panel__title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .ticker-panel_dark-pink .ticker-panel__title {
    font-size: 16px;
  }
}
.ticker-panel_dark-pink .ticker-panel__inner {
  padding: 28px 0;
}
.ticker-panel_dark-pink .ticker {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #ff00d9;
}
@media (min-width: 1024px) {
  .ticker-panel_dark-pink .ticker {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ticker-panel_dark-pink .ticker {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .ticker-panel_dark-pink .ticker {
    font-size: 34px;
  }
}
.ticker-panel_dark-pink .ticker__item {
  padding-right: 15px;
}
.ticker-panel_dark-grey-green {
  position: relative;
}
.ticker-panel_dark-grey-green:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#111013), to(rgba(17, 16, 19, 0)));
  background: linear-gradient(to left, #111013, rgba(17, 16, 19, 0));
}
.ticker-panel_dark-grey-green .ticker-panel__inner {
  position: relative;
}
.ticker-panel_dark-grey-green .ticker-panel__inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  border: 1px solid #ff00d9;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #111013, #9DCE37, #111013);
  pointer-events: none;
}
.ticker-panel_dark-grey-green .ticker-panel__inner:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 25%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#111013), to(rgba(17, 16, 19, 0)));
  background: linear-gradient(to right, #111013, rgba(17, 16, 19, 0));
}
.ticker-panel_dark-grey-green .ticker {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
@media (min-width: 1024px) {
  .ticker-panel_dark-grey-green .ticker {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ticker-panel_dark-grey-green .ticker {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .ticker-panel_dark-grey-green .ticker {
    font-size: 34px;
  }
}
.ticker-panel_dark-grey-green .ticker__item {
  padding-right: 15px;
  -webkit-background-clip: text;
  background-clip: text;
  color: #111013;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 3px;
  background-color: #9dce37;
}
.ticker-panel_dark-grey-green .ticker__item span {
  display: inline-block;
  vertical-align: top;
  font-size: 50%;
  opacity: 0.8;
  -webkit-background-clip: text;
  background-clip: text;
  color: #111013;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 2px;
  background-color: #9dce37;
}
@media (min-width: 1024px) {
  .ticker-panel_dark-grey-green .ticker__item span {
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ticker-panel_dark-grey-green .ticker__item span {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .ticker-panel_dark-grey-green .ticker__item span {
    margin-top: 8px;
  }
}
.ticker-panel_dark-gr-simple {
  background-color: #0e0e10;
  border-top: 1px solid #27292f;
  border-bottom: 1px solid #27292f;
}
@media (max-width: 1023px) {
  .ticker-panel_dark-gr-simple {
    margin-bottom: 0;
  }
}
.ticker-panel_dark-gr-simple .ticker-panel__title {
  color: #ffffff;
}
.ticker-panel_dark-gr-simple .ticker {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
@media (min-width: 1024px) {
  .ticker-panel_dark-gr-simple .ticker {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ticker-panel_dark-gr-simple .ticker {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .ticker-panel_dark-gr-simple .ticker {
    font-size: 34px;
  }
}
.ticker-panel_dark-gr-simple .ticker__item {
  padding-right: 15px;
  -webkit-background-clip: text;
  background-clip: text;
  color: #000000;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6b42d6), to(#f07123));
  background-image: linear-gradient(to right, #6b42d6 0%, #f07123 100%);
}
.ticker-panel_dark-gr-simple .ticker__item span {
  display: inline-block;
  vertical-align: top;
  font-size: 50%;
  opacity: 0.8;
  -webkit-background-clip: text;
  background-clip: text;
  color: #000000;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 2px;
  background-color: #6b42d6;
}
@media (min-width: 1024px) {
  .ticker-panel_dark-gr-simple .ticker__item span {
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ticker-panel_dark-gr-simple .ticker__item span {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .ticker-panel_dark-gr-simple .ticker__item span {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ticker-panel_simple {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ticker-panel_simple {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .ticker-panel_simple .ticker-panel__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ticker-panel_simple .ticker-panel__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ticker-panel_simple .ticker-panel__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0 0 32px;
  }
  .ticker-panel_simple .ticker-panel__title br {
    display: none;
  }
}
.ticker-panel_dark-simple {
  background-color: #0e0e10;
  border-top: 1px solid #27292f;
  border-bottom: 1px solid #27292f;
}
@media (max-width: 1023px) {
  .ticker-panel_dark-simple {
    margin-bottom: 0;
  }
}
.ticker-panel_dark-simple .ticker-panel__title {
  color: #ffffff;
}
.ticker-panel_dark-simple .ticker {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6b42d6;
  -webkit-text-fill-color: #0e0e10;
  letter-spacing: 0.05rem;
}
@media (min-width: 1024px) {
  .ticker-panel_dark-simple .ticker {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ticker-panel_dark-simple .ticker {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .ticker-panel_dark-simple .ticker {
    font-size: 34px;
  }
}
.ticker-panel_dark-simple .ticker__item {
  padding-right: 15px;
}
.ticker-panel_dark-simple .ticker__item span {
  display: inline-block;
  vertical-align: top;
  font-size: 50%;
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .ticker-panel_dark-simple .ticker__item span {
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ticker-panel_dark-simple .ticker__item span {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .ticker-panel_dark-simple .ticker__item span {
    margin-top: 8px;
  }
}
.ticker-panel_reverse .ticker-panel__inner {
  display: block;
}
.ticker-panel_reverse .ticker-panel__wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: -20px;
}
.ticker-panel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ticker-panel__inner {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .ticker-panel__inner {
    padding: 32px 0;
  }
}
.ticker-panel__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .ticker-panel__title {
    margin-right: 40px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .ticker-panel__title {
    margin-right: 20px;
    font-size: 24px;
  }
}
.ticker-panel__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.ticker-panel__wrap:first-child:last-child {
  margin-left: -20px;
}
.ticker-panel .ticker-logos__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  padding-right: 40px;
}
.ticker-panel .ticker-logos__image {
  max-height: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .tiles-panel {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tiles-panel {
    margin: 60px 0;
  }
}
@media (min-width: 768px) {
  .tiles-panel_border-top .tiles-panel__head {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.tiles-panel__head {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tiles-panel__head {
    padding-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.tiles-panel__head-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .tiles-panel__head-aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .tiles-panel__head-aside {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.tiles-panel__title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .tiles-panel__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0;
    line-height: 1;
  }
}
@media (min-width: 1550px) {
  .tiles-panel__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .tiles-panel__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .tiles-panel__title {
    margin: 0 0 16px;
    font-size: 27px;
    line-height: 1.2;
  }
}
.tiles-panel__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .tiles-panel__button {
    margin-left: 24px;
  }
}
.tiles-panel__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #555866;
}
@media (min-width: 768px) {
  .tiles-panel__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px -32px;
  }
}
@media (min-width: 768px) {
  .tiles-panel__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 16px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .tiles-panel__list-item {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-panel__list-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tiles-panel__list-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tiles-panel__list-item:last-child {
    margin-bottom: 0;
    border-bottom: 0 none;
  }
}
@media (min-width: 768px) {
  .tiles-panel__cases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tiles-panel__cases-item {
  border: 1px solid #000000;
}
@media (min-width: 768px) {
  .tiles-panel__cases-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1240px) {
  .tiles-panel__cases-item {
    padding: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tiles-panel__cases-item {
    padding: 16px;
  }
}
@media (min-width: 1024px) {
  .tiles-panel__cases-item {
    width: calc(25% + 1px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-panel__cases-item {
    padding: 32px;
    width: calc(50% + 1px);
  }
}
@media (max-width: 1023px) {
  .tiles-panel__cases-item {
    margin-bottom: -1px;
  }
}
@media (max-width: 767px) {
  .tiles-panel__cases-item {
    padding: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tiles-panel .promo-card-widget__content {
    padding: 32px 16px;
  }
}

.posts-board {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .posts-board {
    padding-top: 145px;
  }
}
@media (max-width: 767px) {
  .posts-board {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .posts-board_simple {
    margin-bottom: 32px;
  }
}
.posts-board__head {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .posts-board__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.posts-board__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .posts-board__title {
    margin: 0 62px 0 0;
  }
}
@media (min-width: 1550px) {
  .posts-board__title {
    font-size: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .posts-board__title {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts-board__title {
    margin: 0 40px 0 0;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .posts-board__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .posts-board__menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .posts-board__menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 24px 0 0 -12px;
  }
}
.posts-board__search {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 1024px) {
  .posts-board__search {
    margin-left: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts-board__search {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .posts-board__search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .posts-board__search:first-child:last-child {
    margin-left: auto;
  }
}
.posts-board__subtitle {
  margin-bottom: 24px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .posts-board__subtitle {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .posts-board__subtitle {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .posts-board__subtitle {
    font-size: 27px;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .posts-board__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
}
@media (min-width: 1024px) {
  .posts-board__main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 16px;
  }
}
@media (min-width: 1240px) {
  .posts-board__main {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .posts-board__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 66.666666%;
  }
}
@media (max-width: 1023px) {
  .posts-board__main {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .posts-board__top, .posts-board__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 16px;
  }
}
@media (min-width: 1240px) {
  .posts-board__top, .posts-board__aside {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .posts-board__top {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .posts-board__top {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .posts-board__aside {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts-board__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.posts-board__promo {
  position: relative;
}
@media (min-width: 1024px) {
  .posts-board__promo {
    margin-bottom: 40px;
  }
}
@media (min-width: 1550px) {
  .posts-board__promo {
    padding-bottom: 113%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .posts-board__promo {
    padding-bottom: 120%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .posts-board__promo {
    padding-bottom: 114%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts-board__promo {
    min-height: 360px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .posts-board__promo {
    min-height: 430px;
    margin-bottom: 32px;
  }
}
.posts-board__promo .promo-card-widget {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .posts-board__promo .promo-card-widget__content {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .posts-board__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
}
@media (min-width: 1240px) {
  .posts-board__list-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .posts-board__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 33.333333%;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .posts-board__list-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.posts-board__list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}
@media (min-width: 768px) {
  .posts-board__cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
}
@media (min-width: 768px) {
  .posts-board__cat-list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1240px) {
  .posts-board__cat-list-item {
    padding: 0 16px 80px;
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .posts-board__cat-list-item {
    padding: 0 16px 32px;
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts-board__cat-list-item {
    padding: 0 16px 32px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .posts-board__cat-list-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .posts-board__cat-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
  }
}
@media (min-width: 768px) {
  .posts-board__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1240px) {
  .posts-board__footer {
    padding-bottom: 30px;
  }
}
@media (max-width: 1239px) {
  .posts-board__footer {
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts-board .subscribe-widget {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 16px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts-board .subscribe-widget__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts-board .subscribe-widget__form-button {
    width: 100%;
  }
}

.subscribe-widget {
  position: relative;
}
.subscribe-widget_dark .subscribe-widget__title {
  color: #ffffff;
}
.subscribe-widget_dark .subscribe-widget__title span {
  color: #ffffff;
}
.subscribe-widget_dark .subscribe-widget__subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.subscribe-widget_dark .control-label {
  color: #ffffff;
}
.subscribe-widget_dark .form-control {
  color: #ffffff;
  border-color: #878b9b;
}
.subscribe-widget_dark .subscribe-widget__form-button {
  background: transparent;
  border-color: #ffffff;
}
@media (hover: hover) {
  .subscribe-widget_dark .subscribe-widget__form-button:hover {
    border-color: #6b42d6;
    background: #6b42d6;
  }
}
.subscribe-widget__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.subscribe-widget__content {
  position: relative;
}
@media (min-width: 1024px) {
  .subscribe-widget__content {
    padding: 32px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscribe-widget__content {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .subscribe-widget__content {
    padding: 32px 16px;
  }
}
.subscribe-widget__title {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}
.subscribe-widget__title span {
  color: #6b42d6;
}
.subscribe-widget__subtitle {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1550px) {
  .subscribe-widget__form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 1550px) {
  .subscribe-widget__form-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .subscribe-widget__form-group {
    margin-bottom: 20px;
  }
}
@media (min-width: 1550px) {
  .subscribe-widget__form-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .subscribe-widget__form-button {
    width: 100%;
  }
}
.subscribe-widget__form .checkbox:last-child {
  margin-top: 24px;
}
.subscribe-widget .form-control,
.subscribe-widget .hs-input {
  background: none;
}

.nav-menu {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav-menu__list-item.hidden {
  display: none;
}
.nav-menu__list-item.active .nav-menu__link {
  color: #000000;
}
.nav-menu__list-item.active .nav-menu__link:after {
  opacity: 1;
  visibility: visible;
}
.nav-menu__link {
  position: relative;
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #555866;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-menu__link {
    font-size: 13px;
  }
}
@media (hover: hover) {
  .nav-menu__link:hover {
    color: #6b42d6;
  }
}
.nav-menu__link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
}
.nav-menu__more {
  position: relative;
}
.nav-menu__toggle {
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #6b42d6;
  border: 0 none;
  background: none;
  outline: 0 none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.nav-menu__toggle.is-open .nav-menu__toggle-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-menu__toggle-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.nav-menu__toggle-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 5px;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.nav-menu__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s transform ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.nav-menu__dropdown.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nav-menu__dropdown .nav-menu__link:after {
  content: none;
}

.search-bar {
  position: relative;
}
.search-bar__toggle {
  display: block;
  border: 0 none;
  outline: 0 none;
  padding: 0;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .search-bar__toggle {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .search-bar__toggle {
    width: 44px;
    height: 44px;
  }
}
.search-bar__toggle-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.search-bar__drop {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
}
@media (min-width: 768px) {
  .search-bar__drop {
    height: 64px;
  }
}
@media (max-width: 767px) {
  .search-bar__drop {
    height: 44px;
  }
}
.search-bar__drop.is-open {
  opacity: 1;
  visibility: visible;
}
.search-bar .hs-search-field__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-bar .hs-search-field__form .hs-search-field__input {
  font-size: 21px;
  line-height: 1.2;
  color: #000000;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0;
  outline: 0 none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
@media (min-width: 1660px) {
  .search-bar .hs-search-field__form .hs-search-field__input {
    width: 1556px;
  }
}
@media (max-width: 1659px) {
  .search-bar .hs-search-field__form .hs-search-field__input {
    width: calc(100vw - 104px);
  }
}
@media (min-width: 768px) {
  .search-bar .hs-search-field__form .hs-search-field__input {
    padding: 10px 20px 10px 0;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .search-bar .hs-search-field__form .hs-search-field__input {
    width: calc(100vw - 84px);
    padding: 8px 10px 8px 0;
    height: 44px;
  }
}
.search-bar .hs-search-field__form .hs-search-field__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search-bar .hs-search-field__form .hs-search-field__input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.search-bar .hs-search-field__form .hs-search-field__button {
  position: relative;
  background: #ffffff;
  border: 0 none;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .search-bar .hs-search-field__form .hs-search-field__button {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .search-bar .hs-search-field__form .hs-search-field__button {
    width: 44px;
    height: 44px;
  }
}
.search-bar .hs-search-field__form .hs-search-field__button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #000000;
}
.search-bar .hs-search-field__form .hs-search-field__button svg {
  display: block;
  width: 100%;
  height: 100%;
}
.search-bar .hs-search-field__form .hs-search-field__button svg path {
  fill: #000000;
}
.search-bar .hs-search-field__label {
  display: none;
}

.author-box {
  margin-bottom: 85px;
}
@media (min-width: 1024px) {
  .author-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }
}
@media (min-width: 1024px) {
  .author-box__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 16px;
  }
}
@media (min-width: 1240px) {
  .author-box__aside {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .author-box__aside {
    width: 33.333333%;
  }
}
@media (max-width: 1023px) {
  .author-box__aside {
    margin-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .author-box__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 16px;
  }
}
@media (min-width: 1240px) {
  .author-box__content {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .author-box__content {
    width: 66.666666%;
  }
}
.author-box__title {
  margin: 0 0 40px;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .author-box__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .author-box__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .author-box__title {
    font-size: 27px;
  }
}
.author-box__card {
  position: sticky;
  top: 100px;
}
.author-box__card-image {
  margin-bottom: 16px;
  width: 124px;
  height: 124px;
  overflow: hidden;
  border-radius: 50%;
}
.author-box__card-image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.author-box__card-title {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}
.author-box__card-label {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #878b9b;
}
.author-box__card-text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555866;
}
.author-box__card-socials {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.author-box__card-socials-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 8px 8px 0;
}
.author-box__card-socials-link {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
@media (hover: hover) {
  .author-box__card-socials-link:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.author-box__card-socials-icon {
  display: block;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .author-box__list-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .author-box__list-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .author-box__list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
  }
}

@media (min-width: 1024px) {
  .article-wrap {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-wrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .article-wrap {
    padding-bottom: 60px;
  }
}
.article-wrap_default .rich-text {
  font-family: "Poppins", sans-serif !important;
}
.article-wrap_default .rich-text h1, .article-wrap_default .rich-text h2, .article-wrap_default .rich-text h3, .article-wrap_default .rich-text h4, .article-wrap_default .rich-text h5, .article-wrap_default .rich-text h6 {
  font-family: "Poppins", sans-serif !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-wrap_simple {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .article-wrap_simple .article-wrap__body {
    padding-top: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-wrap_simple .article-wrap__body {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .article-wrap_simple .article-wrap__body {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .article-wrap_simple .article-wrap__aside {
    width: 37%;
  }
}
@media (min-width: 1240px) {
  .article-wrap_simple .article-wrap__aside-bg {
    top: -180px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .article-wrap_simple .article-wrap__aside-bg {
    top: -140px;
  }
}
@media (min-width: 1024px) {
  .article-wrap_simple .article-wrap__content {
    width: 63%;
  }
}
.article-wrap_case .article-wrap__head {
  color: #ffffff;
  background-color: #000000;
  text-align: left;
}
@media (min-width: 768px) {
  .article-wrap_case .article-wrap__head {
    padding-bottom: 62px;
  }
}
@media (max-width: 767px) {
  .article-wrap_case .article-wrap__head {
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .article-wrap_case .article-wrap__head-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }
}
@media (min-width: 1024px) {
  .article-wrap_case .article-wrap__head-cover {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 16px;
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .article-wrap_case .article-wrap__head-cover {
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 56%;
  }
}
.article-wrap_case .article-wrap__head-cover-image {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .article-wrap_case .article-wrap__head-cover-image {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .article-wrap_case .article-wrap__head-cover-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .article-wrap_case .article-wrap__head-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 16px;
  }
}
.article-wrap_case .article-wrap__audio-widget {
  margin: 0 0 0 -8px;
}
.article-wrap_case .article-wrap__audio .plyr__controls {
  background-color: transparent !important;
}
.article-wrap_case .article-wrap__audio .plyr__control:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.article-wrap_case .article-wrap__audio .plyr__control[data-plyr=play] {
  border-color: #ffffff;
}
.article-wrap_case .article-wrap__audio .plyr__control svg {
  fill: #ffffff;
}
.article-wrap_case .article-wrap__audio .plyr--full-ui input[type=range] {
  color: #ffffff;
}
.article-wrap_case .article-wrap__audio_sticky .plyr__control[data-plyr=play] {
  border-color: #000000;
}
.article-wrap_case .article-wrap__audio_sticky .plyr__control svg {
  fill: #000000;
}
.article-wrap_case .article-wrap__audio_sticky .plyr--full-ui input[type=range] {
  color: #000000;
}
.article-wrap_case .article-wrap__title {
  margin: 0 0 24px;
}
@media (min-width: 1550px) {
  .article-wrap_case .article-wrap__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .article-wrap_case .article-wrap__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .article-wrap_case .article-wrap__title {
    font-size: 27px;
  }
}
.article-wrap_case .article-wrap__label {
  color: #555866;
}
.article-wrap_case .article-wrap__label a {
  color: #878b9b;
}
@media (hover: hover) {
  .article-wrap_case .article-wrap__label a:hover {
    color: #6b42d6;
  }
}
.article-wrap_case .breadcrumbs__item:last-child .breadcrumbs__link {
  color: #555866;
}
@media (hover: hover) {
  .article-wrap_case .breadcrumbs__item:last-child .breadcrumbs__link:hover {
    color: #ffffff;
  }
}
@media (hover: hover) {
  .article-wrap_case .breadcrumbs__link:hover {
    color: #ffffff;
  }
}
.article-wrap__progress {
  position: fixed;
  z-index: 5;
  left: 0;
  background-color: #6b42d6;
}
@media (min-width: 768px) {
  .article-wrap__progress {
    top: 80px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  .article-wrap__progress {
    top: 60px;
    height: 3px;
  }
}
.article-wrap__head {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .article-wrap__head {
    padding-top: 112px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .article-wrap__head {
    padding-top: 80px;
  }
}
@media (max-width: 1023px) {
  .article-wrap__head-wrap {
    overflow: hidden;
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.article-wrap__label {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.5;
}
.article-wrap__label a {
  color: #000000;
}
@media (hover: hover) {
  .article-wrap__label a:hover {
    color: #6b42d6;
  }
}
.article-wrap__title {
  margin: 0 auto 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .article-wrap__title {
    line-height: 1;
  }
}
@media (min-width: 1240px) {
  .article-wrap__title {
    width: 70%;
  }
}
@media (min-width: 1550px) {
  .article-wrap__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .article-wrap__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .article-wrap__title {
    font-size: 27px;
    line-height: 1.2;
  }
}
.article-wrap__separator {
  margin-bottom: 24px;
  font-size: 15px;
  color: #878b9b;
}
.article-wrap__audio_sticky .plyr--audio .plyr__controls {
  background-color: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (min-width: 1240px) {
  .article-wrap__audio_sticky .audio-widget {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 10px;
  }
}
@media (min-width: 1550px) {
  .article-wrap__audio_sticky .audio-widget {
    right: auto;
    left: 50%;
    margin-left: 429px;
  }
}
.article-wrap__audio-label {
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}
.article-wrap__audio-widget {
  margin: 0 auto;
  width: 100%;
  height: 54px;
  max-width: 586px;
}
@media (min-width: 768px) {
  .article-wrap__audio .plyr--audio .plyr__controls {
    padding: 8px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .article-wrap__audio .plyr--audio .plyr__controls {
    padding: 16px 0;
  }
}
@media (min-width: 1024px) {
  .article-wrap__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
}
.article-wrap__aside {
  position: relative;
}
@media (min-width: 1024px) {
  .article-wrap__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    padding: 0 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .article-wrap__aside:last-child {
    width: 75%;
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .article-wrap__aside {
    margin-bottom: 48px;
  }
}
@media (max-width: 1239px) {
  .article-wrap__aside:last-child {
    margin-top: 48px;
  }
  .article-wrap__aside .share-widget {
    display: none;
  }
}
@media (min-width: 1024px) and (min-height: 700px) {
  .article-wrap__aside-sticky {
    position: sticky;
    top: 100px;
  }
}
.article-wrap__aside-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.article-wrap__aside-bg-inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
}
@media (min-width: 1240px) {
  .article-wrap__aside-bg-inner {
    width: 700px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .article-wrap__aside-bg-inner {
    width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-wrap__aside-bg-inner {
    width: 500px;
  }
}
.article-wrap__aside-bg-i {
  display: block;
  width: 100%;
  height: auto;
}
.article-wrap__aside-title {
  position: relative;
  margin: 0 0 8px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .article-wrap__aside-title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .article-wrap__aside-title {
    font-size: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .article-wrap__aside-title {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-wrap__aside-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .article-wrap__aside-title {
    font-size: 60px;
  }
}
.article-wrap__aside-text {
  position: relative;
  margin-bottom: 32px;
  line-height: 1.45;
}
@media (min-width: 1240px) {
  .article-wrap__aside-text {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-wrap__aside-text {
    width: 70%;
  }
}
@media (max-width: 1239px) {
  .article-wrap__aside-text {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .article-wrap__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 16px;
  }
}
@media (min-width: 1240px) {
  .article-wrap__content {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .article-wrap__content {
    width: 75%;
  }
}
.article-wrap__content-widget {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1240px) {
  .article-wrap__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -16px;
  }
}
@media (min-width: 1240px) {
  .article-wrap__content-col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding: 0 16px;
  }
}
@media (max-width: 1239px) {
  .article-wrap__content-col {
    margin-bottom: 20px;
  }
  .article-wrap__content-col:last-child {
    margin-bottom: 0;
  }
}
.article-wrap__content-section {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .article-wrap__frame {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .article-wrap__frame {
    margin-bottom: 40px;
  }
}
.article-wrap__widget {
  margin-bottom: 32px;
}
.article-wrap__cover {
  margin-bottom: 40px;
}
.article-wrap__cover-image {
  display: block;
  width: 100%;
  height: auto;
}
.article-wrap__page-nav {
  position: relative;
}
.article-wrap__page-nav-item.active .article-wrap__page-nav-link {
  border-color: #6b42d6;
  color: #000000;
}
.article-wrap__page-nav-link {
  display: block;
  padding: 8px 0 8px 16px;
  color: #555866;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  -webkit-transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out;
}
@media (hover: hover) {
  .article-wrap__page-nav-link:hover {
    color: #000000;
  }
}
.article-wrap__page-nav-link.heading-h3 {
  padding-left: 32px;
}
.article-wrap__page-nav-link.heading-h4 {
  padding-left: 40px;
}
.article-wrap__page-nav-link.heading-h5 {
  padding-left: 48px;
}
.article-wrap__page-nav-link.heading-h6 {
  padding-left: 56px;
}
.article-wrap__panel {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .article-wrap__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .article-wrap__panel-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .article-wrap__panel-item {
    margin-bottom: 48px;
  }
  .article-wrap__panel-item:last-child {
    margin-bottom: 0;
  }
}
.article-wrap__tags {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .article-wrap__tags {
    margin: 64px 0 -8px;
  }
}
@media (max-width: 767px) {
  .article-wrap__tags {
    margin: 48px 0 -8px;
  }
}
.article-wrap__tags-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 8px 8px 0;
}
.article-wrap__tags-link {
  display: block;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  background-color: #f3f3f4;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background-color ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s background-color ease-in-out;
}
@media (hover: hover) {
  .article-wrap__tags-link:hover {
    color: #ffffff;
    background-color: #000000;
  }
}
.article-wrap__nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .article-wrap__nav {
    margin-top: 64px;
    padding-top: 64px;
  }
}
@media (max-width: 767px) {
  .article-wrap__nav {
    margin-top: 48px;
    padding-top: 48px;
  }
}
.article-wrap__nav-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
}
.article-wrap__nav-item:first-child {
  padding-right: 16px;
}
.article-wrap__nav-item:last-child {
  padding-left: 16px;
}
.article-wrap__nav-item:last-child .article-wrap__nav-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.article-wrap__nav-item:first-child:last-child .article-wrap__nav-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (hover: hover) {
  .article-wrap__nav-item:hover {
    color: #6b42d6;
  }
}
.article-wrap__nav-wrap {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-wrap__nav-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 1px;
  font-size: 15px;
  line-height: 1.5;
}
.article-wrap__nav-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25px;
  height: 24px;
}
.article-wrap__nav-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-wrap__go-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  background: none;
  cursor: pointer;
  color: #555866;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s color ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s color ease-in-out;
}
@media (min-width: 1024px) {
  .article-wrap__go-top {
    position: relative;
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .article-wrap__go-top {
    position: fixed;
    z-index: 149;
    left: 20px;
    bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    background: #000000;
  }
  .article-wrap__go-top path {
    fill: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-wrap__go-top {
    padding: 5px 12px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .article-wrap__go-top {
    padding: 9px 15px;
    border-radius: 18px;
  }
}
@media (hover: hover) {
  .article-wrap__go-top:hover {
    color: #6b42d6;
  }
}
.article-wrap__go-top.active {
  opacity: 1;
  visibility: visible;
}
.article-wrap__go-top-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .article-wrap__go-top-icon {
    margin-right: 4px;
    width: 25px;
    height: 24px;
  }
}
@media (max-width: 1023px) {
  .article-wrap__go-top-icon {
    margin: 0 4px 0 -4px;
    width: 20px;
    height: 19px;
  }
}
.article-wrap__go-top-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  pointer-events: none;
  font-size: 12px;
  line-height: 1.5;
}
.article-wrap__info {
  background-color: #f3f3f4;
}
@media (min-width: 768px) {
  .article-wrap__info {
    margin: 40px 0;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .article-wrap__info {
    margin: 40px -20px;
    padding: 32px 20px;
  }
}
@media (min-width: 768px) {
  .article-wrap__images-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .article-wrap__images-row img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 8px) !important;
  }
}
@media (max-width: 767px) {
  .article-wrap__images-row img {
    margin-bottom: 20px;
  }
  .article-wrap__images-row img:last-child {
    margin-bottom: 0;
  }
}
.article-wrap__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-wrap__logos img {
  width: auto !important;
}
@media (min-width: 768px) {
  .article-wrap__logos img {
    margin: 30px 55px 30px 0;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .article-wrap__logos img {
    margin: 25px 35px 25px 0;
    height: 50px;
  }
}
.article-wrap__logos img:last-child {
  margin-right: 0;
}
.article-wrap__description {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .article-wrap .breadcrumbs {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .article-wrap .breadcrumbs {
    margin-top: -10px;
  }
}

.share-widget__label {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}
.share-widget .a2a_default_style:not(.a2a_flex_style) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.share-widget .a2a_default_style:not(.a2a_flex_style) .a2a_svg {
  opacity: 1 !important;
  background-color: transparent !important;
}
.share-widget .a2a_default_style:not(.a2a_flex_style) a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 12px 12px 0;
  padding: 0;
  width: 40px;
  height: 40px;
  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;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.2s border-color ease-in-out;
  transition: 0.2s border-color ease-in-out;
}
@media (hover: hover) {
  .share-widget .a2a_default_style:not(.a2a_flex_style) a:hover {
    border-color: #000000;
  }
}
.share-widget .a2a_default_style:not(.a2a_flex_style) a path {
  fill: #000000;
}

.breadcrumbs {
  overflow: hidden;
}
@media (min-width: 1240px) {
  .breadcrumbs {
    margin-bottom: 64px;
  }
}
@media (max-width: 1239px) {
  .breadcrumbs {
    padding: 0 20px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs::-webkit-scrollbar {
    height: 3px;
  }
  .breadcrumbs::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .breadcrumbs::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .breadcrumbs {
    margin: 0 -20px 44px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0 -20px 20px;
  }
}
.breadcrumbs_light .breadcrumbs__item:last-child .breadcrumbs__link {
  color: #555866;
}
@media (hover: hover) {
  .breadcrumbs_light .breadcrumbs__item:last-child .breadcrumbs__link:hover {
    color: #ffffff;
  }
}
@media (hover: hover) {
  .breadcrumbs_light .breadcrumbs__link:hover {
    color: #ffffff;
  }
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.5;
  color: #878b9b;
}
.breadcrumbs__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
@media (max-width: 1239px) {
  .breadcrumbs__item:last-child {
    padding-right: 20px;
  }
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #000000;
  text-transform: none;
}
.breadcrumbs__link {
  color: #878b9b;
  text-decoration: none;
}
@media (hover: hover) {
  .breadcrumbs__link:hover {
    color: #000000;
  }
}
.breadcrumbs__separator {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}

.author-widget {
  background-color: #f3f3f4;
}
@media (min-width: 768px) {
  .author-widget {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .author-widget {
    padding: 32px 16px;
  }
}
.author-widget__image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .author-widget__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .author-widget__image {
    margin-bottom: 16px;
  }
}
.author-widget__image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.author-widget__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.author-widget__title {
  margin: 0 0 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}
.author-widget__label {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #878b9b;
}
.author-widget__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555866;
}
.author-widget__socials {
  margin: 12px 0 -8px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.author-widget__socials-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 8px 8px 0;
}
.author-widget__socials-link {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
@media (hover: hover) {
  .author-widget__socials-link:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.author-widget__socials-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.feedback-wrapper__label {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.feedback-wrapper__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback-wrapper__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  padding: 0;
  width: 40px;
  height: 40px;
  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;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.2s border-color ease-in-out;
  transition: 0.2s border-color ease-in-out;
}
@media (hover: hover) {
  .feedback-wrapper__button:hover {
    border-color: #000000;
  }
}

.magic-box {
  position: relative;
  overflow: hidden;
}
.magic-box__head-wrap {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .magic-box__head {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .magic-box__head {
    margin-bottom: 30px;
  }
}
.magic-box__head-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.magic-box__head-inner[data-active=true] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.magic-box__head-inner[data-active=true] .nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.magic-box__head-inner[data-active=true] .navTitle {
  position: static !important;
}
.magic-box__nav {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  margin-left: -25vw;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .magic-box__nav {
    padding-top: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .magic-box__nav {
    padding-top: 13px;
  }
}
@media (max-width: 1023px) {
  .magic-box__nav {
    display: none;
  }
}
.magic-box__nav-label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.magic-box__nav-title {
  height: 1em;
  margin-bottom: 10px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1550px) {
  .magic-box__nav-title {
    font-size: 64px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .magic-box__nav-title {
    font-size: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .magic-box__nav-title {
    font-size: 38px;
  }
}
.magic-box__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media (min-width: 1240px) {
  .magic-box__title {
    margin-right: 20px;
    font-size: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .magic-box__title {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .magic-box__title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .magic-box__title {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.magic-box__title span {
  font-style: italic;
  text-transform: uppercase;
}
.magic-box__slides {
  position: relative;
}
@media (min-width: 1024px) {
  .magic-box__slides {
    height: 100vh;
    min-height: 650px;
  }
}
.magic-box__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .magic-box__slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    min-height: 650px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .magic-box__slide {
    min-height: 450px;
  }
  .magic-box__slide:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .magic-box__slide:nth-child(even) .magic-box__slide-media {
    margin-left: -20px;
    width: calc(50% + 20px);
  }
  .magic-box__slide:nth-child(even) .magic-box__slide-content {
    padding: 0 0 32px 32px;
  }
  .magic-box__slide:nth-child(odd) .magic-box__slide-media {
    margin-right: -20px;
    width: calc(50% + 20px);
  }
  .magic-box__slide:nth-child(odd) .magic-box__slide-content {
    padding: 0 32px 32px 0;
  }
}
@media (max-width: 767px) {
  .magic-box__slide {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .magic-box__slide:last-child {
    margin-bottom: 0;
  }
  .magic-box__slide:nth-child(2) .magic-box__slide-title {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}
@media (max-width: 1023px) {
  .magic-box__slide:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .magic-box__slide-content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .magic-box__slide-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .magic-box__slide-content .magic-box__slide-title {
    display: none;
  }
}
@media (min-width: 1240px) {
  .magic-box__slide-content-wrap {
    width: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .magic-box__slide-content-wrap {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .magic-box__slide-content-wrap {
    margin-top: auto;
  }
}
.magic-box__slide-title {
  line-height: 1;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .magic-box__slide-title {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .magic-box__slide-title {
    padding: 20px 0;
    font-size: 6vw;
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  .magic-box__slide-title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    font-size: 13vw;
    mix-blend-mode: soft-light;
  }
}
.magic-box__slide-subtitle {
  margin: 0 0 12px;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1550px) {
  .magic-box__slide-subtitle {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .magic-box__slide-subtitle {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .magic-box__slide-subtitle {
    font-size: 27px;
  }
}
.magic-box__slide-text {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .magic-box__slide-text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .magic-box__slide-text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .magic-box__slide-footer {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .magic-box__slide-footer {
    margin-top: 20px;
  }
}
.magic-box__slide-media {
  position: relative;
  background-color: #000000;
}
@media (min-width: 768px) {
  .magic-box__slide-media {
    width: 50vw;
  }
}
@media (min-width: 1024px) {
  .magic-box__slide-media {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .magic-box__slide-media {
    height: 76vw;
    margin: 0 -20px 20px;
  }
}
@media (min-width: 768px) {
  .magic-box__slide-media .magic-box__slide-title {
    display: none;
  }
}
.magic-box__slide-media .inline-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.magic-box__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.books-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .books-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.books-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}
.books-list__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .books-list__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 768px) {
  .books-list__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1240px) {
  .books-list__aside {
    width: 40%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .books-list__aside {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .books-list__aside {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .books-list__aside {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 200px;
  }
}
.books-list__image {
  position: relative;
  padding-bottom: 100%;
}
@media (min-width: 1240px) {
  .books-list__image {
    margin-top: -30px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .books-list__image {
    margin-top: -10px;
  }
}
.books-list__image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.books-list__title {
  margin: 0 0 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .books-list__title {
    line-height: 1;
  }
}
@media (min-width: 1550px) {
  .books-list__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .books-list__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .books-list__title {
    font-size: 27px;
    line-height: 1.2;
  }
}
.books-list__text {
  line-height: 1.45;
}
@media (min-width: 1240px) {
  .books-list__text {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .books-list__text {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .books-list__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .books-list__text {
    font-size: 17px;
  }
}
.books-list__footer {
  margin-top: 32px;
}

.book-box {
  color: #ffffff;
  background-color: #000000;
}
@media (min-width: 768px) {
  .book-box {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .book-box {
    padding: 70px 0 80px;
  }
}
.book-box .breadcrumbs__item:last-child .breadcrumbs__link {
  color: #555866;
}
@media (hover: hover) {
  .book-box .breadcrumbs__item:last-child .breadcrumbs__link:hover {
    color: #ffffff;
  }
}
@media (hover: hover) {
  .book-box .breadcrumbs__link:hover {
    color: #ffffff;
  }
}
.book-box__head {
  position: relative;
  z-index: 2;
  margin-bottom: 48px;
}
@media (min-width: 1240px) {
  .book-box__head {
    width: 75%;
  }
}
.book-box__title {
  margin: 0 0 16px;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .book-box__title {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .book-box__title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .book-box__title {
    font-size: 40px;
  }
}
.book-box__text {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .book-box__text {
    font-size: 21px;
  }
}
@media (min-width: 1240px) {
  .book-box__text {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .book-box__text {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .book-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .book-box__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 36px;
  }
}
@media (min-width: 1240px) {
  .book-box__image {
    width: 50%;
    margin: -100px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .book-box__image {
    width: 35%;
    margin-top: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .book-box__image {
    width: 50%;
    margin: 0 auto 32px;
  }
}
@media (max-width: 767px) {
  .book-box__image {
    width: 250px;
    margin: -30px 0 20px;
  }
}
.book-box__image-i {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .book-box__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-left: 36px;
  }
}
.book-box__content .rich-text ul li:before {
  background-color: #ffffff;
}
.book-box__form {
  margin-bottom: 56px;
  background-color: #141517;
}
@media (min-width: 768px) {
  .book-box__form {
    padding: 56px 40px;
  }
}
@media (max-width: 767px) {
  .book-box__form {
    padding: 32px 16px;
  }
}
.book-box__form-title {
  margin: 0 0 26px;
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
.book-box__form-title span {
  color: #6b42d6;
}
.book-box .hs-input {
  color: #ffffff;
  background: #141517;
  border-color: #555866;
}
.book-box .hs-input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px #141517 inset;
  box-shadow: 0 0 0 1000px #141517 inset;
}
@media (max-width: 767px) {
  .book-box .btn {
    width: 100%;
  }
}

.page-content-widget {
  padding-top: 65px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .page-content-widget {
    width: 405px;
  }
}
@media (max-width: 767px) {
  .page-content-widget {
    max-width: 405px;
  }
}
.page-content-widget__title {
  position: relative;
  margin: 0 0 8px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .page-content-widget__title {
    font-size: 80px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .page-content-widget__title {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .page-content-widget__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-content-widget__title {
    font-size: 40px;
  }
}
.page-content-widget__title-label {
  position: relative;
  z-index: 2;
}
.page-content-widget__title .page-content-widget__title-image {
  position: absolute;
  z-index: 1;
  right: 30px;
}
@media (min-width: 768px) {
  .page-content-widget__title .page-content-widget__title-image {
    top: -65px;
    width: 216px !important;
  }
}
@media (max-width: 767px) {
  .page-content-widget__title .page-content-widget__title-image {
    top: -35px;
    width: 116px !important;
  }
}
.page-content-widget__text {
  font-size: 16px;
  line-height: 1.5;
}
.page-content-widget__footer {
  margin-top: 24px;
}
.page-content-widget__button .btn-icon {
  width: 24px !important;
  height: 24px !important;
}

.jobs-list {
  border-top: 1px solid #000000;
  margin-top: 56px;
}
.jobs-list__item {
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  .jobs-list__item {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .jobs-list__item {
    padding: 20px 0 30px;
  }
}

.job-card {
  position: relative;
}
@media (min-width: 768px) {
  .job-card {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .job-card {
    padding-right: 45px;
  }
}
.job-card__copy {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  background: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #555866;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
@media (max-width: 767px) {
  .job-card__copy {
    max-width: 100px;
  }
}
@media (hover: hover) {
  .job-card__copy:hover {
    color: #6b42d6;
  }
  .job-card__copy:hover .job-card__copy-icon {
    fill: #6b42d6;
  }
}
.job-card__copy.is-copied {
  color: #555866;
}
.job-card__copy.is-copied .job-card__copy-icon {
  fill: #555866;
}
.job-card__copy-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -3px 4px 0 0;
  width: 20px;
  height: 20px;
  pointer-events: none;
  -webkit-transition: 0.3s fill ease-in-out;
  transition: 0.3s fill ease-in-out;
}
.job-card__copy-label {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .job-card__copy-label span {
    display: none;
  }
}
.job-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  border: 0 none;
  outline: 0 none;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.job-card__head.is-open .job-card__caret:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.job-card__panel {
  margin-bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .job-card__panel {
    margin-right: 20%;
  }
}
@media (max-width: 767px) {
  .job-card__panel {
    margin-right: 25%;
  }
}
.job-card__panel-item {
  position: relative;
  padding-right: 20px;
  margin-bottom: 3px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #555866;
}
.job-card__panel-item:last-child {
  padding-right: 0;
}
.job-card__panel-item:last-child:after {
  content: none;
}
.job-card__panel-item:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #878b9b;
}
.job-card__label {
  margin-bottom: 12px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 768px) {
  .job-card__label {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .job-card__label {
    font-size: 17px;
  }
}
.job-card__title {
  margin: 0 0 12px;
  font-family: "Urbanist", sans-serif !important;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .job-card__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .job-card__title {
    font-size: 39px !important;
  }
}
@media (max-width: 767px) {
  .job-card__title {
    font-size: 27px !important;
    line-height: 1.2;
  }
}
.job-card h2.job-card__title {
  font-family: "Urbanist", sans-serif !important;
}
.job-card__text {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .job-card__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .job-card__text {
    font-size: 17px;
  }
}
.job-card__footer {
  margin-top: 40px;
}
.job-card__button {
  color: #ffffff !important;
}
.job-card__button .btn-icon {
  width: 24px !important;
  height: 24px !important;
}
.job-card__caret {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  cursor: pointer;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.job-card__caret:before, .job-card__caret:after {
  content: "";
  position: absolute;
  background-color: #000000;
}
.job-card__caret:before {
  left: 0;
  top: 15px;
  width: 31px;
  height: 1px;
}
.job-card__caret:after {
  top: 0;
  left: 15px;
  width: 1px;
  height: 31px;
}
.job-card__drop {
  display: none;
}
.job-card__drop.is-open {
  display: block;
}
.job-card__content {
  padding-top: 40px;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .job-card__content {
    font-size: 18px;
  }
}

.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.modal.is-opened {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .modal-md .modal-dialog {
    width: 900px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal-md .modal-dialog {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .modal-md .modal-dialog {
    width: 95vw;
    max-width: 650px;
  }
}
.modal-lg .modal-dialog {
  width: 95vw;
}
@media (min-width: 768px) {
  .modal-lg .modal-dialog {
    max-width: 1620px;
  }
}
@media (max-width: 767px) {
  .modal-lg .modal-dialog {
    max-width: 650px;
  }
}
.modal-fullwidth:after {
  content: none;
}
.modal-fullwidth .modal-dialog {
  width: 100%;
  margin: 0;
}
.modal-fullwidth .modal-close {
  position: fixed;
}
@media (min-width: 768px) {
  .modal-simple-close .modal-close {
    top: 10px;
    right: 10px;
    background: none;
  }
}
@media (max-width: 767px) {
  .modal-simple-close .modal-close {
    top: 25px;
    right: 25px;
  }
}
.modal-simple-close .modal-close line {
  stroke: #878b9b;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-dialog {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 40px 0;
  background-color: #ffffff;
  text-align: left;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 620px;
  }
}
.modal-close {
  position: absolute;
  z-index: 2;
  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;
  padding: 0;
  border: 0 none;
  background: #000000;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (min-width: 768px) {
  .modal-close {
    top: 40px;
    right: 40px;
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .modal-close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
}
@media (hover: hover) {
  .modal-close:hover {
    background: #6b42d6;
  }
  .modal-close:hover path {
    fill: #ffffff;
  }
}
.modal-close path {
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.modal-close svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .modal-close svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .modal-close svg {
    width: 24px;
    height: 24px;
  }
}

.modal-job {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-job__inner {
  height: 100vh;
  text-align: center;
}
.modal-job__inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.modal-job__content {
  padding: 64px 0;
  max-width: 1075px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (min-width: 768px) {
  .modal-job__content {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .modal-job__content {
    width: 96%;
  }
}
.modal-job__title {
  margin-bottom: 50px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .modal-job__title {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .modal-job__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal-job__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .modal-job__title {
    font-size: 40px;
  }
}
.modal-job__footer {
  margin-top: 64px;
}

.team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.team-box__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 8px 32px;
}
@media (min-width: 1240px) {
  .team-box__item {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .team-box__item {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .team-box__item {
    width: 50%;
  }
}
.team-box__card-image {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 120%;
}
.team-box__card-image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-box__card-title {
  margin: 0 0 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.team-box__card-label {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #878b9b;
}
.team-box__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.team-box__card-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.team-box__card-socials {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.team-box__card-socials-link {
  margin: 0 0 5px 5px;
  display: block;
  text-decoration: none;
}
.team-box__card-socials-icon {
  display: block;
  width: 24px !important;
  height: 24px !important;
}

.timeline-box__item {
  padding: 32px 0;
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  .timeline-box__item {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@media (min-width: 1240px) {
  .timeline-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.timeline-box__item:first-child {
  border-top: 1px solid #000000;
}
.timeline-box__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  .timeline-box__title {
    -webkit-transform: scale(0.8) translateX(10px);
    -ms-transform: scale(0.8) translateX(10px);
    transform: scale(0.8) translateX(10px);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
}
@media (min-width: 1240px) {
  .timeline-box__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55%;
  }
}
@media (min-width: 768px) {
  .timeline-box__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .timeline-box__title {
    font-size: 32px;
  }
}
.timeline-box__text {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .timeline-box__text {
    font-size: 21px;
  }
}
@media (min-width: 1240px) {
  .timeline-box__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .timeline-box__text {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .timeline-box__text {
    margin-top: 20px;
    font-size: 17px;
  }
}

.contact-box {
  min-height: calc(100vh - 136px);
}
@media (min-width: 768px) {
  .contact-box {
    padding: 40px 0 100px;
  }
}
@media (max-width: 767px) {
  .contact-box {
    padding: 20px 0 80px;
  }
}
@media (min-width: 1024px) {
  .contact-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-box__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .contact-box__aside {
    padding-right: 40px;
  }
}
@media (min-width: 1240px) {
  .contact-box__aside {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .contact-box__aside {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-box__aside {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .contact-box__aside {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-box__head {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.contact-box__content {
  display: none;
}
.contact-box__content.active {
  display: block;
}
.contact-box__main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1240px) {
  .contact-box__main {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .contact-box__main {
    width: 60%;
  }
}
.contact-box__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .contact-box__title {
    margin-top: -10px !important;
  }
}
@media (min-width: 1550px) {
  .contact-box__title {
    margin: 0 0 8px;
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .contact-box__title {
    margin: 0 0 8px;
    font-size: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .contact-box__title {
    margin: 0 0 16px;
    font-size: 80px;
  }
}
@media (max-width: 1023px) {
  .contact-box__title br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-box__title {
    margin: 0 0 20px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .contact-box__title {
    margin: 0 0 16px;
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .contact-box__text {
    font-size: 21px;
    line-height: 1.45;
  }
}
@media (min-width: 1240px) {
  .contact-box__text {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-box__text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .contact-box__text {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-box__media {
    width: 45%;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .contact-box__media {
    display: none;
  }
}
.contact-box__media-image {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1550px) {
  .contact-box__media-image {
    max-width: 359px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .contact-box__media-image {
    max-width: 300px;
  }
}
.contact-box__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}
.contact-box__nav-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding-bottom: 13px;
  margin-right: 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: rgba(135, 139, 155, 0.5);
}
.contact-box__nav-item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  visibility: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-box__nav-item.active {
  color: #000000;
}
.contact-box__nav-item.active:after {
  visibility: visible;
}
.contact-box__nav-item.disabled {
  display: none;
}
.contact-box__field-row {
  width: 100%;
}
@media (min-width: 1240px) {
  .contact-box__field-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.contact-box__field-row .form-group {
  width: 100%;
}
.contact-box__first-step.hidden {
  display: none;
}
.contact-box__tab {
  display: none;
}
.contact-box__tab.active {
  display: block;
}
.contact-box__footer {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-box__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .contact-box__info-widget {
    width: 60%;
  }
}
.contact-box__info-message {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.5;
}
.contact-box__info-message a {
  color: #000000;
}
@media (hover: hover) {
  .contact-box__info-message a:hover {
    color: #6b42d6;
  }
}
.contact-box__info-message p {
  margin: 0 0 8px;
}
.contact-box__info-message p:last-child {
  margin-bottom: 0;
}
.contact-box .hs-form-field label {
  background-color: #ffffff;
}
.contact-box .hs-form-field label + .inputs-list {
  padding-top: 16px;
}
.contact-box .hs-form-radio-display .hs-input + span:before,
.contact-box .hs-form-booleancheckbox-display .hs-input + span:before {
  background-color: #eeeef0;
}
.contact-box .hs-form-booleancheckbox-display .hs-input + span:after {
  border-color: #000000;
}
.contact-box .choices__item--inactive {
  display: none !important;
}

.header-simple {
  position: relative;
  z-index: 150;
  padding: 27px 0;
}
.header-simple__inner {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-simple__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-simple__logo {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .header-simple__logo {
    margin-bottom: 24px;
  }
}
.header-simple__logo-image {
  display: block;
  width: 158px;
  height: 26px;
}
.header-simple__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  background: none;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (hover: hover) {
  .header-simple__back:hover .header-simple__back-icon {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
.header-simple__back-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}

.info-widget {
  margin-bottom: 88px;
}
.info-widget__title {
  margin-bottom: 24px;
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.info-widget__text {
  font-size: 16px;
  line-height: 1.5;
}
.info-widget__text p {
  margin: 0 0 8px;
}
.info-widget__text p:last-child {
  margin-bottom: 0;
}
.info-widget__footer {
  margin-top: 48px;
}

.audio-widget_standalone {
  margin: 24px 0;
}
.audio-widget_with-cover {
  position: relative;
}
@media (min-width: 768px) {
  .audio-widget_with-cover {
    padding-left: 96px;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .audio-widget_with-cover {
    padding-left: 75px;
    min-height: 60px;
  }
}
.audio-widget_with-cover .audio-widget__image {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .audio-widget_with-cover .audio-widget__image {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .audio-widget_with-cover .audio-widget__image {
    width: 60px;
    height: 60px;
  }
}
.audio-widget_with-cover .audio-widget__image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.audio-widget_simple .plyr--audio .plyr__controls {
  background: none;
  padding: 0;
}
@media (hover: hover) {
  .audio-widget_simple .plyr__control:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
}
.audio-widget_simple .plyr__control[data-plyr=play] {
  border-color: #ffffff !important;
  width: 32px !important;
  height: 32px !important;
}
.audio-widget_simple .plyr__control svg {
  fill: #ffffff !important;
  width: 14px !important;
  height: 14px !important;
}
.audio-widget_simple .plyr--full-ui input[type=range] {
  color: #6b42d6;
}
.audio-widget .plyr__control[data-plyr=play] {
  border: 3px solid #000000;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 0;
  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;
}
.audio-widget .plyr__control .icon--not-pressed {
  margin-left: 2px;
}
.audio-widget .plyr__control svg {
  fill: #000000;
}
.audio-widget__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .audio-widget__head {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .audio-widget__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .audio-widget__head {
    margin-bottom: 4px;
  }
}
.audio-widget__head + .plyr .plyr__controls {
  padding: 0;
}
.audio-widget__head + .plyr .plyr__control[data-plyr=play] {
  width: 32px;
  height: 32px;
}
.audio-widget__head + .plyr .plyr__control[data-plyr=play] svg {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.audio-widget__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
.audio-widget__badge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 500;
  background-color: #f3f3f4;
}
@media (min-width: 1240px) {
  .audio-widget__badge {
    padding: 8px;
  }
}
@media (max-width: 1239px) {
  .audio-widget__badge {
    padding: 4px 8px;
  }
}

.glossary-box_standalone {
  margin-bottom: 48px;
}
.glossary-box_standalone .glossary-box__title {
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .glossary-box_standalone .glossary-box__title {
    margin: 0 0 58px !important;
  }
}
@media (min-width: 1550px) {
  .glossary-box_standalone .glossary-box__title {
    font-size: 112px !important;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .glossary-box_standalone .glossary-box__title {
    font-size: 90px !important;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .glossary-box_standalone .glossary-box__title {
    margin: 0 0 38px !important;
    font-size: 80px !important;
  }
}
@media (max-width: 767px) {
  .glossary-box_standalone .glossary-box__title {
    margin: 0 0 24px !important;
    font-size: 40px !important;
  }
}
.glossary-box__title {
  margin: 0 0 16px !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
  font-weight: bold;
}
.glossary-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .glossary-box__list {
    padding-bottom: 10px;
  }
  .glossary-box__list::-webkit-scrollbar {
    height: 2px;
  }
  .glossary-box__list::-webkit-scrollbar-track {
    background-color: #f3f3f4;
  }
  .glossary-box__list::-webkit-scrollbar-thumb {
    background-color: #000000;
  }
}
@media (max-width: 1023px) {
  .glossary-box__list {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.glossary-box__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.glossary-box__list-item:last-child {
  margin-right: 0;
}
.glossary-box__card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 16px;
  border: 1px solid #000000;
}
@media (min-width: 768px) {
  .glossary-box__card {
    width: 352px;
  }
}
@media (max-width: 767px) {
  .glossary-box__card {
    width: 80vw;
    max-width: 352px;
  }
}
.glossary-box__card-title {
  margin: 0 0 8px !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
  font-weight: bold;
}
.glossary-box__card-text {
  font-size: 16px;
  line-height: 1.5;
}
.glossary-box__card-text a {
  color: #000000;
}
.glossary-box__card-text a:hover {
  color: #6b42d6;
}

.dark-grey-mode .glossary-box {
  border-bottom: 1px solid #27292f;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .dark-grey-mode .glossary-box {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .dark-grey-mode .glossary-box {
    padding: 80px 0;
  }
}

.dark-mode .glossary-box__card,
.dark-grey-mode .glossary-box__card {
  border-color: #27292f;
}
@media (min-width: 1024px) {
  .dark-mode .glossary-box__list::-webkit-scrollbar-track,
  .dark-grey-mode .glossary-box__list::-webkit-scrollbar-track {
    background-color: #27292f;
  }
  .dark-mode .glossary-box__list::-webkit-scrollbar-thumb,
  .dark-grey-mode .glossary-box__list::-webkit-scrollbar-thumb {
    background-color: #555866;
  }
}

.anim-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.anim-bg__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.anim-bg__bg-image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.anim-bg__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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;
}
.anim-bg__canvas canvas {
  width: 110% !important;
  height: 110% !important;
}

.sticky-audio-player {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1024px) {
  .sticky-audio-player {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
@media (min-width: 768px) {
  .sticky-audio-player {
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .sticky-audio-player {
    bottom: 20px;
    left: 20px;
    border-radius: 16px;
  }
}
@media (hover: hover) {
  .sticky-audio-player:hover .sticky-audio-player__label {
    max-width: 300px;
  }
}
.sticky-audio-player_has-voices.sticky-audio-player_playing .sticky-audio-player__change {
  display: block;
}
@media (hover: hover) {
  .sticky-audio-player_playing:hover .sticky-audio-player__change {
    max-width: 300px;
  }
}
.sticky-audio-player_playing .sticky-audio-player__control-play {
  display: none;
}
.sticky-audio-player_playing .sticky-audio-player__control-pause {
  display: block;
}
.sticky-audio-player_playing .sticky-audio-player__label-on {
  display: none;
}
.sticky-audio-player_playing .sticky-audio-player__label-off {
  display: block;
}
.sticky-audio-player__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 0;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #ffffff;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: 0.4s max-width ease-in-out;
  transition: 0.4s max-width ease-in-out;
}
.sticky-audio-player__label-off {
  display: none;
}
.sticky-audio-player__label-el {
  margin: 0 8px;
}
.sticky-audio-player__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 8px;
  border: 0 none;
  outline: 0 none;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.sticky-audio-player__control-pause {
  display: none;
}
.sticky-audio-player__control-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  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;
}
.sticky-audio-player__control-icon-i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.sticky-audio-player__change {
  display: none;
  margin: 0;
  padding: 0;
  border: 0 none;
  background: none;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  max-width: 0;
  -webkit-transition: 0.4s max-width ease-in-out, 0.2s opacity ease-in-out;
  transition: 0.4s max-width ease-in-out, 0.2s opacity ease-in-out;
}
@media (hover: hover) {
  .sticky-audio-player__change:hover {
    opacity: 0.7;
  }
}
.sticky-audio-player__change-label {
  padding: 0 8px 0 18px;
  position: relative;
}
.sticky-audio-player__change-label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 1px;
  background-color: #555866;
}
.sticky-audio-player .plyr {
  display: none !important;
}

.thanks-box {
  overflow: hidden;
}
@media (min-width: 768px) {
  .thanks-box {
    margin-top: -60px;
    padding: 60px 0 80px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .thanks-box {
    padding: 17px 0 60px;
  }
}
@media (min-width: 768px) {
  .thanks-box__media {
    margin: -120px auto -110px;
    width: 490px;
  }
}
@media (max-width: 767px) {
  .thanks-box__media {
    width: 100%;
    max-width: 490px;
    margin: -20% auto;
  }
}
.thanks-box__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.thanks-box__title {
  margin: 0 0 16px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .thanks-box__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .thanks-box__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .thanks-box__title {
    font-size: 27px;
    line-height: 1.2;
  }
}
.thanks-box__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.thanks-box__section {
  position: relative;
  z-index: 2;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 550px;
}
.thanks-box__section:last-child {
  margin-bottom: 0;
}
.thanks-box__section-title {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.thanks-box__section-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .thanks-box__section-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.thanks-box__socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .thanks-box__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.thanks-box__socials-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .thanks-box__socials-item {
    margin: 0 12px;
  }
}
@media (max-width: 767px) {
  .thanks-box__socials-item {
    margin-right: 12px;
  }
}
.thanks-box__socials-link {
  display: block;
  text-decoration: none;
}
.thanks-box__socials-icon {
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .thanks-box__button {
    width: 100%;
  }
}

.actors-tiles {
  background-color: #000000;
  overflow: hidden;
}
@media (min-width: 768px) {
  .actors-tiles {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .actors-tiles {
    padding: 80px 0;
  }
}
.actors-tiles__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .actors-tiles__title {
    margin: 0 0 64px;
  }
}
@media (min-width: 1550px) {
  .actors-tiles__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) {
  .actors-tiles__title {
    width: 80%;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .actors-tiles__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .actors-tiles__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .actors-tiles__title {
    margin: 0 0 32px;
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .actors-tiles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.actors-tiles__list-item {
  border: 1px solid #27292f;
  display: none;
}
@media (min-width: 768px) {
  .actors-tiles__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 -1px -1px 0;
  }
}
@media (min-width: 1024px) {
  .actors-tiles__list-item {
    width: calc(33.333333% + 1px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .actors-tiles__list-item {
    width: calc(50% + 1px);
  }
}
@media (max-width: 767px) {
  .actors-tiles__list-item {
    margin-bottom: -1px;
  }
}
.actors-tiles__list-item.active {
  display: block;
}
.actors-tiles__footer {
  margin-top: 54px;
}
@media (min-width: 768px) {
  .actors-tiles__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.actors-tiles__footer_hide {
  display: none;
}
@media (hover: hover) {
  .actors-tiles .custom-link_light:hover .custom-link__icon {
    background-color: #6b42d6;
  }
}

.actor-card__cover {
  margin: -1px -1px 0;
  overflow: hidden;
}
@media (min-width: 1240px) {
  .actor-card__cover {
    height: 240px;
  }
}
@media (max-width: 1239px) {
  .actor-card__cover {
    height: 200px;
  }
}
.actor-card__cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.actor-card__image {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  border: 16px solid #000000;
  overflow: hidden;
  background-color: #000000;
}
@media (min-width: 1240px) {
  .actor-card__image {
    margin: -128px auto 15px;
    width: 288px;
    height: 288px;
  }
}
@media (max-width: 1239px) {
  .actor-card__image {
    margin: -104px auto 15px;
    width: 208px;
    height: 208px;
    border-width: 10px;
  }
}
.actor-card__image-i {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .actor-card__content {
    padding: 0 32px 64px;
  }
}
@media (max-width: 767px) {
  .actor-card__content {
    padding: 0 20px 32px;
  }
}
.actor-card__title {
  margin: 0 0 32px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 768px) {
  .actor-card__title {
    text-align: center;
  }
}
@media (min-width: 1550px) {
  .actor-card__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .actor-card__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .actor-card__title {
    font-size: 27px;
  }
}
.actor-card__badge {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .actor-card__badge {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.actor-card__badge-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.actor-card__badge-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #8c61fe;
}
@media (min-width: 768px) {
  .actor-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wave-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.simple-intro {
  position: relative;
  overflow: hidden;
}
.simple-intro__bg {
  position: absolute;
  top: -15%;
  left: -15%;
  right: -15%;
  bottom: -15%;
  overflow: hidden;
}
.simple-intro__bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.simple-intro__body {
  position: relative;
}
@media (min-width: 1240px) {
  .simple-intro__content {
    width: 85%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .simple-intro__content {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .simple-intro__content {
    width: calc(100% - 120px);
  }
}
.simple-intro__inner {
  color: #ffffff;
}
@media (min-width: 768px) {
  .simple-intro__inner {
    padding: 185px 0 64px;
    min-height: 700px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .simple-intro__inner {
    padding: 120px 0 60px;
  }
}
.simple-intro__title {
  margin: 0 0 32px;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .simple-intro__title {
    font-size: 128px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .simple-intro__title {
    font-size: 103px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .simple-intro__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .simple-intro__title {
    font-size: 10vw;
  }
}
@media (max-width: 767px) {
  .simple-intro__title {
    font-size: 15vw;
  }
}
.simple-intro__text {
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .simple-intro__text {
    font-size: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .simple-intro__text {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .simple-intro__text {
    font-size: 24px;
  }
}
.simple-intro__footer {
  margin-top: 56px;
}
.simple-intro__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .simple-intro__panel {
    position: absolute;
    z-index: 10;
    top: 80px;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .simple-intro__panel {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .simple-intro__panel {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .simple-intro__panel {
    padding: 16px;
    background-color: #000000;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.simple-intro__panel-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .simple-intro__panel-item {
    margin: 32px 0;
  }
}
.simple-intro__panel-item:first-child {
  -webkit-animation: 4s scaleUp ease-out infinite;
  animation: 4s scaleUp ease-out infinite;
}
.simple-intro__panel-image {
  display: block;
  height: auto;
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .simple-intro__panel-image {
    width: 100px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .simple-intro__panel-image {
    width: 60px;
  }
}
@media (max-width: 1023px) {
  .simple-intro__panel-image {
    width: 80px;
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modal-exit {
  position: relative;
}
@media (min-width: 1024px) {
  .modal-exit {
    padding: 100px 185px 100px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal-exit {
    padding: 100px 80px 100px 50px;
  }
}
@media (max-width: 767px) {
  .modal-exit {
    padding: 80px 30px;
  }
}
.modal-exit:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ffffff;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  pointer-events: none;
}
.modal-exit__inner {
  position: relative;
}
.modal-exit__content {
  margin-bottom: 32px;
}
.modal-exit__label {
  margin-bottom: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: #6b42d6;
}
@media (min-width: 768px) {
  .modal-exit__label {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .modal-exit__label {
    font-size: 17px;
  }
}
.modal-exit__title {
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .modal-exit__title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .modal-exit__title {
    font-size: 40px;
  }
}
.modal-exit__text {
  margin-bottom: 16px;
  line-height: 1.45;
  font-weight: 600;
}
@media (min-width: 768px) {
  .modal-exit__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .modal-exit__text {
    font-size: 17px;
  }
}

.actor-box {
  background-color: #000000;
}
@media (min-width: 1024px) {
  .actor-box {
    padding: 120px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .actor-box {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .actor-box {
    padding: 80px 0 60px;
  }
}
.actor-box__inner {
  background-color: #0e0e10;
  border: 1px solid #27292f;
}
@media (min-width: 1024px) {
  .actor-box__inner {
    margin-bottom: 64px;
  }
}
@media (max-width: 1023px) {
  .actor-box__inner {
    margin-bottom: 40px;
  }
}
.actor-box__cover {
  height: 164px;
}
@media (min-width: 768px) {
  .actor-box__cover {
    margin: -1px -1px 50px;
  }
}
@media (max-width: 767px) {
  .actor-box__cover {
    margin: -1px -1px 0;
  }
}
.actor-box__cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .actor-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .actor-box__body {
    padding: 0 20px 32px;
  }
}
@media (min-width: 768px) {
  .actor-box__body-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 1240px) {
  .actor-box__body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .actor-box__body-wrap {
    padding-right: 32px;
  }
}
@media (min-width: 768px) {
  .actor-box__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .actor-box__aside {
    width: 394px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .actor-box__aside {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .actor-box__aside {
    margin-bottom: 20px;
  }
}
.actor-box__aside-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .actor-box__aside-footer {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .actor-box__aside-footer {
    display: none;
  }
}
.actor-box__image {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .actor-box__image {
    margin: -180px 0 -15px;
    width: 394px;
    height: 394px;
    border: 30px solid #0e0e10;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .actor-box__image {
    margin: -125px 0 10px;
    width: 250px;
    height: 250px;
    border: 10px solid #0e0e10;
  }
}
@media (max-width: 767px) {
  .actor-box__image {
    margin: -110px auto 10px;
    width: 200px;
    height: 200px;
    border: 10px solid #0e0e10;
  }
}
.actor-box__image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1240px) {
  .actor-box__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 1240px) {
  .actor-box__awards {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 70px;
  }
}
@media (max-width: 1239px) {
  .actor-box__awards {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.actor-box__awards-item {
  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;
}
@media (min-width: 768px) {
  .actor-box__awards-item {
    width: 110px;
  }
}
@media (min-width: 1240px) {
  .actor-box__awards-item {
    height: 125px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 1239px) {
  .actor-box__awards-item {
    height: 110px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .actor-box__awards-item:last-child {
    border-right: 0 none;
  }
}
@media (max-width: 767px) {
  .actor-box__awards-item {
    width: 33.333333%;
  }
}
.actor-box__awards-item:last-child {
  border-bottom: 0 none;
}
.actor-box__awards-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .actor-box__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.actor-box__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 1.5;
  color: #8c61fe;
}
@media (min-width: 768px) {
  .actor-box__badges {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .actor-box__badges {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 20px;
  }
}
.actor-box__badges-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .actor-box__badges-item {
    margin: 0 16px 16px 0;
  }
}
@media (max-width: 767px) {
  .actor-box__badges-item {
    margin: 0 16px 10px 0;
  }
}
.actor-box__badges-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  width: 24px;
  height: 24px;
}
.actor-box__badges-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 1px;
}
.actor-box__title {
  margin: 0 0 16px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #ffffff;
}
@media (min-width: 1240px) {
  .actor-box__title {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .actor-box__title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .actor-box__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 38px;
  }
}
.actor-box__description {
  line-height: 1.45;
  color: #ffffff;
}
@media (min-width: 768px) {
  .actor-box__description {
    margin-bottom: 40px;
  }
}
@media (min-width: 1240px) {
  .actor-box__description {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .actor-box__description {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .actor-box__description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.actor-box__audio {
  margin-bottom: 24px;
}
@media (min-width: 1550px) {
  .actor-box__audio {
    width: 75%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .actor-box__audio {
    width: 85%;
  }
}
.actor-box__audio-label {
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
}
.actor-box__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .actor-box__tags {
    width: 75%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .actor-box__tags {
    width: 85%;
  }
}
.actor-box__tags-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 12px 8px 0;
  text-decoration: none;
  color: #555866;
}
@media (hover: hover) {
  .actor-box__tags-item:hover {
    color: #ffffff;
  }
}
.actor-box__socials {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .actor-box__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.actor-box__socials-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 6px 12px;
}
.actor-box__socials-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}
@media (hover: hover) {
  .actor-box__socials-link:hover {
    color: #6b42d6;
  }
}
.actor-box__socials-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.actor-box__socials-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 2px;
}
.actor-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .actor-box__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .actor-box__wrap-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 1024px) {
  .actor-box__wrap-aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1240px) {
  .actor-box__wrap-aside {
    width: 35%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .actor-box__wrap-aside {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .actor-box__wrap-aside {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .actor-box__section {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .actor-box__section {
    margin-bottom: 32px;
  }
}
.actor-box__section:last-child {
  margin-bottom: 0;
}
.actor-box__section-title {
  margin: 0 0 24px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #555866;
}
.actor-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
@media (min-width: 768px) {
  .actor-box__list {
    margin-bottom: -16px;
  }
}
.actor-box__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #27292f;
}
@media (min-width: 768px) {
  .actor-box__list-item {
    padding-right: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .actor-box__list-item {
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 10px;
  }
}
.actor-box__list-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0 none;
}
.actor-box__article.is-open .actor-box__article-text {
  height: auto;
}
.actor-box__article.is-open .actor-box__article-text:after {
  visibility: hidden;
}
.actor-box__article.is-open .actor-box__article-toggle-more {
  display: none;
}
.actor-box__article.is-open .actor-box__article-toggle-less {
  display: block;
}
.actor-box__article-text {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  overflow: hidden;
  height: 240px;
}
.actor-box__article-text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.actor-box__article-text h5 {
  margin: 0 0 16px;
  font-size: 18px;
}
.actor-box__article-text a {
  color: #ffffff;
}
@media (hover: hover) {
  .actor-box__article-text a:hover {
    color: #6b42d6;
  }
}
.actor-box__article-toggle-less {
  display: none;
}

.voice-samples {
  background-color: #0e0e10;
  border: 1px solid #27292f;
}
@media (min-width: 1240px) {
  .voice-samples {
    padding: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voice-samples {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-samples {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .voice-samples {
    padding: 20px;
  }
}
.voice-samples__title {
  margin: 0 0 24px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #555866;
}
.voice-samples__list-item {
  margin-bottom: 32px;
}
.voice-samples__list-item:last-child {
  margin-bottom: 0;
}
.voice-samples__label {
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
  color: #ffffff;
}
@media (min-width: 768px) {
  .voice-samples__label {
    font-weight: bold;
  }
}
@media (min-width: 1240px) {
  .voice-samples__label {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voice-samples__label {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-samples__label {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .voice-samples__label {
    font-weight: 500;
    font-size: 17px;
  }
}

.tabs-video-box {
  background-color: #000000;
}
@media (min-width: 768px) {
  .tabs-video-box {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .tabs-video-box {
    padding: 80px 0 60px;
  }
}
.tabs-video-box__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1240px) {
  .tabs-video-box__title {
    margin: 0 0 64px;
  }
}
@media (min-width: 1550px) {
  .tabs-video-box__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .tabs-video-box__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .tabs-video-box__title {
    margin: 0 0 64px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .tabs-video-box__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .tabs-video-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .tabs-video-box__nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1240px) {
  .tabs-video-box__nav {
    width: 37%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tabs-video-box__nav {
    width: 32%;
  }
}
@media (max-width: 1023px) {
  .tabs-video-box__nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .tabs-video-box__nav-select {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tabs-video-box__nav-select {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  .tabs-video-box__nav-select {
    margin-bottom: 48px;
  }
  .tabs-video-box__nav-select .choices__inner {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .tabs-video-box__nav-select .choices__list--single {
    padding: 10px 40px 3px 15px;
  }
  .tabs-video-box__nav-select .choices__list--single .choices__item--selectable {
    font-size: 16px;
    color: #ffffff;
  }
}
.tabs-video-box__nav-item {
  margin-bottom: 16px;
}
.tabs-video-box__nav-item:last-child {
  margin-bottom: 0;
}
.tabs-video-box__nav-control {
  margin-left: -1px;
  display: block;
  padding: 8px 0 8px 16px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: transparent;
  background: none;
  line-height: 1.45;
  text-align: left;
  color: #878b9b;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s color ease-in-out, 0.3s border-color ease-in-out;
  transition: 0.3s color ease-in-out, 0.3s border-color ease-in-out;
}
@media (min-width: 1240px) {
  .tabs-video-box__nav-control {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tabs-video-box__nav-control {
    font-size: 18px;
  }
}
.tabs-video-box__nav-control.is-active {
  color: #ffffff;
  border-color: #6b42d6;
}
@media (min-width: 768px) {
  .tabs-video-box__tabs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.tabs-video-box__tab {
  display: none;
}
.tabs-video-box__tab.is-active {
  display: block;
}
.tabs-video-box__video {
  position: relative;
  padding-bottom: 56.25%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tabs-video-box__video-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.error-box {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.error-box__bg {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 60px;
  left: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.error-box__bg-image {
  width: 100%;
  height: 100%;
  display: block;
}
.error-box__bg-image path {
  fill: rgba(107, 66, 214, 0.2);
}
.error-box__container {
  position: relative;
}
.error-box__inner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .error-box__inner {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .error-box__inner {
    min-height: 450px;
  }
}
.error-box__content {
  margin: 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .error-box__content {
    text-align: center;
  }
}
.error-box__title {
  margin: 0 0 16px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #8c61fe;
}
@media (min-width: 1550px) {
  .error-box__title {
    font-size: 128px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .error-box__title {
    font-size: 103px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .error-box__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .error-box__title {
    font-size: 12vw;
  }
}
@media (max-width: 767px) {
  .error-box__title {
    font-size: 15vw;
  }
}
.error-box__subtitle {
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05rem;
}
@media (min-width: 1550px) {
  .error-box__subtitle {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .error-box__subtitle {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .error-box__subtitle {
    font-size: 27px;
  }
}
.error-box__text {
  line-height: 1.45;
  color: #878b9b;
}
@media (min-width: 768px) {
  .error-box__text {
    margin: 0 auto;
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .error-box__text {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .error-box__text {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .error-box__text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .error-box__footer {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .error-box__footer {
    margin-top: 32px;
  }
}

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hs-embed-content-wrapper .embed-responsive {
  position: static;
  padding-bottom: 0;
  margin-bottom: 0;
}

.voices-tiles {
  background-color: #000000;
}
@media (min-width: 768px) {
  .voices-tiles {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .voices-tiles {
    padding: 80px 0;
  }
}
.voices-tiles__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .voices-tiles__title {
    margin: 0 0 64px;
  }
}
@media (min-width: 1240px) {
  .voices-tiles__title {
    width: 80%;
  }
}
@media (min-width: 1550px) {
  .voices-tiles__title {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .voices-tiles__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voices-tiles__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .voices-tiles__title {
    margin: 0 0 32px;
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .voices-tiles__title br {
    display: none;
  }
}
@media (min-width: 768px) {
  .voices-tiles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.voices-tiles__list-item {
  border: 1px solid #27292f;
}
@media (min-width: 768px) {
  .voices-tiles__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 -1px -1px 0;
  }
}
@media (min-width: 1024px) {
  .voices-tiles__list-item {
    width: calc(25% + 1px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voices-tiles__list-item {
    width: calc(50% + 1px);
  }
}
@media (max-width: 767px) {
  .voices-tiles__list-item {
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .voices-tiles__footer {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .voices-tiles__footer {
    margin-top: 48px;
  }
}

@media (min-width: 1240px) {
  .voice-tile {
    padding: 40px 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voice-tile {
    padding: 32px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-tile {
    padding: 40px 36px;
  }
}
@media (max-width: 767px) {
  .voice-tile {
    padding: 20px 20px 30px;
  }
}
.voice-tile__image {
  margin-bottom: 24px;
  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;
}
@media (min-width: 1550px) {
  .voice-tile__image {
    height: 292px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voice-tile__image {
    height: 232px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voice-tile__image {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-tile__image {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .voice-tile__image {
    height: 180px;
  }
}
.voice-tile__image-i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.voice-tile__title {
  margin: 0 0 24px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #ffffff;
}
.voice-tile__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1550px) {
  .voice-tile__list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
  }
}
@media (max-width: 1549px) {
  .voice-tile__list-item {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.voice-tile__list-item:last-child {
  margin-bottom: 0;
}
.voice-tile__list-label {
  font-size: 12px;
  line-height: 1.5;
  color: #555866;
}
@media (min-width: 1550px) {
  .voice-tile__list-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35%;
    margin-left: 20px;
    text-align: right;
  }
}
@media (max-width: 1549px) {
  .voice-tile__list-label {
    margin-bottom: 5px;
  }
  .voice-tile__list-label br {
    display: none;
  }
}
.voice-tile__list-widget {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.voice-tile__track-bg {
  position: relative;
}
.voice-tile__track-base {
  display: block;
  width: 100%;
  height: auto;
}
.voice-tile__track-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
}
.voice-tile__track-overlay.active .voice-tile__track-cursor {
  opacity: 1;
}
.voice-tile__track-mask {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}
.voice-tile__track-mask-i {
  display: block;
  height: 100%;
  width: auto;
}
.voice-tile__track-cursor {
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 0;
  width: 1px;
  background-color: #6b42d6;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  opacity: 0;
}
.voice-tile__track-cursor:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #6b42d6;
}
.voice-tile__track-bar {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
}
.voice-tile .plyr {
  min-width: 40px;
  max-width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}
.voice-tile .plyr__controls {
  padding: 0;
  background: none;
}
.voice-tile .plyr__controls .plyr__controls__item {
  width: 40px;
  height: 40px;
  padding: 0;
  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;
  border-radius: 50%;
  border: 1px solid #27292f;
}
.voice-tile .plyr__controls .plyr__controls__item:first-child {
  margin: 0 auto 0 0;
}
.voice-tile .plyr__control {
  color: #ffffff;
}
.voice-tile .plyr__control:hover {
  background: #27292f;
}
.voice-tile .plyr__control.plyr__control--pressed {
  color: #6b42d6;
}
.voice-tile .plyr__control .icon--not-pressed {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 3px;
}

@media (min-width: 1024px) {
  .plan-chooser {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .plan-chooser {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .plan-chooser {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .plan-chooser__head {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .plan-chooser__head {
    margin-bottom: 32px;
  }
}
.plan-chooser__title {
  margin: 0 0 21px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .plan-chooser__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .plan-chooser__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .plan-chooser__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .plan-chooser__title {
    font-size: 40px;
  }
}
.plan-chooser__text {
  line-height: 1.45;
}
@media (min-width: 1240px) {
  .plan-chooser__text {
    font-size: 21px;
  }
}
@media (max-width: 1239px) {
  .plan-chooser__text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .plan-chooser__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .plan-chooser__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px -16px;
  }
}
@media (min-width: 1024px) {
  .plan-chooser__list-item {
    position: relative;
  }
}
@media (min-width: 768px) {
  .plan-chooser__list-item {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .plan-chooser__list-item {
    padding: 0 8px 16px;
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .plan-chooser__list-item {
    margin-bottom: 16px;
  }
  .plan-chooser__list-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .plan-chooser__list-item:nth-child(1), .plan-chooser__list-item:nth-child(5) {
    padding: 56px 0;
    z-index: 1;
  }
}
@media (min-width: 1550px) {
  .plan-chooser__list-item:nth-child(1) .plan-chooser__card, .plan-chooser__list-item:nth-child(5) .plan-chooser__card {
    padding: 48px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .plan-chooser__list-item:nth-child(1) .plan-chooser__card, .plan-chooser__list-item:nth-child(5) .plan-chooser__card {
    padding: 48px 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .plan-chooser__list-item:nth-child(1) .plan-chooser__card, .plan-chooser__list-item:nth-child(5) .plan-chooser__card {
    padding: 32px 16px;
  }
}
@media (min-width: 1024px) {
  .plan-chooser__list-item:nth-child(3) {
    z-index: 3;
  }
}
@media (min-width: 1550px) {
  .plan-chooser__list-item:nth-child(3) .plan-chooser__card {
    padding: 104px 48px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .plan-chooser__list-item:nth-child(3) .plan-chooser__card {
    padding: 104px 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .plan-chooser__list-item:nth-child(3) .plan-chooser__card {
    padding: 88px 16px;
  }
}
@media (min-width: 1024px) {
  .plan-chooser__list-item:nth-child(2), .plan-chooser__list-item:nth-child(4) {
    padding: 24px 0;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .plan-chooser__list-item:nth-child(2) .plan-chooser__card, .plan-chooser__list-item:nth-child(4) .plan-chooser__card {
    width: calc(100% + 2px);
    margin: 0 -1px;
  }
}
@media (min-width: 1550px) {
  .plan-chooser__list-item:nth-child(2) .plan-chooser__card, .plan-chooser__list-item:nth-child(4) .plan-chooser__card {
    padding: 80px 48px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .plan-chooser__list-item:nth-child(2) .plan-chooser__card, .plan-chooser__list-item:nth-child(4) .plan-chooser__card {
    padding: 80px 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .plan-chooser__list-item:nth-child(2) .plan-chooser__card, .plan-chooser__list-item:nth-child(4) .plan-chooser__card {
    padding: 64px 16px;
  }
}
.plan-chooser__card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 1px solid #000000;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .plan-chooser__card {
    padding: 48px 16px 16px;
  }
}
@media (max-width: 767px) {
  .plan-chooser__card {
    padding: 24px 16px;
  }
}
@media (hover: hover) {
  .plan-chooser__card:hover {
    background-color: #6b42d6;
  }
  .plan-chooser__card:hover .plan-chooser__card-bg:before {
    opacity: 1;
  }
  .plan-chooser__card:hover .plan-chooser__card-title, .plan-chooser__card:hover .plan-chooser__card-price {
    color: #ffffff;
  }
  .plan-chooser__card:hover .plan-chooser__card-text, .plan-chooser__card:hover .plan-chooser__card-info-old {
    color: rgba(255, 255, 255, 0.5);
  }
  .plan-chooser__card:hover .plan-chooser__card-info-label {
    background-color: #f3f3f4;
  }
  .plan-chooser__card:hover .plan-chooser__card-button {
    color: #ffffff !important;
    background: #000000;
    border-color: #000000;
  }
  .plan-chooser__card:hover .plan-chooser__card-button:hover {
    background: #6b42d6;
    border-color: #6b42d6;
  }
  .plan-chooser__card:hover .plan-chooser__card-button.btn-bordered-default-brand .btn-icon {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
}
.plan-chooser__card_popular {
  background-color: #f3f3f4;
}
.plan-chooser__card_popular .plan-chooser__card-badge {
  color: #ffffff;
  background-color: #000000;
}
.plan-chooser__card_popular .plan-chooser__card-info-label {
  background-color: #e8e8ea;
}
.plan-chooser__card_flagman {
  background-color: #dbdcdf;
}
.plan-chooser__card_flagman .plan-chooser__card-badge {
  z-index: 2;
  top: -1px;
  right: -1px;
  color: #ffffff;
  background-color: #8c61fe;
}
.plan-chooser__card_flagman .plan-chooser__card-info-label {
  background-color: #d2d3d7;
}
.plan-chooser__card_discount {
  color: #ffffff;
  background-color: #000000;
}
.plan-chooser__card_discount .plan-chooser__card-text {
  color: #878b9b;
}
.plan-chooser__card_discount .plan-chooser__card-badge {
  top: -1px;
  right: -1px;
  color: #ffffff;
  background-color: #8c61fe;
}
.plan-chooser__card_discount .plan-chooser__card-info-old {
  color: #878b9b;
}
.plan-chooser__card_discount .plan-chooser__card-info-label {
  background-color: #27292f;
}
.plan-chooser__card-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .plan-chooser__card-bg {
    display: none;
  }
}
.plan-chooser__card-bg:before {
  content: "";
  position: absolute;
  top: calc(var(--y, 0) * 1px - 20rem);
  left: calc(var(--x, 0) * 1px - 20rem);
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140, 97, 254, 0.8) 0%, rgba(140, 97, 254, 0) 70%);
  opacity: 0;
  -webkit-transition: 0.4s opacity ease-in-out;
  transition: 0.4s opacity ease-in-out;
}
.plan-chooser__card-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f3f3f4;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #6b42d6;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .plan-chooser__card-badge {
    padding: 12px;
    font-size: 14px;
  }
}
@media (max-width: 1239px) {
  .plan-chooser__card-badge {
    padding: 8px 12px;
    font-size: 12px;
  }
}
.plan-chooser__card-title {
  position: relative;
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
@media (min-width: 1550px) {
  .plan-chooser__card-title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .plan-chooser__card-title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .plan-chooser__card-title {
    font-size: 27px;
  }
}
@media (min-width: 1240px) {
  .plan-chooser__card-title span {
    font-size: 32px;
  }
}
@media (max-width: 1239px) {
  .plan-chooser__card-title span {
    font-size: 24px;
  }
}
.plan-chooser__card-text {
  position: relative;
  line-height: 1.45;
  color: #555866;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
@media (min-width: 1240px) {
  .plan-chooser__card-text {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .plan-chooser__card-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .plan-chooser__card-text {
    font-size: 18px;
  }
}
.plan-chooser__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}
.plan-chooser__card-info-old {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #555866;
  text-decoration: line-through;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
.plan-chooser__card-info-label {
  padding: 4px 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #6b42d6;
  background-color: #f3f3f4;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.plan-chooser__card-price {
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  color: #6b42d6;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
.plan-chooser__card-footer {
  position: relative;
}
@media (min-width: 768px) {
  .plan-chooser__card-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 64px;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .plan-chooser__card-footer {
    padding-top: 32px;
  }
}
.plan-chooser__card-button {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .plan-chooser__card-button {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.subscription-plans {
  background-color: #f3f3f4;
}
@media (min-width: 1024px) {
  .subscription-plans {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscription-plans {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .subscription-plans {
    padding: 60px 0;
  }
}
.subscription-plans[data-plan=monthly] .subscription-plans__card-price-year {
  display: none;
}
.subscription-plans[data-plan=monthly] .show-monthly {
  visibility: visible;
  opacity: 1;
}
.subscription-plans[data-plan=yearly] .subscription-plans__card-price-month {
  display: none;
}
.subscription-plans .show-monthly {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1240px) {
  .subscription-plans__head {
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .subscription-plans__head {
    margin-bottom: 32px;
  }
}
@media (min-width: 1240px) {
  .subscription-plans__head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .subscription-plans__head-aside {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .subscription-plans__head-aside {
    margin: 32px 0;
  }
}
.subscription-plans__title {
  margin: 0 0 21px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .subscription-plans__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .subscription-plans__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .subscription-plans__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .subscription-plans__title {
    font-size: 40px;
  }
}
.subscription-plans__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.45;
}
@media (min-width: 1024px) {
  .subscription-plans__text {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscription-plans__text {
    width: 70%;
  }
}
@media (min-width: 1240px) {
  .subscription-plans__text {
    font-size: 21px;
  }
}
@media (max-width: 1239px) {
  .subscription-plans__text {
    font-size: 17px;
  }
}
.subscription-plans__text a {
  color: #000000;
}
.subscription-plans__text a:hover {
  color: #6b42d6;
}
@media (min-width: 768px) {
  .subscription-plans__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .subscription-plans__list[data-col="2"] .subscription-plans__list-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .subscription-plans__list[data-col="3"] .subscription-plans__list-item {
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .subscription-plans__list[data-col="4"] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1240px) {
  .subscription-plans__list[data-col="4"] .subscription-plans__list-item {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .subscription-plans__list[data-col="4"] .subscription-plans__list-item {
    width: 50%;
    margin-bottom: -1px;
  }
  .subscription-plans__list[data-col="4"] .subscription-plans__list-item:nth-child(even) .subscription-plans__card {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .subscription-plans__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .subscription-plans__list-item {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .subscription-plans__list-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .subscription-plans__list-item:last-child .subscription-plans__card {
    width: 100%;
    margin-right: 0;
  }
}
.subscription-plans__card {
  position: relative;
  border: 1px solid #000000;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
@media (min-width: 768px) {
  .subscription-plans__card {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% + 1px);
    margin-right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1240px) {
  .subscription-plans__card {
    padding: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .subscription-plans__card {
    padding: 32px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscription-plans__card {
    padding: 32px 16px 16px;
  }
}
@media (max-width: 767px) {
  .subscription-plans__card {
    padding: 32px 16px 16px;
  }
}
@media (hover: hover) {
  .subscription-plans__card:hover {
    background-color: #f3f3f4;
  }
}
.subscription-plans__card-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
}
@media (min-width: 1024px) {
  .subscription-plans__card-badge {
    padding: 12px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .subscription-plans__card-badge {
    padding: 8px 12px;
    font-size: 12px;
  }
}
.subscription-plans__card-title {
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .subscription-plans__card-title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .subscription-plans__card-title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .subscription-plans__card-title {
    font-size: 27px;
  }
}
.subscription-plans__card-text {
  line-height: 1.45;
  color: #555866;
}
@media (min-width: 1240px) {
  .subscription-plans__card-text {
    font-size: 21px;
  }
}
@media (max-width: 1239px) {
  .subscription-plans__card-text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .subscription-plans__card-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 50px;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .subscription-plans__card-footer {
    padding-top: 32px;
  }
}
@media (min-width: 1024px) {
  .subscription-plans__card-footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .subscription-plans__card-button {
    width: 100%;
  }
}
.subscription-plans__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.subscription-plans__card-info-old {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #555866;
  text-decoration: line-through;
}
.subscription-plans__card-info-label {
  padding: 4px 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #6b42d6;
  background-color: #f3f3f4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscription-plans__card-info-label {
    font-size: 12px;
  }
}
.subscription-plans__card-info-label_dark {
  color: #ffffff;
  background-color: #000000;
}
@media (min-width: 1024px) {
  .subscription-plans__card-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .subscription-plans__card-price {
    margin-bottom: 16px;
  }
}
.subscription-plans__card-price-value {
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  color: #6b42d6;
  font-weight: bold;
}
.subscription-plans__card-price-value sup {
  font-size: 21px;
}
.subscription-plans__card-price-label {
  margin-top: 2px;
  font-size: 15px;
  color: #555866;
}
.subscription-plans__card-range {
  position: relative;
  margin: 0 16px 73px;
  height: 1px;
  border: 0 none;
  border-radius: 0;
  background: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subscription-plans__card-range:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
  width: 16px;
  background-color: #000000;
}
.subscription-plans__card-range .noUi-handle {
  top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000000;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.subscription-plans__card-range .noUi-handle:before, .subscription-plans__card-range .noUi-handle:after {
  content: none;
}
.subscription-plans__card-range .noUi-connects {
  top: -1px;
  height: 3px;
  border-radius: 0;
  width: calc(100% + 32px);
  left: -16px;
  right: -16px;
}
.subscription-plans__card-range .noUi-connect {
  height: 3px;
  background: #000000;
  border-radius: 0;
}
.subscription-plans__card-range .noUi-pips-horizontal {
  padding: 0;
  height: 52px;
  margin-top: -9px;
}
.subscription-plans__card-range .noUi-value {
  margin-top: 32px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 500;
  color: #000000;
}
.subscription-plans__card-range .noUi-marker {
  width: 1px;
  height: 17px;
  background: #000000;
}

.toggle-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toggle-switch.active .toggle-switch__item_left {
  color: #000000;
}
.toggle-switch.active .toggle-switch__item_right {
  color: #6b42d6;
}
.toggle-switch.active .toggle-switch__icon:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.toggle-switch__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding: 0;
  background: #e3e3e6;
  border: 0 none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .toggle-switch__icon {
    margin: 0 16px;
    width: 73px;
    height: 48px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .toggle-switch__icon {
    margin: 0 8px;
    width: 63px;
    height: 38px;
    border-radius: 19px;
  }
}
.toggle-switch__icon:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
@media (min-width: 768px) {
  .toggle-switch__icon:before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .toggle-switch__icon:before {
    width: 30px;
    height: 30px;
  }
}
.toggle-switch__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
@media (min-width: 768px) {
  .toggle-switch__item {
    font-size: 21px;
    line-height: 1.45;
  }
}
@media (max-width: 767px) {
  .toggle-switch__item {
    font-size: 17px;
    line-height: 1.2;
  }
}
.toggle-switch__item_left {
  color: #6b42d6;
}
.toggle-switch__item-badge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #e3e3e6;
}
@media (min-width: 768px) {
  .toggle-switch__item-badge {
    padding: 12px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .toggle-switch__item-badge {
    padding: 6px 8px;
    font-size: 12px;
  }
}

.custom-info {
  color: #ffffff;
  background-color: #000000;
}
@media (min-width: 1024px) {
  .custom-info {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-info {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .custom-info {
    padding: 60px 0;
  }
}
.custom-info__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .custom-info__title {
    margin: 0 0 64px;
  }
}
@media (min-width: 1550px) {
  .custom-info__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .custom-info__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-info__title {
    margin: 0 0 48px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .custom-info__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .custom-info__title {
    margin: 0 0 32px;
    font-size: 40px;
  }
}
.custom-info__body {
  border: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .custom-info__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1240px) {
  .custom-info__body {
    padding: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .custom-info__body {
    padding: 48px 24px;
  }
}
@media (max-width: 1023px) {
  .custom-info__body {
    padding: 32px 16px;
  }
}
@media (min-width: 768px) {
  .custom-info__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .custom-info__content {
    margin-bottom: 32px;
  }
}
.custom-info__list {
  margin: 0;
  list-style: none;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .custom-info__list {
    padding: 0 0 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
@media (min-width: 1240px) {
  .custom-info__list {
    font-size: 21px;
  }
}
@media (max-width: 1549px) {
  .custom-info__list {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .custom-info__list {
    padding: 0;
  }
}
.custom-info__list-item {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}
.custom-info__list-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .custom-info__list-item:before {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .custom-info__list-item:before {
    width: 8px;
    height: 8px;
  }
}
.custom-info__list-item:last-child {
  margin-bottom: 0;
}
.custom-info__subtitle {
  margin: 0 0 16px;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .custom-info__subtitle {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .custom-info__subtitle {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .custom-info__subtitle {
    font-size: 27px;
  }
}
.custom-info__text {
  line-height: 1.45;
}
@media (min-width: 1240px) {
  .custom-info__text {
    font-size: 21px;
  }
}
@media (max-width: 1549px) {
  .custom-info__text {
    font-size: 17px;
  }
}
.custom-info__text p {
  margin: 0 0 12px;
}
.custom-info__text p:last-child {
  margin: 0;
}
.custom-info__footer {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .custom-info__footer {
    display: none;
  }
}
.custom-info__bottom {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .custom-info__bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .custom-info__button {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .tariffs-box {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariffs-box {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .tariffs-box {
    padding: 60px 0 30px;
  }
}
.tariffs-box__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .tariffs-box__title {
    margin: 0 0 64px;
  }
}
@media (min-width: 1550px) {
  .tariffs-box__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .tariffs-box__title {
    font-size: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tariffs-box__title {
    margin: 0 0 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariffs-box__title {
    margin: 0 0 32px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .tariffs-box__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .tariffs-box__title {
    margin: 0 0 32px;
    font-size: 40px;
  }
}
.tariffs-box__table {
  position: relative;
}
@media (min-width: 1550px) {
  .tariffs-box__table {
    font-size: 21px;
    line-height: 1.45;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .tariffs-box__table {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tariffs-box__table {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariffs-box__table {
    margin: 0 -20px;
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table {
    margin: 0 -20px;
    font-size: 17px;
  }
}
.tariffs-box__table strong {
  font-weight: 600;
}
.tariffs-box__table.is-sticky .tariffs-box__table-footer {
  position: sticky;
  bottom: 0;
}
.tariffs-box__table-head {
  position: relative;
  z-index: 100;
}
@media (min-width: 1240px) {
  .tariffs-box__table-head {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .tariffs-box__table-head {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-head {
    height: auto !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  .tariffs-box__table-head-inner {
    background-color: #f3f3f4;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-head-inner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-head .inner-wrapper-sticky {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-head .tariffs-box__col {
    width: auto;
  }
  .tariffs-box__table-head .tariffs-box__col.active {
    background-color: #f3f3f4;
  }
}
@media (min-width: 768px) {
  .tariffs-box__table-head .tariffs-box__cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1240px) {
  .tariffs-box__table-head .tariffs-box__cell {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .tariffs-box__table-head .tariffs-box__cell {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-head .tariffs-box__cell {
    padding: 0;
  }
}
.tariffs-box__table-head .choices {
  margin-bottom: -10px;
}
.tariffs-box__table-title {
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  color: #000000;
  border: 0 none;
  padding: 0;
  background: none;
}
@media (min-width: 768px) {
  .tariffs-box__table-title {
    pointer-events: none;
  }
}
@media (min-width: 1550px) {
  .tariffs-box__table-title {
    font-size: 28px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .tariffs-box__table-title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tariffs-box__table-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariffs-box__table-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-title {
    padding: 10px 20px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-body .tariffs-box__col {
    display: none;
  }
  .tariffs-box__table-body .tariffs-box__col.active {
    display: block;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-body .tariffs-box__cell:first-child {
    margin-top: 10px;
  }
}
.tariffs-box__table-body .tariffs-box__cell-value_select {
  pointer-events: none;
}
.tariffs-box__table-body .tariffs-box__cell-value_select .choices__list--single {
  padding-right: 0;
}
.tariffs-box__table-body .tariffs-box__cell-value_select .choices__list--single .choices__item--selectable {
  color: #000000;
}
.tariffs-box__table-body .tariffs-box__cell-value_select .choices:after {
  content: none !important;
}
@media (min-width: 768px) {
  .tariffs-box__table-footer {
    margin-top: 24px;
    padding: 24px 0;
    background-color: #f3f3f4;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-footer {
    display: none;
  }
}
@media (min-width: 1550px) {
  .tariffs-box__table-footer .tariffs-box__col {
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .tariffs-box__table-footer .tariffs-box__col {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-footer .tariffs-box__col {
    padding: 20px;
    background-color: #f3f3f4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .tariffs-box__table-button {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tariffs-box__table-select-wrap {
    margin: 15px 0 10px;
  }
  .tariffs-box__table-select-wrap .choices__inner {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .tariffs-box__table-select-wrap .choices__list--single {
    padding: 8px 30px 7px 12px !important;
  }
}
.tariffs-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tariffs-box__col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1240px) {
  .tariffs-box__col {
    width: 16%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tariffs-box__col {
    width: 17.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariffs-box__col {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .tariffs-box__col {
    width: 100%;
    padding: 0 20px;
  }
  .tariffs-box__col:last-child {
    border-right: 0 none;
  }
}
@media (min-width: 1240px) {
  .tariffs-box__col:first-child {
    width: 20%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tariffs-box__col:first-child {
    width: 12.5%;
  }
}
@media (max-width: 1023px) {
  .tariffs-box__col:first-child {
    display: none;
  }
}
.tariffs-box__col:first-child .tariffs-box__cell-label {
  display: block;
  font-weight: 600;
}
@media (min-width: 768px) {
  .tariffs-box__col-footer {
    display: none;
  }
}
@media (max-width: 767px) {
  .tariffs-box__col-footer {
    padding-top: 24px;
  }
}
.tariffs-box__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
@media (min-width: 768px) {
  .tariffs-box__cell {
    margin-bottom: 6px;
  }
}
@media (min-width: 1024px) {
  .tariffs-box__cell {
    min-height: 64px;
  }
}
@media (min-width: 1550px) {
  .tariffs-box__cell {
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .tariffs-box__cell {
    padding: 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariffs-box__cell {
    min-height: 84px;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .tariffs-box__cell {
    margin: 0 -20px;
    padding: 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.tariffs-box__cell.hover {
  background-color: #f3f3f4;
}
.tariffs-box__cell.inactive .tariffs-box__cell-value {
  display: none;
}
.tariffs-box__cell.inactive .tariffs-box__cell-icon {
  display: block;
}
@media (min-width: 1024px) {
  .tariffs-box__cell-label {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tariffs-box__cell-label {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariffs-box__cell-label {
    padding-top: 4px;
    font-size: 12px;
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .tariffs-box__cell-label {
    font-size: 14px;
    opacity: 0.5;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .tariffs-box__cell-value {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariffs-box__cell-value br {
    display: none;
  }
}
.tariffs-box__cell [data-tts-price] {
  white-space: pre-wrap;
}
.tariffs-box__cell-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .tariffs-box__cell-icon {
    margin: auto 0;
  }
}
@media (max-width: 767px) {
  .tariffs-box__cell-icon {
    margin-left: 20px;
  }
}
.tariffs-box__cell-icon_hide {
  display: none;
}
.tariffs-box .choices__item {
  white-space: nowrap;
}
.tariffs-box .choices__inner {
  height: auto;
  min-height: auto;
  border-bottom: 0 none;
}
.tariffs-box .choices[data-type*=select-one]::after {
  border-color: #6b42d6 transparent transparent;
}
.tariffs-box .choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #6b42d6;
}
.tariffs-box .choices__list--single {
  padding: 6px 30px 0 0;
}
.tariffs-box .choices__list--single .choices__item--selectable {
  color: #6b42d6;
}
@media (min-width: 1550px) {
  .tariffs-box .choices__item--selectable {
    font-size: 21px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .tariffs-box .choices__item--selectable {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .tariffs-box .choices__item--selectable {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariffs-box .choices__item--selectable {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tariffs-box .choices__item--selectable {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .tariffs-box .choices__list--dropdown {
    min-width: 120px;
  }
}

.voice-tiles_standalone {
  background-color: #f3f3f4;
}
@media (min-width: 1024px) {
  .voice-tiles_standalone {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-tiles_standalone {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .voice-tiles_standalone {
    padding: 60px 0;
  }
}
.voice-tiles_standalone .plyr__controls {
  background: none !important;
}
.voice-tiles_standalone .audio-widget__badge {
  background-color: #d2d3d7;
}
@media (min-width: 1240px) {
  .voice-tiles_standalone .voice-tiles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1240px) {
  .voice-tiles_standalone .voice-tiles__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1550px) {
  .voice-tiles_standalone .voice-tiles__title {
    width: 50%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voice-tiles_standalone .voice-tiles__title {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .voice-tiles_standalone .voice-tiles__title {
    margin: 0 0 24px;
  }
}
@media (min-width: 1240px) {
  .voice-tiles_standalone .voice-tiles__list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1550px) {
  .voice-tiles_standalone .voice-tiles__list {
    width: 50%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voice-tiles_standalone .voice-tiles__list {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .voice-tiles_standalone .voice-tiles__footer {
    margin-top: 65px;
  }
}
@media (min-width: 1240px) {
  .voice-tiles_standalone .voice-tiles__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }
}
@media (min-width: 1550px) {
  .voice-tiles_standalone .voice-tiles__footer {
    padding-left: 50%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voice-tiles_standalone .voice-tiles__footer {
    padding-left: 40%;
  }
}
@media (max-width: 767px) {
  .voice-tiles_standalone .voice-tiles__footer {
    margin-top: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .voice-tiles_standalone .voice-tiles__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.voice-tiles_simple-dark .voice-tiles__list-item {
  padding: 0;
  border: 0 none;
  margin-bottom: 24px;
}
.voice-tiles_simple-dark .voice-tiles__list-item:last-child {
  margin-bottom: 0;
}
.voice-tiles_simple-dark .voice-tiles__list-col {
  width: 100% !important;
  padding: 0 !important;
}
.voice-tiles_simple-dark .audio-widget__badge {
  background-color: rgba(135, 139, 155, 0.15);
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .voice-tiles_simple .voice-tiles__list-col {
    width: 50% !important;
  }
}
.voice-tiles_simple .voice-tiles__list-item {
  padding: 24px 0 !important;
  border-bottom: 0 none;
}
.voice-tiles_simple .voice-tiles__list-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .voice-tiles_simple .voice-tiles__list-item {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .voice-tiles_simple .audio-widget_with-cover {
    padding-left: 0;
    min-height: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .voice-tiles_simple .audio-widget_with-cover .audio-widget__image {
    display: none;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voice-tiles_simple .audio-widget__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voice-tiles_simple .audio-widget__badge {
    padding: 4px 8px;
    font-size: 11px;
  }
}
.voice-tiles__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .voice-tiles__title {
    margin: 0;
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voice-tiles__title {
    margin: 0;
    font-size: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voice-tiles__title {
    margin: 0 0 48px;
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-tiles__title {
    margin: 0 0 48px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .voice-tiles__title {
    margin: 0 0 48px;
    font-size: 40px;
  }
}
.voice-tiles__list-item {
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  .voice-tiles__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .voice-tiles__list-item {
    padding: 56px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-tiles__list-item {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .voice-tiles__list-item {
    padding: 24px 0;
  }
}
@media (min-width: 1024px) {
  .voice-tiles__list-item:first-child {
    padding-top: 0;
  }
}
.voice-tiles__list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}
@media (min-width: 768px) {
  .voice-tiles__list-col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 48px);
  }
}
@media (max-width: 767px) {
  .voice-tiles__list-col {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .voice-tiles__list-col:first-child {
    padding-right: 8px;
    width: calc(50% + 48px);
  }
}
@media (min-width: 768px) {
  .voice-tiles__list-col:last-child {
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .voice-tiles__list-col:last-child {
    margin-bottom: 0;
    padding-left: 75px;
  }
}

.site-description {
  background-color: #f3f3f4;
}
@media (min-width: 1024px) {
  .site-description {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .site-description {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .site-description {
    padding: 60px 0;
  }
}
.site-description_simple {
  background-color: transparent;
  padding: 0 !important;
}
.site-description_simple .container {
  padding: 0;
}
.site-description_simple .site-description__title {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.2;
}
.site-description_simple .site-description__title br {
  display: none;
}
.site-description_simple .site-description__body {
  padding-right: 24px;
}
.site-description_simple .site-description__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .site-description_simple .site-description__list li {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .site-description_simple .site-description__list li {
    margin-bottom: 20px;
  }
}
.site-description__body {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .site-description__body {
    max-height: 330px;
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .site-description__body {
    max-height: 250px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1240px) {
  .site-description__body {
    padding-right: 20%;
  }
}
.site-description__body:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .site-description__body::-webkit-scrollbar {
    width: 3px;
  }
  .site-description__body::-webkit-scrollbar-track {
    background-color: #f3f3f4;
  }
  .site-description__body::-webkit-scrollbar-thumb {
    background-color: #000000;
  }
}
.site-description__body p:last-child {
  margin-bottom: 0;
}
.site-description__title {
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .site-description__title {
    margin: 0 0 32px;
  }
}
@media (min-width: 1550px) {
  .site-description__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .site-description__title {
    font-size: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .site-description__title {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .site-description__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-description__title {
    margin: 0 0 32px;
    font-size: 40px;
  }
}
.site-description__list {
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .site-description__list {
    margin: 0 0 -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .site-description__list {
    margin: 0;
  }
}
.site-description__list li {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
  position: relative !important;
}
@media (min-width: 768px) {
  .site-description__list li {
    padding: 35px 24px 24px 0 !important;
  }
}
@media (min-width: 1240px) {
  .site-description__list li {
    width: 25% !important;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .site-description__list li {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .site-description__list li {
    padding: 24px 0 !important;
  }
  .site-description__list li:last-child {
    padding-bottom: 0 !important;
  }
}
.site-description__list li:before {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #000000 !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
.site-description__list-title {
  margin: 0 0 8px !important;
  font-family: "Urbanist", sans-serif;
  font-size: 21px !important;
  line-height: 1.3 !important;
  font-weight: bold;
}
.site-description__list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.site-description__list-text.active {
  -webkit-line-clamp: none;
  line-clamp: none;
}
.site-description__list-footer {
  margin-top: 16px;
}
@media (hover: hover) {
  .site-description__list-footer .btn-bordered-dark:hover {
    color: #ffffff !important;
  }
}
.site-description__toggle.active .site-description__toggle-hide {
  display: block;
}
.site-description__toggle.active .site-description__toggle-show {
  display: none;
}
.site-description__toggle .btn-wrap {
  pointer-events: none;
}
.site-description__toggle-hide {
  display: none;
}

.dark-grey-mode .site-description {
  background-color: #111013;
}

.dark-mode .site-description {
  background-color: #000000;
}

.dark-mode .site-description,
.dark-grey-mode .site-description {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .dark-mode .site-description__body::-webkit-scrollbar,
  .dark-grey-mode .site-description__body::-webkit-scrollbar {
    width: 3px;
  }
  .dark-mode .site-description__body::-webkit-scrollbar-track,
  .dark-grey-mode .site-description__body::-webkit-scrollbar-track {
    background-color: #27292f;
  }
  .dark-mode .site-description__body::-webkit-scrollbar-thumb,
  .dark-grey-mode .site-description__body::-webkit-scrollbar-thumb {
    background-color: #555866;
  }
}
.dark-mode .site-description__list li:before,
.dark-grey-mode .site-description__list li:before {
  background-color: #ffffff !important;
}

.change-voice-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .change-voice-video {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 1023px) {
  .change-voice-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.change-voice-video.playing .change-voice-video__control-mute {
  display: block;
}
.change-voice-video.playing .change-voice-video__control-sound {
  display: none;
}
@media (min-width: 1024px) {
  .change-voice-video__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1550px) {
  .change-voice-video__aside {
    width: 65%;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .change-voice-video__aside {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  .change-voice-video__aside {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.change-voice-video__frame {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .change-voice-video__frame {
    cursor: none;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .change-voice-video__frame {
    padding-bottom: 66.25%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .change-voice-video__frame {
    padding-bottom: 76.25%;
  }
}
.change-voice-video__frame-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.change-voice-video__track {
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1024px) {
  .change-voice-video__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .change-voice-video__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.change-voice-video__control {
  position: absolute;
  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;
  background-color: rgba(255, 255, 255, 0.2);
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #ffffff;
  pointer-events: none;
}
@media (min-width: 768px) {
  .change-voice-video__control {
    top: 50%;
    left: 50%;
    margin: -53px 0 0 -53px;
    width: 106px;
    height: 106px;
    font-size: 20px;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .change-voice-video__control {
    top: auto !important;
    left: auto !important;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    min-width: 90px;
    font-size: 13px;
  }
}
.change-voice-video__control-mute {
  display: none;
}
.change-voice-video__control:hover:before {
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}
.change-voice-video__nav {
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .change-voice-video__nav {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .change-voice-video__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .change-voice-video__nav {
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .change-voice-video__nav {
    margin: 0 -10px 10px 0;
  }
}
@media (min-width: 1024px) {
  .change-voice-video__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .change-voice-video__nav-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .change-voice-video__nav-item {
    margin: 0 16px 16px 0;
  }
}
@media (max-width: 767px) {
  .change-voice-video__nav-item {
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 1024px) {
  .change-voice-video__nav-item:last-child {
    margin-bottom: 0;
  }
}
.change-voice-video__nav-control {
  position: relative;
  display: block;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #555866;
  border: 1px solid #555866;
  background: none;
  border-radius: 45px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out;
}
@media (min-width: 768px) {
  .change-voice-video__nav-control {
    padding: 17px 40px;
  }
}
@media (min-width: 1550px) {
  .change-voice-video__nav-control {
    font-size: 48px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .change-voice-video__nav-control {
    font-size: 39px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .change-voice-video__nav-control {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .change-voice-video__nav-control {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.change-voice-video__nav-control.active {
  color: #000000;
}
.change-voice-video__nav-control.active .change-voice-video__nav-control-border {
  opacity: 1;
}
.change-voice-video__nav-control.active .change-voice-video__nav-control-border:before {
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}
.change-voice-video__nav-control-border {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: 10;
  border-radius: 45px;
  border: 3px solid transparent;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
}
.change-voice-video__nav-control-border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(107, 66, 214, 0)), color-stop(12.5%, #6B42D6), to(#F07123));
  background: linear-gradient(90deg, rgba(107, 66, 214, 0) 0%, #6B42D6 12.5%, #F07123 100%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  will-change: transform;
}
@media (min-width: 768px) {
  .change-voice-video__nav-control-border:before {
    width: 120px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .change-voice-video__nav-control-border:before {
    width: 80px;
    height: 40px;
  }
}

@-webkit-keyframes rotate {
  0% {
    top: 0;
    left: 0;
  }
  35% {
    top: 0;
    left: 100%;
  }
  50% {
    top: 100%;
    left: 100%;
  }
  85% {
    top: 100%;
    left: 0;
  }
}

@keyframes rotate {
  0% {
    top: 0;
    left: 0;
  }
  35% {
    top: 0;
    left: 100%;
  }
  50% {
    top: 100%;
    left: 100%;
  }
  85% {
    top: 100%;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .results-box {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .results-box {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .results-box {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .results-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .results-box__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .results-box__aside {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .results-box__aside {
    width: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .results-box__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .results-box__aside {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .results-box__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .results-box__main {
    margin-bottom: 80px;
  }
}
.results-box__title {
  margin: 0 0 44px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.1;
  font-weight: bold;
  color: #878b9b;
}
@media (min-width: 1550px) {
  .results-box__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .results-box__title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .results-box__title {
    font-size: 27px;
  }
}
.results-box__title span {
  color: #000000;
}
@media (min-width: 1024px) {
  .results-box__widget {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .results-box__widget {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .results-box__widget {
    margin-bottom: 16px;
  }
  .results-box__widget:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .results-box__list-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(85, 88, 102, 0.07);
  }
}
@media (max-width: 767px) {
  .results-box__list-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(85, 88, 102, 0.2);
  }
}
@media (min-width: 768px) {
  .results-box__list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
  }
}
.results-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
}
@media (hover: hover) {
  .results-box__item:hover .results-box__item-title {
    color: #6b42d6;
  }
}
.results-box__item-date {
  margin-bottom: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.results-box__item-title {
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: bold;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
.results-box__item-text {
  font-size: 16px;
  line-height: 1.5;
}
.results-box__item-label {
  margin-top: 16px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #878b9b;
}
@media (min-width: 1024px) {
  .results-box__pagination {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .results-box__pagination {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .results-box__pagination {
    margin-top: 30px;
  }
}
.results-box__pagination .hs-search-results__pagination {
  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;
}
.results-box__pagination .hs-search-results__pagination__link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 9px 16px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .results-box__pagination .hs-search-results__pagination__link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .results-box__pagination .hs-search-results__pagination__link {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .results-box__pagination .hs-search-results__pagination__link:hover {
    color: #6b42d6;
  }
  .results-box__pagination .hs-search-results__pagination__link:hover path {
    fill: #6b42d6;
  }
}
@media (max-width: 767px) {
  .results-box__pagination .hs-search-results__pagination__link--first, .results-box__pagination .hs-search-results__pagination__link--last {
    display: none;
  }
}
.results-box__pagination .hs-search-results__pagination__link--first, .results-box__pagination .hs-search-results__pagination__link--prev {
  padding-left: 0;
}
.results-box__pagination .hs-search-results__pagination__link--first .hs-search-results__pagination__link-icon, .results-box__pagination .hs-search-results__pagination__link--prev .hs-search-results__pagination__link-icon {
  margin-right: 8px;
}
.results-box__pagination .hs-search-results__pagination__link--last .hs-search-results__pagination__link-icon, .results-box__pagination .hs-search-results__pagination__link--next .hs-search-results__pagination__link-icon {
  margin-left: 8px;
}
.results-box__pagination .hs-search-results__pagination__link--active {
  background-color: #f3f3f4;
}
.results-box__pagination .hs-search-results__pagination__link-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .results-box__pagination .hs-search-results__pagination__link-icon {
    display: none;
  }
}
.results-box__pagination .hs-search-results__pagination__link-icon svg {
  display: block;
  height: 16px;
}
.results-box__pagination .hs-search-results__pagination__link-icon path {
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.results-box__pagination span.hs-search-results__pagination__link {
  padding-left: 0;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.5);
}

.voices-promo {
  overflow: hidden;
}
@media (min-width: 768px) {
  .voices-promo {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .voices-promo {
    padding: 80px 0;
  }
}
.voices-promo.playing .voices-promo__control-mute {
  display: block;
}
.voices-promo.playing .voices-promo__control-sound {
  display: none;
}
.voices-promo_dark-pink {
  color: #ffffff;
  background-color: #000000;
}
.voices-promo_dark-pink .voices-promo__title span {
  color: #ff00d9;
}
.voices-promo__inner {
  position: relative;
}
@media (min-width: 1240px) {
  .voices-promo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.voices-promo__inner:before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 500px;
  background-color: rgba(255, 0, 217, 0.3);
  border-radius: 50%;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
@media (min-width: 768px) {
  .voices-promo__inner:before {
    left: 20%;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .voices-promo__inner:before {
    left: 0;
    bottom: -60px;
  }
}
.voices-promo__title {
  position: relative;
  z-index: 2;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1240px) {
  .voices-promo__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 24px 0 0;
  }
}
@media (min-width: 1550px) {
  .voices-promo__title {
    width: 35%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voices-promo__title {
    width: 40%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voices-promo__title {
    margin: 0 0 48px;
  }
}
@media (min-width: 1024px) {
  .voices-promo__title {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voices-promo__title {
    margin: 0 0 32px;
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .voices-promo__title {
    margin: 0 0 24px;
    font-size: 32px;
  }
}
.voices-promo__wrap {
  position: relative;
  z-index: 2;
}
@media (min-width: 1240px) {
  .voices-promo__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.voices-promo__image {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .voices-promo__image {
    cursor: none;
  }
}
.voices-promo__image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.voices-promo__track {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
.voices-promo__box {
  background-color: rgba(85, 88, 102, 0.1);
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .voices-promo__box {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .voices-promo__box {
    padding: 16px;
  }
}
.voices-promo__name {
  font-family: "Urbanist", sans-serif;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .voices-promo__name {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .voices-promo__name {
    font-size: 32px;
  }
}
.voices-promo__date {
  margin-bottom: 16px;
  color: #555866;
  letter-spacing: 0.05rem;
}
.voices-promo__subtitle {
  margin-bottom: 4px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.voices-promo__control {
  position: absolute;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  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;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1024px) {
  .voices-promo__control {
    top: 50%;
    left: 50%;
    width: 106px;
    height: 106px;
    font-size: 18px;
    margin: -53px 0 0 -53px;
    border-radius: 50%;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .voices-promo__control {
    top: auto !important;
    left: 20px !important;
    bottom: 20px !important;
    padding: 10px 20px;
    min-width: 90px;
    font-size: 13px;
  }
}
.voices-promo__control-mute {
  display: none;
}

@media (min-width: 768px) {
  .revive-voices {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .revive-voices {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .revive-voices.submitted .revive-voices__box {
    width: 100%;
  }
}
.revive-voices.submitted .revive-voices__box-main {
  display: none;
}
.revive-voices.submitted .revive-voices__thanks {
  display: block;
}
.revive-voices.submitted .revive-voices__list {
  pointer-events: none;
}
@media (max-width: 1023px) {
  .revive-voices.submitted .revive-voices__list {
    display: none;
  }
}
.revive-voices_dark-pink {
  background-color: #000000;
  color: #ffffff;
}
.revive-voices_dark-pink .revive-voices__title em {
  color: #ff00d9;
}
.revive-voices_dark-pink .revive-voices__form .hs-input {
  color: #ffffff;
  background: #000000;
  border-color: #555866;
}
.revive-voices_dark-pink .revive-voices__form .hs-input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px #000000 inset;
  box-shadow: 0 0 0 1000px #000000 inset;
}
.revive-voices_dark-pink .revive-voices__form .hs-error-msg,
.revive-voices_dark-pink .revive-voices__form .no-list.inputs-list label {
  color: #ff00d9;
}
.revive-voices_dark-pink .revive-voices__results-value {
  background-color: #ff00d9;
}
@media (min-width: 768px) {
  .revive-voices__head {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .revive-voices__head {
    margin-bottom: 32px;
  }
}
.revive-voices__title {
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  .revive-voices__title {
    margin: 0 0 32px;
  }
}
@media (min-width: 1550px) {
  .revive-voices__title {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .revive-voices__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .revive-voices__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .revive-voices__title {
    margin: 0 0 16px;
    font-size: 40px;
  }
}
.revive-voices__text {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .revive-voices__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .revive-voices__text {
    font-size: 17px;
  }
}
.revive-voices__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .revive-voices__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .revive-voices__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.revive-voices__thanks {
  display: none;
}
@media (min-width: 768px) {
  .revive-voices__thanks-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .revive-voices__thanks-head {
    margin-bottom: 32px;
  }
}
.revive-voices__thanks-title {
  margin: 0 0 16px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .revive-voices__thanks-title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .revive-voices__thanks-title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .revive-voices__thanks-title {
    font-size: 27px;
    line-height: 1.2;
  }
}
.revive-voices__thanks-title span {
  color: #ffffff;
  -webkit-animation: shadowGlow 2s linear infinite;
  animation: shadowGlow 2s linear infinite;
}
.revive-voices__thanks-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}
.revive-voices__thanks-info {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  color: #555866;
}
.revive-voices__box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  background-color: #000000;
  -webkit-box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
  box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
}
@media (min-width: 1550px) {
  .revive-voices__box {
    padding: 48px 40px;
    width: 35%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .revive-voices__box {
    padding: 48px 32px;
    width: 33%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .revive-voices__box {
    padding: 48px 32px;
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .revive-voices__box {
    padding: 32px 24px;
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .revive-voices__box {
    position: sticky;
    top: 80px;
    margin-right: -1px;
  }
}
@media (max-width: 767px) {
  .revive-voices__box {
    padding: 24px 16px;
  }
}
.revive-voices__box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #ff00d9;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #E388D5, #231822, #FF00D9);
  pointer-events: none;
}
.revive-voices__box-title {
  margin: 0 0 16px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .revive-voices__box-title {
    font-size: 64px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .revive-voices__box-title {
    font-size: 54px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .revive-voices__box-title {
    font-size: 38px;
  }
}
@media (max-width: 1023px) {
  .revive-voices__box-title {
    font-size: 32px;
  }
}
.revive-voices__box-title span {
  color: #ffffff;
  -webkit-animation: shadowGlow 2s linear infinite;
  animation: shadowGlow 2s linear infinite;
}
.revive-voices__box-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}
@media (min-width: 1024px) {
  .revive-voices__box-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .revive-voices__box-preview {
    margin: 20px 0 25px;
  }
}
.revive-voices__box-preview-cover {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
@media (min-width: 1240px) {
  .revive-voices__box-preview-cover {
    margin-right: -10px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .revive-voices__box-preview-cover {
    margin-right: -20px;
  }
}
@media (max-width: 1023px) {
  .revive-voices__box-preview-cover {
    display: none;
  }
}
.revive-voices__box-preview-cover-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.revive-voices__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .revive-voices__card {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .revive-voices__card {
    display: none;
  }
}
.revive-voices__card.active .revive-voices__card-image:before {
  display: none;
}
.revive-voices__card.active .revive-voices__card-image-i {
  display: block;
}
.revive-voices__card.active .revive-voices__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.revive-voices__card-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .revive-voices__card-image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .revive-voices__card-image {
    width: 80px;
    height: 80px;
  }
}
.revive-voices__card-image:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 21px;
  line-height: 1;
  color: #ff00d9;
}
.revive-voices__card-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px dashed #ff00d9;
}
.revive-voices__card-image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}
.revive-voices__card-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% - 116px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.revive-voices__card-title {
  margin-bottom: 4px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 1550px) {
  .revive-voices__card-title {
    font-size: 32px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .revive-voices__card-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .revive-voices__card-title {
    font-size: 18px;
  }
}
.revive-voices__card-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05rem;
}
.revive-voices__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .revive-voices__list {
    border-left: 1px solid rgba(255, 0, 217, 0.15);
  }
}
@media (min-width: 768px) {
  .revive-voices__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 0, 217, 0.15);
  }
}
@media (max-width: 767px) {
  .revive-voices__list {
    margin: 20px -15px 30px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid rgba(255, 0, 217, 0.3);
    border-bottom: 1px solid rgba(255, 0, 217, 0.3);
  }
  .revive-voices__list::-webkit-scrollbar {
    height: 2px;
  }
  .revive-voices__list::-webkit-scrollbar-track {
    background-color: rgba(255, 0, 217, 0.3);
  }
  .revive-voices__list::-webkit-scrollbar-thumb {
    background-color: #ff00d9;
    width: 30vw;
  }
}
@media (min-width: 768px) {
  .revive-voices__list:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 50%;
    width: 80%;
    height: 50%;
    background-color: rgba(255, 0, 217, 0.3);
    border-radius: 50%;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: translateY(-50%) rotate(5deg);
    -ms-transform: translateY(-50%) rotate(5deg);
    transform: translateY(-50%) rotate(5deg);
  }
}
.revive-voices__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .revive-voices__list-item {
    border-bottom: 1px solid rgba(255, 0, 217, 0.15);
    border-right: 1px solid rgba(255, 0, 217, 0.15);
  }
}
@media (min-width: 1240px) {
  .revive-voices__list-item {
    width: 20%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .revive-voices__list-item {
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .revive-voices__list-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .revive-voices__list-item {
    padding: 1px 0;
    border-right: 1px solid rgba(255, 0, 217, 0.3);
  }
}
.revive-voices__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -1px -1px -1px 0;
  width: calc(100% + 2px);
  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;
  font-family: "Urbanist", sans-serif;
  line-height: 1.3;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1024px) {
  .revive-voices__item {
    padding: 32px 0;
  }
}
@media (min-width: 1550px) {
  .revive-voices__item {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .revive-voices__item {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .revive-voices__item {
    padding: 24px 0;
  }
}
@media (max-width: 1023px) {
  .revive-voices__item {
    border: 1px dashed transparent;
  }
}
@media (max-width: 767px) {
  .revive-voices__item {
    min-width: 220px;
    width: 40vw;
    padding: 16px;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .revive-voices__item:hover .revive-voices__item-drop {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1023px) {
  .revive-voices__item.active {
    border-color: #ff00d9;
    -webkit-box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
    box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
  }
}
@media (min-width: 1024px) {
  .revive-voices__item.active .revive-voices__item-drop {
    opacity: 1;
    background-color: rgba(255, 0, 217, 0.1);
  }
}
@media (min-width: 1024px) {
  .revive-voices__item.active .revive-voices__item-control {
    display: none;
  }
}
@media (max-width: 1023px) {
  .revive-voices__item.active .revive-voices__item-control {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .revive-voices__item.active .revive-voices__item-control {
    border-color: #555866;
    background: #555866;
  }
}
@media (max-width: 767px) {
  .revive-voices__item.active .revive-voices__item-control {
    color: #ffffff;
    background: #ff00d9;
  }
}
@media (max-width: 1023px) {
  .revive-voices__item.active .revive-voices__item-control-selected {
    display: block;
  }
}
@media (max-width: 1023px) {
  .revive-voices__item.active .revive-voices__item-control-label {
    display: none;
  }
}
.revive-voices__item.active .revive-voices__item-name {
  color: #ff00d9;
}
.revive-voices__item-image {
  position: relative;
  margin: 0 auto 12px;
  pointer-events: none;
}
@media (min-width: 1550px) {
  .revive-voices__item-image {
    width: 134px;
    height: 134px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .revive-voices__item-image {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .revive-voices__item-image {
    width: 134px;
    height: 134px;
  }
}
@media (max-width: 767px) {
  .revive-voices__item-image {
    width: 100px;
    height: 100px;
  }
}
.revive-voices__item-image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.revive-voices__item-name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .revive-voices__item-drop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
    border: 1px dashed #ff00d9;
    opacity: 0;
    -webkit-box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
    box-shadow: 0 0 16px rgba(255, 0, 217, 0.4);
  }
}
@media (max-width: 1023px) {
  .revive-voices__item-drop {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .revive-voices__item-control {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .revive-voices__item-control {
    min-width: 140px;
  }
}
@media (max-width: 1023px) {
  .revive-voices__item-control {
    padding: 11px 30px 10px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .revive-voices__item-control {
    width: 100%;
    background: none;
  }
}
.revive-voices__item-control-selected {
  pointer-events: none;
  display: none;
}
.revive-voices__item-control-label {
  pointer-events: none;
}
.revive-voices__results-title {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
}
.revive-voices__results-list {
  font-size: 16px;
  line-height: 1.5;
}
.revive-voices__results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.revive-voices__results-item:last-child {
  margin-bottom: 0;
}
.revive-voices__results-num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  width: 23px;
}
.revive-voices__results-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  width: 48px;
  height: 48px;
}
.revive-voices__results-image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.revive-voices__results-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1550px) {
  .revive-voices__results-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.revive-voices__results-subtitle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  letter-spacing: 0.01rem;
}
.revive-voices__results-label {
  color: rgba(255, 255, 255, 0.6);
}
.revive-voices__results-value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  padding: 2px 8px;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .revive-voices__results-value {
    margin-left: 50px;
  }
}

@keyframes shadowGlow {
  0% {
    text-shadow: 0 6px 6px rgba(255, 0, 217, 0.5), 6px 0 6px rgba(255, 0, 217, 0.5), 0 -6px 6px rgba(255, 0, 217, 0.5), -6px 0 6px rgba(255, 0, 217, 0.5);
  }
  50% {
    text-shadow: 0 6px 12px #ff00d9, 6px 0 12px #ff00d9, 0 -6px 12px #ff00d9, -6px 0 12px #ff00d9;
  }
  100% {
    text-shadow: 0 6px 6px rgba(255, 0, 217, 0.5), 6px 0 6px rgba(255, 0, 217, 0.5), 0 -6px 6px rgba(255, 0, 217, 0.5), -6px 0 6px rgba(255, 0, 217, 0.5);
  }
}
@media (min-width: 1024px) {
  .subtitles-box {
    padding: 150px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subtitles-box {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .subtitles-box {
    padding: 60px 0;
  }
}
.subtitles-box__wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .subtitles-box__wrap {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .subtitles-box__wrap {
    height: 400px;
  }
}
.subtitles-box__wrap:before, .subtitles-box__wrap:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .subtitles-box__wrap:before, .subtitles-box__wrap:after {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .subtitles-box__wrap:before, .subtitles-box__wrap:after {
    height: 130px;
  }
}
.subtitles-box__wrap:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.subtitles-box__wrap:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.subtitles-box__item {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subtitles-box__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}
.subtitles-box__value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
}

.projects-intro {
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .projects-intro {
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .projects-intro {
    padding-bottom: 100px;
  }
}
.projects-intro__images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .projects-intro__images {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .projects-intro__images {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.projects-intro__images-el {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
@media (max-width: 767px) {
  .projects-intro__images-el {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .projects-intro__images-el:nth-child(1) {
    margin: -38vh 0 0 -650px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .projects-intro__images-el:nth-child(1) {
    margin: -38vh 0 0 -700px;
  }
}
@media (max-width: 767px) {
  .projects-intro__images-el:nth-child(1) {
    margin: -30vh 0 0 -70vw;
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .projects-intro__images-el:nth-child(2) {
    margin: -30% 0 0 -108px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .projects-intro__images-el:nth-child(2) {
    margin: -65vh 0 0 -108px;
  }
}
@media (max-width: 767px) {
  .projects-intro__images-el:nth-child(2) {
    margin: -55vh 0 0 -15vw;
    width: 108px;
  }
}
@media (min-width: 768px) {
  .projects-intro__images-el:nth-child(3) {
    margin: -35vh 0 0 450px;
  }
}
@media (max-width: 767px) {
  .projects-intro__images-el:nth-child(3) {
    margin: -40vh 0 0 25vw;
    width: 100px;
  }
}
@media (min-width: 768px) {
  .projects-intro__images-el:nth-child(4) {
    margin: 30vh 0 0 -750px;
  }
}
@media (max-width: 767px) {
  .projects-intro__images-el:nth-child(4) {
    margin: 25vh 0 0 -55vw;
    width: 130px;
  }
}
@media (min-width: 768px) {
  .projects-intro__images-el:nth-child(5) {
    margin: 43vh 0 0 -300px;
  }
}
@media (max-width: 767px) {
  .projects-intro__images-el:nth-child(5) {
    margin: 43vh 0 0 -10vw;
    width: 100px;
  }
}
@media (min-width: 768px) {
  .projects-intro__images-el:nth-child(6) {
    margin: 36vh 0 0 100px;
  }
}
@media (max-width: 767px) {
  .projects-intro__images-el:nth-child(6) {
    margin: 20vh 0 0 22vw;
    width: 120px;
  }
}
@media (min-width: 768px) {
  .projects-intro__images-el:nth-child(7) {
    margin: 26vh 0 0 450px;
  }
}
@media (max-width: 767px) {
  .projects-intro__images-el:nth-child(7) {
    display: none;
  }
}
.projects-intro__inner {
  position: relative;
  height: 100vh;
  min-height: 650px;
  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;
  text-align: center;
}
.projects-intro__title {
  margin: 0 0 16px;
  line-height: 1;
  font-weight: bold;
  color: #6b42d6;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .projects-intro__title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .projects-intro__title {
    font-size: 48px;
  }
}
.projects-intro__text {
  line-height: 1.45;
  opacity: 0;
}
@media (min-width: 768px) {
  .projects-intro__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .projects-intro__text {
    font-size: 17px;
  }
  .projects-intro__text br {
    display: none;
  }
}

.cards-tiles__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cards-tiles__wrap {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .cards-tiles__wrap {
    margin: 0 -15px;
  }
}
.cards-tiles__wrap-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .cards-tiles__wrap-item {
    padding: 0 10px 20px;
  }
}
@media (min-width: 1024px) {
  .cards-tiles__wrap-item {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cards-tiles__wrap-item {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .cards-tiles__wrap-item {
    width: 50%;
    padding: 0 5px 10px;
  }
}
.cards-tiles__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 149%;
  border: 0 none;
  cursor: pointer;
  overflow: hidden;
}
@media (hover: hover) {
  .cards-tiles__item:hover .cards-tiles__item-image {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}
.cards-tiles__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
@media (min-width: 768px) {
  .cards-tiles__footer {
    padding-top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cards-tiles__footer {
    padding-top: 24px;
  }
}
@media (hover: hover) {
  .cards-tiles .custom-link_light:hover .custom-link__icon {
    background-color: #6b42d6;
  }
}

.modal-project {
  background-color: #000000;
  border: 1px solid #ffffff;
}
@media (min-width: 1024px) {
  .modal-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .modal-project__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 1550px) {
  .modal-project__aside {
    width: 35%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .modal-project__aside {
    width: 40%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .modal-project__aside {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .modal-project__aside {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 768px) {
  .modal-project__aside {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .modal-project__aside {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .modal-project__aside-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .modal-project__aside-wrap {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .modal-project__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .modal-project__content {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .modal-project__poster {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
    width: 164px;
    height: 245px;
  }
}
@media (max-width: 767px) {
  .modal-project__poster {
    margin-bottom: 20px;
  }
}
.modal-project__poster-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-project__awards {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-project__awards-col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(50% - 4px);
}
.modal-project__awards-title {
  margin-bottom: 8px;
  font-size: 12px;
  color: #878b9b;
}
.modal-project__awards-list[data-items="1"] .modal-project__awards-list-item {
  height: 226px;
}
.modal-project__awards-list[data-items="2"] .modal-project__awards-list-item {
  height: 109px;
}
.modal-project__awards-list-item {
  margin-bottom: 8px;
  background-color: rgba(135, 139, 155, 0.1);
  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;
  padding: 10px;
  height: 70px;
}
.modal-project__awards-list-item:last-child {
  margin-bottom: 0;
}
.modal-project__awards-list-image {
  max-width: 100%;
  max-height: 100%;
}
.modal-project__info-title {
  margin-bottom: 4px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  line-height: 1.45;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.modal-project__info-text {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.modal-project__info-list {
  font-size: 16px;
  line-height: 1.5;
}
.modal-project__info-list-item {
  margin-bottom: 4px;
}
.modal-project__info-list-item:last-child {
  margin-bottom: 0;
}
.modal-project__info-list-label {
  margin-right: 8px;
  color: #878b9b;
}
.modal-project__main {
  margin-bottom: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-project__bottom {
  margin-top: auto;
}
@media (min-width: 1240px) {
  .modal-project__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.modal-project__title {
  margin-bottom: 12px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media (min-width: 1024px) {
  .modal-project__title {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .modal-project__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .modal-project__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .modal-project__text {
    font-size: 21px;
    line-height: 1.45;
  }
}
@media (max-width: 767px) {
  .modal-project__text {
    font-size: 17px;
    line-height: 1.5;
  }
}
.modal-project__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}
.modal-project__rating-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  width: 37px;
  height: 18px;
}
.modal-project__rating-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .modal-project__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.modal-project__card {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1240px) {
  .modal-project__card {
    padding-right: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
.modal-project__card-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  width: 80px;
  height: 80px;
}
.modal-project__card-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 16px;
  line-height: 1.5;
}
.modal-project__card-item {
  margin-bottom: 4px;
}
.modal-project__card-item:last-child {
  margin-bottom: 0;
}
.modal-project__card-label {
  margin-right: 4px;
  color: #878b9b;
}
@media (min-width: 1240px) {
  .modal-project__video {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 24px;
  }
}
@media (min-width: 1550px) {
  .modal-project__video {
    width: 38%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .modal-project__video {
    width: 55%;
  }
}
@media (max-width: 1239px) {
  .modal-project__video {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .modal-project__video .inline-video__toggle {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .modal-project__video .inline-video__toggle.active {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
@media (min-width: 1240px) {
  .modal-project__audio {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 24px;
  }
}
@media (min-width: 1550px) {
  .modal-project__audio {
    width: 33%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .modal-project__audio {
    width: 45%;
  }
}
@media (max-width: 1239px) {
  .modal-project__audio {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .modal-project__audio .audio-widget__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1550px) {
  .modal-project__footer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .modal-project__footer {
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 1239px) {
  .modal-project__footer {
    padding-top: 24px;
  }
}
.modal-project__footer-button {
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .modal-project__footer-button {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .code-info {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .code-info {
    padding: 80px 0;
  }
}
.code-info__title {
  position: relative;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .code-info__title {
    margin: 0 0 70px;
  }
}
@media (min-width: 1550px) {
  .code-info__title {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .code-info__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .code-info__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .code-info__title {
    margin: 0 0 32px;
    font-size: 40px;
  }
}
.code-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .code-info__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .code-info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .code-info__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding-right: 5%;
  }
}
@media (min-width: 1024px) {
  .code-info__frame {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .code-info__frame {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .code-info__frame {
    margin-bottom: 32px;
  }
}
.code-info__image-i {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
}
.code-info__subtitle {
  margin: 0 0 16px;
  line-height: 1.1;
}
@media (min-width: 1550px) {
  .code-info__subtitle {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1549px) {
  .code-info__subtitle {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .code-info__subtitle {
    font-size: 27px;
  }
}
.code-info__text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}
.code-info__text p {
  margin: 0 0 8px;
}
.code-info__text p:last-child {
  margin: 0;
}
.code-info__text a {
  color: #000000;
  text-decoration: underline;
}
@media (hover: hover) {
  .code-info__text a:hover {
    color: #6b42d6;
  }
}

.dark-grey-mode .code-info {
  border-bottom: 1px solid #27292f;
}
.dark-grey-mode .code-info__text a {
  color: #ffffff;
}
@media (hover: hover) {
  .dark-grey-mode .code-info__text a:hover {
    color: #9dce37;
  }
}

@media (min-width: 768px) {
  .voices-promo-tiles {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .voices-promo-tiles {
    padding: 80px 0;
  }
}
@media (min-width: 1240px) {
  .voices-promo-tiles__head {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voices-promo-tiles__head {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .voices-promo-tiles__head {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .voices-promo-tiles__head {
    margin-bottom: 48px;
  }
}
.voices-promo-tiles__title {
  position: relative;
  margin: 0 0 32px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .voices-promo-tiles__title {
    font-size: 112px;
  }
}
@media (min-width: 1024px) and (max-width: 1549px) {
  .voices-promo-tiles__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voices-promo-tiles__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .voices-promo-tiles__title {
    font-size: 40px;
  }
}
.voices-promo-tiles__text {
  line-height: 1.45;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .voices-promo-tiles__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .voices-promo-tiles__text {
    font-size: 17px;
  }
}
.voices-promo-tiles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1550px) {
  .voices-promo-tiles__list {
    margin-right: -5px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voices-promo-tiles__list {
    margin-right: -4px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voices-promo-tiles__list {
    margin-right: -3px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voices-promo-tiles__list {
    margin-right: -2px;
  }
}
@media (max-width: 767px) {
  .voices-promo-tiles__list {
    margin-right: -1px;
  }
}
.voices-promo-tiles__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  margin-right: -1px;
}
@media (min-width: 1550px) {
  .voices-promo-tiles__list-item {
    width: 16.666666%;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .voices-promo-tiles__list-item {
    width: 20%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .voices-promo-tiles__list-item {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voices-promo-tiles__list-item {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .voices-promo-tiles__list-item {
    width: 50%;
  }
}

.dark-grey-mode .voices-promo-tiles {
  border-bottom: 1px solid #27292f;
}
.dark-grey-mode .voices-promo-tiles__list-item {
  border-color: #27292f;
}

.voice-card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s background-color ease-out;
  transition: 0.3s background-color ease-out;
}
@media (min-width: 768px) {
  .voice-card {
    padding: 48px 40px;
  }
}
@media (max-width: 767px) {
  .voice-card {
    padding: 24px 16px;
  }
}
@media (hover: hover) {
  .voice-card:hover:before {
    opacity: 1;
  }
  .voice-card:hover path {
    fill: #000000;
  }
  .voice-card:hover .voice-card__control:before {
    opacity: 1;
  }
}
.voice-card.active {
  background-color: #3d3d3d;
}
.voice-card.active:before {
  opacity: 0;
}
.voice-card.active path {
  fill: #000000;
}
.voice-card.active .voice-card__control:before {
  opacity: 1;
}
.voice-card.active .voice-card__control:after {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.voice-card.active .voice-card__control-play {
  display: none;
}
.voice-card.active .voice-card__control-pause {
  display: block;
}
.voice-card.active .voice-card__control-progress {
  opacity: 1;
}
.voice-card:before {
  content: "";
  position: absolute;
  left: 9px;
  top: -20px;
  width: 182px;
  height: 182px;
  border-radius: 50%;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
@media (hover: hover) {
  .voice-card_green:hover .voice-card__control:after {
    border-color: #799f2b;
  }
}
.voice-card_green.active .voice-card__title {
  color: #9dce37;
}
.voice-card_green.active .voice-card__control:before {
  background-color: #4f681c;
}
.voice-card_green:before {
  background-color: rgba(157, 206, 55, 0.5);
}
.voice-card_green path {
  fill: #9dce37;
}
.voice-card_green .voice-card__control:before {
  background-color: #9dce37;
}
.voice-card_green .voice-card__control:after {
  border-color: rgba(157, 206, 55, 0.3);
}
.voice-card_green .voice-card__control-progress {
  background-color: #9dce37;
}
.voice-card__inner {
  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;
  height: 100%;
}
.voice-card__icon {
  margin-bottom: 16px;
}
.voice-card__icon-i {
  display: block;
  width: 32px;
  height: 32px;
}
.voice-card__title {
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.3;
  font-weight: bold;
  -webkit-transition: 0.3s color ease-out;
  transition: 0.3s color ease-out;
}
@media (min-width: 768px) {
  .voice-card__title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .voice-card__title {
    font-size: 18px;
  }
}
.voice-card__text {
  line-height: 1.5;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .voice-card__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .voice-card__text {
    font-size: 14px;
  }
}
.voice-card__audio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.voice-card__footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 24px;
}
.voice-card__control {
  position: relative;
  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: 40px;
  height: 40px;
  overflow: hidden;
  border: 0 none;
  border-radius: 4px;
  background: none;
  outline: 0 none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.voice-card__control:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
.voice-card__control:after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 2px;
  border-style: solid;
  pointer-events: none;
}
.voice-card__control-play {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.voice-card__control-pause {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  pointer-events: none;
  display: none;
}
.voice-card__control-progress {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.voice-card__control svg {
  display: block;
}
.voice-card__control path {
  -webkit-transition: 0.3s fill ease-in-out;
  transition: 0.3s fill ease-in-out;
}

.request-promo {
  background-color: #f3f3f4;
}
@media (min-width: 768px) {
  .request-promo {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .request-promo {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .request-promo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .request-promo__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .request-promo__content {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .request-promo__content {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .request-promo__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1240px) {
  .request-promo__aside {
    margin-left: 75px;
  }
}
@media (min-width: 1550px) {
  .request-promo__aside {
    width: 527px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .request-promo__aside {
    width: 480px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .request-promo__aside {
    width: 380px;
    margin-left: 50px;
  }
}
.request-promo__head {
  position: relative;
}
@media (min-width: 1240px) {
  .request-promo__head {
    padding-top: 68px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .request-promo__head {
    padding-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .request-promo__head {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .request-promo__head {
    padding-top: 32px;
  }
}
.request-promo__icon {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
}
@media (min-width: 1240px) {
  .request-promo__icon {
    width: 346px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .request-promo__icon {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .request-promo__icon {
    width: 180px;
  }
}
.request-promo__title {
  position: relative;
  margin: 0 0 24px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .request-promo__title {
    font-size: 112px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .request-promo__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .request-promo__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .request-promo__title {
    font-size: 40px;
  }
}
.request-promo__text {
  line-height: 1.45;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .request-promo__text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .request-promo__text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .request-promo__footer {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .request-promo__footer {
    margin-top: 24px;
  }
}
.request-promo__box {
  border: 1px solid #27292f;
}
@media (min-width: 1240px) {
  .request-promo__box {
    padding: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .request-promo__box {
    padding: 48px 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .request-promo__box {
    padding: 48px;
  }
}
@media (max-width: 767px) {
  .request-promo__box {
    padding: 32px 24px;
  }
}
.request-promo__box-title {
  margin: 0 0 24px;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  line-height: 1.1;
}
@media (min-width: 1240px) {
  .request-promo__box-title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .request-promo__box-title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .request-promo__box-title {
    font-size: 27px;
  }
}
.request-promo__box-text {
  line-height: 1.45;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .request-promo__box-text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .request-promo__box-text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .request-promo__box-footer {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .request-promo__box-footer {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .request-promo__box-button {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .text-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .text-section {
    padding: 80px 0;
  }
}
.text-section_wide .container {
  max-width: 100%;
}
.text-section__text {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1550px) {
  .text-section__text {
    width: 85%;
    font-size: 80px;
  }
}
@media (min-width: 1240px) and (max-width: 1549px) {
  .text-section__text {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .text-section__text {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .text-section__text {
    font-size: 34px;
  }
}
.text-section__text span {
  color: #6b42d6;
}
/*# sourceMappingURL=styles.css.map */