/* RWD */
/***** HEADERS *****/
.section-header {
  padding: 0 0 32px 0;
}

.section-subheader {
  padding: 0 0 20px 0;
}

.subsection-header {
  padding: 0 0 32px 0;
}

.subsection-subheader {
  padding: 0 0 20px 0;
}

.section-pretitle {
  font-size: 14px;
  color: #3d3d3d;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1300px) {
  .section-pretitle {
    font-size: 16px;
  }
}

.simple-header {
  padding: 0 0 16px 0;
}

.plain-header {
  padding: 0 0 8px 0;
}

/***** CONTAINERS *****/
@media (min-width: 768px) {
  .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.flex-container--horizontally-center {
  align-items: center;
}

.flex-column {
  min-height: 1px;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .flex-column {
    padding: 0;
  }
}
.flex-column:first-child {
  padding-top: 0;
}

@media (min-width: 768px) {
  .flex-column--8 {
    min-width: 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 768px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 12px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 12px;
  }
}
@media (min-width: 1300px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 20px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .flex-column--6 {
    min-width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 18px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 18px;
  }
}
@media (min-width: 1300px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 30px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .flex-column--4 {
    min-width: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 24px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 24px;
  }
}
@media (min-width: 1300px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 40px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .flex-column--3 {
    min-width: 25%;
    max-width: 25%;
  }
}

.horizontal-items {
  list-style-type: none;
}
.horizontal-items > li {
  padding: 8px 0;
}
@media (min-width: 420px) {
  .horizontal-items > li {
    padding: 0 20px;
    display: inline-block;
  }
}
@media (min-width: 1700px) {
  .horizontal-items > li {
    padding: 0 32px;
  }
}
.horizontal-items > li:first-child {
  padding-top: 0;
}
@media (min-width: 420px) {
  .horizontal-items > li:first-child {
    padding-left: 0;
  }
}
.horizontal-items > li:last-child {
  padding-bottom: 0;
}
@media (min-width: 420px) {
  .horizontal-items > li:last-child {
    padding-right: 0;
  }
}

/***** TEXT *****/
.text {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1700px) {
  .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.text p {
  padding: 5px 0;
}
.text p:first-child {
  padding-top: 0;
}
.text p:last-child {
  padding-bottom: 0;
}
.text em {
  font-style: italic;
}
.text ol {
  list-style-type: none;
  padding: 0 0 0 8px;
  counter-reset: textOrderedList;
}
.text ol > li {
  position: relative;
  padding: 2px 0 2px 32px;
}
.text ol > li:before {
  content: counters(textOrderedList, ".") ".";
  counter-increment: textOrderedList;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  padding: 0;
  text-align: right;
}
.text ul {
  list-style-type: none;
  padding: 0 0 0 24px;
}
.text ul > li {
  position: relative;
  padding: 2px 0 2px 16px;
}
.text ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.text--light a {
  color: #fff;
}

.text--large {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1700px) {
  .text--large {
    font-size: 20px;
    line-height: 28px;
  }
}
.text--large p {
  padding: 8px 0;
}
.text--large ul {
  padding: 0 0 0 24px;
}
.text--large ul > li {
  padding: 2px 0 2px 16px;
}
.text--large ul > li:before {
  top: 12px;
  width: 6px;
  height: 6px;
}

.text--very-large {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 650px) {
  .text--very-large {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1300px) {
  .text--very-large {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1700px) {
  .text--very-large {
    font-size: 24px;
    line-height: 32px;
  }
}
.text--very-large p {
  padding: 8px 0;
}
.text--very-large ul {
  padding: 0 0 0 24px;
}
.text--very-large ul > li {
  padding: 2px 0 2px 16px;
}
.text--very-large ul > li:before {
  top: 12px;
  width: 6px;
  height: 6px;
}

.text--small {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .text--small {
    font-size: 14px;
    line-height: 22px;
  }
}
.text--small ol {
  padding: 0 0 0 6px;
}
.text--small ol > li {
  padding: 1px 0 1px 30px;
}
.text--small ol > li:before {
  top: 1px;
}
.text--small ul {
  padding: 0 0 0 24px;
}
.text--small ul > li {
  padding: 1px 0 1px 12px;
}
.text--small ul > li:before {
  top: 10px;
  width: 4px;
  height: 4px;
}

.text--justify,
.text--document {
  text-align: justify;
}

.text--distinguished {
  font-weight: 700;
}

.line {
  display: block;
}

.section-title {
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-title {
    font-size: 28px;
  }
}
@media (min-width: 480px) {
  .section-title {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .section-title {
    font-size: 34px;
  }
}
@media (min-width: 1700px) {
  .section-title {
    font-size: 40px;
  }
}

.section-title--large {
  font-size: 30px;
}
@media (min-width: 420px) {
  .section-title--large {
    font-size: 34px;
  }
}
@media (min-width: 480px) {
  .section-title--large {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .section-title--large {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .section-title--large {
    font-size: 50px;
  }
}

.section-title--small {
  font-size: 22px;
}
@media (min-width: 420px) {
  .section-title--small {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .section-title--small {
    font-size: 26px;
  }
}
@media (min-width: 1300px) {
  .section-title--small {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .section-title--small {
    font-size: 30px;
  }
}

.section-subtitle {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 480px) {
  .section-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle {
    font-size: 26px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle {
    font-size: 28px;
  }
}

.section-subtitle--large {
  font-size: 24px;
}
@media (min-width: 420px) {
  .section-subtitle--large {
    font-size: 26px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--large {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--large {
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--large {
    font-size: 34px;
  }
}

.section-subtitle--small {
  font-size: 16px;
}
@media (min-width: 420px) {
  .section-subtitle--small {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--small {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--small {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--small {
    font-size: 24px;
  }
}

.subsection-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 420px) {
  .subsection-title {
    font-size: 15px;
  }
}
@media (min-width: 480px) {
  .subsection-title {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .subsection-title {
    font-size: 18px;
  }
}
@media (min-width: 1700px) {
  .subsection-title {
    font-size: 20px;
  }
}

.subsection-title--large {
  font-size: 16px;
}
@media (min-width: 420px) {
  .subsection-title--large {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .subsection-title--large {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--large {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--large {
    font-size: 26px;
  }
}

.subsection-title--small {
  font-size: 12px;
}
@media (min-width: 420px) {
  .subsection-title--small {
    font-size: 13px;
  }
}
@media (min-width: 480px) {
  .subsection-title--small {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--small {
    font-size: 15px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--small {
    font-size: 16px;
  }
}

.simple-title {
  font-size: 20px;
}
@media (min-width: 1700px) {
  .simple-title {
    font-size: 24px;
  }
}

.small-title {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1700px) {
  .small-title {
    font-size: 14px;
  }
}

.text-title {
  font-weight: 700;
}

.subsection-subtitle {
  font-size: 16px;
  font-style: italic;
}

/***** BUTTONS *****/
.button, .outlined-button {
  clear: both;
  display: inline-block;
  margin: 0 0 0 -3px;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-family: "Georama", sans-serif;
  border: 0;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button__wrapper {
  padding: 8px 32px;
  position: relative;
}
.button__wrapper:before, .button__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button__wrapper:before {
  top: 0;
  background: #fa6900;
}
.button__wrapper:after {
  top: -100%;
  background: #23aaba;
}
.button__inner {
  position: relative;
  z-index: 10;
}
.button:hover .button__wrapper:after, .outlined-button:hover .button__wrapper:after {
  top: 0;
}

.button--large {
  font-size: 16px;
}
.button--large .button__wrapper {
  padding: 10px 40px;
}

.button--small {
  font-size: 12px;
}
.button--small .button__wrapper {
  padding: 8px 24px;
}

.button--dark .button__wrapper:before {
  background: #000;
}

.button--light {
  color: #fa6900;
}
.button--light .button__wrapper:before {
  background: #fff;
}
.button--light .button__wrapper:after {
  background: #fa6900;
}
.button--light:hover, .button--light:focus {
  color: #fff;
}

.button--stroke {
  color: #fa6900;
}
.button--stroke .button__wrapper:before {
  border: 1px solid #fa6900;
  background: transparent;
}
.button--stroke .button__wrapper:after {
  background: #fa6900;
}
.button--stroke:hover, .button--stroke:focus {
  color: #fff;
}
.button--dark.button--stroke {
  color: #000;
}
.button--dark.button--stroke .button__wrapper:before {
  border-color: #000;
}
.button--dark.button--stroke .button__wrapper:after {
  background: #000;
}
.button--dark.button--stroke:hover, .button--dark.button--stroke:focus {
  color: #fff;
}

.button--light.button--stroke {
  color: #fff;
}
.button--light.button--stroke .button__wrapper:before {
  border-color: #fff;
}
.button--light.button--stroke .button__wrapper:after {
  background: #fff;
}
.button--light.button--stroke:hover, .button--light.button--stroke:focus {
  color: #fa6900;
}

.button--static:hover .button__wrapper:after, .button--static:focus .button__wrapper:after {
  top: -100%;
}

.button-container {
  padding: 20px 0 0 0;
}

/***** FORMS *****/
.form__field-container {
  padding: 12px 0;
}
.form__info-container {
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form--bounded {
  max-width: 400px;
}

.form-field {
  display: block;
  width: 100%;
}
.form-field__wrapper {
  position: relative;
  display: block;
}
.form-field__inner {
  position: relative;
}
.form-field__decoration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-field__header {
  padding: 0 0 5px 0;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 420px) {
  .form-field__header {
    padding: 0 0 8px 0;
  }
}
@media (min-width: 768px) {
  .form-field__header {
    text-align: left;
  }
}
@media (min-width: 1700px) {
  .form-field__header {
    font-size: 16px;
  }
}
.form-field__title {
  color: #000;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-field__core, .std-dropdown__header {
  display: block;
  padding: 8px 8px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  color: #000;
  position: relative;
  font-size: 14px;
  text-align: left;
  z-index: 5;
  font-family: "Georama", sans-serif;
  font-weight: 400;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1700px) {
  .form-field__core, .std-dropdown__header {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.form-field__core:focus, .std-dropdown__header:focus {
  border-color: #000;
}
.form-field__core--code {
  font-family: "Courier New", monospace;
}
.form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
  color: #e1e1e1;
  opacity: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
    text-align: left;
  }
}
.form-field__field-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field__suffix {
  padding: 0 0 0 12px;
}
.form-field.error .form-field__title {
  color: #db2b39;
}
.form-field.error .form-field__core, .form-field.error .std-dropdown__header {
  border-color: #db2b39;
}

.form-field--underline .form-field__header {
  padding: 0 0 2px 0;
}
@media (min-width: 420px) {
  .form-field--underline .form-field__header {
    padding: 0 0 5px 0;
  }
}
.form-field--underline .form-field__core, .form-field--underline .std-dropdown__header {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-field--horizontal .form-field__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field--horizontal .form-field__header {
  padding: 0 12px 0 0;
}
.form-field--horizontal .form-field__field-container {
  width: 100%;
}

.choice-field {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}
@media (min-width: 1700px) {
  .choice-field {
    width: 18px;
    height: 18px;
  }
}
.choice-field__core {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}
.choice-field__field {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.choice-field__field:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1700px) {
  .choice-field__field:before {
    width: 12px;
    height: 12px;
  }
}
.choice-field__core:checked ~ .choice-field__field {
  border-color: #000;
}
.choice-field__core:checked ~ .choice-field__field:before {
  background: #fa6900;
}
.choice-field.choice-field--radio .choice-field__field {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.choice-field.choice-field--radio .choice-field__field:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.choice-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.choice-item__field {
  padding: 2px 0 0 0;
}
.choice-item__description {
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .choice-item__description {
    font-size: 16px;
    line-height: 22px;
    padding-left: 16px;
  }
}

.choice-list {
  list-style-type: none;
}
.choice-list > li {
  padding: 4px 0;
}
.choice-list > li:first-child {
  padding-top: 0;
}
.choice-list > li:last-child {
  padding-bottom: 0;
}

/***** VARIA *****/
.tile {
  max-width: 460px;
  cursor: pointer;
}
.tile__wrapper {
  position: relative;
}
.tile__base-layer {
  background-size: cover;
  background-position: center;
  padding: 0 0 65% 0;
}
.tile__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tile__content-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  -moz-background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -o-background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -ms-background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
}
.tile__inner {
  padding: 32px 20px;
}
.tile__header {
  padding: 0 0 8px 0;
}
.tile__content-container {
  padding: 20px 0 0 0;
}
@media (min-width: 1700px) {
  .tile__content-container {
    padding-top: 32px;
  }
}
.tile:hover .tile__above-layer, .tile:focus .tile__above-layer {
  opacity: 0.3;
}

.tile--square {
  max-width: 300px;
}
.tile--square .tile__base-layer {
  padding-bottom: 100%;
}

.tile--content-revealing .tile__content-layer {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tile--content-revealing:hover .tile__content-layer, .tile--content-revealing:focus .tile__content-layer {
  opacity: 1;
}

.icon-item {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item {
    max-width: 400px;
  }
}
.icon-item__icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item__icon {
    width: 120px;
    height: 120px;
  }
}
.icon-item__icon-container {
  padding: 0 0 20px 0;
}
.icon-item__header {
  padding: 0 0 20px 0;
}

.icon-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-label__icon-container {
  padding: 0 12px 0 0;
}
.icon-label__icon {
  display: block;
  width: 26px;
}
@media (min-width: 1700px) {
  .icon-label__icon {
    width: 32px;
  }
}
.icon-label__icon--small {
  width: 20px;
}
@media (min-width: 1700px) {
  .icon-label__icon--small {
    width: 24px;
  }
}

.icon-label--decorated .icon-label__icon-container {
  position: relative;
  padding-right: 32px;
}
.icon-label--decorated .icon-label__icon-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 16px;
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.2);
}

.titled-label__header {
  font-size: 14px;
  padding: 0 0 8px 0;
}
@media (min-width: 1700px) {
  .titled-label__header {
    font-size: 15px;
  }
}
.titled-label__content {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .titled-label__content {
    font-size: 24px;
  }
}
@media (min-width: 1700px) {
  .titled-label__content {
    font-size: 26px;
  }
}

/***** ICONS *****/
.extended-icon, .icon-action, .icon-wechat--light, .icon-wechat, .icon-youtube--light, .icon-youtube, .icon-twitter--light, .icon-twitter, .icon-linkedin--light, .icon-linkedin, .icon-facebook--light, .icon-facebook, .icon-instagram--light, .icon-instagram {
  display: block;
  position: relative;
  text-align: left;
  text-indent: -10000px;
  overflow: hidden;
}
.extended-icon:before, .icon-action:before, .icon-wechat--light:before, .icon-wechat:before, .icon-youtube--light:before, .icon-youtube:before, .icon-twitter--light:before, .icon-twitter:before, .icon-linkedin--light:before, .icon-linkedin:before, .icon-facebook--light:before, .icon-facebook:before, .icon-instagram--light:before, .icon-instagram:before, .extended-icon:after, .icon-action:after, .icon-wechat--light:after, .icon-wechat:after, .icon-youtube--light:after, .icon-youtube:after, .icon-twitter--light:after, .icon-twitter:after, .icon-linkedin--light:after, .icon-linkedin:after, .icon-facebook--light:after, .icon-facebook:after, .icon-instagram--light:after, .icon-instagram:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.extended-icon:before, .icon-action:before, .icon-wechat--light:before, .icon-wechat:before, .icon-youtube--light:before, .icon-youtube:before, .icon-twitter--light:before, .icon-twitter:before, .icon-linkedin--light:before, .icon-linkedin:before, .icon-facebook--light:before, .icon-facebook:before, .icon-instagram--light:before, .icon-instagram:before {
  opacity: 1;
}
.extended-icon:after, .icon-action:after, .icon-wechat--light:after, .icon-wechat:after, .icon-youtube--light:after, .icon-youtube:after, .icon-twitter--light:after, .icon-twitter:after, .icon-linkedin--light:after, .icon-linkedin:after, .icon-facebook--light:after, .icon-facebook:after, .icon-instagram--light:after, .icon-instagram:after {
  opacity: 0;
}
.extended-icon:hover:after, .icon-action:hover:after, .icon-wechat--light:hover:after, .icon-wechat:hover:after, .icon-youtube--light:hover:after, .icon-youtube:hover:after, .icon-twitter--light:hover:after, .icon-twitter:hover:after, .icon-linkedin--light:hover:after, .icon-linkedin:hover:after, .icon-facebook--light:hover:after, .icon-facebook:hover:after, .icon-instagram--light:hover:after, .icon-instagram:hover:after, .extended-icon:focus:after, .icon-action:focus:after, .icon-wechat--light:focus:after, .icon-wechat:focus:after, .icon-youtube--light:focus:after, .icon-youtube:focus:after, .icon-twitter--light:focus:after, .icon-twitter:focus:after, .icon-linkedin--light:focus:after, .icon-linkedin:focus:after, .icon-facebook--light:focus:after, .icon-facebook:focus:after, .icon-instagram--light:focus:after, .icon-instagram:focus:after {
  opacity: 1;
}

.icon-plus {
  width: 16px;
  height: 16px;
  position: relative;
}
.icon-plus:before, .icon-plus:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.icon-plus:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin: -1px 0 0 0;
}
.icon-plus:after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
}

.icon-plus--rotated {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-plus--secondary:before, .icon-plus--secondary:after {
  background: #69d2e7;
}

.icon-plus--large {
  width: 32px;
  height: 32px;
}
@media (min-width: 1700px) {
  .icon-plus--large {
    width: 40px;
    height: 40px;
  }
}

.icon-plus--thin:before {
  height: 1px;
  margin: -0.5px 0 0 0;
}
.icon-plus--thin:after {
  width: 1px;
  margin: 0 0 0 -0.5px;
}

.icon-plus--light:before, .icon-plus--light:after {
  background: #fff;
}

.icon-plus--clickable {
  cursor: pointer;
}

.icon-plus--secondary.icon-plus--clickable:hover:before, .icon-plus--secondary.icon-plus--clickable:hover:after, .icon-plus--secondary.icon-plus--clickable:focus:before, .icon-plus--secondary.icon-plus--clickable:focus:after {
  background: #fa6900;
}

.icon-arrow {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.icon-arrow--small {
  width: 8px;
  height: 8px;
}

.icon-arrow--large {
  width: 16px;
  height: 16px;
}

.icon-arrow--huge {
  width: 26px;
  height: 26px;
}
@media (min-width: 1300px) {
  .icon-arrow--huge {
    width: 36px;
    height: 36px;
  }
}

.icon-arrow--light {
  border-color: #fff;
}

.icon-arrow--thin {
  border-width: 1px;
}

.icon-arrow--clickable {
  cursor: pointer;
}
.icon-arrow--clickable:hover, .icon-arrow--clickable:focus {
  border-color: #69d2e7;
}

.icon-arrow--west {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.icon-arrow--north {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-arrow--east {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-arrow--south {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.icon-action, .icon-wechat--light, .icon-wechat, .icon-youtube--light, .icon-youtube, .icon-twitter--light, .icon-twitter, .icon-linkedin--light, .icon-linkedin, .icon-facebook--light, .icon-facebook, .icon-instagram--light, .icon-instagram {
  width: 24px;
  height: 24px;
}
@media (min-width: 1700px) {
  .icon-action, .icon-wechat--light, .icon-wechat, .icon-youtube--light, .icon-youtube, .icon-twitter--light, .icon-twitter, .icon-linkedin--light, .icon-linkedin, .icon-facebook--light, .icon-facebook, .icon-instagram--light, .icon-instagram {
    width: 28px;
    height: 28px;
  }
}

.icon-instagram:before {
  background-image: url("/img/icons/social-media/icon-instagram.svg");
}
.icon-instagram:after {
  background-image: url("/img/icons/social-media/icon-instagram.svg");
}

.icon-instagram--light:before {
  background-image: url("/img/icons/social-media/icon-instagram-light.svg");
}
.icon-instagram--light:after {
  background-image: url("/img/icons/social-media/icon-instagram-tertiary.svg");
}

.icon-facebook:before {
  background-image: url("/img/icons/social-media/icon-facebook.svg");
}
.icon-facebook:after {
  background-image: url("/img/icons/social-media/icon-facebook.svg");
}

.icon-facebook--light:before {
  background-image: url("/img/icons/social-media/icon-facebook-light.svg");
}
.icon-facebook--light:after {
  background-image: url("/img/icons/social-media/icon-facebook-tertiary.svg");
}

.icon-linkedin:before {
  background-image: url("/img/icons/social-media/icon-linkedin.svg");
}
.icon-linkedin:after {
  background-image: url("/img/icons/social-media/icon-linkedin.svg");
}

.icon-linkedin--light:before {
  background-image: url("/img/icons/social-media/icon-linkedin-light.svg");
}
.icon-linkedin--light:after {
  background-image: url("/img/icons/social-media/icon-linkedin-tertiary.svg");
}

.icon-twitter:before {
  background-image: url("/img/icons/social-media/icon-twitter.svg");
}
.icon-twitter:after {
  background-image: url("/img/icons/social-media/icon-twitter.svg");
}

.icon-twitter--light:before {
  background-image: url("/img/icons/social-media/icon-twitter-light.svg");
}
.icon-twitter--light:after {
  background-image: url("/img/icons/social-media/icon-twitter-tertiary.svg");
}

.icon-youtube:before {
  background-image: url("/img/icons/social-media/icon-youtube.svg");
}
.icon-youtube:after {
  background-image: url("/img/icons/social-media/icon-youtube.svg");
}

.icon-youtube--light:before {
  background-image: url("/img/icons/social-media/icon-youtube-light.svg");
}
.icon-youtube--light:after {
  background-image: url("/img/icons/social-media/icon-youtube-tertiary.svg");
}

.icon-wechat:before {
  background-image: url("/img/icons/social-media/icon-wechat.svg");
}
.icon-wechat:after {
  background-image: url("/img/icons/social-media/icon-wechat.svg");
}

.icon-wechat--light:before {
  background-image: url("/img/icons/social-media/icon-wechat-light.svg");
}
.icon-wechat--light:after {
  background-image: url("/img/icons/social-media/icon-wechat-tertiary.svg");
}

/***** MODULES *****/
.hawk-dropdown {
  position: relative;
  display: block;
}
.hawk-dropdown__sensor, .hawk-dropdown__start-escape-sensor {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__end-sensor, .hawk-dropdown__escape-sensor {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__header {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.hawk-dropdown__list-container {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hawk-dropdown__list > li {
  display: block;
}
.hawk-dropdown__list a {
  display: block;
}
.hawk-dropdown.hawk-dropdown--open {
  z-index: 8000;
}

.hawk-dropdown--expanding .hawk-dropdown__list-container {
  position: relative;
  top: 0;
}

.hawk-dropdown--upwards .hawk-dropdown__list-container {
  top: auto;
  bottom: 100%;
}

.std-dropdown__header:hover, .std-dropdown__header:focus {
  border-color: #000;
}
.std-dropdown__title {
  font-size: 14px;
  font-weight: 500;
}
.std-dropdown__list {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: 0;
  padding: 8px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__header {
  border-color: #fa6900;
  border-bottom-color: transparent;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__list {
  border-color: #fa6900;
}

.dropdown-item {
  cursor: pointer;
  position: relative;
}
.dropdown-item__description {
  padding: 4px 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropdown-item__description:hover, .dropdown-item__field:focus ~ .dropdown-item__description {
  background: #f38630;
  color: #fff;
}
.dropdown-item__field:checked ~ .dropdown-item__description {
  background: #69d2e7;
}
.dropdown-item__field {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.std-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.std-pager__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.std-pager__item {
  padding: 0 4px;
}
.std-pager__separator {
  padding: 0 10px;
}
.std-pager__previous, .std-pager__next {
  cursor: pointer;
}
.std-pager__previous {
  padding: 0 12px 0 0;
}
.std-pager__next {
  padding: 0 0 0 12px;
}

.pager-item {
  cursor: pointer;
  position: relative;
}
.pager-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #fa6900;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pager-item.active:before {
  opacity: 1;
}

.form__info-container {
  text-align: right;
}
.form__info-wrapper {
  display: none;
}
.form__info {
  opacity: 0;
}

.hawk-layered-section {
  position: relative;
}
.hawk-layered-section__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hawk-layered-section__above-layer-inner, .hawk-layered-section__base-layer-inner {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hawk-more-content {
  display: none;
}

.hawk-sliding-layer-section {
  position: relative;
  overflow: hidden;
}
.hawk-sliding-layer-section__layer {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  margin: 0 40px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hawk-sliding-layer-section--active .hawk-sliding-layer-section__layer {
  right: 0;
  margin: 0;
}

.overlayer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9000;
}
.overlayer__content-container {
  display: none;
}

.std-overlayer {
  background: rgba(0, 0, 0, 0.7);
}
.std-overlayer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.std-overlayer__inner {
  background: #fff;
  padding: 32px 20px;
  margin: 40px 0;
}
.std-overlayer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/** END_MODULES **/
/* RWD */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100vh;
}

body {
  font-size: 14px;
  line-height: 22px;
  color: #1d252c;
  -webkit-font-smoothing: antialiased;
  counter-reset: advantagesCount;
}
body.active {
  overflow: hidden;
}

body,
input,
textarea {
  font-family: articulat-cf, sans-serif;
  font-style: normal;
  font-weight: 400;
}

ul,
li {
  list-style: none;
}

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

button {
  border: none;
  background-color: transparent;
  text-align: left;
}

address {
  font-style: normal;
}

button,
a,
.leader,
.form-choice,
.choice-item,
.hamburger {
  -webkit-tap-highlight-color: transparent;
}

main {
  overflow-x: hidden;
}

input,
textarea {
  border-radius: 0 !important;
}

.text-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .text-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1500px) {
  .text-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.text-title--small {
  font-size: 16px;
  line-height: 18px;
}
.text-title--little {
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .text-title--little {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 1500px) {
  .text-title--little {
    font-size: 16px;
    line-height: 18px;
  }
}

.text-group--justify > * {
  text-align: justify;
}
.text-group--variant-01 .text:first-child {
  margin-bottom: 4px;
}

.text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
@media (min-width: 900px) {
  .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1500px) {
  .text {
    font-size: 20px;
    line-height: 30px;
  }
}
.text--l {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .text--l {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1700px) {
  .text--l {
    font-size: 24px;
    line-height: 38px;
  }
}
.text--bold {
  font-weight: 700;
}
.text--s {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 900px) {
  .text--s {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (min-width: 1500px) {
  .text--s {
    font-size: 18px;
    line-height: 26px;
  }
}
.text--justify {
  text-align: center;
}
@media (min-width: 768px) {
  .text--justify {
    text-align: justify;
  }
}
.text--medium {
  font-weight: 600;
}
.text p {
  padding: 5px 0;
}
.text p:first-child {
  padding-top: 0;
}
.text p:last-child {
  padding-bottom: 0;
}
.text em {
  font-style: italic;
}
.text h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 52px !important;
}
@media (min-width: 768px) {
  .text h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1500px) {
  .text h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
.text h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0 0 0;
  margin: 0;
}
.text ol {
  list-style-type: none;
  padding: 0 0 0 8px;
  counter-reset: textOrderedList;
}
.text ol > li {
  position: relative;
  padding: 2px 0 2px 32px;
}
.text ol > li:before {
  content: counters(textOrderedList, ".") ".";
  counter-increment: textOrderedList;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  padding: 0;
  text-align: right;
}
.text ul {
  list-style-type: none;
  padding: 0 0 0 24px;
}
.text ul > li {
  position: relative;
  padding: 2px 0 2px 16px;
}
.text ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.text-group > *:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .text-group > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.section-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1500px) {
  .section-title {
    font-size: 54px;
    line-height: 62px;
  }
}
.section-title--line {
  white-space: nowrap;
}
.section-title--large {
  font-size: 42px;
  line-height: 50px;
}
@media (min-width: 768px) {
  .section-title--large {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1500px) {
  .section-title--large {
    font-size: 64px;
    line-height: 72px;
  }
}
.section-title--small {
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .section-title--small {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1500px) {
  .section-title--small {
    font-size: 48px;
    line-height: 56px;
  }
}
.section-title--tiny {
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .section-title--tiny {
    font-size: 34px;
    line-height: 38px;
  }
}
.section-title--light {
  font-weight: 300;
}

.pretitle--silver {
  color: #898c8e;
}
.pretitle--uc {
  text-transform: uppercase;
}
.pretitle--small {
  letter-spacing: 0.5em;
  font-size: 10px;
  line-height: 24px;
}
.pretitle--white {
  color: #fff;
}

.secondary-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .secondary-title {
    font-size: 21px;
    line-height: 29px;
  }
}
@media (min-width: 1500px) {
  .secondary-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.secondary-title--white {
  color: #fff;
}
.secondary-title--large {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .secondary-title--large {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (min-width: 1500px) {
  .secondary-title--large {
    font-size: 52px;
    line-height: 60px;
  }
}
.secondary-title--large--white {
  color: #fff;
}

.secondary-subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.secondary-subtitle--white {
  color: #fff;
}

.date {
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.date--uc {
  text-transform: uppercase;
}
.date--white {
  color: #fff;
}

.dot-list--training {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 900px) {
  .dot-list--training {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (min-width: 1500px) {
  .dot-list--training {
    font-size: 18px;
    line-height: 26px;
  }
}

.text h2 {
  margin: 40px 0 20px 0;
}

.outer {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 650px) {
  .outer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .outer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1300px) {
  .outer {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.outer--max {
  height: 100%;
}
.outer--l {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .outer--l {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.outer--m {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .outer--m {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    max-width: 1124px;
  }
}
@media (min-width: 1500px) {
  .inner {
    max-width: 1280px;
  }
}
.inner--max {
  height: 100%;
}
@media (min-width: 768px) {
  .inner--s {
    max-width: 1044px;
  }
}
@media (min-width: 1500px) {
  .inner--s {
    max-width: 1200px;
  }
}

.horizontal-menu {
  display: flex;
}
.horizontal-menu--x-m > *:not(:last-child) {
  margin-right: 26px;
}
@media (min-width: 768px) {
  .horizontal-menu--x-m > *:not(:last-child) {
    margin-right: 52px;
  }
}

.menu-item {
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  transition: color 0.2s;
}
@media (min-width: 768px) {
  .menu-item {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1500px) {
  .menu-item {
    font-size: 16px;
    line-height: 20px;
  }
}
.menu-item--dark {
  color: #1d252c;
}

.hamburger {
  display: flex;
  cursor: pointer;
  width: 26px;
  height: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.hamburger > *:not(:last-child) {
  margin-bottom: 4px;
}
.hamburger--dark .hamburger__line {
  background-color: #1d252c;
}
.hamburger--dark.active .hamburger__line {
  background-color: #fff;
}
.hamburger__line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.2s;
}
.hamburger.active {
  transform: translateX(5px);
}
.hamburger.active .hamburger__line1 {
  transform: rotate(45deg) translate(0, 9px);
}
.hamburger.active .hamburger__line2 {
  opacity: 0;
}
.hamburger.active .hamburger__line3 {
  transform: rotate(-45deg) translate(-1px, -9px);
}

.button, .outlined-button {
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.button--primary, .outlined-button {
  background-color: #1d252c;
  border-radius: 40px;
  transition: 0.2s;
}
.button--primary:hover, .outlined-button:hover {
  background-color: #00abc8;
}
.button--lined {
  position: relative;
  padding: 4px 0;
}
.button--lined:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #000;
}
.button--lined:before .button__text {
  font-size: 18px;
  line-height: 24px;
}
.button--secondary {
  display: block;
  background-color: #fff;
  transition: 0.2s;
}
.button--secondary .button__text {
  transition: 0.2s;
}
.button--secondary:hover {
  background-color: #00abc8;
}
.button--secondary:hover .button__text {
  color: #fff;
}
.button--primary .button__text, .outlined-button .button__text, .button--secondary .button__text {
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .button--primary .button__text, .outlined-button .button__text, .button--secondary .button__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1500px) {
  .button--primary .button__text, .outlined-button .button__text, .button--secondary .button__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.button--primary, .outlined-button, .button--secondary {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 23px;
}
.button--primary .button__text, .outlined-button .button__text {
  color: #fff;
}
.button--secondary .button__text {
  color: #1d252c;
}
.button__text {
  transform: translateY(-1px);
  white-space: nowrap;
}
.button__text--white {
  color: #fff;
}

.simple-button {
  position: relative;
  padding: 4px 0;
}
.simple-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #000;
  transition: background-color 0.2s;
}
.simple-button:before .button__text {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .simple-button:before .button__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1500px) {
  .simple-button:before .button__text {
    font-size: 20px;
    line-height: 26px;
  }
}
.simple-button__text {
  text-align: justify;
  transition: transform 0.2s;
}
.simple-button:hover:before {
  background-color: #00abc8;
}

.icon-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.icon-button__icon2 {
  display: none;
}
.icon-button__icon-wrapper {
  margin-right: 20px;
  margin-right: 20px;
  transition: transform 0.2s;
}
.icon-button__text {
  transition: transform 0.2s;
}
.icon-button--white {
  color: #fff;
}
.icon-button--white .icon-button__text-title {
  color: #fff;
}
.icon-button__text-title {
  margin-bottom: 2px;
  color: #1d252c;
}
.icon-button:hover .icon-button__icon-wrapper {
  transform: translate(8px);
}

.text-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .text-lines {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.text-lines__text {
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.text-lines__text:not(:first-child) {
  padding-top: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .text-lines__text {
    width: auto;
    margin: 0 0 0 20px;
    padding: 0 0 0 80px;
  }
  .text-lines__text:not(:first-child) {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .text-lines__text {
    font-size: 14px !important;
  }
}
@media (min-width: 900px) {
  .text-lines__text {
    font-size: 18px !important;
  }
}
@media (min-width: 1100px) {
  .text-lines__text {
    padding: 0 0 0 174px;
  }
}
.text-lines__text:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .text-lines__text:before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 1100px) {
  .text-lines__text:before {
    width: 154px;
  }
}
.text-lines__text:first-child {
  padding-left: 0;
  margin-left: 0;
}
.text-lines__text:first-child:before {
  display: none;
}
.text-lines__title {
  position: relative;
  white-space: nowrap;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .text-lines__title {
    margin-right: 28px;
    padding-right: 100px;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .text-lines__title {
    padding-right: 180px;
  }
}
.text-lines__title:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 72px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 19px);
}
@media (min-width: 768px) {
  .text-lines__title:before {
    width: 72px;
    right: 0;
    transform: none;
    left: auto;
    top: 50%;
    margin-top: -1px;
  }
}
@media (min-width: 1300px) {
  .text-lines__title:before {
    width: 152px;
  }
}
.text-lines--start {
  justify-content: unset;
}
.text-lines--between {
  justify-content: space-between;
}
.text-lines__breadcrumb {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .text-lines__breadcrumb {
    flex-wrap: nowrap;
  }
}
.text-lines__breadcrumb > * {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .text-lines__breadcrumb > * {
    width: auto;
    display: block;
  }
}
.text-lines__breadcrumb > *:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .text-lines__breadcrumb > *:not(:last-child) {
    margin-bottom: 0;
  }
}
.text-lines--light .text-lines__title {
  color: #fff;
}
.text-lines--light .text-lines__text {
  color: #fff;
}
.text-lines--light .text-lines__text:before {
  background-color: #fff;
}
.text-lines--dark .text-lines__text {
  color: #1d252c;
}
.text-lines--dark .text-lines__text:before {
  background-color: #1d252c;
}
.text-lines--no-padding {
  padding: 0;
}

.boxes {
  position: relative;
  width: 304px;
  height: 304px;
}
@media (min-width: 1500px) {
  .boxes {
    width: 456px;
    height: 456px;
  }
}
.boxes__box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 148px;
  height: 148px;
  border-radius: 56px;
  border: 1px solid #00abc8;
}
@media (min-width: 1500px) {
  .boxes__box {
    width: 220px;
    height: 220px;
    border-radius: 72px;
  }
}
.boxes__box--top-left {
  top: 0;
  left: 0;
}
.boxes__box--top-right {
  top: 0;
  right: 0;
}
.boxes__box--bottom-left {
  bottom: 0;
  left: 0;
}
.boxes__box--bottom-right {
  bottom: 0;
  right: 0;
}
.boxes__box--filled {
  border: none;
  background-color: #fff;
  box-shadow: 10px 10px 30px 0 rgba(0, 171, 200, 0.5);
}
.boxes__box > p {
  text-align: center;
  color: #898c8e;
}

.small-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 148px;
  height: 148px;
  border-radius: 56px;
  border: 1px solid #00abc8;
}
@media (min-width: 1500px) {
  .small-box {
    width: 220px;
    height: 220px;
    border-radius: 72px;
  }
}
.small-box--top-left {
  top: 0;
  left: 0;
}
.small-box--top-right {
  top: 0;
  right: 0;
}
.small-box--bottom-left {
  bottom: 0;
  left: 0;
}
.small-box--bottom-right {
  bottom: 0;
  right: 0;
}
.small-box--filled {
  border: none;
  background-color: #fff;
  box-shadow: 10px 10px 30px 0 rgba(0, 171, 200, 0.5);
}
.small-box > p {
  text-align: center;
  color: #898c8e;
}
.small-box__text, .small-box__text2 {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 2s;
}
.small-box__text.active, .small-box__text2.active {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (min-width: 1500px) {
  .small-box__text, .small-box__text2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.small-box[data-box] {
  transition: left 1s ease-in-out, transform 1s ease-in-out, background-color 2s;
}
.small-box[data-box].active {
  background-color: #00abc8;
}
.small-box[data-box].active > * {
  transition: background-color 2s, color 2s;
  color: #fff;
}

.social-group {
  display: flex;
  right: 0;
}
.social-group > *:not(:last-child) {
  margin-right: 20px;
}

.box--rel {
  position: relative;
}

.carousel__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .carousel__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .carousel__header {
    margin-bottom: 72px;
  }
}
.carousel__wheel {
  width: 100%;
}
.carousel__wheel-wrapper {
  position: relative;
  touch-action: none;
}
.carousel__deco {
  display: none;
  height: 30px;
  width: 100%;
  position: relative;
}
.carousel__deco:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  background-color: #000;
  transform: translateY(-50%);
  height: 1px;
}
.carousel__deco:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 100%;
  left: 25vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../../img/decos/carousel1.png");
}
@media (min-width: 768px) {
  .carousel__deco:after {
    left: 260px;
  }
}
.carousel__deco--variant-02:before {
  background-color: #fff;
}
.carousel__deco--variant-02:after {
  right: 40vw;
  left: auto;
  background-image: url("../../../img/decos/carousel2.png");
}
@media (min-width: 768px) {
  .carousel__deco--variant-02:after {
    right: 280px;
  }
}
.my-slider2 {
  touch-action: none;
}

.carousel2 {
  height: 240px;
  background-color: green;
  width: 100%;
  z-index: 100;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}

.section-carousel {
  position: relative;
  width: 100%;
  height: 240px;
}
.image--square {
  width: 100%;
}

.main {
  position: relative;
}

.carousel .tns-nav {
  display: none;
}
.carousel .tns-liveregion {
  display: none;
}
.carousel .tns-controls {
  display: none;
}

.tns-outer {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tile {
  width: 100%;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: default !important;
  max-width: none !important;
}
.tile__pretitle {
  margin-bottom: 12px;
}
.tile__image {
  padding-bottom: 52%;
  margin-bottom: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 550px) {
  .tile__image {
    padding-bottom: 60%;
  }
}
.tile__image--small {
  padding-bottom: 44%;
}
@media (min-width: 550px) {
  .tile__image--small {
    padding-bottom: 52%;
  }
}
.tile__image--large {
  padding-bottom: 80%;
}
.tile__image--mb0 {
  margin-bottom: 0;
}
.tile__bar {
  margin-bottom: 8px;
}
.tile__name {
  margin-bottom: 32px;
  max-width: 340px;
}
@media (min-width: 1300px) {
  .tile__name {
    max-width: 380px;
  }
}
.tile__name--small-distance {
  margin-bottom: 16px;
}
.tile__name--no-distance {
  margin-bottom: 0;
}
.tile__description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tile__description {
    margin-bottom: 32px;
  }
}
.tile__cta {
  display: flex;
  pointer-events: all;
}

.icons-group {
  display: flex;
}
.icons-group--horizontal {
  display: flex;
}
.icons-group--horizontal > *:not(:last-child) {
  margin-right: 24px;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-header {
  padding: 0;
}
.section-header--variant-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .section-header--variant-01 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}
.section-header--variant-01 .section-header__title {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-header--variant-01 .section-header__title {
    padding-right: 64px;
    max-width: 380px;
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section-header--variant-01 .section-header__title {
    max-width: 440px;
  }
}
@media (min-width: 1500px) {
  .section-header--variant-01 .section-header__title {
    max-width: 520px;
  }
}
@media (min-width: 650px) {
  .section-header--variant-01 .section-header__desc-group {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .section-header--variant-01 .section-header__desc-group {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .section-header--variant-01 .section-header__desc-group {
    max-width: 460px;
  }
}
@media (min-width: 1100px) {
  .section-header--variant-01 .section-header__desc-group {
    max-width: 540px;
  }
}
.section-header--variant-01 .section-header__text-group {
  text-align: center;
}
@media (min-width: 768px) {
  .section-header--variant-01 .section-header__text-group {
    text-align: justify;
  }
}
.section-header--extended {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .section-header--extended {
    align-items: flex-start;
  }
}
.section-header--extended .section-header__title {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-header--extended .section-header__title {
    padding-right: 64px;
    margin-bottom: 0;
    text-align: left;
  }
}
.section-header--extended .section-header__desc-group {
  max-width: 400px;
}
.section-header--extended .section-header__desc-group p {
  text-align: center;
}
@media (min-width: 768px) {
  .section-header--extended .section-header__desc-group p {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .section-header--extended {
    flex-direction: row;
  }
}
.section-header--variant-03 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-header--variant-03 {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
}
.section-header--variant-03 > *:last-child {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section-header--variant-03 > *:last-child {
    margin-top: 0;
  }
}
.section-header--variant-04 {
  display: flex;
  justify-content: center;
  text-align: center;
}
.section-header--variant-05 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .section-header--variant-05 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.section-header--variant-05 .section-header__title {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-header--variant-05 .section-header__title {
    margin-bottom: 0;
    padding-right: 64px;
    text-align: left;
  }
}
.section-header--variant-05 .section-header__desc-group {
  max-width: 340px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-header--variant-05 .section-header__desc-group {
    text-align: justify;
  }
}
@media (min-width: 1500px) {
  .section-header--variant-05 .section-header__desc-group {
    max-width: 380px;
  }
}
.section-header--variant-06 {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-header--variant-06 {
    justify-content: flex-start;
  }
}
.section-header--variant-07 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .section-header--variant-07 {
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-header--variant-07 > *:first-child {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .section-header--variant-07 > *:first-child {
    margin-bottom: 0;
  }
}
.section-header--spacing-01 {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .section-header--spacing-01 {
    margin-bottom: 64px;
  }
}
@media (min-width: 1100px) {
  .section-header--spacing-01 {
    margin-bottom: 80px;
  }
}
.section-header--spacing-02 {
  margin-bottom: 60px;
}
@media (min-width: 1100px) {
  .section-header--spacing-02 {
    margin-bottom: 80px;
  }
}
.section-header--white {
  color: #fff;
}
.section-header__cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section-header__cta {
    justify-content: flex-start;
  }
}
.section-header__main-content {
  flex-shrink: 0;
}
.section-header__side-content {
  display: flex;
}

.section--viewport {
  height: 100vh;
  background-color: blue;
}
.section--spacing-01 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .section--spacing-01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1100px) {
  .section--spacing-01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section--spacing-t0 {
  padding-top: 0 !important;
}
.section--spacing-b0 {
  padding-bottom: 0 !important;
}

.reviews .tns-controls {
  display: none;
}
.reviews .tns-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .reviews .tns-nav {
    margin-top: 48px;
    justify-content: flex-end;
  }
}
.reviews .tns-nav > * {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #1d252c;
}
.reviews .tns-nav > *:not(:first-child) {
  margin-left: 20px;
}
.reviews .tns-nav-active {
  background-color: #1d252c;
}

.spectacular-quote {
  position: relative;
  padding-bottom: 30px;
  user-select: none;
}
.spectacular-quote__content-container {
  position: relative;
  margin-bottom: 32px;
  z-index: 2;
}
.spectacular-quote__author-container {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.spectacular-quote__text {
  text-align: justify;
}
.spectacular-quote__author-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.spectacular-quote__author-name {
  margin-bottom: 4px;
}
.spectacular-quote__author-desc {
  font-size: 12px;
  line-height: 14px;
}
.spectacular-quote__container {
  border: 1px solid #00abc8;
  border-radius: 64px;
  padding: 48px 40px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .spectacular-quote__container {
    padding: 48px 40px;
    padding-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .spectacular-quote__container {
    padding: 56px 64px;
  }
}
.spectacular-quote::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 96px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../../img/decos/review.svg");
}

.floating-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.floating-video__video {
  width: 100%;
  height: 100%;
}
.floating-video--hidden {
  overflow: hidden;
}

.header-desc__header {
  margin-bottom: 32px !important;
}
@media (min-width: 768px) {
  .header-desc__header {
    margin-bottom: 64px !important;
  }
}
.header-desc__desc {
  text-align: center;
}
@media (min-width: 768px) {
  .header-desc__desc {
    text-align: justify;
  }
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #1d252c;
}

.input__label {
  color: #898c8e;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
}
.input__input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #1d252c;
  background-color: transparent;
  outline: none;
}

.double-input {
  display: flex;
  flex-wrap: wrap;
  margin: 52px 0;
}
.double-input > * {
  width: 100%;
}
@media (min-width: 480px) {
  .double-input > * {
    width: 50%;
  }
}
.double-input--no-spacing {
  margin: 0;
}
@media (min-width: 480px) {
  .double-input > *:last-child {
    padding-left: 12px;
  }
}
@media (min-width: 480px) {
  .double-input > *:first-child {
    padding-right: 12px;
  }
}

.contact-form__cta {
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .contact-form__cta {
    justify-content: flex-end;
  }
}
.contact-form__checkbox {
  margin-top: 24px;
}

.textarea__header {
  color: #898c8e;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
}
.textarea__textarea {
  width: 100%;
  resize: vertical;
  min-height: 80px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1d252c;
  outline: none;
}

.contact-agent__company {
  font-size: 30px;
  line-height: 34px;
}
.contact-agent__name {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
}

.checkbox {
  display: flex;
  cursor: pointer;
}
.checkbox__input {
  display: none;
}
.checkbox__custom-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #00abc8;
  flex-shrink: 0;
  margin-right: 24px;
}
.checkbox__input:checked + .checkbox__custom-checkbox {
  background-color: #00abc8;
}

.list__header {
  margin-bottom: 32px;
}
.list--variant-01 > *:not(.list__header):not(:last-child) {
  margin-bottom: 18px;
}

.link {
  -webkit-tap-highlight-color: transparent;
}
.link--white {
  color: #fff;
}

.simple-link {
  text-decoration: underline;
  font-weight: 700;
}

.menu--vertical > li:not(:last-of-type) {
  margin-bottom: 32px;
}

.contact-list--vertical > *:not(:last-child) {
  margin-bottom: 40px;
}

.lead__pretitle {
  margin-bottom: 40px;
}
.lead__pretitle--uc {
  text-transform: uppercase;
}
.lead__title--space-b {
  margin-bottom: 52px;
}
.lead__cta--sides {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lead--variant-01 .lead__title,
.lead--variant-01 .lead__subtitle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  max-width: 240px;
  text-align: center;
}
@media (min-width: 768px) {
  .lead--variant-01 .lead__title,
.lead--variant-01 .lead__subtitle {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
.lead--variant-01 .text {
  text-align: center;
}
@media (min-width: 768px) {
  .lead--variant-01 .text {
    text-align: justify;
  }
}
.lead--variant-01 .lead__cta {
  margin-top: 42px;
}
.lead--variant-02 .lead__title {
  margin-bottom: 24px;
}
.lead--variant-02 .lead__cta {
  margin-top: 32px;
}
.lead--variant-03 .lead__title {
  margin-bottom: 32px;
}
.lead--light {
  color: #fff;
}

.collage {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .collage {
    grid-template-columns: repeat(3, 1fr);
  }
}
.collage__side {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 480px) {
  .collage__side {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .collage__side {
    grid-template-columns: none;
    grid-template-rows: repeat(2, 1fr);
  }
}
.collage__side .opinions__bg-box {
  position: relative;
}
.collage__side > * {
  min-height: 180px;
}
@media (min-width: 900px) {
  .collage__side > * {
    min-height: 240px;
  }
}
.collage__main {
  position: relative;
  display: grid;
  cursor: pointer;
  min-height: 400px;
}
@media (min-width: 768px) {
  .collage__main {
    grid-column: 2/4;
    min-height: 320px;
  }
}
.collage__bg-box {
  position: relative;
  border-radius: 32px;
  padding: 32px;
}
.collage__deco {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.collage__deco--variant-01 {
  width: 152px;
  height: 100%;
  left: 0;
  top: 100%;
  transform: translateY(-114px);
  background: linear-gradient(90deg, #00abc8 35%, rgba(0, 171, 200, 0) 99.95%);
  transition: transform 0.4s;
}
@media (min-width: 768px) {
  .collage__deco--variant-01 {
    transform: translateY(-96px);
  }
}
@media (min-width: 900px) {
  .collage__deco--variant-01 {
    transform: translateY(-114px);
  }
}
.collage__deco--variant-02 {
  height: 114px;
  width: 100%;
  right: calc(100% + 2px);
  bottom: 0;
  background: linear-gradient(90deg, #00abc8 35%, rgba(0, 171, 200, 0) 99.95%);
  transition: transform 1s linear;
}
@media (min-width: 768px) {
  .collage__deco--variant-02 {
    bottom: -18px;
  }
}
@media (min-width: 900px) {
  .collage__deco--variant-02 {
    bottom: 0px;
  }
}
.collage__floating-video {
  z-index: 1;
}
.collage__icon-button {
  z-index: 3;
  position: absolute;
  bottom: 30px;
  left: 34px;
}
@media (min-width: 768px) {
  .collage__icon-button {
    bottom: 21px;
  }
}
@media (min-width: 900px) {
  .collage__icon-button {
    bottom: 30px;
  }
}
.collage__picture-tile {
  z-index: 1;
}
.collage__button {
  z-index: 3;
  position: absolute;
  bottom: 30px;
  left: 34px;
  transition: bottom 0.4s, transform 0.4s;
}
@media (min-width: 768px) {
  .collage__button {
    bottom: 21px;
  }
}
@media (min-width: 900px) {
  .collage__button {
    bottom: 30px;
  }
}

.picture-tile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.cookies-overlayer {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 20px 28px;
  background-color: #fff;
  z-index: 100;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.cookies-overlayer__text {
  color: #00abc8;
  font-size: 12px;
  line-height: 18px;
}
.cookies-overlayer__text * {
  color: #1d252c;
}
.cookies-overlayer__close-container {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 900px) {
  .cookies-overlayer {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 650px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.motivation-box {
  padding: 32px 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../img/photos/motivation/1.jpg");
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 64px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .motivation-box {
    flex-direction: row;
    padding: 64px 60px;
  }
}
.motivation-box__title {
  max-width: 340px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .motivation-box__title {
    text-align: left;
    margin-bottom: 0;
  }
}
.motivation-box--variant-02 {
  background-image: url("../../../img/photos/motivation/2.jpg");
}
.motivation-box--variant-02 .motivation-box__title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .motivation-box--variant-02 .motivation-box__title {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
@media (min-width: 420px) {
  .motivation-box--variant-02 .motivation-box__text-block-wrapper1 {
    margin-right: 40px;
  }
}
.motivation-box--variant-02 .motivation-box__text {
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
@media (min-width: 768px) {
  .motivation-box--variant-02 .motivation-box__text {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .motivation-box--variant-02 .motivation-box__text {
    flex-direction: row;
    align-items: center;
  }
}
.motivation-box--variant-02 .motivation-box__cta {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .motivation-box--variant-02 .motivation-box__cta {
    margin-top: 0;
  }
}
.motivation-box__text {
  display: flex;
  align-items: center;
}
@media (min-width: 420px) {
  .motivation-box__text-block-wrapper1 > *:not(:last-child) {
    margin-bottom: 16px;
  }
}
.motivation-box__text-block-wrapper2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.motivation-box__text-block-wrapper2 .text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.motivation-box__text-blocks {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 420px) {
  .motivation-box__text-blocks {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .motivation-box__text-blocks {
    text-align: left;
  }
}
.motivation-box__text-block {
  margin-bottom: 20px;
}
@media (min-width: 420px) {
  .motivation-box__text-block {
    margin-bottom: 0;
  }
}

.menu-icon-animation {
  position: relative;
}
.menu-icon-animation__icon {
  position: absolute !important;
  top: 0;
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
  margin-left: -54px;
  display: none;
}
@media (min-width: 768px) {
  .menu-icon-animation__icon {
    display: block;
  }
}
.menu-icon-animation__icon.active {
  opacity: 1;
  pointer-events: none;
}

.link-line-animation {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: block;
}
.link-line-animation:before {
  position: absolute;
  content: "";
  top: 100%;
  height: 1px;
  margin-top: 4px;
  width: 100%;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
  pointer-events: none;
  background-color: #000;
}
@media (min-width: 768px) {
  .link-line-animation:hover:before {
    transform: translateY(0px);
    opacity: 1;
  }
}
.link-line-animation--white {
  color: #fff;
}
.link-line-animation--white:before {
  background-color: #fff;
}

.icon-size-animation {
  cursor: pointer;
  transition: 0.2s;
}
.icon-size-animation:hover {
  transform: scale(1.05);
}

.image-gradient-hover {
  cursor: pointer;
  position: relative;
}
.image-gradient-hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../../img/decos/tile-gradient.png");
  opacity: 0;
  transition: opacity 0.2s;
}
.image-gradient-hover:hover:before {
  opacity: 1;
}

.hover-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  border: 1px solid #1d252c;
  border-radius: 50%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s, border-color 0.2s, color 0.2s;
}
.hover-info.light {
  border-color: #fff;
  color: #fff;
}
.hover-info__content {
  display: flex;
  align-items: center;
}
.hover-info__text {
  font-size: 10px;
  line-height: 16px;
  margin: 0 6px;
}
.hover-info.active {
  opacity: 1;
}

.image-rounded-hover {
  cursor: pointer;
  position: relative;
}
.image-rounded-hover--mb-1 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .image-rounded-hover--mb-1 {
    margin-bottom: 32px;
  }
}
.image-rounded-hover--mb-2 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .image-rounded-hover--mb-2 {
    margin-bottom: 80px;
  }
}
.image-rounded-hover__image-container {
  position: relative;
  transition: border-radius 0.4s;
  overflow: hidden;
  z-index: 2;
}
.image-rounded-hover__text {
  position: absolute;
  left: 40px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  z-index: 4;
  top: 50%;
  transform: translateY(calc(-50% + 12px));
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
}
.image-rounded-hover:hover .image-rounded-hover__image-container {
  border-radius: 48px;
}
.image-rounded-hover:hover .image-rounded-hover__blurred-image {
  opacity: 0.5;
}
.image-rounded-hover:hover .image-rounded-hover__text {
  opacity: 1;
  transform: translateY(-50%);
}
.image-rounded-hover:hover .image-rounded-hover__gradient {
  opacity: 1;
}
.image-rounded-hover__blurred-image {
  z-index: 1;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
  opacity: 0;
  filter: blur(20px);
  border-radius: 48px;
  pointer-events: none;
}
.image-rounded-hover__gradient {
  position: absolute;
  height: 100%;
  width: 208px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  z-index: 3;
  transition: opacity 0.4s;
}

.collage-video-item {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .collage-video-item:hover .collage__button {
    bottom: 50%;
    transform: translateY(50%);
  }
  .collage-video-item:hover .collage__deco {
    transform: translateY(-100%);
  }
}

.blurred-layer {
  position: relative;
  height: 100%;
}
.blurred-layer--radius .blurred-layer__overlayer,
.blurred-layer--radius .blurred-layer__blurred {
  border-radius: 24px;
}
@media (min-width: 768px) {
  .blurred-layer--radius .blurred-layer__overlayer,
.blurred-layer--radius .blurred-layer__blurred {
    border-radius: 32px;
  }
}
.blurred-layer--radius2 .blurred-layer__overlayer,
.blurred-layer--radius2 .blurred-layer__blurred {
  border-radius: 48px;
}
@media (min-width: 768px) {
  .blurred-layer--radius2 .blurred-layer__overlayer,
.blurred-layer--radius2 .blurred-layer__blurred {
    border-radius: 64px;
  }
}
.blurred-layer__overlayer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
}
.blurred-layer__overlayer--radius {
  border-radius: 32px;
}
.blurred-layer__overlayer--img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blurred-layer__blurred {
  height: 100%;
  width: 100%;
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  filter: blur(24px);
  opacity: 0.8;
  pointer-events: none;
}
.blurred-layer__blurred--radius {
  border-radius: 32px;
}
.blurred-layer__blurred--img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blurred-layer__blurred--opacity-s {
  opacity: 0.5;
}

.outlined-button {
  background-color: transparent;
  border: 1px solid #1d252c;
  transition: 0.2s;
}
.outlined-button__text {
  color: #1d252c;
  transition: 0.2s;
}
.outlined-button--light {
  border: 1px solid #fff;
}
.outlined-button--light .outlined-button__text {
  color: #fff;
}
.outlined-button--light:hover {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.6);
}
.outlined-button--light:hover .outlined-button__text {
  color: #1d252c;
}
.outlined-button.active {
  border: 1px solid transparent;
  background-color: #fff;
}
.outlined-button.active .outlined-button__text {
  color: #1d252c;
}
.outlined-button__text {
  transform: translateY(-1px);
}

.filter-tab {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .filter-tab {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 900px) {
  .filter-tab {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1150px) {
  .filter-tab {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.filter-tab.active {
  cursor: default;
}

.filter-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 768px) {
  .filter-tabs {
    align-items: flex-end;
  }
}

.trainings-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  transform: translateX(-12px);
}
@media (min-width: 1500px) {
  .trainings-list {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
}
.trainings-list > * {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 32px;
}
@media (min-width: 550px) {
  .trainings-list > * {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .trainings-list > * {
    padding-bottom: 48px;
  }
}
@media (min-width: 1100px) {
  .trainings-list > * {
    width: 33.3333333333%;
    padding-bottom: 100px;
  }
}
@media (min-width: 1500px) {
  .trainings-list > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.posts-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  transform: translateX(-16px);
}
.posts-list > * {
  width: 100%;
  padding: 16px;
}
@media (min-width: 550px) {
  .posts-list > * {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .posts-list > * {
    width: 33.3333333333%;
    margin-bottom: 24px;
  }
}
.posts-list > *:not(:last-child) {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .posts-list > *:not(:last-child) {
    padding-bottom: 16px;
  }
}

.icon-text-button .icon-text-button__text {
  transition: 0.2s;
}
.icon-text-button:hover .icon-text-button__text {
  transform: translateX(8px);
}

.scrollbar-test__list {
  display: flex;
}
.scrollbar-test__list > * {
  width: 380px;
  flex-shrink: 0;
}
.scrollbar-test__list > *:not(:last-child) {
  margin-right: 24px;
}
.scrollbar-test .mCSB_container {
  margin-bottom: 64px !important;
}
@media (min-width: 768px) {
  .scrollbar-test .mCSB_container {
    margin-bottom: 94px !important;
  }
}

.mCSB_dragger_bar {
  height: 100% !important;
  margin: 0 !important;
  background: linear-gradient(90deg, rgb(0, 171, 200) 0%, rgba(255, 255, 255, 0) 100%) !important;
  border-radius: 0 !important;
}
.mCSB_dragger_bar:before {
  display: none !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 30px !important;
}

.mCSB_draggerRail {
  border-radius: 0 !important;
  margin: 0 !important;
  height: 100% !important;
  position: relative;
  background-color: transparent !important;
}
.mCSB_draggerRail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #898c8e;
}

.section-cta {
  display: block;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .section-cta {
    display: none;
  }
}

.offer-section__icon-text {
  display: none;
}
@media (min-width: 768px) {
  .offer-section__icon-text {
    display: block;
  }
}

.site-wrapper {
  overflow: hidden;
}

#baguetteBox-overlay svg path {
  stroke: #00abc8;
}
#baguetteBox-overlay #close-button svg path {
  stroke: #fff !important;
}

.video-player__video {
  z-index: 1;
}
.video-player__overlayer {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.video-player__overlayer .video-player__progress {
  right: calc(40% + 2px) !important;
}
.video-player__button {
  z-index: 3;
}

.bolded-hover {
  font-weight: 600;
  transition: 0.2s;
}
.bolded-hover:hover {
  color: #00abc8;
}

.form-field--space-b-m {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .form-field--space-b-m {
    margin-bottom: 40px;
  }
}
.form-field__header {
  padding-bottom: 4px;
}
.form-field__title {
  color: #898c8e;
  font-size: 14px;
  line-height: 16px;
}
.form-field__core, .std-dropdown__header {
  height: 40px;
  border: none;
  border-bottom: 1px solid #1d252c;
  padding: 0;
}
.form-field--space-b {
  margin-bottom: 52px;
}
.form-field--space-t {
  margin-top: 52px;
}

.choice-field {
  width: 20px;
  height: 20px;
  border: 1px solid #00abc8;
}
.choice-field__field {
  height: 100%;
  width: 100%;
  padding: 0;
}
.choice-field__core:checked ~ .choice-field__field {
  background-color: #00abc8;
  border: none;
}
.choice-field__core:checked ~ .choice-field__field:before {
  display: none;
}

.choice-item {
  cursor: pointer;
}
.choice-item__field {
  padding: 0;
}
.choice-item__description {
  padding-left: 18px;
  text-align: justify;
}
@media (min-width: 768px) {
  .choice-item__description {
    padding-left: 24px;
  }
}
.choice-item__description a {
  transition: 0.2s;
}
.choice-item__description a:hover {
  color: #00abc8;
}

.small-box.active .small-box[data-family="2"] __icon-container {
  display: block;
}
.small-box__icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: none;
}
@media (min-width: 1500px) {
  .small-box__icon-container {
    width: 120px;
    height: 120px;
  }
}
.small-box__text {
  display: none;
  text-align: center;
  width: min-content;
  color: #898c8e;
}
.small-box__text.active {
  display: block;
}
.small-box__icon, .small-box__icon2 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  transition: opacity 2s;
}
.small-box__icon.active, .small-box__icon2.active {
  opacity: 1;
}

.alternately-boxes.active .alternately-boxes__box[data-family="1"] .small-box__icon-container {
  display: block;
}
.alternately-boxes.active .alternately-boxes__box[data-family="2"] .small-box__text {
  display: block;
}
.alternately-boxes.active .alternately-boxes__box[data-family=""] .alternately-boxes__box[data-family="1"] {
  background-color: #fff;
}

.std-overlayer__inner {
  width: 100%;
  padding: 0;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .std-overlayer__inner {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.overlayer-video {
  width: calc(100vw - 40px);
  height: calc(360px + 10vh);
}
@media (min-width: 768px) {
  .overlayer-video {
    height: 75vh;
    max-height: 1800px;
  }
}
.overlayer-video .video-player {
  width: 100%;
  height: 100%;
  position: relative;
}

.horizontal-scroll--light .mCSB_dragger_bar {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.horizontal-scroll[data-id="2"] .mCSB_container {
  margin-bottom: 0 !important;
}
.horizontal-scroll[data-id="2"] .horizontal-scroll__list > * {
  width: 100vw;
}
@media (min-width: 480px) {
  .horizontal-scroll[data-id="2"] .horizontal-scroll__list > * {
    width: 720px;
  }
}
.horizontal-scroll[data-id="2"] .horizontal-scroll__list > * a {
  display: block;
  max-width: none !important;
}
.horizontal-scroll[data-id="2"] .horizontal-scroll__list > *:not(:last-child) {
  margin-right: 24px;
}

.creator {
  display: flex;
  align-items: center;
}
.creator__text {
  margin-right: 12px;
  transform: translateY(2px);
}

.video-tile {
  position: relative;
  width: 100%;
}
.video-tile__video {
  width: 100%;
  height: 100% !important;
}
.video-tile__video video {
  height: 100%;
}
.video-tile__video-container {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.video-tile__video-container .video-tile__controls-layer {
  display: none;
}
.video-tile__video-container:hover .video-tile__controls-layer {
  display: block;
}
.video-tile__timeline {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 3;
  transition: height 0.2s;
  cursor: pointer;
}
.video-tile__timeline:hover {
  height: 10px;
}
.video-tile__text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
.video-tile__controls-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-tile__controls-layer .icon-play,
.video-tile__controls-layer .icon-pause {
  width: 56px;
  height: 56px;
}
@media (min-width: 768px) {
  .video-tile__controls-layer .icon-play,
.video-tile__controls-layer .icon-pause {
    width: 72px;
    height: 72px;
  }
}
.video-tile__controls-layer.active {
  display: block;
}
.video-tile__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.video-tile__cover.active {
  display: none !important;
}
.video-tile__progress-bar {
  height: 100%;
}
.video-tile .video-tile--playing .play-button__play {
  display: none;
}
.video-tile .video-tile--playing .play-button__pause {
  display: block;
}
.video-tile .play-button__play {
  display: block;
}
.video-tile .play-button__pause {
  display: none;
}

.progress-bar {
  height: 100%;
}
.progress-bar__progress {
  height: 100%;
  background-color: #00abc8;
  opacity: 0.6;
}

.play-button {
  cursor: pointer;
}
.play-button__text {
  color: #fff;
  margin-left: 24px;
}
.play-button__icon {
  transition: transform 0.2s;
}
.play-button:hover .play-button__icon {
  transform: translateX(8px);
}
.play-button--no-hover:hover .play-button__icon {
  transform: translateX(0);
}

.large-icon-button__core {
  display: flex;
}

#collage-video {
  border-radius: 32px;
  width: calc(100% - 48px);
  padding-bottom: 64px;
  width: calc(100% - 24px);
  margin: 0 12px;
}
@media (min-width: 768px) {
  #collage-video {
    padding-bottom: 80px;
    width: calc(100% - 48px);
    margin: 0 24px;
  }
}
@media (min-width: 1100px) {
  #collage-video {
    margin: 0 auto;
    max-width: 90%;
  }
}
@media (min-width: 1500px) {
  #collage-video {
    max-width: 70%;
  }
}

#overlayer1 {
  overflow-y: scroll;
}

.policy {
  width: 100%;
  margin: 0 auto;
  padding: 32px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .policy {
    width: 85%;
    padding: 50px;
    border-radius: 32px;
  }
}
@media (min-width: 1300px) {
  .policy {
    width: 75%;
    padding: 50px 100px;
  }
}
.policy .section-header {
  padding: 0 0 32px 0;
}

.overlayer .icon-plus {
  width: 28px;
  height: 28px;
}
.overlayer .icon-plus:before, .overlayer .icon-plus:after {
  background: #000;
}
@media (min-width: 768px) {
  .overlayer .icon-plus:before, .overlayer .icon-plus:after {
    background: #fff;
  }
}
.overlayer .overlayer__close {
  top: 32px;
  right: 2.5%;
}
@media (min-width: 1300px) {
  .overlayer .overlayer__close {
    right: 32px;
  }
}

.text-img-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .text-img-layout {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.text-img-layout__text {
  position: relative;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 2;
}
@media (min-width: 1100px) {
  .text-img-layout__text {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .text-img-layout__text {
    order: 1;
  }
}
.text-img-layout__img {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 240px;
  order: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 420px) {
  .text-img-layout__img {
    height: 320px;
  }
}
@media (min-width: 480px) {
  .text-img-layout__img {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 768px) {
  .text-img-layout__img {
    width: 360px;
    height: 360px;
    margin-left: 52px;
    order: 2;
  }
}
@media (min-width: 900px) {
  .text-img-layout__img {
    width: 480px;
    height: 480px;
    margin-left: 72px;
  }
}

.text-column {
  display: flex;
  flex-direction: column;
}
.text-column__row {
  display: flex;
  flex-wrap: wrap;
}
.text-column__row:not(:last-child) {
  margin-bottom: 64px;
}
.text-column__row--info {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 60px;
}
.text-column__row--info > *:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 550px) {
  .text-column__row--info {
    flex-direction: unset;
  }
  .text-column__row--info > * {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .text-column__row--info {
    margin-top: 120px;
    margin-top: 0;
    text-align: left;
  }
  .text-column__row--info .text-block > * {
    width: min-content;
  }
}
@media (min-width: 1100px) {
  .text-column__row--info .text-block > * {
    width: auto;
  }
}
.text-column__row-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .text-column__row-price {
    text-align: left;
    align-items: flex-start;
  }
}
@media (min-width: 1100px) {
  .text-column__row-price {
    flex-direction: row;
    align-items: flex-end;
  }
}
.text-column__row-price > *:first-child {
  margin-bottom: 26px;
}
@media (min-width: 1100px) {
  .text-column__row-price > *:first-child {
    margin-bottom: 0;
    margin-right: 52px;
  }
}

.text-block__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}
.text-block__content {
  font-size: 24px;
  line-height: 32px;
}
.text-block__content--bold {
  font-weight: 700;
}
.text-block__text--bold {
  font-weight: 700;
}
.text-block__text--large {
  font-size: 32px;
}
.text-block--variant-02 .text-block__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.text-block--variant-02 .text-block__content {
  font-size: 18px;
  line-height: 24px;
}

.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb--light a {
  color: #fff;
  transition: 0.2s;
}
.breadcrumb--light a:hover {
  color: #00abc8;
}
.breadcrumb--light.breadcrumb--graphite a {
  color: #fff;
  transition: 0.2s;
}
.breadcrumb--light.breadcrumb--graphite a:hover {
  color: #1d252c;
}
.breadcrumb > *:not(:last-child) {
  padding-right: 0;
  position: relative;
}
@media (min-width: 768px) {
  .breadcrumb > *:not(:last-child) {
    padding-right: 52px;
  }
}
@media (min-width: 1100px) {
  .breadcrumb > *:not(:last-child) {
    padding-right: 74px;
  }
}
.breadcrumb > *:not(:last-child):before {
  display: none;
  content: "/";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  top: 50%;
  font-size: 18px;
  margin-top: -10px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .breadcrumb > *:not(:last-child):before {
    display: block;
  }
}
@media (min-width: 1100px) {
  .breadcrumb > *:not(:last-child):before {
    right: 27px;
  }
}

.grid2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .grid2--space1 > *:first-child {
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .grid2--space1 > *:last-child {
    padding-left: 12px;
  }
}
.grid2--space2 > *:first-child {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .grid2--space2 > *:first-child {
    padding-right: 40px;
    padding-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .grid2--space2 > *:first-child {
    padding-right: 40px;
  }
}
.grid2--space2 > *:last-child {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .grid2--space2 > *:last-child {
    padding-left: 24px;
    padding-top: 0;
  }
}
@media (min-width: 1100px) {
  .grid2--space2 > *:last-child {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .grid2 {
    flex-direction: row;
  }
}
.grid2__col {
  width: 100%;
}
@media (min-width: 768px) {
  .grid2__col {
    width: 50%;
  }
}
.grid2--variant-01 {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .grid2--variant-01 {
    max-width: none;
    margin: 0;
    text-align: left;
  }
}

.dot-list > * {
  position: relative;
  padding-left: 40px;
  line-height: 20px;
}
.dot-list > *:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 8px;
  box-shadow: 3px 3px 6px #00abc8;
  background-color: #fff;
}
.dot-list > *:not(:last-child) {
  margin-bottom: 16px;
}
.dot-list--variant-01 {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .dot-list--variant-01 {
    max-width: none;
  }
}
.dot-list--justify {
  text-align: justify;
}

.dot-list-text ul {
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 500;
}
.dot-list-text ul > * {
  position: relative;
  padding-left: 40px;
}
.dot-list-text ul > *:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 8px;
  box-shadow: 3px 3px 6px #00abc8;
  background-color: #fff;
}
.dot-list-text ul > *:not(:last-child) {
  margin-bottom: 16px;
}
.dot-list-text ul--variant-01 {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .dot-list-text ul--variant-01 {
    max-width: none;
  }
}
.dot-list-text ul--justify {
  text-align: justify;
}

.title-content__header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .title-content__header {
    margin-bottom: 32px;
  }
}

.leaders-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .leaders-list {
    flex-direction: row;
  }
}
.leaders-list > * {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .leaders-list > * {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .leaders-list > * {
    width: 33.3333333333%;
  }
}

.simple-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.simple-tile--no-info .leader__more-info {
  display: none;
}
.simple-tile--big {
  max-width: 240px;
}
.simple-tile--big .leader__img {
  width: 240px;
  height: 240px;
}
@media (min-width: 900px) {
  .simple-tile--big {
    max-width: 280px;
  }
  .simple-tile--big .leader__img {
    width: 280px;
    height: 280px;
  }
}
.simple-tile--dark {
  color: #1d252c;
}
.simple-tile > * {
  z-index: 1;
  position: relative;
}
.simple-tile__img {
  width: 240px;
  height: 240px;
}
.simple-tile__title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 26px;
  text-align: center;
}
@media (min-width: 768px) {
  .simple-tile__title {
    margin-top: 52px;
    text-align: left;
  }
}
.simple-tile__desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .simple-tile__desc {
    text-align: left;
  }
}
.simple-tile__note {
  position: relative !important;
  padding: 0 !important;
  margin-top: 32px;
  max-width: 320px;
  color: #fff !important;
  background-color: transparent !important;
}
.simple-tile__note .note-overlayer__title {
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .simple-tile__note .note-overlayer__title {
    text-align: left;
  }
}
.simple-tile__note .note-overlayer__desc {
  text-align: center;
}
@media (min-width: 768px) {
  .simple-tile__note .note-overlayer__desc {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .simple-tile__note {
    color: #1d252c !important;
    padding: 80px 60px !important;
    position: absolute !important;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 20px);
    transition: transform 0.4s, opacity 0.4s;
    z-index: 2 !important;
    background-color: rgb(255, 255, 255) !important;
    pointer-events: none;
    opacity: 0;
  }
  .simple-tile__note .note-overlayer__title {
    display: block;
  }
}
.simple-tile__wrapper {
  max-width: 240px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .simple-tile__wrapper {
    margin: 0;
  }
}
.simple-tile:hover .simple-tile__note {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}

.note-overlayer {
  padding: 80px 60px;
  position: absolute;
  z-index: 2;
  border-radius: 52px;
  min-width: 380px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1d252c;
}
.note-overlayer__title {
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 36px;
  white-space: nowrap;
}
.note-overlayer__desc {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
}

.leader {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 240px;
  color: #fff;
}
.leader--no-info .leader__more-info {
  display: none;
}
.leader--big {
  max-width: 240px;
}
.leader--big .leader__img {
  width: 240px;
  height: 240px;
}
@media (min-width: 900px) {
  .leader--big {
    max-width: 280px;
  }
  .leader--big .leader__img {
    width: 280px;
    height: 280px;
  }
}
.leader--dark {
  color: #1d252c;
}
.leader > * {
  z-index: 1;
  position: relative;
}
.leader__img {
  width: 240px;
  height: 240px;
}
.leader__title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 26px;
}
@media (min-width: 768px) {
  .leader__title {
    margin-top: 52px;
  }
}
.leader__desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}
.leader__more-info {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 20px);
  z-index: 2 !important;
  transition: transform 0.4s, opacity 0.4s;
  pointer-events: none;
  opacity: 0;
}
.leader:hover .leader__more-info {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}

.leader-more-info {
  padding: 80px 60px;
  position: absolute;
  z-index: 2;
  border-radius: 52px;
  min-width: 380px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1d252c;
}
.leader-more-info__title {
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 36px;
  white-space: nowrap;
}
.leader-more-info__desc {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
}

.form-steps {
  display: flex;
  flex-wrap: wrap;
}
.form-steps > * {
  width: 100%;
}
@media (min-width: 550px) {
  .form-steps > * {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .form-steps > * {
    width: 100%;
  }
}
.form-steps > *:not(:last-child) {
  margin-bottom: 52px;
}

.form-step {
  position: relative;
  padding-left: 56px;
}
.form-step__title {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .form-step__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.form-step__desc {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
}
@media (min-width: 768px) {
  .form-step__desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-step__arrow {
  display: none !important;
  position: absolute !important;
  top: 9px !important;
  left: 0 !important;
}
.form-step.active .form-step__arrow {
  display: block !important;
}

.form-box {
  position: relative;
  padding: 60px 30px;
  padding-bottom: 100px;
  border-radius: 52px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 16px 0 24px rgba(137, 140, 142, 0.5);
}
@media (min-width: 650px) {
  .form-box {
    padding: 60px 80px;
    padding-bottom: 100px;
  }
}
.form-box__button {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  right: 40px;
}
@media (min-width: 650px) {
  .form-box__button {
    right: 80px;
  }
}
.form-box__form-choices {
  margin-bottom: 64px;
}

.form-choices {
  display: flex;
  flex-wrap: wrap;
}
.form-choices > * {
  width: 100%;
}
@media (min-width: 480px) {
  .form-choices > * {
    width: 50%;
  }
}
.form-choices > *:first-child {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .form-choices > *:first-child {
    margin-bottom: 0;
    padding-right: 12px;
  }
}
@media (min-width: 480px) {
  .form-choices > *:last-child {
    padding-left: 12px;
  }
}

.form-choice {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.form-choice__box {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #898c8e;
  margin-right: 24px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.form-choice__text {
  width: min-content;
}
.form-choice.active .form-choice__text {
  font-weight: 700;
}
.form-choice.active .form-choice__box {
  background-color: #00abc8;
  border-color: #00abc8;
  box-shadow: 2px 4px 8px rgba(0, 171, 200, 0.5);
}
.form-choice:hover .form-choice__box {
  background-color: #00abc8;
  border-color: #00abc8;
}

form[data-tab] {
  display: none;
}
form[data-tab].active {
  display: block;
}

.header-distance {
  padding-top: 96px;
}
@media (min-width: 768px) {
  .header-distance {
    padding-top: 120px;
  }
}
@media (min-width: 1500px) {
  .header-distance {
    padding-top: 168px;
  }
}

.advantage {
  position: relative;
}
.advantage__title {
  position: relative;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 32px;
  z-index: 2;
}
.advantage__desc {
  position: relative;
  text-align: justify;
  z-index: 2;
}
.advantage__number {
  position: absolute;
  font-size: 220px;
  line-height: 260px;
  font-weight: 100;
  z-index: 1;
  opacity: 0.8;
  text-shadow: 12px 4px 32px #00abc8;
}
@media (min-width: 768px) {
  .advantage__number {
    font-size: 260px;
    line-height: 300px;
  }
}
.advantage__number--1 {
  top: -40px;
  right: 40px;
}
@media (min-width: 650px) {
  .advantage__number--1 {
    top: 0px;
    right: 40px;
  }
}
.advantage__number--2 {
  top: -40px;
  right: 0;
}
@media (min-width: 650px) {
  .advantage__number--2 {
    top: -80px;
    right: -12px;
  }
}
.advantage__number--3 {
  top: -40px;
  right: 0;
}
@media (min-width: 650px) {
  .advantage__number--3 {
    top: -95px;
    left: -20px;
    right: auto;
  }
}
@media (min-width: 768px) {
  .advantage__number--3 {
    top: -120px;
  }
}
.advantage__number--4 {
  top: -40px;
  right: 0;
}
@media (min-width: 650px) {
  .advantage__number--4 {
    top: -100px;
    left: 20px;
    right: auto;
  }
}
.advantage__number--5 {
  top: -40px;
  right: 0;
}
@media (min-width: 650px) {
  .advantage__number--5 {
    top: -60px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .advantage__number--5 {
    top: -110px;
  }
}
.advantage__number--6 {
  right: 0;
  bottom: 0;
  top: -40px;
}
@media (min-width: 650px) {
  .advantage__number--6 {
    right: 30px;
    top: auto;
    bottom: -120px;
  }
}
.advantage__number:before {
  counter-increment: advantagesCount;
  content: counter(advantagesCount);
  color: #00abc8;
}

.advantages-list {
  display: flex;
  flex-wrap: wrap;
}
.advantages-list > * {
  width: 100%;
  margin-bottom: 120px;
}
@media (min-width: 650px) {
  .advantages-list > * {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .advantages-list > * {
    margin-bottom: 130px;
  }
}
@media (min-width: 650px) {
  .advantages-list > *:nth-child(odd) {
    padding-right: 32px;
  }
}
@media (min-width: 768px) {
  .advantages-list > *:nth-child(odd) {
    padding-right: 45px;
  }
}
@media (min-width: 650px) {
  .advantages-list > *:nth-child(even) {
    padding-left: 32px;
  }
}
@media (min-width: 768px) {
  .advantages-list > *:nth-child(even) {
    padding-left: 45px;
  }
}

.partners-logo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1500px) {
  .partners-logo-list {
    width: 1040px;
  }
}
.partners-logo-list > * {
  width: 50%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 420px) {
  .partners-logo-list > * {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .partners-logo-list > * {
    width: 25%;
  }
}
@media (min-width: 1100px) {
  .partners-logo-list > * {
    width: 12.5%;
  }
}

.articles-list {
  position: relative;
}
.articles-list li {
  margin-bottom: 26px;
}
.articles-list li:last-child {
  margin-bottom: 40px;
}
.articles-list:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  width: 100%;
  height: 60px;
  bottom: -2px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: transparent;
  z-index: 2;
}
.articles-list--turq:before {
  background: transparent;
}

.article-item {
  display: flex;
}
.article-item__number {
  margin-right: 44px;
  font-size: 18px;
  line-height: 30px;
}
.article-item__text {
  font-size: 18px;
  line-height: 22px;
}

.vertical-scrollbar .mCSB_scrollTools {
  width: 30px;
}
.vertical-scrollbar .mCSB_draggerRail {
  position: relative;
  width: 100% !important;
}
.vertical-scrollbar .mCSB_draggerRail:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 100%;
  background-color: #1d252c;
  transform: none !important;
}
.vertical-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
}
.vertical-scrollbar .mCSB_dragger_bar {
  background: linear-gradient(180deg, rgb(0, 171, 200) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.overlayer-white-x .icon-plus:before, .overlayer-white-x .icon-plus:after {
  background-color: #fff;
}

.baguetteBox-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.baguetteBox-button svg {
  position: relative !important;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  z-index: 9;
  transform: translateX(100%);
  transition: 0.2s;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-menu.active {
  transform: translateX(0%);
}
.mobile-menu__mobile-menu-list {
  margin-top: 160px;
  margin-bottom: 120px;
  flex: 1;
}
.mobile-menu__header {
  padding-top: 24px;
}
.mobile-menu .mobile-menu__mobile-menu-list > * {
  transition: background-color 0.2s;
}
.mobile-menu .mobile-menu__mobile-menu-list > *:hover {
  background-color: #898c8e;
}
.mobile-menu .mobile-menu__mobile-menu-list > *:hover a {
  color: #fff;
}
.mobile-menu .mobile-menu__mobile-menu-list > *:active {
  background-color: #00abc8;
  position: relative;
}
.mobile-menu .mobile-menu__mobile-menu-list > *:active .mobile-menu-item__text {
  position: relative;
}
.mobile-menu .mobile-menu__mobile-menu-list > *:active .mobile-menu-item__text:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  margin-right: 16px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/icons/arrow-right-white.svg");
}
.mobile-menu .mobile-menu__mobile-menu-list > *.active:hover {
  background-color: #00abc8;
}
.mobile-menu--dark {
  background: linear-gradient(180deg, rgb(29, 37, 44) 0%, rgb(0, 171, 200) 100%);
}
.mobile-menu--dark .mobile-menu__mobile-menu-list > * {
  box-shadow: inset 0 -1px 0 #00abc8;
}
.mobile-menu--dark .mobile-menu__mobile-menu-list > * a {
  color: #fff;
}
.mobile-menu--dark .mobile-menu__mobile-menu-list > *:first-child {
  box-shadow: inset 0 1px 0 #00abc8, inset 0 -1px 0 #00abc8;
}
.mobile-menu--dark .mobile-menu__copyright {
  color: #fff;
}
.mobile-menu--light {
  background: linear-gradient(180deg, rgb(29, 37, 44) 0%, rgb(255, 255, 255) 100%);
}
.mobile-menu--light .mobile-menu__mobile-menu-list > * {
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #898c8e;
}
.mobile-menu--light .mobile-menu__mobile-menu-list > *:first-child {
  box-shadow: inset 0 1px 0 #898c8e, inset 0 -1px 0 #898c8e;
}
.mobile-menu__copyright {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.mobile-menu__bottom {
  flex-shrink: 0;
  padding: 40px 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .mobile-menu__bottom {
    padding: 80px 24px;
  }
}
@media (min-width: 650px) {
  .mobile-menu__bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mobile-menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu-list > * {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
}
.mobile-menu-list > *.active {
  background-color: #00abc8;
}
.mobile-menu-list > *.active a {
  color: white;
}
@media (min-width: 480px) {
  .mobile-menu-list > * {
    height: 80px;
  }
}
.mobile-menu-list > * a {
  width: 100%;
  line-height: 64px;
  text-align: left;
}

.mobile-menu-item {
  font-size: 28px;
  line-height: 36px;
  padding-left: 80px;
}
.team-list {
  display: flex;
  flex-wrap: wrap;
}
.team-list > * {
  width: 50%;
  display: flex;
  justify-content: center;
}

.logo, .logo-kaufland, .logo-millenium, .logo-raw, .logo-kalisz, .logo-banialuka, .logo-amw, .logo-pgf, .logo-fresenius, .logo-medme, .logo-wroclaw, .logo-mpk, .logo-7r, .logo-produb, .logo-lideo, .logo-urtica, .logo-pelion, .logo-echo, .logo-archicom, .logo-yoon, .logo-rymarz, .logo-eurobank, .logo-google, .logo-skanska, .logo-volvo, .logo-maxillab, .logo-john-weston {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.grid-logo {
  display: block;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  max-width: 90%;
  padding: 20px 0;
  margin: 0 auto;
}
@media (min-width: 1500px) {
  .grid-logo {
    height: 120px;
  }
}

.pictured-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .pictured-section {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pictured-section__content-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 320px;
  margin-bottom: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .pictured-section__content-container {
    align-items: flex-start;
    text-align: left;
    margin-right: 20px;
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .pictured-section__content-container {
    margin-right: 40px;
    max-width: 320px;
  }
}
@media (min-width: 1500px) {
  .pictured-section__content-container {
    margin-right: 120px;
  }
}
.pictured-section__picture-container {
  width: 100%;
}

.line {
  display: block;
}

.form-sent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
  pointer-events: none;
  transition: opacity 1s;
}
.form-sent.active {
  opacity: 1;
}
.form-sent:before {
  position: absolute;
  content: "";
  height: 360px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-image: url("../../img/decos/form-sent.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 420px) {
  .form-sent:before {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .form-sent:before {
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    top: auto;
  }
}
.form-sent__text {
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
}
@media (min-width: 420px) {
  .form-sent__text {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .form-sent__text {
    font-size: 36px;
    line-height: 44px;
  }
}
.form-sent__bolded {
  font-weight: 700;
}
.form-sent__wrapper {
  position: absolute;
  bottom: 50%;
  transform: translateY(calc(-50% + 100px));
}
@media (min-width: 480px) {
  .form-sent__wrapper {
    bottom: 100px;
    left: 50%;
    transform: translateX(calc(-50% - 80px));
  }
}
@media (min-width: 768px) {
  .form-sent__wrapper {
    left: auto;
    transform: none;
    bottom: 150px;
  }
}

.textarea.error textarea {
  border-bottom: 1px solid #db2b39;
}

.form-field__core.error, .error.std-dropdown__header {
  border-bottom: 1px solid #db2b39 !important;
}

.choice-field.error {
  border: 1px solid #db2b39 !important;
}

.form-field--hide {
  display: none;
}

.choice-field__field.error {
  border: 1px solid #db2b39;
}

.simple-link {
  cursor: pointer;
}

.video-tile__video--no-margin {
  margin: 0 !important;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  top: 0;
}
.header__outer {
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .header__outer {
    padding-top: 48px;
  }
}
@media (min-width: 1500px) {
  .header__outer {
    padding-top: 80px;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header__horizontal-menu-box {
  display: none;
}
@media (min-width: 768px) {
  .header__horizontal-menu-box {
    display: block;
  }
}
.header__hamburger-box {
  display: flex;
  width: 48px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header__hamburger-box {
    display: none;
  }
}
.header__box {
  position: relative;
}
.header__logo1 {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.2s;
}
@media (min-width: 1500px) {
  .header__logo1 {
    width: 220px;
    height: 64px;
  }
}
.header__logo1.active {
  opacity: 0;
  pointer-events: none;
}
.header__logo2 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
}
.header__logo2.active {
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 1500px) {
  .header__logo1, .header__logo2 {
    width: 240px !important;
    height: 80px !important;
  }
}
.header__menu-wrapper {
  display: flex;
}
.header--light .menu-item {
  color: #fff;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 4;
}
.hero .floating-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero__outer {
  position: relative;
  z-index: 2;
  flex-grow: 1;
}
@media (min-width: 768px) and (max-height: 900px) {
  .hero__outer {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.hero__inner {
  padding-top: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .hero__inner {
    padding-top: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero__inner--max {
  height: 100%;
}
@media (min-width: 1700px) {
  .hero .hero__lead,
.hero .hero__box {
    transform: translateY(60px);
  }
}
.hero__lead {
  max-width: 320px;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media (min-width: 768px) {
  .hero__lead {
    text-align: left;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.hero__box {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .hero__box {
    margin-top: 0;
  }
}
.hero__boxes {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .hero__boxes {
    margin-bottom: 0;
  }
}
.hero__bottom-bar {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #1d252c;
  color: #fff;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero__bottom-bar {
    position: relative;
    height: 80px;
    align-items: center;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (min-height: 768px) {
  .hero {
    height: 100vh;
  }
}
.hero__socials {
  position: relative;
  display: flex;
  justify-content: center;
  top: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .hero__socials {
    position: absolute;
    justify-content: flex-end;
    margin-top: 32px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .hero__socials {
    margin-top: 64px;
  }
}
.hero__video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.hero__video-container video {
  width: 100%;
  height: 100%;
}

.side-picture-section {
  color: #fff;
}
.side-picture-section--dark {
  color: #1d252c;
}
.side-picture-section__image-container {
  width: 100%;
  height: 65vw;
  flex-shrink: 0;
  margin-bottom: 64px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 64px;
}
@media (min-width: 768px) {
  .side-picture-section__image-container {
    margin-bottom: 0;
    width: 320px;
    height: 320px;
    margin-right: 66px;
  }
}
@media (min-width: 1300px) {
  .side-picture-section__image-container {
    height: 480px;
    width: 480px;
    margin-right: 132px;
  }
}
.side-picture-section__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .side-picture-section__inner {
    flex-direction: row;
  }
}

.opinions {
  overflow-x: hidden;
}
.opinions__outer {
  padding-top: 75px;
  padding-bottom: 48px;
}
@media (min-width: 1100px) {
  .opinions__outer {
    padding-top: 140px;
    padding-bottom: 96px;
  }
}

.laboratory__carousel {
  margin-bottom: 50px;
}
.laboratory__carousel1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .laboratory__carousel1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  .laboratory__carousel1 {
    margin-bottom: 80px;
  }
}
.laboratory__cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.subsidy__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .subsidy__info {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .subsidy__info {
    justify-content: space-between;
  }
}
.subsidy__info-box {
  width: 50%;
}
@media (min-width: 992px) {
  .subsidy__info-box {
    max-width: 340px;
    width: auto;
  }
}
@media (min-width: 1500px) {
  .subsidy__info-box {
    max-width: 380px;
  }
}
.subsidy__info-box1 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .subsidy__info-box1 {
    margin-bottom: 0;
  }
}
.subsidy__icon-container {
  display: flex;
  align-items: flex-end;
  width: 50%;
  justify-content: center;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .subsidy__icon-container {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .subsidy__icon-container {
    width: auto;
    margin-bottom: 0;
  }
}
.subsidy__motivation-box {
  margin-top: 90px;
}

.contact__contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .contact__contact-info {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.contact__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.contact__form-container {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .contact__form-container {
    width: 560px;
    margin-left: 64px;
  }
}
.contact__agent {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__agent {
    text-align: left;
  }
}
.contact__map {
  height: 268px;
  margin-top: 66px;
}
@media (min-width: 768px) {
  .contact__map {
    margin-top: 112px;
  }
}
@media (min-width: 1500px) {
  .contact__map {
    height: 400px;
  }
}

.footer {
  background-color: #1d252c;
  color: #fff !important;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .footer__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .footer__inner {
    max-width: 1360px;
  }
}
@media (min-width: 1500px) {
  .footer__inner {
    max-width: 1440px;
  }
}
@media (min-width: 768px) {
  .footer__side {
    padding: 40px;
  }
}
@media (min-width: 1100px) {
  .footer__side {
    padding: 80px;
  }
}
.footer__side1 {
  width: 100%;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__side1 {
    display: block;
    width: 40%;
    border-right: 1px solid #00abc8;
  }
}
.footer__side2 {
  width: 100%;
  display: flex;
  padding-right: 0;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer__side2 {
    margin-top: 0;
    width: 60%;
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer__info-sides {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
.footer__info-sides:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 1100px) {
  .footer__info-sides > * {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer__info-sides {
    text-align: left;
  }
}
@media (min-width: 1100px) {
  .footer__info-sides {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}
.footer__info-sides:not(:last-child) {
  margin-bottom: 20px;
}
.footer__info-sides-mobile {
  display: block;
}
.footer__info-sides-mobile a {
  display: block;
}
@media (min-width: 1100px) {
  .footer__info-sides-mobile {
    display: none;
  }
}
.footer__logo {
  margin-bottom: 40px;
}
@media (min-width: 1300px) {
  .footer__logo {
    margin-bottom: 60px;
    width: 220px !important;
    height: 72px !important;
  }
}
.footer__cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer__cta {
    align-items: stretch;
    margin-top: 0;
  }
}
.footer__menu {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 380px) {
  .footer__menu {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .footer__menu {
    margin-bottom: 0;
  }
}
@media (min-width: 380px) {
  .footer__menu > li:not(:last-of-type) {
    margin-right: 32px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__menu {
    display: block;
  }
  .footer__menu > li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.footer__menu a {
  display: block;
  width: 100%;
}
.footer__small-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__small-section {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer__small-section:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  transform: translateY(-40px);
  background-color: #00abc8;
}
@media (min-width: 768px) {
  .footer__small-section:before {
    display: none;
  }
}
.footer__small-section:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #00abc8;
  transform: translateY(40px);
}
@media (min-width: 768px) {
  .footer__small-section:after {
    display: none;
  }
}
.footer__list {
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer__list {
    max-width: 380px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 64px;
  }
}
.footer__list a {
  display: block;
}
.footer__tel1 {
  display: none;
}
@media (min-width: 1100px) {
  .footer__tel1 {
    display: block;
  }
}
.footer__email1 {
  display: none;
}
@media (min-width: 1100px) {
  .footer__email1 {
    display: block;
  }
}

.copy {
  padding: 24px 0;
}
.copy__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 550px) {
  .copy__inner {
    flex-direction: row;
  }
}
@media (min-width: 1300px) {
  .copy__inner {
    max-width: 1360px;
  }
}
@media (min-width: 1500px) {
  .copy__inner {
    max-width: 1440px;
  }
}
.copy__side {
  display: flex;
}
.copy__copyright {
  margin-right: 32px;
}
@media (min-width: 650px) {
  .copy__copyright {
    margin-right: 78px;
  }
}
.copy__creator {
  margin-top: 32px;
}
@media (min-width: 550px) {
  .copy__creator {
    margin-top: 0;
  }
}

.site-section--dark {
  background-color: #1d252c;
}
.site-section--dark * {
  color: #fff;
}
.site-section--spectacular-bg {
  background: linear-gradient(180deg, rgb(29, 37, 44) 20%, rgb(112, 112, 112) 50%, rgb(0, 171, 200) 100%);
}

.trainings-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.trainings-hero__outer {
  padding-top: 128px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .trainings-hero__outer {
    padding-top: 180px;
    padding-bottom: 96px;
  }
}
.trainings-hero__inner {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .trainings-hero__inner {
    justify-content: flex-end;
  }
}
.trainings-hero__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .trainings-hero__lead {
    margin-right: 64px;
    align-items: flex-start;
    text-align: left;
  }
}

.trainings-main__section-header {
  padding-top: 64px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, rgb(29, 37, 44) 10%, rgba(255, 255, 255, 0) 100%);
}
.trainings-main__motivation {
  margin-top: -260px;
  padding-top: 320px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, rgb(0, 171, 200) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .trainings-main__motivation {
    padding-bottom: 160px;
  }
}
.trainings-main__filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .trainings-main__filter-tabs {
    width: calc(100% + 8px);
    justify-content: flex-end;
  }
}
.trainings-main__filter-tabs > * {
  display: flex;
  margin: 8px;
}
@media (min-width: 768px) {
  .trainings-main__filter-tabs > * {
    margin: 4px;
  }
}
@media (min-width: 1500px) {
  .trainings-main__filter-tabs > * {
    margin: 8px;
  }
}
.trainings-main__filter-tabs > * button {
  width: 100%;
  text-align: center;
}
@media (min-width: 380px) {
  .trainings-main__filter-tabs > * button {
    width: auto;
  }
}
@media (min-width: 768px) {
  .trainings-main__filter-tabs {
    margin-left: 20px;
  }
}
@media (min-width: 1500px) {
  .trainings-main__filter-tabs {
    margin-left: 120px;
  }
}

.offer-section__button1 {
  display: none !important;
}
@media (min-width: 768px) {
  .offer-section__button1 {
    display: flex !important;
    flex-shrink: 0;
    margin-left: 40px;
  }
}

.small-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.small-section__header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .small-section {
    align-items: flex-start;
  }
}

.training-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.training-hero__inner {
  text-align: center;
  max-width: 360px;
}
@media (min-width: 768px) {
  .training-hero__inner {
    text-align: left;
    max-width: none;
  }
}
.training-hero__outer {
  padding-top: 150px;
  padding-bottom: 104px;
}
@media (min-width: 768px) {
  .training-hero__outer {
    padding-top: 174px;
    padding-bottom: 104px;
  }
}
@media (min-width: 1500px) {
  .training-hero__outer {
    padding-top: 222px;
  }
}
.training-hero__bottom {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background-color: #1d252c;
  color: #fff;
}
.training-hero__bottom:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 118px;
  background: linear-gradient(0deg, rgb(0, 171, 200) 0%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(48px);
  z-index: -1;
}
.training-hero__deco {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 118px;
  background: linear-gradient(0deg, rgb(0, 171, 200) 0%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(-36px);
}
.training-hero__text-column > *:first-child {
  display: none;
}
@media (min-width: 992px) {
  .training-hero__text-column > *:first-child {
    display: block;
  }
}
.training-hero__additional-header {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
}
@media (min-width: 768px) {
  .training-hero__additional-header {
    text-align: left;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .training-hero__additional-header {
    display: none;
  }
}

.training-info-section {
  position: relative;
  overflow: hidden;
}
.training-info-section__text > *:not(:last-child) {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .training-info-section__text > *:not(:last-child) {
    margin-bottom: 80px;
  }
}
.training-info-section__motivation-box {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .training-info-section__motivation-box {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.training-info-section:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2500px;
  background: linear-gradient(0deg, rgb(29, 37, 44) 15%, rgb(0, 171, 200) 70%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .training-info-section:before {
    height: 2000px;
  }
}
@media (min-width: 1100px) {
  .training-info-section:before {
    height: 1535px;
  }
}
.enrollment-section {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .enrollment-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.enrollment-section__form-steps {
  margin-bottom: 80px;
}
@media (min-width: 550px) {
  .enrollment-section__form-steps {
    margin-bottom: 40px;
  }
}
@media (min-width: 900px) {
  .enrollment-section__form-steps {
    margin-right: 64px;
    max-width: 340px;
    margin-bottom: 0;
  }
}
.enrollment-section__form-box {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .enrollment-section__form-box {
    width: 550px;
    min-width: 500px;
  }
}
@media (min-width: 900px) {
  .enrollment-section__form-box {
    margin: 0;
  }
}
.enrollment-section__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 900px) {
  .enrollment-section__content {
    flex-direction: row;
  }
}

.training-motivation-section {
  margin-top: -260px;
  padding-top: 260px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, rgb(0, 171, 200) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .training-motivation-section {
    padding-top: 320px;
    padding-bottom: 160px;
  }
}

.about-hero__outer {
  padding-top: 40px;
  padding-bottom: 80px;
}
.about-hero__lead {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 320px;
  margin-bottom: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .about-hero__lead {
    align-items: flex-start;
    text-align: left;
    margin-right: 20px;
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .about-hero__lead {
    margin-right: 40px;
    max-width: 320px;
  }
}
.about-hero__img {
  width: 100%;
}
.about-hero__img-wrapper {
  height: 100%;
}
.about-hero__img-wrapper .blurred-layer__overlayer {
  padding-bottom: 60%;
}

.about-content-section {
  padding-bottom: 160px;
  padding-top: 160px;
  margin-top: -160px;
  background: linear-gradient(0deg, rgb(29, 37, 44) 40%, rgb(87, 90, 91) 65%, rgb(0, 171, 200) 85%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .about-content-section {
    padding-top: 220px;
    margin-top: -240px;
  }
}
@media (min-width: 900px) {
  .about-content-section {
    padding-top: 160px;
    margin-top: -160px;
  }
}
@media (min-width: 1100px) {
  .about-content-section {
    padding-top: 200px;
  }
}
.about-content-section__text-lines {
  margin-bottom: 80px;
}
@media (min-width: 1100px) {
  .about-content-section__text-lines {
    margin-bottom: 150px;
  }
}

.steps-section {
  padding-top: 100px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .steps-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.steps-section__advantages-list {
  max-width: 360px;
  margin: 0 auto;
  margin-top: 80px;
}
@media (min-width: 650px) {
  .steps-section__advantages-list {
    max-width: 620px;
  }
}
@media (min-width: 768px) {
  .steps-section__advantages-list {
    margin: 0 auto;
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .steps-section__advantages-list {
    margin-top: 120px;
  }
}

.partners-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(180deg, rgb(29, 37, 44) 50%, rgb(0, 171, 200) 100%);
}
@media (min-width: 768px) {
  .partners-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.partners-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-section {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .team-section {
    padding-bottom: 100px;
  }
}

.articles-section {
  padding-top: 52px;
  padding-bottom: 52px;
}
.articles-section__title-side {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .articles-section__title-side {
    margin-right: 40px;
    margin-bottom: 0;
    text-align: left;
  }
}
.articles-section__title-side:before {
  content: "";
  position: absolute;
  width: 104px;
  top: -110px;
  right: 0;
  height: 104px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../../img/decos/articles-deco.png");
}
@media (min-width: 768px) {
  .articles-section__title-side:before {
    right: -30px;
  }
}
@media (min-width: 900px) {
  .articles-section__title-side:before {
    right: -90px;
  }
}
@media (min-width: 1500px) {
  .articles-section__title-side:before {
    width: 124px;
    height: 124px;
    right: -100px;
    top: -120px;
  }
}
.articles-section__content-side {
  width: 100%;
}
@media (min-width: 768px) {
  .articles-section__content-side {
    width: 400px;
    margin-top: -52px;
  }
}
@media (min-width: 900px) {
  .articles-section__content-side {
    width: 420px;
  }
}
@media (min-width: 992px) {
  .articles-section__content-side {
    width: 480px;
  }
}
@media (min-width: 1150px) {
  .articles-section__content-side {
    width: 620px;
  }
}
.articles-section__broken-line > * {
  display: inline-block;
  padding: 2px;
}
@media (min-width: 768px) {
  .articles-section__broken-line > * {
    display: block;
  }
}
.articles-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .articles-section__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.articles-section__icon-text {
  margin-bottom: 48px;
}
.articles-section__articles-list {
  max-height: 360px;
}
@media (min-width: 768px) {
  .articles-section__articles-list {
    max-height: 340px;
  }
}
@media (min-width: 992px) {
  .articles-section__articles-list {
    max-height: 260px;
  }
}
.articles-section .mCSB_container {
  padding-right: 80px;
}

.team-section {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .team-section {
    margin-bottom: 100px;
  }
}
.team-section__team-list {
  max-width: 900px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 650px) {
  .team-section__team-list {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team-section__leader:first-child {
  margin-bottom: 40px;
}
@media (min-width: 650px) {
  .team-section__leader:first-child {
    margin-bottom: 0;
  }
}

.article-hero {
  width: 100%;
  background: linear-gradient(180deg, rgb(29, 37, 44) 60%, rgb(0, 171, 200) 100%);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (min-height: 768px) {
  .article-hero {
    height: 100vh;
  }
}
.article-hero__wrapper {
  flex: 1;
}
.article-hero__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .article-hero__content {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.article-hero__bottom-bar {
  background-color: #00abc8;
}
.article-hero__bottom-bar-inner {
  max-width: 240px;
  text-align: center;
}
@media (min-width: 650px) {
  .article-hero__bottom-bar-inner {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .article-hero__bottom-bar-inner {
    max-width: none;
    text-align: left;
  }
}
.article-hero__lead {
  max-width: 580px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .article-hero__lead {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  .article-hero__lead {
    max-width: 680px;
  }
}
.article-hero__lead .lead__desc {
  max-width: 400px;
}
.article-hero__img {
  flex-shrink: 0;
  width: 100%;
  height: 404px;
}
@media (min-width: 550px) {
  .article-hero__img {
    width: 404px;
  }
}
@media (min-width: 768px) {
  .article-hero__img {
    width: 320px;
    height: 320px;
    margin-left: 40px;
  }
}
@media (min-width: 1100px) {
  .article-hero__img {
    width: 404px;
    height: 404px;
  }
}
@media (min-width: 1500px) {
  .article-hero__img {
    width: 460px;
    height: 460px;
  }
}

.section-max .outer {
  height: 100%;
}
.section-max .inner {
  height: 100%;
}
.section-max .inner > * {
  height: 100%;
}

.article-text-section {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .article-text-section {
    padding-top: 170px;
    padding-bottom: 140px;
  }
}
.article-text-section__lead {
  max-width: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .article-text-section__lead {
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 1500px) {
  .article-text-section__lead {
    max-width: 780px;
  }
}
.article-text-section__title {
  max-width: 580px;
}
@media (min-width: 1500px) {
  .article-text-section__title {
    max-width: 620px;
  }
}
.article-text-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .article-text-section__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.article-text-section__button {
  flex-shrink: 0;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .article-text-section__button {
    margin-left: 64px;
    margin-top: 0;
  }
}

.article-list-section {
  margin-bottom: 100px;
}
.article-list-section__lists {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .article-list-section__lists {
    margin-bottom: 130px;
  }
}
@media (min-width: 768px) {
  .article-list-section__text {
    padding-left: 200px;
  }
}
@media (min-width: 1100px) {
  .article-list-section__text {
    padding-left: 300px;
  }
}
@media (min-width: 1500px) {
  .article-list-section__text {
    padding-left: 320px;
  }
}
@media (min-width: 768px) {
  .article-list-section {
    margin-bottom: 140px;
  }
}

.article-recommended-section {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .article-recommended-section {
    margin-bottom: 140px;
  }
}

.articles-section-wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgb(0, 171, 200) 100%);
}
.articles-section-wrapper .articles-section {
  padding-top: 100px;
}

.spectacular-quote:first-child {
  margin-left: 1px;
}

.video-player__play-button {
  opacity: 0;
  height: 100%;
  width: 100%;
}

.training-info-section__leaders {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .training-info-section__leaders {
    margin-top: 70px;
  }
}

.laboratory__section-header {
  padding-top: 80px;
}

.button-wrapper {
  position: relative;
}

.button-wrapper__spinner {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 0 0 10px;
  -webkit-transform: translateZ(0);
  z-index: 2;
  text-align: center;
}
.button-wrapper__spinner .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.button-wrapper__spinner .wrapper > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.spinner {
  background-image: url("/img/spinner.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  display: block;
}

.logo, .logo-kaufland, .logo-millenium, .logo-raw, .logo-kalisz, .logo-banialuka, .logo-amw, .logo-pgf, .logo-fresenius, .logo-medme, .logo-wroclaw, .logo-mpk, .logo-7r, .logo-produb, .logo-lideo, .logo-urtica, .logo-pelion, .logo-echo, .logo-archicom, .logo-yoon, .logo-rymarz, .logo-eurobank, .logo-google, .logo-skanska, .logo-volvo, .logo-maxillab, .logo-john-weston {
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-john-weston {
  width: 120px;
  height: 40px;
  background-image: url("../../../img/logos/john-weston.svg");
}

.logo-maxillab {
  width: 180px;
  height: 48px;
  background-image: url("../../../img/logos/maxillab.svg");
}
.logo-maxillab--light {
  background-image: url("../../../img/logos/maxillab-light.svg");
}

.logo-volvo {
  width: 100px;
  height: 16px;
}
.logo-volvo--white {
  background-image: url("../../../img/logos/partners/volvo-white.svg");
}

.logo-skanska {
  width: 94px;
  height: 16px;
}
.logo-skanska--white {
  background-image: url("../../../img/logos/partners/skanska-white.svg");
}

.logo-google {
  width: 86px;
  height: 30px;
}
.logo-google--white {
  background-image: url("../../../img/logos/partners/google-white.svg");
}

.logo-eurobank {
  width: 102px;
  height: 32px;
}
.logo-eurobank--white {
  background-image: url("../../../img/logos/partners/eurobank-white.svg");
}

.logo-rymarz {
  width: 84px;
  height: 30px;
}
.logo-rymarz--white {
  background-image: url("../../../img/logos/partners/rymarz-white.svg");
}

.logo-yoon {
  width: 72px;
  height: 28px;
}
.logo-yoon--white {
  background-image: url("../../../img/logos/partners/yoon-white.svg");
}

.logo-archicom {
  width: 104px;
  height: 24px;
}
.logo-archicom--white {
  background-image: url("../../../img/logos/partners/archicom-white.svg");
}

.logo-echo {
  width: 68px;
  height: 28px;
}
.logo-echo--white {
  background-image: url("../../../img/logos/partners/echo-white.svg");
}

.logo-pelion {
  width: 106px;
  height: 20px;
}
.logo-pelion--white {
  background-image: url("../../../img/logos/partners/pelion-white.svg");
}

.logo-urtica {
  width: 78px;
  height: 30px;
}
.logo-urtica--white {
  background-image: url("../../../img/logos/partners/urtica-white.svg");
}

.logo-lideo {
  width: 104px;
  height: 34px;
}
.logo-lideo--white {
  background-image: url("../../../img/logos/partners/lideo-white.svg");
}

.logo-produb {
  width: 100px;
  height: 24px;
}
.logo-produb--white {
  background-image: url("../../../img/logos/partners/produb-white.svg");
}

.logo-7r {
  width: 32px;
  height: 34px;
}
.logo-7r--white {
  background-image: url("../../../img/logos/partners/7r-white.svg");
}

.logo-mpk {
  width: 124px;
  height: 24px;
}
.logo-mpk--white {
  background-image: url("../../../img/logos/partners/mpk-white.svg");
}

.logo-wroclaw {
  width: 124px;
  height: 24px;
}
.logo-wroclaw--white {
  background-image: url("../../../img/logos/partners/wroclaw-white.svg");
}

.logo-medme {
  width: 100px;
  height: 22px;
}
.logo-medme--white {
  background-image: url("../../../img/logos/partners/medme-white.svg");
}

.logo-fresenius {
  width: 100px;
  height: 22px;
}
.logo-fresenius--white {
  background-image: url("../../../img/logos/partners/fresenius-white.svg");
}

.logo-pgf {
  width: 44px;
  height: 58px;
}
.logo-pgf--white {
  background-image: url("../../../img/logos/partners/pgf-white.svg");
}

.logo-amw {
  width: 110px;
  height: 40px;
}
.logo-amw--white {
  background-image: url("../../../img/logos/partners/amw-white.svg");
}

.logo-banialuka {
  width: 68px;
  height: 70px;
}
.logo-banialuka--white {
  background-image: url("../../../img/logos/partners/banialuka-white.svg");
}

.logo-wroclaw {
  width: 124px;
  height: 32px;
}
.logo-wroclaw--white {
  background-image: url("../../../img/logos/partners/wroclaw-white.svg");
}

.logo-kalisz {
  width: 44px;
  height: 66px;
}
.logo-kalisz--white {
  background-image: url("../../../img/logos/partners/kalisz-white.svg");
}

.logo-raw {
  width: 54px;
  height: 52px;
}
.logo-raw--white {
  background-image: url("../../../img/logos/partners/raw-white.svg");
}

.logo-millenium {
  width: 110px;
  height: 26px;
}
.logo-millenium--white {
  background-image: url("../../../img/logos/partners/millenium-white.svg");
}

.logo-kaufland {
  width: 54px;
  height: 54px;
}
.logo-kaufland--white {
  background-image: url("../../../img/logos/partners/kaufland-white.svg");
}

.icon, .icon-address,
.icon-email,
.icon-phone, .icon-subsidy, .icon-trainings, .icon-hat, .icon-arrow-right, .icon-arrow-bottom, .icon-li, .icon-yt, .icon-ig, .icon-fb, .icon-pause, .icon-play, .icon-angle, .icon-close {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
@media (min-width: 1500px) {
  .icon, .icon-address,
.icon-email,
.icon-phone, .icon-subsidy, .icon-trainings, .icon-hat, .icon-arrow-right, .icon-arrow-bottom, .icon-li, .icon-yt, .icon-ig, .icon-fb, .icon-pause, .icon-play, .icon-angle, .icon-close {
    width: 24px;
    height: 24px;
  }
}
.icon:before, .icon-address:before,
.icon-email:before,
.icon-phone:before, .icon-subsidy:before, .icon-trainings:before, .icon-hat:before, .icon-arrow-right:before, .icon-arrow-bottom:before, .icon-li:before, .icon-yt:before, .icon-ig:before, .icon-fb:before, .icon-pause:before, .icon-play:before, .icon-angle:before, .icon-close:before, .icon:after, .icon-address:after,
.icon-email:after,
.icon-phone:after, .icon-subsidy:after, .icon-trainings:after, .icon-hat:after, .icon-arrow-right:after, .icon-arrow-bottom:after, .icon-li:after, .icon-yt:after, .icon-ig:after, .icon-fb:after, .icon-pause:after, .icon-play:after, .icon-angle:after, .icon-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--bg-blue {
  background-color: blue;
}
.icon--small {
  width: 16px;
  height: 16px;
}

.icon-close {
  width: 6px;
  height: 6px;
}
.icon-close:before {
  background-image: url("../../../img/icons/close.svg");
}
.icon-close--big {
  width: 10px;
  height: 10px;
}

.icon-angle {
  width: 6px;
  height: 12px;
}
.icon-angle:before {
  background-image: url("../../../img/icons/angle-right.svg");
}
.icon-angle.icon-angle--light:before {
  background-image: url("../../../img/icons/angle-right-white.svg");
}
.icon-angle--right {
  transform: rotate(0deg);
}
.icon-angle--left {
  transform: rotate(180deg);
}

.icon-play {
  width: 50px;
  height: 50px;
}
.icon-play:before {
  background-image: url("../../../img/icons/play.svg");
}
.icon-play.icon-play--white:before {
  background-image: url("../../../img/icons/play-white.svg");
}
@media (min-width: 1500px) {
  .icon-play {
    width: 56px;
    height: 56px;
  }
}

.icon-pause {
  width: 50px;
  height: 50px;
}
.icon-pause:before {
  background-image: url("../../../img/icons/pause.svg");
}
.icon-pause.icon-pause--white:before {
  background-image: url("../../../img/icons/pause-white.svg");
}
@media (min-width: 1500px) {
  .icon-pause {
    width: 56px;
    height: 56px;
  }
}

.icon-hover, .icon-li, .icon-yt, .icon-ig, .icon-fb {
  cursor: pointer;
}
.icon-hover:after, .icon-li:after, .icon-yt:after, .icon-ig:after, .icon-fb:after {
  opacity: 0;
  transition: 0.2s;
}
.icon-hover:before, .icon-li:before, .icon-yt:before, .icon-ig:before, .icon-fb:before {
  opacity: 1;
}
.icon-hover:hover:after, .icon-li:hover:after, .icon-yt:hover:after, .icon-ig:hover:after, .icon-fb:hover:after {
  opacity: 1;
}

.icon-fb:before {
  background-image: url("../../../img/icons/fb-graphite.svg");
}
.icon-fb--white:before {
  background-image: url("../../../img/icons/fb-white.svg");
}
.icon-fb--white:after {
  background-image: url("../../../img/icons/fb-turq.svg");
}
.icon-fb--large {
  width: 24px;
  height: 24px;
}

.icon-ig:before {
  background-image: url("../../../img/icons/ig-graphite.svg");
}
.icon-ig--white:before {
  background-image: url("../../../img/icons/ig-white.svg");
}
.icon-ig--white:after {
  background-image: url("../../../img/icons/ig-turq.svg");
}
.icon-ig--large {
  width: 24px;
  height: 24px;
}

.icon-yt--white:before {
  background-image: url("../../../img/icons/yt-white.svg");
}
.icon-yt--white:after {
  background-image: url("../../../img/icons/yt-turq.svg");
}

.icon-li--white:before {
  background-image: url("../../../img/icons/linked-in-white.svg");
}
.icon-li--white:after {
  background-image: url("../../../img/icons/linked-in-turq.svg");
}

.icon-globe {
  width: 70px;
  height: 70px;
}
@media (min-width: 1500px) {
  .icon-globe {
    width: 100px;
    height: 100px;
  }
}

.icon-arrow-right, .icon-arrow-bottom {
  width: 30px;
  height: 30px;
}
.icon-arrow-right:before, .icon-arrow-bottom:before {
  background-image: url("../../../img/icons/arrow-right.svg");
}
.icon-arrow-right--white:before {
  background-image: url("../../../img/icons/arrow-right-white.svg");
}

.icon-arrow-bottom {
  transform: rotate(90deg);
}

.icon-trainings {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  box-shadow: 12px 12px 32px 0 #00abc8;
}
.icon-trainings:before {
  background-image: url("../../../img/icons/trainings.svg");
}

.icon-subsidy {
  width: 100px;
  height: 120px;
}
@media (min-width: 768px) {
  .icon-subsidy {
    width: 148px;
    height: 158px;
  }
}
.icon-subsidy:before {
  background-image: url("../../../img/icons/paper.svg");
}

.icon-address,
.icon-email,
.icon-phone {
  width: 80px;
  height: 80px;
}

.icon-address:before {
  background-image: url("../../../img/icons/contact/address.svg");
}

.icon-email:before {
  background-image: url("../../../img/icons/contact/email.svg");
}

.icon-phone:before {
  background-image: url("../../../img/icons/contact/phone.svg");
}

.icon-text--variant-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-text--variant-01 .icon-text__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  display: block;
}
.icon-text--variant-01 .icon-text__text {
  text-align: center;
}
@media (min-width: 768px) {
  .icon-text--variant-01 .icon-text__text {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .icon-text--variant-01 {
    align-items: flex-start;
  }
}
.icon-text--variant-02 {
  display: flex;
  align-items: center;
}
.icon-text--variant-02 > *:last-child {
  margin-left: 24px;
}
.icon-text--variant-03 {
  display: flex;
  align-items: center;
}
.icon-text--variant-03 .icon-text__icon {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .icon-text--variant-03 .icon-text__icon {
    margin-right: 52px;
  }
}
.icon-text--variant-03 .icon-text__text {
  transform: translateY(-2px);
}
.icon-text__text {
  font-size: 18px;
}
.icon-text--narrowed {
  max-width: 210px;
}
@media (min-width: 1500px) {
  .icon-text--narrowed {
    max-width: 260px;
  }
}
.icon-text--white .icon-text__text {
  color: #fff;
}

.map-section {
  padding: 180px 20px 40px 20px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .map-section {
    padding: 100px 0 0 0;
  }
}
@media (min-width: 992px) {
  .map-section {
    padding: 0;
  }
}
.map-section__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
}

.map-section__content {
  position: relative;
  z-index: 100;
  text-align: center;
}

@media (min-width: 768px) {
  .map-section__content {
    text-align: left;
    float: left;
    margin: 40px 0 40px 40px;
  }
}
@media (min-width: 992px) {
  .map-section__content {
    margin: 64px 0 64px 40px;
  }
}
@media (min-width: 1300px) {
  .map-section__content {
    margin: 100px 0 64px 60px;
  }
}
@media (min-width: 1700px) {
  .map-section__content {
    margin: 160px 0 100px 8%;
  }
}
.map-section__controls {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 100;
}

@media (min-width: 768px) {
  .map-section__controls {
    right: 40px;
  }
}
@media (min-width: 1300px) {
  .map-section__controls {
    right: 60px;
    top: 40px;
  }
}
@media (min-width: 1500px) {
  .map-section__controls {
    right: 100px;
    top: 48px;
  }
}
@media (min-width: 1700px) {
  .map-section__controls {
    right: 8%;
  }
}
.map-section__button-column {
  position: relative;
  z-index: 100;
  text-align: center;
  padding: 32px 0 0 0;
}

@media (min-width: 768px) {
  .map-section__button-column {
    position: absolute;
    right: 40px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .map-section__button-column {
    bottom: 72px;
  }
}
@media (min-width: 1300px) {
  .map-section__button-column {
    right: 60px;
  }
}
@media (min-width: 1700px) {
  .map-section__button-column {
    right: 8%;
    bottom: 112px;
  }
}
.map-section__zoom-in,
.map-section__zoom-out {
  cursor: pointer;
}
