/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #ec3876;
  --bs-secondary: #e76047;
  --bs-success: #1baf4f;
  --bs-info: #005bff;
  --bs-warning: #ffc107;
  --bs-danger: #f30b33;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 236, 56, 118;
  --bs-secondary-rgb: 231, 96, 71;
  --bs-success-rgb: 27, 175, 79;
  --bs-info-rgb: 0, 91, 255;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 243, 11, 51;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 33, 37, 41;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(272deg, #e76047, #ec3876);
  --bs-body-font-family: Metropolis;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fafafa;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Metropolis Semi";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.625rem;
  }
}

h3 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: #ec3876;
  text-decoration: underline;
}
a:hover {
  color: #e76047;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

.container,
.container-fluid,
.container-lg {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3 {
  --bs-gutter-y: 1rem;
}

@media (min-width: 375px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #f0f0f0;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-label {
  margin-bottom: 1rem;
  color: #171819;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f0f0f0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #f69cbb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 56, 118, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.2em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 1.5rem 1.25rem;
  margin: -1.5rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 1.5rem 1.25rem;
  margin: -1.5rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: auto;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-select {
  display: block;
  width: 100%;
  padding: 1.5rem 3.75rem 1.5rem 1.25rem;
  -moz-padding-start: calc(1.25rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 16px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #f69cbb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 56, 118, 0.25);
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 56, 118, 0.25);
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #ec3876;
  border-color: #ec3876;
}
.btn-primary:hover {
  color: #000;
  background-color: #ef568b;
  border-color: #ee4c84;
}
.btn-primary:focus {
  color: #000;
  background-color: #ef568b;
  border-color: #ee4c84;
  box-shadow: 0 0 0 0.25rem rgba(201, 48, 100, 0.5);
}
.btn-primary:active {
  color: #000;
  background-color: #f06091;
  border-color: #ee4c84;
}
.btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 48, 100, 0.5);
}
.btn-primary:disabled {
  color: #000;
  background-color: #ec3876;
  border-color: #ec3876;
}

.btn-outline-primary {
  color: #ec3876;
  border-color: #ec3876;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #ec3876;
  border-color: #ec3876;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(236, 56, 118, 0.5);
}
.btn-outline-primary:active {
  color: #000;
  background-color: #ec3876;
  border-color: #ec3876;
}
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(236, 56, 118, 0.5);
}
.btn-outline-primary:disabled {
  color: #ec3876;
  background-color: transparent;
}

.collapse:not(.show) {
  display: none;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #ec3876;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link.active {
  color: #e76047;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: #e76047;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button::after {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ec3876'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 12px;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #f69cbb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 56, 118, 0.25);
}

.accordion-header {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 50px;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 0;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-relative {
  position: relative !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 30px solid #fafafa !important;
}

.border-bottom {
  border-bottom: 30px solid #fafafa !important;
}

.border-primary {
  border-color: #ec3876 !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.order-1 {
  order: 1 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-50 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.ps-30 {
  padding-left: 1.875rem !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .pt-md-50 {
    padding-top: 3.125rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@font-face {
    font-family: "Metropolis Extra";
    src: url("Metropolis-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("Metropolis-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis Black";
    src: url("Metropolis-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis Extra";
    src: url("Metropolis-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis Semi";
    src: url("Metropolis-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("Metropolis-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("Metropolis-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("Metropolis-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@-webkit-keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__container {
    position: relative;
    box-sizing: border-box;
}
.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
}
.splide.is-active .splide__list {
    display: flex;
}
.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.splide {
    visibility: hidden;
}
.splide,
.splide__slide {
    position: relative;
    outline: none;
}
.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__slider {
    position: relative;
}
.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
}
.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide--fade > .splide__track > .splide__list {
    display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
    display: block;
}
.splide--ttb > .splide__pagination {
    width: auto;
}
.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
}
.splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}
.splide__arrow:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__arrow:focus {
    outline: none;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}
.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}
.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform 0.2s linear;
    border: none;
    opacity: 0.7;
}
.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff;
}
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__pagination__page:focus {
    outline: none;
}
.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
    outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: 0.5em;
    transform: translateY(50%);
}

body {
    font-size: 1rem;
    line-height: 1.4;
    color: #616161;
    font-family: "Metropolis";
}

/*Remove list style*/
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/*remove margin */
figure {
    margin: 0;
}

p {
    margin-bottom: 0;
}

a,
a:hover {
    text-decoration: none;
}

main {
    min-height: 60vh;
    margin-top: 92.46px;
}
@media (max-width: 991px) {
    main {
        margin-top: 75px;
    }
}

.title p {
    font-size: 1.5rem;
}

.section__padding {
    padding-block: 30px;
}
@media screen and (min-width: 576px) {
    .section__padding {
        padding-block: 60px;
    }
}
@media screen and (min-width: 768px) {
    .section__padding {
        padding-block: 56px;
    }
}

.section__subtitle {
    font-weight: 500;
    margin-top: 1rem;
}

.form-check-label {
    font-size: 0.875rem;
}

.font-sm {
    font-size: 0.75rem;
}

.fw-semi {
    font-weight: 600;
}

.fw-medium {
    font-weight: 500;
}

.btn-gradient {
    background: transparent linear-gradient(341deg, #e76047 0%, #ec3876 100%) 0%
        0% no-repeat;
    transition: all ease 1s;
}
.btn-gradient:hover {
    background: transparent linear-gradient(341deg, #ec3876 0%, #e76047 100%) 0%
        0% no-repeat;
    transition: all ease 1s;
}

.btn-primary {
    color: #fff;
    text-transform: uppercase;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    color: #fff;
}
.btn-primary__light {
    background-color: #ed5d75;
    border-color: #ed5d75;
}
.btn {
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 4px;
}
@media (max-width: 575px) {
    .btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.btn-cta {
    padding-left: 32px;
    padding-right: 32px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
    font-size: 1rem;
    font-family: "Metropolis";
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    font-size: 1rem;
    font-family: "Metropolis";
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
    font-size: 1rem;
    font-family: "Metropolis";
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
    font-size: 1rem;
    font-family: "Metropolis";
}

@media (max-width: 767px) {
    .form-control {
        padding: 1rem 0.75rem;
    }
    .form-select {
        padding: 1rem 2.75rem 1rem 0.75rem;
    }
}

i.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.icon-blog {
    display: block;
}

.main__news .container {
    padding: 20px 0;
}
@media (max-width: 575px) {
    .main__news .container {
        padding: 16px;
    }
}

.main__news h1,
.main__news .h1 {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2.375rem;
    margin-bottom: 20px;
}
.main__news h1 a,
.main__news .h1 a {
    color: #ec3876;
}
.main__news h1 a:hover,
.main__news .h1 a:hover {
    color: #e76047;
}

.main__news figure.mb-5 > img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main__news p {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    line-height: 2rem;
}

.main__news time span {
    color: #908f8f;
}

.banner {
    margin-bottom: 30px;
}

.section__title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.section__title::after {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 2px;
    background-color: #e3e3e3;
    z-index: 1;
}
.section__title h2,
.section__title .h2 {
    display: inline-block;
    background-color: #ec3876;
    padding: 5px 30px;
    font-size: 27px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.section__title--red h2,
.section__title--red .h2 {
    padding: 5px;
}
.section__title--red::before {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    bottom: 0;
    left: 0;
    right: auto;
    width: 100px;
    height: 2px;
    background-color: #e76047;
    z-index: 10;
}
.section__title--red::after {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    z-index: 1;
}

.breadcrumb {
    background-color: transparent;
}
.breadcrumb-item {
    position: relative;
    padding-right: 0.5rem;
}
.breadcrumb-item a {
    font-weight: bold;
    color: #000;
}
.breadcrumb-item.active a {
    font-weight: 500;
    color: #655656;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 1rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
}

.pagination .page-item {
    background-color: #fff;
}
.pagination .page-item .page-link {
    padding: 10px 25px;
    margin: 5px;
    border-radius: 5px;
    color: #000;
}
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
    outline: none;
    box-shadow: none;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #e76047;
    border-color: #e76047;
}
.pagination .page-item.previous .page-link,
.pagination .page-item.next .page-link {
    text-transform: uppercase;
    color: #fff;
    background-color: #ec3876;
    border-color: #ec3876;
}

.accordion .accordion-button {
    font-size: 1.25rem;
    color: #171819;
}

.accordion .accordion-body {
    font-size: 400;
}

.accordion .accordion-button:focus {
    box-shadow: none;
}

.footer {
    background-color: #212121;
    padding: 70px 0 30px;
    color: #fff;
    font-size: 0.875rem;
}
.footer .links__section .col-lg-3,
.footer .links__section .col-lg-3 {
    margin-bottom: 30px;
}
.footer .links__section .col-lg-3:nth-child(3),
.footer .links__section .col-lg-3:nth-child(4) {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .footer .links__section .col-lg-3 {
        margin-bottom: 0;
    }
}
.footer__top {
    padding-bottom: 40px;
}
.footer .btn-gradients {
    background-color: #ec3876;
    padding: 11px 16px;
    margin-bottom: 40px;
    width: 100%;
    height: 48px;
    max-width: 280px;
    color: #fff;
    text-transform: uppercase;
}
.footer .btn-guide {
    background: transparent linear-gradient(341deg, #e76047 0%, #ec3876 100%) 0%
        0% no-repeat;
    padding: 11px 16px;
    margin-bottom: 40px;
    width: 100%;
    height: 48px;
    max-width: 280px;
    color: #fff;
    text-transform: uppercase;
}

.footer li a {
    color: #b1b1b1;
    padding: 0.5rem 0;
    display: inline-block;
    transition: all ease 0.3s;
}
.footer li a:hover {
    color: #fff;
}
.footer__title h3,
.footer__title .h3 {
    font-size: 0.875rem;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.footer__title h3::before,
.footer__title .h3::before {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    background-color: #ec3876;
    height: 2px;
    width: 20px;
}
.footer__list h4,
.footer__list .h4 {
    font-size: 0.875rem;
    color: #fafafa;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0.5rem 0;
}
.footer__detail {
    max-width: 300px;
}
.footer__bottom {
    border-top: 1px solid #616161;
}
.footer__bottom .copyright {
    padding-block: 0.5rem;
    color: #b1b1b1;
}
.footer__bottom .copyright b {
    color: #fff;
}
.footer__bottom .policy-term li:first-child {
    margin-right: 50px;
}
.footer__bottom .social a {
    margin-left: 10px;
    padding: 0.5rem;
}
.footer__bottom .social a:hover svg .a {
    fill: #ec3876;
}
.footer.calypso-page {
    background-color: #000;
}
.footer a,
.footer.calypso-page a {
    text-decoration: none;
}

.footer--mini .footer__container {
    max-width: 1296px;
    margin: 0 auto;
    padding: 40px 16px;
}

@media screen and (min-width: 768px) {
    .footer--mini .footer__container {
        padding: 40px 24px;
    }
}

.calypso-page {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    background: #fff;
}
.calypso-page .h1,
.calypso-page h1,
.calypso-page .h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    margin: 0 0 16px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-family: "Metropolis Extra";
}
.calypso-page .h2,
.calypso-page h2,
.calypso-page .h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    margin: 0 0 16px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.calypso-page .h3,
.calypso-page h3,
.calypso-page .h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin: 0 0 16px;
}
.calypso-page .h4,
.calypso-page h4,
.calypso-page .h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    margin: 0 0 16px;
}
.calypso-page .h5,
.calypso-page h5,
.calypso-page .h5 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 8px;
}

.calypso-page h1,
.calypso-page .h1,
.calypso-page h2,
.calypso-page .h2,
.calypso-page h3,
.calypso-page .h3,
.calypso-page h4,
.calypso-page .h4,
.calypso-page h5,
.calypso-page .h5,
.calypso-page h6,
.calypso-page .h6 {
    color: #000;
}
.calypso-page h1:last-child,
.calypso-page .h1:last-child,
.calypso-page h1:only-child,
.calypso-page .h1:only-child {
    margin-bottom: 0;
}
.calypso-page h2:last-child,
.calypso-page .h2:last-child,
.calypso-page h2:only-child,
.calypso-page .h2:only-child {
    margin-bottom: 0;
}
.calypso-page h3:last-child,
.calypso-page .h3:last-child,
.calypso-page h3:only-child,
.calypso-page .h3:only-child {
    margin-bottom: 0;
}
.calypso-page h4:last-child,
.calypso-page .h4:last-child,
.calypso-page h4:only-child,
.calypso-page .h4:only-child {
    margin-bottom: 0;
}
.calypso-page h5:last-child,
.calypso-page .h5:last-child,
.calypso-page h5:only-child,
.calypso-page .h5:only-child {
    margin-bottom: 0;
}
.calypso-page h6:last-child,
.calypso-page .h6:last-child,
.calypso-page h6:only-child,
.calypso-page .h6:only-child {
    margin-bottom: 0;
}
.calypso-page .h1--large {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
}
.calypso-page .h1--ru,
.calypso-page .h1--pos {
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
}
.calypso-page .h1--hpc2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
}
.calypso-page .h1--hpc3 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: -1px;
}
.calypso-page .h1--EW19 {
    font-weight: 900;
}
.calypso-page .h2--italic,
.calypso-page .h3--italic,
.calypso-page .h4--italic {
    font-weight: 400;
    font-style: italic;
}
.calypso-page .h2--text-bold {
    font-weight: 600;
}
.calypso-page .h2--EW19 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 900;
    margin-top: 24px;
}
.calypso-page .h2--hpc3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.calypso-page .h3--ru {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
}
.calypso-page .h3--hpc2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}
.calypso-page .h4--ru,
.calypso-page .h4--hpc2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
}
.calypso-page .h4--hpc3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.calypso-page .h5--large {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.calypso-page .row + .row {
    margin-top: 24px;
}
.calypso-page.row--EW19 {
    margin-top: 32px;
}
.calypso-page .row--large + .row--large {
    margin-top: 40px;
}
.calypso-page .calypso-link,
.calypso-page a {
    color: #016dd2;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.1s linear;
    font-weight: 500;
    box-shadow: 0 6px 16px 0 #00000059;
    font-weight: bold;
    text-transform: initial;
}
.calypso-page .calypso-link:hover,
.calypso-page a:hover {
    color: #00479f;
}
.calypso-page li,
.calypso-page p {
    font-size: 18px;
    line-height: 32px;
    margin: 16px 0 0;
}
.calypso-page li:first-child,
.calypso-page li:only-child {
    margin-top: 0;
}
.calypso-page p:first-child,
.calypso-page p:only-child {
    margin-top: 0;
}
.calypso-page li ol,
.calypso-page li + ul {
    margin: 16px 0 0;
}
.calypso-page p ol {
    margin: 16px 0 0;
}
.calypso-page p + ul {
    margin: 16px 0 0;
}
.calypso-page p + .h1,
.calypso-page p + .h2,
.calypso-page p + h1,
.calypso-page p + .h1,
.calypso-page p + h2,
.calypso-page p + .h2 {
    margin-top: 64px;
}
.calypso-page p + .h3,
.calypso-page p + .h4,
.calypso-page p + .h5,
.calypso-page p + h3,
.calypso-page p + .h3,
.calypso-page p + h4,
.calypso-page p + .h4,
.calypso-page p + h5,
.calypso-page p + .h5 {
    margin-top: 32px;
}
.calypso-page ol,
.calypso-page ul {
    margin: 0;
    padding-left: 20px;
}
.calypso-page ol.dashed,
.calypso-page ul.dashed {
    list-style-type: none;
}
.calypso-page ol.dashed li,
.calypso-page ul.dashed li {
    text-indent: -20px;
}
.calypso-page ol.dashed li:before,
.calypso-page ul.dashed li:before {
    content: "\2014";
    text-indent: -20px;
    padding-right: 10px;
}
.calypso-page ol.text-center,
.calypso-page ul.text-center {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.calypso-page ol li,
.calypso-page ul li {
    text-align: left;
    margin: 0;
}
.calypso-page .text-block + .text-block {
    margin-top: 24px;
}
.calypso-page .text-small {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
}
.calypso-page .text-medium {
    font-size: 16px;
    line-height: 28px;
}
.calypso-page .text-large {
    font-size: 24px;
}
.calypso-page .text-light {
    font-weight: 300;
}
.calypso-page .text-center {
    text-align: center;
}
.calypso-page .text-left,
.calypso-page .text-md-center,
.calypso-page .text-lg-center {
    text-align: left;
}
.calypso-page .text-white {
    color: #fff;
}
.calypso-page .text-white * {
    color: #fff;
}
.calypso-page .text-white * a:not([class*="btn"]) {
    font-weight: 700;
    color: #fff;
}
.calypso-page .text-white a:not([class*="btn"]) {
    font-weight: 700;
    color: #fff;
}
.calypso-page .text-black {
    color: #000;
}
.calypso-page .text-gray {
    color: #757574;
}
.calypso-page .text-green {
    color: #4cae50;
}
.calypso-page .text-dark-orange {
    color: #d29d38;
}
.calypso-page a.text-dark-orange:active,
.calypso-page a.text-dark-orange:focus,
.calypso-page a.text-dark-orange:hover {
    color: #ac8844;
}
.calypso-page .text-dark-blue {
    color: #262f58;
}
.calypso-page .text-instagram {
    color: #f75a8e;
}
.calypso-page .text-uppercase {
    text-transform: uppercase;
}
.calypso-page .text-italic {
    font-style: italic;
}
.calypso-page .text-normal {
    font-weight: 400;
}
.calypso-page .text-semibold {
    font-weight: 600;
}
.calypso-page .text-hpc2 {
    color: #133a54;
}
.calypso-page .text-hpc3 {
    color: #0a3450;
}
.calypso-page .text-logo svg {
    max-width: 100%;
    height: auto;
}
.calypso-page .text-nowrap {
    white-space: nowrap;
}
.calypso-page .align-top {
    align-self: top;
}
.calypso-page .align-center {
    align-self: center;
}
.calypso-page .align-bottom {
    align-self: bottom;
}
.calypso-page .hidden {
    display: none;
}
.calypso-page .position-relative {
    position: relative;
}
.calypso-page .z-index--1000 {
    z-index: 1000;
}
.calypso-page .letter-spacing-correction {
    letter-spacing: -0.1px;
}
.calypso-page .calypso-no-bg-loaded {
    background-image: none !important;
}

@media (min-width: 576px) {
    .calypso-page .h1,
    .calypso-page h1,
    .calypso-page .h1 {
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
}

@media (min-width: 1441px) {
    .calypso-page .h1,
    .calypso-page h1,
    .calypso-page .h1 {
        font-size: 64px;
        line-height: 72px;
    }
}

@media (min-width: 576px) {
    .calypso-page .h2,
    .calypso-page h2,
    .calypso-page .h2 {
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
}

@media (min-width: 992px) {
    .calypso-page .h2,
    .calypso-page h2,
    .calypso-page .h2 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h3,
    .calypso-page h3,
    .calypso-page .h3 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h4,
    .calypso-page h4,
    .calypso-page .h4 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h1--large {
        font-size: 72px;
        line-height: 72px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h1--small {
        font-size: 56px;
        line-height: 64px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h1--ru {
        font-size: 72px;
        line-height: 80px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h1--pos {
        font-size: 56px;
        line-height: 64px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h1--hpc2 {
        font-size: 64px;
        line-height: 64px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h1--hpc3 {
        font-size: 64px;
        line-height: 64px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h2--EW19 {
        font-size: 72px;
        line-height: 80px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h2--hpc3 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h3--ru {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h3--hpc2 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    .calypso-page .h5--large {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    .calypso-page .row + .row {
        margin-top: 48px;
    }
}

@media (min-width: 992px) {
    .calypso-page.row--EW19 {
        margin-top: 64px;
    }
}

@media (min-width: 992px) {
    .calypso-page .row--large + .row--large {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .calypso-page .text-block + .text-block {
        margin-top: 32px;
    }
}

@media (min-width: 768px) {
    .calypso-page .text-md-large {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (min-width: 768px) {
    .calypso-page .text-md-right {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .calypso-page .text-md-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .calypso-page .text-lg-center {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .calypso-page .text-md-left {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .calypso-page .text-lg-left {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .calypso-page .text-xl-left {
        text-align: left;
    }
}

@media (min-width: 576px) {
    .calypso-page .text-logo svg {
        max-width: none;
        max-height: 48px;
    }
}

@media (min-width: 768px) {
    .calypso-page .text-md-large {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (min-width: 768px) {
    .calypso-page .text-md-nowrap {
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .calypso-page .animate.animate--mobile-only {
        opacity: 1;
    }
}

.calypso-viewport--overflow-hidden {
    overflow: hidden;
}

.calypso-body--background-black .calypso-page {
    background: #0d0d0d;
}

.calypso-page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.calypso-page.bordered .ec-store {
    border: 1px solid #cecece;
}
.calypso-page .animate {
    opacity: 0;
    transition: opacity 0.5s, transform 1s cubic-bezier(0, 1, 0.5, 1);
    transform: translate3d(0, 90px, 0);
}
.calypso-page .animate--delay-1 {
    transition-delay: 0.1s;
}
.calypso-page .animate--delay-2 {
    transition-delay: 0.2s;
}
.calypso-page .animate--delay-3 {
    transition-delay: 0.3s;
}
.calypso-page .animate--btn {
    transform: translateY(40px);
    transition-duration: 0.2s;
    transition: transform 0.4s ease-in-out, box-shadow 0.1s linear,
        background-color 0.1s ease-in-out, opacity 0.2s ease-in-out;
}
.calypso-page .animate--btn.animate--animated {
    transform: translateY(0);
}
.calypso-page .animate--animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.calypso-page .btn-link--text-white .btn-link__content {
    color: #fff;
}
.calypso-page .btn-link--text-white::after {
    background-color: #fff;
}
.calypso-page .btn-link--text-white.btn-link--active .btn-link__content,
.calypso-page .btn-link--text-white.btn-link:hover .btn-link__content {
    color: #fff;
}
.calypso-page a:hover .btn-link--text-white.btn-link .btn-link__content,
.calypso-page .btn-link--text-white:hover .btn-link__content {
    color: #fff;
}
.calypso-page .calypso-block {
    padding: 48px 0;
    padding-top: 0px;
    margin: 0;
    position: relative;
}
.calypso-page .calypso-block .container {
    position: relative;
    z-index: 20;
    box-sizing: border-box;
}
.calypso-page .calypso-block .calypso-block__backside {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
}
.calypso-page .calypso-block__item + .calypso-block__item {
    margin-top: 24px;
}
.calypso-page .calypso-block--EW19-tile-1,
.calypso-page .calypso-block--EW19-tile-2 {
    width: 100%;
}
.calypso-page .calypso-block--t0 {
    padding-top: 0;
}
.calypso-page .calypso-block--t128 {
    padding-top: 64px;
}
.calypso-page .calypso-block--t48 {
    padding-top: 48px;
}
.calypso-page .calypso-block--t56 {
    padding-top: 56px;
}
.calypso-page .calypso-block--lg-t56 {
    padding-top: 24px;
}
.calypso-page .calypso-block--b0 {
    padding-bottom: 0;
}
.calypso-page .calypso-block--b104 {
    padding-bottom: 64px;
}
.calypso-page .calypso-block--b48 {
    padding-bottom: 48px;
}
.calypso-page .calypso-block--y0 {
    padding-top: 0;
    padding-bottom: 0;
}
.calypso-page .calypso-block--border-top::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: relative;
    top: -48px;
    margin: 0 16px;
    height: 1px;
    border-top: 1px solid #c4cdd5;
}
.calypso-page .calypso-block--overflow-hidden {
    overflow: hidden;
}
.calypso-page .calypso-block__image,
.calypso-page .row.calypso-block__image {
    margin-top: 48px;
}
.calypso-page .calypso-block__text {
    margin-top: 16px;
}
.calypso-page .calypso-block__btn-block {
    margin-top: 24px;
}
.calypso-page .calypso-promo + .calypso-promo {
    margin-top: 48px;
}
.calypso-page .calypso-promo__first {
    z-index: 20;
    order: 1;
}
.calypso-page .calypso-promo__second {
    z-index: 20;
    order: 2;
    margin-top: 32px;
}
.calypso-page .calypso-promo__second--EW19-maintile {
    margin-top: 48px;
}
.calypso-page .calypso-promo__second--center {
    margin-top: 32px;
}
.calypso-page .calypso-promo__image {
    width: 100%;
    max-width: 280px;
    height: auto;
    vertical-align: bottom;
}
.calypso-page .calypso-promo__image--clover-migrate-hero {
    display: none;
}
.calypso-page .calypso-promo__image--hpc3 {
    margin-bottom: -75px;
}
.calypso-page .calypso-promo__image-block {
    width: 100%;
    margin: 0 auto;
}
.calypso-page .calypso-promo--bottom-image {
    display: flex;
    align-self: flex-end;
    line-height: 0;
}
.calypso-page .calypso-promo--noimage .calypso-promo__image {
    display: none;
}
.calypso-page .btn-block + .calypso-image,
.calypso-page h1 + .calypso-image,
.calypso-page .h1 + .calypso-image,
.calypso-page h2 + .calypso-image,
.calypso-page .h2 + .calypso-image,
.calypso-page h3 + .calypso-image,
.calypso-page .h3 + .calypso-image,
.calypso-page h4 + .calypso-image,
.calypso-page .h4 + .calypso-image,
.calypso-page h5 + .calypso-image,
.calypso-page .h5 + .calypso-image,
.calypso-page h6 + .calypso-image,
.calypso-page .h6 + .calypso-image,
.calypso-page p + .calypso-image,
.calypso-page ul + .calypso-image {
    margin-top: 16px;
}
.calypso-page .calypso-image--shadow {
    box-shadow: 1px 2px 60px 0 rgba(0, 0, 0, 0.25);
}
.calypso-page .calypso-image--circle {
    border-radius: 50%;
}
.calypso-page .calypso-image--w400 {
    width: 240px;
    height: 240px;
}
.calypso-page .calypso-image__img {
    display: inline-block;
    max-width: 584px;
    width: 100%;
    min-width: 300px;
}
.calypso-page .calypso-presaleschat {
    float: left;
    margin-right: 42px;
}
.calypso-page .calypso-presaleschat__icon-chat {
    background: url(/wp-content/themes/common/svg/hpc/bubble-black.svg)
        no-repeat center center transparent;
    cursor: pointer;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 8px;
}
.calypso-page .text-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.calypso-page .text-list__item {
    width: 100%;
    margin-top: 32px;
}
.calypso-page .text-list__title {
    font-size: 24px;
    font-weight: 500;
}
.calypso-page .calypso-svg-icon--clover-msi-migration:hover svg g path {
    stroke: #00479f;
}
.calypso-page .calypso-svg-icon--clover-msi-migration:hover svg g text {
    fill: #00479f;
}
.calypso-page .instagram-phone {
    position: relative;
    margin: 0 auto;
    max-width: 336px;
}
.calypso-page .instagram-phone__iphone {
    width: 100%;
    height: auto;
}
.calypso-page .instagram-phone__screen {
    position: absolute;
    top: -3px;
    left: 2px;
    width: 335px;
    height: auto;
}
.calypso-page.hpc-page .hpc-head--miniheader .btn-block__text-center {
    position: absolute;
    bottom: 64px;
    width: calc(100% - 28px);
}
.calypso-page.hpc-page.calypso-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000000;
    background-color: transparent;
    overflow: visible;
    height: 0;
}
.calypso-page.hpc-page.calypso-header + .page {
    padding-top: 56px;
}

@media (min-width: 992px) {
    .calypso-page .calypso-block {
        padding: 80px 0;
        margin: 0;
    }
}

@media (min-width: 1360px) {
    .calypso-page .calypso-block {
        max-width: 1920px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block .calypso-block__backside {
        height: 50%;
    }
}

@media (min-width: 768px) {
    .calypso-page
        .calypso-block--md
        .calypso-block__item
        + .calypso-block__item {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .calypso-page
        .calypso-block--lg
        .calypso-block__item
        + .calypso-block__item {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .calypso-page .calypso-block--EW19-tile-1 {
        padding: 0;
        margin-top: 102px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--EW19-tile-2 {
        height: 100vh;
        display: flex;
        box-sizing: border-box;
        flex-direction: column-reverse;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--lg-t0 {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--lg-t40 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--t128 {
        padding-top: 128px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--lg-t56 {
        padding-top: 56px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--b104 {
        padding-bottom: 104px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--lg-b0 {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .calypso-page .calypso-block--md-b80 {
        padding-bottom: 56px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--md-b80 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--lg-b80 {
        padding-bottom: 80px;
    }
}

@media (max-width: 991.98px) {
    .calypso-page .calypso-block--md-b64 {
        padding-bottom: 64px;
    }
}

@media (min-width: 1200px) {
    .calypso-page .calypso-block--xl-b0 {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .calypso-page .calypso-block--xl-b152 {
        padding-bottom: 152px;
    }
}

@media (min-width: 1200px) {
    .calypso-page .calypso-block--xl-t152 {
        padding-top: 152px;
    }
}

@media (min-width: 1200px) {
    .calypso-page .calypso-block--xl-t128 {
        padding-top: 128px;
    }
}

@media (min-width: 768px) {
    .calypso-page .calypso-block--border-top::before {
        margin: 0 32px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--border-top::before {
        top: -80px;
    }
}

@media (min-width: 1360px) {
    .calypso-page .calypso-block--border-top::before {
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block--border-top.calypso-block--t48 {
        top: -48px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block__image,
    .calypso-page .row.calypso-block__image {
        margin-top: 64px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-block__btn-block {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .calypso-page .calypso-viewport {
        height: 100vh;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-promo + .calypso-promo {
        margin-top: 80px;
    }
}

@media (min-width: 1200px) {
    .calypso-page .calypso-promo__second {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .calypso-page .calypso-promo__second--EW19-maintile {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-promo__second--center {
        margin-top: 48px;
    }
}

@media (min-width: 768px) {
    .calypso-page .calypso-promo__image {
        max-width: 380px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-promo__image {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-promo__image--clover-migrate-hero {
        display: block;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-promo__image--large {
        position: relative;
        max-width: none;
        height: 520px;
    }
}

@media (min-width: 768px) {
    .calypso-page .calypso-promo__image--hpc3 {
        margin-bottom: -88px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-promo__image--hpc3 {
        margin-bottom: -75px;
    }
}

@media (min-width: 1200px) {
    .calypso-page .calypso-promo__image--hpc3 {
        margin-bottom: -65px;
    }
}

@media (max-width: 767.98px) {
    .calypso-page .calypso-promo__image-mobile-w100 {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .calypso-page .calypso-promo__image-mobile-w100 {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-promo--swap .calypso-promo__first {
        order: 2;
    }
    .calypso-page .calypso-promo--swap .calypso-promo__second {
        order: 1;
    }
}

@media (min-width: 1200px) {
    .calypso-page .calypso-promo--xl-swap .calypso-promo__first {
        order: 2;
    }
    .calypso-page .calypso-promo--xl-swap .calypso-promo__second {
        order: 1;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-promo--first-lg-t48 .calypso-promo__first {
        padding-top: 48px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-promo--lg-no-space .calypso-promo + .calypso-promo {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .calypso-page .hero-image--instagram {
        margin-top: -48px;
    }
}

@media (min-width: 992px) {
    .calypso-page .hero-image--instagram_ru {
        margin-top: -48px;
    }
}

@media (min-width: 992px) {
    .calypso-page .hero-image--social-selling {
        margin-top: -48px;
    }
}

@media (min-width: 768px) {
    .calypso-page .calypso-image--w400 {
        width: 280px;
        height: 280px;
    }
}

@media (min-width: 992px) {
    .calypso-page .calypso-image--w400 {
        width: 400px;
        height: 400px;
    }
}

@media (min-width: 1360px) {
    .calypso-page .calypso-presaleschat {
        margin-right: 60px;
    }
}

@-webkit-keyframes rotate-90-cw-back {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes rotate-90-cw-back {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0);
    }
}

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

@keyframes rotate-90-cw {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(90deg);
    }
}

@media (min-width: 992px) {
    .calypso-page .text-list {
        margin-top: -32px;
    }
}

@media (min-width: 768px) {
    .calypso-page .text-list__item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .calypso-page.hpc-page.calypso-header {
        border-top: 1px solid transparent;
    }
}

@media (min-width: 992px) {
    .calypso-page.hpc-page.calypso-header + .page {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .hpc-head--translucent .calypso-page.hpc-page .hpc-head {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

html {
    overflow: visible !important;
}

.main-container {
    overflow: visible;
}

.hpc-underlined {
    display: inline-block;
    position: relative;
    line-height: 1;
    white-space: nowrap;
}
.hpc-underlined::before {
    content: "";
    display: block;
    position: absolute;
    height: 0.333em;
    right: -0.1em;
    bottom: 0;
    left: -0.1em;
    background-color: #ec3876;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: grow;
    animation-name: grow;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hpc-underlined .hpc-underlined__text {
    position: relative;
}

.hpc-underlined--enlarged-line::before {
    right: -0.14em;
    left: -0.14em;
}

.hpc-underlined--no-line::before {
    right: 0;
    left: 0;
}

.hpc-underlined--yellow::before {
    background-color: #fae053;
}

.hpc-underlined--green::before {
    background-color: #31cc8f;
}

.hpc-underlined--magenta::before {
    background-color: #ff81a9;
}

.hpc-underlined--indigo::before {
    background-color: #6a8dd4;
}

.hpc-underlined--sandy::before {
    background-color: #fdaf1e;
}

.hpc-underlined--azure::before {
    background-color: #ef8e86;
}

.hpc-underlined--amazon-orange::before {
    background-color: #fdaf1e;
}

.hpc-underlined--brown::before {
    background-color: #d29d38;
}
.hpc-underlined--dalle.h3::before {
    background-color: #f54747;
}
.hpc-underlined--beauty::before {
    background-color: #d6bdda;
}
.hpc-underlined--farmshop::before {
    background-color: #13a690;
}
@-webkit-keyframes grow {
    from {
        height: 0;
    }
    to {
        height: 0.333em;
    }
}

@keyframes grow {
    from {
        height: 0;
    }
    to {
        height: 0.333em;
    }
}

.hpc-underlined--disable .hpc-underlined {
    white-space: normal;
}
.hpc-underlined--disable .hpc-underlined::before {
    display: none;
}

.hpc-caret {
    border-right: 0.05em solid #000;
    display: none;
}

.hpc-caret--show {
    display: inline;
}

.hpc-caret--blink {
    -webkit-animation-name: hpc-caret-blink;
    animation-name: hpc-caret-blink;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes hpc-caret-blink {
    0% {
        border-color: #000;
    }
    45% {
        border-color: #000;
    }
    50% {
        border-color: transparent;
    }
    100% {
        border-color: transparent;
    }
}

@keyframes hpc-caret-blink {
    0% {
        border-color: #000;
    }
    45% {
        border-color: #000;
    }
    50% {
        border-color: transparent;
    }
    100% {
        border-color: transparent;
    }
}

.hpc-animate {
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 1s ease-in-out;
    transform: translateX(90px);
}

.hpc-animate--from-left {
    transition: opacity 1s ease-in-out, transform 1s ease-in-out,
        padding-top 0.5s ease-in-out;
    transform: translateX(-80px);
}

@media (min-width: 992px) {
    .hpc-animate--from-left {
        transform: translateX(490px);
    }
}

.hpc-animate--from-right {
    transition: opacity 0.5s ease-in-out, transform 1s ease-in-out;
    transform: translateX(90px);
}

.hpc-animate--from-opacity {
    transition: opacity 0.5s ease-in-out;
}

.hpc-animate--delay-1 {
    transition-delay: 0.1s;
}

.hpc-animate--delay-2 {
    transition-delay: 0.2s;
}

.hpc-animate--delay-3 {
    transition-delay: 0.3s;
}

.hpc-animate--delay-4 {
    transition-delay: 0.4s;
}

.hpc-animate--delay-5 {
    transition-delay: 0.5s;
}

.hpc-animate--delay-6 {
    transition-delay: 0.6s;
}

.hpc-animate--delay-7 {
    transition-delay: 0.7s;
}

.hpc-animate--delay-8 {
    transition-delay: 0.8s;
}

.hpc-animate--delay-9 {
    transition-delay: 0.9s;
}

.hpc-animate--delay-10 {
    transition-delay: 1s;
}

.hpc-animate--animated {
    opacity: 1;
    transform: translateX(0);
}

@-webkit-keyframes hpc-animate--jump {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0) rotate(90deg);
    }
    40% {
        transform: translateY(-14px) rotate(90deg);
    }
    60% {
        transform: translateY(-7px) rotate(90deg);
    }
}

@keyframes hpc-animate--jump {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0) rotate(90deg);
    }
    40% {
        transform: translateY(-14px) rotate(90deg);
    }
    60% {
        transform: translateY(-7px) rotate(90deg);
    }
}

@media (min-width: 992px) {
    .calypso-no-bg-loaded .hpc-revenue-counter {
        font-family: Courier New, monospace;
        font-size: 104px;
    }
}

.calypso-page.hpc-page a.btn.btn--hpc-shadow::before {
    content: "";
    width: 90%;
    height: 80%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 20%;
    right: 3%;
    border-radius: 30px;
    box-shadow: 0 8px 30px 10px rgba(100, 100, 100, 0.3);
}

.calypso-page.hpc-page a.btn.btn--hpc-shadow:hover {
    transform: none;
    top: -4px;
}

@media (min-width: 1360px) {
    .footer {
        margin: 0 auto;
    }
}

.desktop-visible,
.tablet-visible {
    display: none;
}

@media (min-width: 992px) {
    .desktop-visible {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .desktop-hidden {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .tablet-visible {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .tablet-hidden {
        display: none !important;
    }
}

.calypso-page.hpc-page {
    color: #000;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.calypso-page.hpc-page--autoheight {
    min-height: unset;
}

.calypso-page.hpc-page .calypso-promo__first {
    z-index: 21;
}

.calypso-page.hpc-page .hpc-text {
    min-height: 200px;
    /* padding-top: 40px; */
}
@media (max-width: 991px) {
    .calypso-page.hpc-page .hpc-text {
        padding-top: 48px;
    }
}
.calypso-page.hpc-page .hpc-text h1,
.calypso-page.hpc-page .hpc-text .h1 {
    letter-spacing: -1.1px;
}
.calypso-page.hpc-page .hpc-text h1.h1--EW19,
.calypso-page.hpc-page .hpc-text .h1--EW19.h1 {
    line-height: 48px;
    font-size: 48px;
}
@media screen and (max-width: 575px) {
    .calypso-page.hpc-page .hpc-text h1.h1--EW19,
    .calypso-page.hpc-page .hpc-text .h1--EW19.h1 {
        font-size: calc(1.425rem + 2.1vw);
        /* font-size: 36px; */
        line-height: 1;
    }
}
.calypso-page.hpc-page .hpc-text .hpc-underlined-sales-channel {
    white-space: nowrap;
}

.calypso-page.hpc-page .hpc-mobile-pics .hpc-mobile-pics__image {
    position: relative;
}

.calypso-page.hpc-page .hpc-mobile-pics .hpc-mobile-pics__image--mobile {
    width: 600px;
    max-width: initial;
}

.calypso-page.hpc-page .hpc-mobile-pics .hpc-mobile-pics__title {
    position: relative;
    font-size: 40px;
    line-height: 1;
    text-align: left;
    font-weight: 900;
    margin-bottom: 16px;
    padding: 0 16px;
}
@media (max-width: 575px) {
    .calypso-page.hpc-page .hpc-mobile-pics .hpc-mobile-pics__title {
        font-size: calc(1.425rem + 2.1vw);
    }
}

.calypso-page.hpc-page .hpc-mobile-pics .hpc-mobile-pics__text {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    padding: 0 16px 16px;
}

.calypso-page.hpc-page .hpc-mobile-bg {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 608px;
    background-color: #f4f5f5;
}

.calypso-page.hpc-page .hpc-pics {
    opacity: 1;
    position: relative;
    height: 100vh;
    transform: rotate(30deg);
    transform-origin: 0 100%;
    margin-left: -50px;
}

.calypso-page.hpc-page .hpc-pics--no-rotated {
    transform: rotate(0);
    height: 0;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg {
    display: none;
    background-color: #f4f5f5;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg--second {
    right: auto;
    left: -86vw;
    height: 100vh;
    top: 100vh;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg--yellow {
    background-color: #fae053;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg--green {
    background-color: #31cc8f;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg--magenta {
    background-color: #ff81a9;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg--indigo {
    background-color: #6a8dd4;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg--sandy {
    background-color: #fdaf1e;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg--azure {
    background-color: #ef8e86;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg--dalle {
    background-color: #f54747;
}
.calypso-page.hpc-page .hpc-pics .hpc-pics__bg--beauty {
    background-color: #d6bdda;
}
.calypso-page.hpc-page .hpc-pics .hpc-pics__bg--farmshop {
    background-color: #13a690;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg.hpc-animate {
    opacity: 0;
    transform: translateX(70vw);
    transition: transform 0.5s ease-in-out;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__bg.hpc-animate--animated {
    opacity: 1;
    transform: translateX(0);
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__glasses {
    position: absolute;
    left: 51px;
    top: -452px;
}
.calypso-page.hpc-page .hpc-pics .hpc-pics__glasses.hpc-animate {
    transform: translateX(0);
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__phone {
    position: absolute;
    left: -89px;
    top: 49%;
}

.calypso-page.hpc-page .hpc-pics .hpc-pics__tablet {
    position: absolute;
    left: 184px;
    top: 50%;
}

.calypso-page.hpc-page .hpc-pics--final-slide {
    margin-left: 0;
    transition: opacity 1s, width 1s ease-in-out, height 1s ease-in-out,
        left 1s ease-in-out, right 1s ease-in-out, top 1s ease-in-out,
        bottom 1s ease-in-out;
}
.calypso-page.hpc-page .hpc-pics--final-slide .hpc-pics__bg {
    right: 24vw;
}
.calypso-page.hpc-page .hpc-pics--final-slide .hpc-pics__phone {
    left: -21px;
    top: 50%;
}
.calypso-page.hpc-page .hpc-pics--final-slide .hpc-pics__tablet {
    left: 192px;
    top: 50%;
}

.calypso-page.hpc-page .hpc-glasses {
    width: 350px;
    height: 141px;
    background-size: contain;
    background-repeat: no-repeat;
}

.calypso-page.hpc-page .hpc-glasses--no-bg-loaded {
    background-image: none;
}

.calypso-page.hpc-page .hpc-phone {
    margin-top: -317px;
    width: 348px;
    height: 556px;
    position: relative;
    transition: opacity 1s, width 1s ease-in-out, height 1s ease-in-out,
        left 1s ease-in-out, right 1s ease-in-out, top 1s ease-in-out,
        bottom 1s ease-in-out;
    will-change: width, height;
}

.calypso-page.hpc-page .hpc-phone--no-bg-loaded {
    background-image: none;
}

.calypso-page.hpc-page .hpc-phone .hpc-phone__frame {
    width: 201px;
    height: 426px;
    left: 22px;
    top: 24px;
    position: absolute;
    overflow: hidden;
    transition: opacity 1s, width 1s ease-in-out, height 1s ease-in-out,
        left 1s ease-in-out, right 1s ease-in-out, top 1s ease-in-out,
        bottom 1s ease-in-out;
}

.calypso-page.hpc-page .hpc-phone .hpc-phone__cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url("../home/images/hpc/phone.png");
    background-repeat: no-repeat;
}

.calypso-page.hpc-page .hpc-phone .hpc-phone__slide {
    position: absolute;
    width: 100%;
    height: 100%;
}

.calypso-page.hpc-page .hpc-phone .hpc-phone__slide--current {
    left: 0;
}

.calypso-page.hpc-page .hpc-phone .hpc-phone__slide--next {
    left: -100%;
}

.calypso-page.hpc-page .hpc-phone .hpc-phone__image {
    display: block;
    width: 100%;
    height: auto;
}

.calypso-page.hpc-page .hpc-phone--switch .hpc-phone__slide--current {
    left: 0;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: hpc-phone-slide-current;
    animation-name: hpc-phone-slide-current;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.calypso-page.hpc-page .hpc-phone--switch .hpc-phone__slide--next {
    left: 100%;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: hpc-phone-slide-next;
    animation-name: hpc-phone-slide-next;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.calypso-page.hpc-page .hpc-phone--final-slide {
    width: 296px;
    height: 474px;
    margin-top: -170px;
}
.calypso-page.hpc-page .hpc-phone--final-slide .hpc-phone__frame {
    width: 168px;
    height: 362px;
    left: 20px;
    top: 20px;
}

.calypso-page.hpc-page .hpc-tablet {
    margin-top: -252px;
    width: 1044px;
    height: 745px;
    position: relative;
    transition: opacity 1s, width 1s ease-in-out, height 1s ease-in-out,
        left 1s ease-in-out, right 1s ease-in-out, top 1s ease-in-out,
        bottom 1s ease-in-out;
}

.calypso-page.hpc-page .hpc-tablet--no-bg-loaded {
    background-image: none;
}

.calypso-page.hpc-page .hpc-tablet .hpc-tablet__frame {
    width: 860px;
    height: 592px;
    left: 50px;
    top: 24px;
    position: absolute;
    overflow: hidden;
    transition: opacity 1s, width 1s ease-in-out, height 1s ease-in-out,
        left 1s ease-in-out, right 1s ease-in-out, top 1s ease-in-out,
        bottom 1s ease-in-out;
}

.calypso-page.hpc-page .hpc-tablet .hpc-tablet__cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url("../home/images/hpc/tablet.png");
    background-repeat: no-repeat;
}

.calypso-page.hpc-page .hpc-tablet .hpc-tablet__slide {
    position: absolute;
    width: 100%;
    height: 100%;
}

.calypso-page.hpc-page .hpc-tablet .hpc-tablet__slide--current {
    left: 0;
}

.calypso-page.hpc-page .hpc-tablet .hpc-tablet__slide--next {
    left: 100%;
}

.calypso-page.hpc-page .hpc-tablet .hpc-tablet__image {
    display: block;
    width: 100%;
    height: auto;
}

.calypso-page.hpc-page .hpc-tablet--switch .hpc-tablet__slide--current {
    left: 0;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: hpc-phone-slide-current;
    animation-name: hpc-phone-slide-current;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.calypso-page.hpc-page .hpc-tablet--switch .hpc-tablet__slide--next {
    left: 100%;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: hpc-phone-slide-next;
    animation-name: hpc-phone-slide-next;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.calypso-page.hpc-page .hpc-tablet--final-slide {
    width: 899px;
    height: 641px;
    margin-top: -250px;
}
.calypso-page.hpc-page .hpc-tablet--final-slide .hpc-tablet__frame {
    width: 740px;
    height: 510px;
    left: 42px;
    top: 20px;
}

.calypso-page.hpc-page .slick-dots {
    margin-top: 8px;
    margin-bottom: 16px;
    line-height: 0;
}

@media (min-width: 992px) {
    .calypso-page.hpc-page {
        overflow: unset;
    }
}

@media (min-width: 1900px) {
    .calypso-page.hpc-page {
        overflow: hidden;
    }
}

@media (min-width: 1900px) {
    .calypso-page.hpc-page.calypso-header {
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .calypso-page.hpc-page--overflow-hidden {
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .calypso-page.hpc-page .hpc-text {
        /* padding-top: 38px; */
        height: 420px;
    }
}

@media (min-width: 768px) {
    .calypso-page.hpc-page .hpc-text h1,
    .calypso-page.hpc-page .hpc-text .h1 {
        letter-spacing: 0;
    }
}

@media (min-width: 1440px) {
    .calypso-page.hpc-page .hpc-text h1.h1--EW19,
    .calypso-page.hpc-page .hpc-text .h1--EW19.h1 {
        font-size: 64px;
        line-height: 72px;
    }
}

@media (min-width: 992px) {
    .calypso-page.hpc-page .hpc-text--logoN1 {
        height: auto;
    }
}

@media (min-width: 992px) {
    .calypso-page.hpc-page .hpc-mobile-pics {
        margin-right: 24px;
        margin-left: 24px;
    }
}

@media (min-width: 992px) {
    .calypso-page.hpc-page .hpc-mobile-bg {
        height: 505px;
    }
}

@media (min-width: 992px) {
    .calypso-page.hpc-page .hpc-pics .hpc-pics__bg {
        display: block;
        width: 100vw;
        height: 160vh;
        position: absolute;
        right: calc(100% - 100vw - 30px);
        bottom: 0;
        overflow: hidden;
        transition: width 1s ease-in-out, left 1s ease-in-out,
            background-color 1s ease-in-out;
    }
}

@-webkit-keyframes hpc-phone-slide-current {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

@keyframes hpc-phone-slide-current {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

@-webkit-keyframes hpc-phone-slide-next {
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}

@keyframes hpc-phone-slide-next {
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}

@media (min-width: 992px) {
    .calypso-page .hpc-cart__container.calypso-block {
        padding-top: 160px;
    }
}

.index-EW19 .main-container.main-container--EW19 {
    padding-top: 0;
}

.index-EW19 .overflow-hidden,
.index-EW19 .main-container .page {
    overflow: hidden;
}

@media (min-width: 992px) {
    .index-EW19 .main-container .page {
        margin-top: -80px;
    }
}

.calypso-viewport--mobile .main-container {
    overflow-x: hidden;
}

#tile-2 .hpc-text h1,
#tile-2 .hpc-text .h1,
#tile-2 .hpc-text p {
    color: #fff;
}

.desktop-hidden {
    color: #fff;
}

.text__image {
    padding-top: 116px;
    padding-bottom: 116px;
}
.text__image__title__highlight {
    font-weight: bold;
    font-size: 32px;
    display: block;
}
@media (min-width: 992px) {
    .text__image__title__highlight {
        font-size: 70px;
    }
}
@media (min-width: 992px) {
    .text__image__right {
        padding-left: 90px;
    }
}
.text__image h1,
.text__image .h1 {
    font-size: 26px;
    line-height: 42px;
    margin-top: 50px;
}
@media (min-width: 992px) {
    .text__image h1,
    .text__image .h1 {
        margin-top: 0;
        font-size: 50px;
        line-height: 70px;
    }
}
.text__image p {
    margin-top: 34px;
    color: #171819;
    font-size: 20px;
    line-height: 38px;
}
.text__image a {
    padding-right: 112px;
    padding-left: 112px;
    margin-top: 40px;
    width: 100%;
    max-width: 384px;
    color: white;
}
.text__image a:hover {
    color: white;
}
@media (min-width: 768px) {
    .text__image a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}
.text__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.base__slider__title {
    font-size: 24px;
    line-height: 39px;
    font-weight: bold;
    margin-bottom: 0;
}
.base__slider .splide__pagination {
    position: relative;
    margin-top: 40px;
}
.base__slider .splide__pagination .is-active {
    background: #616161;
}
.base__slider li.splide__slide {
    border: 1px solid #f0f0f0;
    padding: 20px 0;
    margin-top: 30px;
    background-color: #fff;
}
.base__slider img {
    height: 109px;
    margin: auto;
    display: block;
}

.platforms {
    position: relative;
    background-image: url(/home/images/repeat-grid.png);
    background-repeat: repeat-y;
}
.platforms__images {
    margin-top: 5rem;
}
.platforms .grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
}
.platforms p {
    font-size: 1.5rem;
    line-height: 43px;
}
.platforms figure {
    display: inline;
}
.platforms figure img {
    max-height: 226px;
    margin: auto;
    display: block;
}
.platforms figure figcaption {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 38px;
}
.platforms button {
    padding-left: 112px;
    padding-right: 112px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
}
@media (min-width: 768px) {
    .platforms button {
        margin-top: 20px;
    }
}
@media (max-width: 375px) {
    .platforms button,
    .tabs .px-80 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}
.platforms button:hover {
    color: white;
}

.testimonials__subtitle {
    font-size: 18px;
    line-height: 29px;
    color: #616562;
    margin-top: 1rem;
    margin-bottom: 29px;
    font-family: "Metropolis";
}
@media (min-width: 768px) {
    .testimonials__subtitle {
        font-size: 28px;
        line-height: 43px;
        margin-bottom: 5rem;
    }
}

@media (min-width: 768px) {
    .testimonials .testimonials__subtitle {
        margin-bottom: 18px;
    }
}

@media (min-width: 768px) {
    .testimonials__details {
        display: grid;
        grid-template-columns: 64px auto;
        grid-gap: 20px;
        align-items: center;
    }
}

.testimonials__avatar {
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    margin-right: 20px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    .testimonials__avatar {
        position: relative;
        transform: initial;
        left: 0;
    }
}

.testimonials__author {
    font-size: 14px;
    border: 1px solid #f0f0f0;
    position: absolute;
    bottom: 0;
    padding: 8px 20px;
    left: 50%;
    transform: translate(-50%, 50%);
    background-color: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.testimonials img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    color: #070707;
}
.testimonials__details p a {
    font-weight: bold;
}
@media (min-width: 768px) {
    .testimonials p {
        margin-top: 0;
    }
}

.testimonials h2,
.testimonials .h2 {
    margin-bottom: 0;
}

.testimonials .splide__track {
    padding-bottom: 40px;
}

.base__slider.testimonials .splide__slide {
    padding: 30px 16px;
}
@media (min-width: 768px) {
    .base__slider.testimonials .splide__slide {
        padding: 30px 40px;
    }
}

.trusted__section {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .trusted__section {
        padding-top: 120px;
    }
}

@media (min-width: 768px) {
    .trusted__section {
        padding-top: 160px;
    }
}

.talk__section {
    padding-top: 0;
    margin-top: -48px;
}

.brands__slider__title {
    font-family: "Metropolis Extra";
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 0;
}

.page__subtitle {
    font-size: 1.5rem;
}

.koklass__build__features p {
    font-size: 1.25rem;
}

.koklass__build__features .page__subtitle {
    font-size: 1.5rem;
}

.koklass__build__features h3 {
    margin-bottom: 0;
}

.featured {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.featured__inner {
    position: relative;
    background: #460d3e;
    border-radius: 8px;
    padding: 30px 20px;
}

.featured__inner img {
    opacity: 0.25;
}
@media (min-width: 768px) {
    .featured__inner {
        padding: 60px 20px;
    }
}
@media (min-width: 768px) {
    .featured {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}
.featured__contents {
    position: relative;
}
.featured img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.featured h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0;
    font-family: "Metropolis";
    font-weight: 500;
}

.featured h3 {
    font-size: 16px;
    line-height: 26px;
    font-family: "Metropolis";
    font-weight: 500;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .featured h2 {
        font-size: 36px;
        line-height: 49px;
    }
}
@media (min-width: 768px) {
    .featured h3 {
        font-size: 24px;
        line-height: 36px;
        margin-top: 16px;
    }
}
.featured a {
    background-color: #f2c13e;
    color: #2b2b2b;
    padding: 16px 0;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 30px;
    font-size: 18px;
}
@media (min-width: 768px) {
    .featured a {
        padding: 16px 40px;
        margin-top: 50px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

#secondary-slider .splide__pagination {
    display: none;
}

#secondary-slider-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    transform: none !important;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
}
#secondary-slider-list li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    flex: 0 0 33.33%;
    border-width: 1px 1px 0 0;
    border-color: #f0f0f0;
}
@media (max-width: 1199.98px) {
    #secondary-slider-list li {
        height: 150px;
    }
}
#secondary-slider-list li.is-active {
    background-color: #ec3876;
    border: #ec3876;
}
#secondary-slider-list li.is-active:hover {
    -webkit-filter: initial;
    filter: initial;
}
#secondary-slider-list li.is-active img {
    -webkit-filter: contrast(0.5) brightness(5) invert(0) grayscale(0);
    filter: contrast(0.5) brightness(5) invert(0) grayscale(0);
}
#secondary-slider-list li.is-active svg .c {
    fill: white;
}
#secondary-slider-list li.is-active figcaption {
    color: white;
}
#secondary-slider-list figure {
    text-align: center;
}
#secondary-slider-list figure img {
    height: 72px;
}
@media (max-width: 1199.98px) {
    #secondary-slider-list figure img {
        height: 50px;
    }
}
#secondary-slider-list figure figcaption {
    color: #616161;
    margin-top: 20px;
}
@media (max-width: 1199.98px) {
    #secondary-slider-list figure figcaption {
        margin-top: 10px;
    }
}
#secondary-slider-list
    .splide--nav
    > .splide__track
    > .splide__list
    > .splide__slide {
    border: none;
}

#primary-slider {
    background-color: #fafafa;
}
@media (max-width: 575.98px) {
    #primary-slider {
        display: flex;
        flex-direction: column-reverse;
    }
}
#primary-slider .splide__arrows {
    position: relative;
    top: 25%;
    transform: translateY(-25%);
    z-index: 9;
}
@media (max-width: 575.98px) {
    #primary-slider .splide__arrows {
        width: 200px;
        margin: auto;
        top: 15%;
        transform: translateY(-15%);
    }
}
#primary-slider .splide__arrow {
    background-color: transparent;
}
#primary-slider .splide__arrow svg {
    fill: #ec3876;
}
#primary-slider li {
    border: none;
    width: 100% !important;
    /* display: flex; */
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
#primary-slider img {
    height: 194px;
    display: block;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    #primary-slider img {
        height: 140px;
    }
}
#primary-slider h3,
#primary-slider .h3 {
    margin-top: 60px;
    margin-bottom: 0;
}
#primary-slider p {
    margin-top: 20px;
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    #primary-slider p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 116px;
    }
}
.theme__list {
    background: #f4f5f5;
}
.theme__list li {
    position: relative;
    padding-left: 36px;
}
.theme__list li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #616161;
    position: absolute;
    left: 0;
    top: 3px;
}

.faq__section__subtitle {
    font-size: 24px;
}

.faq__section .accordion-button:after {
    transform: rotate(-90deg);
}

.faq__section .active .accordion-collapse {
    display: block;
}

.faq__section .active .accordion-button:after {
    transform: rotate(0deg);
}

.link__tabs ul {
    border-bottom: 1px solid rgba(97, 97, 97, 0.4);
    overflow-x: auto;
    overflow-y: hidden;
}

.link__tabs li {
    position: relative;
}
.link__tabs li:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    background-color: #ec3876;
    height: 3px;
    transition: width 0.3s;
}
.link__tabs li.active:before,
.link__tabs li:hover:before {
    width: 100%;
}
.link__tabs li.active a,
.link__tabs li:hover a {
    color: #ec3876;
}

.link__tabs a {
    display: block;
    color: #616161;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.options button {
    padding: 12px 40px;
    cursor: initial;
    margin-right: 20px;
    border: 0;
    border: 1px solid #ec3876;
    border-radius: 6px;
}

.options__title {
    font-size: 32px;
    line-height: 39px;
}

.featured__features {
    position: relative;
}

.grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.features .grid-bg {
    max-height: 100%;
}

.next-prev-page .prev {
    border-right: 1px solid #616161;
}

.next-prev-page .prev,
.next-prev-page .next {
    max-width: 140px;
}
@media (min-width: 576px) {
    .next-prev-page .prev,
    .next-prev-page .next {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
}

.next-prev-page a {
    width: 40px;
    height: 40px;
    transition: 1s;
    border-radius: 50%;
}
@media (min-width: 576px) {
    .next-prev-page a {
        width: 70px;
        height: 70px;
    }
}
.next-prev-page a:hover {
    color: white;
    background: #ec3876;
    transition: 1s;
}

.next a:hover{
    color: #ec3876 !important;
    background: none;
    transition: none;
} 

.next a{
    color: #616161 !important;
}

.prev a{
    color: #616161 !important;
}

.prev a:hover{
    color: #ec3876 !important;
    background: none;
    transition: none;
} 

.next-prev-page strong {
    font-size: 18px;
    margin-top: 20px;
}

header .links {
    display: none;
}
@media (min-width: 992px) {
    header .links {
        display: block;
    }
}
header .links a {
    color: #616161;
    font-size: 16px;
}

@media (min-width: 992px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1200px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
    }
}

header .navbar {
    background: white;
    padding-top: 16px;
    box-shadow: 0 0 3px silver;
    padding-bottom: 16px;
}

header .btn-cta {
    margin-left: 44px;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-toggler span {
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #ec3876;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

header .navbar__open {
    background: none;
    padding: 0;
    width: 100%;
}
header .navbar__open .navbar-toggler span {
    background: #ec3876;
    opacity: 1;
    transform: rotate(45deg);
}
header .navbar__open .navbar-toggler span:nth-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
header .navbar__open .navbar-toggler span:nth-child(2) {
    transform: rotate(-45deg) translate(-8px, 5px);
}
header .navbar__open .nav__contents {
    padding: 0;
    margin: 0;
    max-width: 100%;
    background: white;
    justify-content: flex-start;
    align-items: flex-start;
}
header .navbar__open .links {
    display: block;
    padding-top: 96px;
    padding-left: 46px;
}
header .navbar__open .brand__logo {
    background: transparent linear-gradient(341deg, #e76047 0%, #ec3876 100%) 0%
        0% no-repeat;
    padding: 15px 30px;
    height: 100vh;
}
header .navbar__open .brand__logo a {
    margin: 0;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
header .navbar__open .nav__contents {
    height: 100vh;
}
header .navbar__open button {
    position: absolute;
    top: 20px;
    right: 20px;
}

.pricing .card {
    padding: 70px 24px 24px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    transition: all ease 0.3s;
    box-shadow: 0px 8px 20px transparent;
}
.pricing .card.active {
    box-shadow: 0px 8px 20px #00000029;
}
.pricing .card.active .card__footer a {
    color: #fff;
    font-weight: 600;
}
.pricing .card .best-value {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 14px;
    font-size: 1rem;
    font-weight: 600;
}
.pricing .card__title {
    font-size: 1.25rem;
    font-weight: 600;
}
.pricing .card__price {
    margin-bottom: 40px;
}
.pricing .card__price .amount {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #212121;
}
.pricing .card__price .includes {
    font-size: 0.875rem;
    line-height: 24px;
}
.pricing .card__features {
    margin-bottom: 58px;
}
.pricing .card__features li {
    position: relative;
    line-height: 30px;
    padding-left: 30px;
}
.pricing .card__features li.yes::before {
    background: url(../images/icons/done.svg) no-repeat content-box;
}
.pricing .card__features li.no::before {
    background: url(../images/icons/clear.svg) no-repeat content-box;
}
.pricing .card__features li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    display: block;
    height: 20px;
    width: 20px;
}
.pricing .card__features li a {
    color: #070707;
    font-size: 0.875rem;
}
.pricing .card__footer a {
    color: #000;
    font-weight: 600;
}
.pricing .card__footer a:hover {
    color: #fff;
}

.pricing .feature__toggler {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
}
.pricing .feature__toggler:hover {
    color: #ec3876;
}
.pricing .feature__toggler span:last-child {
    display: none;
}
.pricing .feature__toggler.show span:first-child {
    display: none;
}
.pricing .feature__toggler.show span:last-child {
    display: inline-block;
}
.pricing .feature__toggler.show::after {
    transform: rotate(180deg);
}

.pricing .feature__toggler.show + .mobile {
    visibility: visible;
    max-height: 100%;
    -webkit-animation: ToptoBottom 0.5s ease-in;
    animation: ToptoBottom 0.5s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.pricing .mobile {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: max-height 0.2s;
}

@-webkit-keyframes ToptoBottom {
    0% {
        height: 0px;
        opacity: 0;
        visibility: hidden;
    }
    100% {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
}

@keyframes ToptoBottom {
    0% {
        height: 0px;
        opacity: 0;
        visibility: hidden;
    }
    100% {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
}

.compare__heading {
    background-color: #fafafa;
    top: 78px;
}
@media (max-width: 991.98px) {
    .compare__heading {
        top: 60px;
    }
}
.compare__heading h2,
.compare__heading .h2,
.compare__heading .price {
    font-size: 1.5rem;
    font-weight: bold;
}
@media (max-width: 1399.98px) {
    .compare__heading h2,
    .compare__heading .h2,
    .compare__heading .price {
        font-size: 1.25rem;
    }
}
@media (max-width: 1199.98px) {
    .compare__heading h2,
    .compare__heading .h2,
    .compare__heading .price {
        font-size: 1rem;
    }
}

.compare__body .table-responsive {
    padding-block: 50px;
    border-bottom: 1px solid #f0f0f0;
}

.compare__body table {
    margin-bottom: 0;
}

.compare__body td + td {
    border-left: 1px solid #f0f0f0;
}

.compare__body .no,
.compare__body .yes {
    width: 20px;
    height: 20px;
    margin: auto;
    display: inline-block;
}

.compare__body .yes {
    background: url(../images/icons/done.svg) no-repeat content-box;
}

.compare__body .no {
    background: url(../images/icons/clear.svg) no-repeat content-box;
}

.compare caption {
    font-weight: 600;
    caption-side: top;
    color: #212121;
    padding-inline: 0.5rem;
}

.compare th .title {
    color: #616161;
    font-size: 0.875rem;
}

.compare th:first-child,
.compare td:first-child {
    max-width: 300px;
    width: 300px;
    text-align: left;
}

.compare td {
    text-align: center;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .pricing .card {
        padding-top: 40px;
    }
    .pricing .card__title {
        font-size: 1rem;
    }
    .pricing .card__price {
        margin-bottom: 20px;
    }
    .pricing .card__price .amount {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }
    .pricing .card__features {
        margin-bottom: 38px;
    }
}

@media screen and (max-width: 575px) {
    .pricing .pt-80 {
        padding-top: 30px;
    }
}

.form input {
    height: auto;
}

.contact .title p {
    font-size: 1.25rem;
    line-height: 38px;
}

.contact__info h3,
.contact__info .h3 {
    font-size: 1.25rem;
}

.features h2,
.features .h2 {
    font-size: 28px;
}
@media (min-width: 768px) {
    .features h2,
    .features .h2 {
        font-size: 36px;
    }
}

.features h3 {
    font-size: 18px;
    line-height: 30px;
}
@media (min-width: 768px) {
    .features h3 {
        font-size: 24px;
        line-height: 39px;
        margin-bottom: 1.25rem;
    }
}

.features p {
    line-height: 30px;
    margin-top: 0;
}

.features img {
    max-height: 450px;
}

.section__with__bg {
    background: #fafafa;
}

.blog .title h1,
.blog .title .h1 {
    font-size: 2.25rem;
}

.blog .card {
    height: 100%;
    border: 1px solid #f0f0f0;
    isolation: isolate;
}
.blog .card::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    box-shadow: 0px 8px 20px #00000029;
    transition: opacity 0.3s;
    border-radius: 0.5rem;
    z-index: -1;
}
.blog .card:hover {
    border-color: transparent;
}
.blog .card:hover::after {
    opacity: 1;
}
.blog .card-title a {
    font-size: 1.1rem;
    color: #212121;
}
.blog .card-text {
    font-size: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog .card-link {
    font-size: 0.75rem;
    font-weight: 500;
}
.blog .card.horizontal__card .card-title {
    font-size: 1.75rem;
    line-height: 52px;
}
@media (max-width: 575.98px) {
    .blog .card.horizontal__card .card-title {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
}

.blog .post {
    font-size: 12px;
}

.blog-detail .social a {
    padding: 10px;
    background-color: #fafafa;
    border-radius: 50%;
    text-align: center;
    transition: all ease 0.3s;
}
.blog-detail .social a svg {
    fill: #616161;
    transition: fill 0.3s;
}
.blog-detail .social a:hover {
    background-color: #ec3876;
}
.blog-detail .social a:hover svg {
    fill: #fff;
}

.blog-detail h1,
.blog-detail .h1 {
    line-height: 70px;
}

.blog-detail .author {
    font-family: 500;
}
.blog-detail .author cite {
    font-style: normal;
}
.blog-detail .author figure {
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ec3876;
    margin-right: 1rem;
}
.blog-detail .author figure img {
    -webkit-filter: invert(1) brightness(10) grayscale(1);
    filter: invert(1) brightness(10) grayscale(1);
    width: 25px;
}

.blog__info blockquote {
    font-size: 1.25rem;
    margin-top: 40px;
    line-height: 34px;
}

.blog__info p {
    font-size: 1.25rem;
    line-height: 32px;
}
.blog__info p + p {
    margin-top: 40px;
}
.error__page input,
.thank__you input,
.error__page button,
.thank__you button {
    height: 46px;
    padding: 10px;
}

.error__page button,
.thank__you button {
    position: relative;
    left: -4px;
    width: 64px;
    border: none;
    border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 575px) {
    .error__page .py-100 {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
    .error__page .row {
        padding: 0 1rem;
        flex-direction: row-reverse;
    }
    .thank__you .row {
        padding: 0 1rem;
    }
}
/* css of the changed banner */
.banner {
    overflow: hidden;
    margin-top: -80px;
}
.banner p {
    line-height: 27px;
}

.banner .first__row__content h1,
.banner .second__row__content h1 {
    font-size: 48px;
    font-family: "Metropolis Black";
}

@media (min-width: 768px) {
    .banner .first__row__content h1,
    .banner .second__row__content h1 {
        font-size: 64px;
    }
}

.banner .first__row__content h1 {
    color: #0d0d0d;
}

.banner .btn-first {
    background-color: #212121;
}
.banner .first__row__container {
    position: relative;
}
.banner .custom__row {
    position: relative;
}
.banner .custom__row__second {
    background: #ec3876;
}
@media (min-width: 1199px) {
    .banner .custom__row__second {
        background: none;
    }
}
.banner .first__row__left {
    padding-top: 160px;
    padding-bottom: 60px;
}
@media (min-width: 1199px) {
    .banner .first__row__left {
        /* height: calc(100vh - 92.6px); */
        height: 100vh;
        /* margin-top: 92.6px; */
        padding-right: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.banner .second__row__left {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 1199px) {
    .banner .second__row__left {
        height: 100vh;
        padding-right: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.banner .mobile__illustration {
    margin-top: -80px;
}
.banner .moveable__background__right {
    display: none;
}
@media (min-width: 1199px) {
    .banner .moveable__background__right {
        display: block;
        width: 450px;
        height: 83vh;
        background: #ec3876;
        position: absolute;
        /* top: 250px;
        right: 0; */
        top: 100px;
        right: -200px;
        transform: translateX(150px);
    }
}
.banner .second__row__content {
    position: relative;
}
@media (min-width: 1199px) {
    .banner .moveable__background__left {
        width: calc(100% + 200px);
        height: 100%;
        background: #ec3876;
        position: absolute;
        /* top: 100px; */
        left: -50%;
    }
}
@media (min-width: 1199px) {
    .banner .parallax__block {
        padding-left: 100px;
    }
}

.banner .screens {
    display: flex;
}
.banner .phone {
    margin-right: -40px;
    position: relative;
}
.banner .phone img {
    width: 354px;
    max-width: initial;
    display: block;
}
.banner .phone-overlay {
    position: absolute;
    top: 24px;
    left: 22px;
    width: 204px;
    height: 432px;
    overflow: hidden;
    border-radius: 20px;
}
.banner .phone-overlay img {
    width: 100%;
}
.banner .tablet {
    position: relative;
    margin-right: -90px;
}
.banner .tablet img {
    width: 1042px;
    max-width: initial;
    display: block;
}
.banner .tablet-overlay {
    width: 856px;
    position: absolute;
    top: 23px;
    left: 49px;
    border-radius: 20px;
    overflow: hidden;
    height: 593px;
}
.banner .tablet-overlay img {
    width: 100%;
}
.banner button {
    padding-left: 50px;
    padding-right: 50px;
}
.banner .phone__slider ul {
    width: initial;
}

.tabs ul li h3 {
    font-size: 20px;
}
.scroll__down {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.arrow a {
    color: green;
    text-decoration: none;
}

.arrow {
    text-align: center;
    margin: 8% 0;
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.bounce svg {
    transform: rotate(90deg);
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.blocker {
    z-index: 10000 !important;
}
.modal .testimonials__details {
    display: initial;
}
.modal .testimonials__avatar {
    position: absolute;
    left: 0%;
    transform: translate(-50%, -50%);
}

.privacy_policy_heading {
    font-family: Metropolis;
    font-size: 18px !important;
    font-weight: 600;
}

.privacy_policy_main_heading {
    font-family: Metropolis;
    font-size: 38px !important;
    font-weight: 600;
}
#koklass__relative {
    overflow: hidden;
}
#koklass__relative::after {
    content: "";
    position: absolute;
    right: -130px;
    top: 100px;
    background-image: url(../home/images/about-us/dot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-width: 500px;
}
#koklass__relative::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../home/images/about-us/dot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-width: 500px;
}
