@charset "UTF-8";
blockquote {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

.container,
.container-fluid,
.container-md,
.container-xl,
.container-xs {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1264px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 1.625rem + 2px);
  padding: 0.8125rem 1rem;
  font-family: Inter, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e8e8ea;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color 0.35s, box-shadow 0.35s, color 0.35s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #149bfe;
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0 input-btn-focus-width #149bfe;
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f5f5f7;
  opacity: 1;
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select.form-control:focus::-ms-value {
  color: #000;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.8125rem + 1px);
  padding-bottom: calc(0.8125rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

.col-form-label-lg {
  padding-top: calc(1.0625rem + 1px);
  padding-bottom: calc(1.0625rem + 1px);
  font-size: 1.25rem;
  line-height: 1;
}

.col-form-label-sm {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1rem;
  line-height: 1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.8125rem 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.25rem;
}

.form-control-lg {
  height: calc(1em + 2.125rem + 2px);
  padding: 1.0625rem 1rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
}

select.form-control[multiple],
select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.5rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: rgba(0, 0, 0, 0.6);
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #000;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #000;
  padding-right: calc(1em + 1.625rem) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E %3Ccircle fill='%23149BFE' cx='12' cy='12' r='12'%3E%3C/circle%3E %3Cpolygon fill='%23FFFFFF' transform='translate%2812.594623, 10.755387%29 rotate%2845.000000%29 translate%28-12.594623, -10.755387%29 ' points='13.7473669 5.33922535 15.4473261 5.32744115 15.5225796 16.1833332 9.66666694 16.1833332 9.66666694 14.4833332 13.8106669 14.4833332'%3E%3C/polygon%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.40625rem) center;
  background-size: calc(0.5em + 0.8125rem) calc(0.5em + 0.8125rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1em + 1.625rem);
  background-position: top calc(0.25em + 0.40625rem) right calc(0.25em + 0.40625rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #000;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E %3Ccircle fill='%23149BFE' cx='12' cy='12' r='12'%3E%3C/circle%3E %3Cpolygon fill='%23FFFFFF' transform='translate%2812.594623, 10.755387%29 rotate%2845.000000%29 translate%28-12.594623, -10.755387%29 ' points='13.7473669 5.33922535 15.4473261 5.32744115 15.5225796 16.1833332 9.66666694 16.1833332 9.66666694 14.4833332 13.8106669 14.4833332'%3E%3C/polygon%3E %3C/svg%3E ") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #000;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #000;
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #000;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #000;
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #000;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #000;
  padding-right: calc(1em + 1.625rem) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' fill='%23000' height='24px' viewBox='0 0 24 24'%3E %3Cpath d='M12,0 C14.9535886,0 17.6579487,1.067074 19.7485975,2.83673926 L19.7781746,2.80761184 L21.1923882,4.22182541 L21.1632607,4.25140247 C22.932926,6.34205133 24,9.04641142 24,12 C24,18.627417 18.627417,24 12,24 C9.04641142,24 6.34205133,22.932926 4.25140247,21.1632607 L4.22182541,21.1923882 L2.80761184,19.7781746 L2.83673926,19.7485975 C1.067074,17.6579487 0,14.9535886 0,12 C0,5.372583 5.372583,0 12,0 Z M19.7427889,5.67107713 L5.67107713,19.7427889 C7.39497596,21.1535722 9.59864107,22 12,22 C17.5228475,22 22,17.5228475 22,12 C22,9.59864107 21.1535722,7.39497596 19.7427889,5.67107713 Z M12,2 C6.4771525,2 2,6.4771525 2,12 C2,14.4013589 2.84642785,16.605024 4.25721107,18.3289229 L18.3289229,4.25721107 C16.605024,2.84642785 14.4013589,2 12,2 Z' %3E%3C/path%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.40625rem) center;
  background-size: calc(0.5em + 0.8125rem) calc(0.5em + 0.8125rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1em + 1.625rem);
  background-position: top calc(0.25em + 0.40625rem) right calc(0.25em + 0.40625rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #000;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' fill='%23000' height='24px' viewBox='0 0 24 24'%3E %3Cpath d='M12,0 C14.9535886,0 17.6579487,1.067074 19.7485975,2.83673926 L19.7781746,2.80761184 L21.1923882,4.22182541 L21.1632607,4.25140247 C22.932926,6.34205133 24,9.04641142 24,12 C24,18.627417 18.627417,24 12,24 C9.04641142,24 6.34205133,22.932926 4.25140247,21.1632607 L4.22182541,21.1923882 L2.80761184,19.7781746 L2.83673926,19.7485975 C1.067074,17.6579487 0,14.9535886 0,12 C0,5.372583 5.372583,0 12,0 Z M19.7427889,5.67107713 L5.67107713,19.7427889 C7.39497596,21.1535722 9.59864107,22 12,22 C17.5228475,22 22,17.5228475 22,12 C22,9.59864107 21.1535722,7.39497596 19.7427889,5.67107713 Z M12,2 C6.4771525,2 2,6.4771525 2,12 C2,14.4013589 2.84642785,16.605024 4.25721107,18.3289229 L18.3289229,4.25721107 C16.605024,2.84642785 14.4013589,2 12,2 Z' %3E%3C/path%3E %3C/svg%3E") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #000;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #000;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #000;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #000;
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #000;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-family: Inter, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.1875rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.5rem;
  transition: color 0.35s, background-color 0.35s, border-color 0.35s, box-shadow 0.35s, opacity 0.35s;
}

.btn:hover {
  color: #000;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  box-shadow: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  transition: transform, 0.4s;
  box-shadow: none;
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn-primary:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  transform: translateY(-2px);
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #000;
  border-color: #000;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transform: translateY(-1px);
}

.btn-secondary {
  transition: transform, 0.4s;
  box-shadow: none;
  background-color: #f0f0f2;
  color: #000;
  border-color: #f0f0f2;
}

.btn-secondary:hover {
  background-color: #e8e8ea;
  color: #000;
  border-color: #e8e8ea;
  transform: translateY(-2px);
}

.btn-secondary.focus,
.btn-secondary:focus {
  background-color: #f0f0f2;
  color: #000;
  border-color: #f0f0f2;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #f0f0f2;
  border-color: #f0f0f2;
  color: #000;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus {
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
  transform: translateY(-1px);
}

.btn-success {
  transition: transform, 0.4s;
  box-shadow: none;
  background-color: #149bfe;
  color: #fff;
  border-color: #149bfe;
}

.btn-success:hover {
  background-color: #0794fb;
  color: #fff;
  border-color: #0794fb;
  transform: translateY(-2px);
}

.btn-success.focus,
.btn-success:focus {
  background-color: #149bfe;
  color: #fff;
  border-color: #149bfe;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #149bfe;
  border-color: #149bfe;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:focus {
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #149bfe;
  border-color: #149bfe;
  transform: translateY(-1px);
}

.btn-info {
  transition: transform, 0.4s;
  box-shadow: none;
  background-color: #16b4f2;
  color: #fff;
  border-color: #16b4f2;
}

.btn-info:hover {
  background-color: #10abe8;
  color: #fff;
  border-color: #10abe8;
  transform: translateY(-2px);
}

.btn-info.focus,
.btn-info:focus {
  background-color: #16b4f2;
  color: #fff;
  border-color: #16b4f2;
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #16b4f2;
  border-color: #16b4f2;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info:disabled.focus,
.btn-info:disabled:focus {
  box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #16b4f2;
  border-color: #16b4f2;
  transform: translateY(-1px);
}

.btn-warning {
  transition: transform, 0.4s;
  box-shadow: none;
  background-color: #fcc01a;
  color: #fff;
  border-color: #fcc01a;
}

.btn-warning:hover {
  background-color: #f9ba0d;
  color: #fff;
  border-color: #f9ba0d;
  transform: translateY(-2px);
}

.btn-warning.focus,
.btn-warning:focus {
  background-color: #fcc01a;
  color: #fff;
  border-color: #fcc01a;
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #fcc01a;
  border-color: #fcc01a;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus {
  box-shadow: none;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fcc01a;
  border-color: #fcc01a;
  transform: translateY(-1px);
}

.btn-danger {
  transition: transform, 0.4s;
  box-shadow: none;
  background-color: #fb5d2e;
  color: #fff;
  border-color: #fb5d2e;
}

.btn-danger:hover {
  background-color: #f85221;
  color: #fff;
  border-color: #f85221;
  transform: translateY(-2px);
}

.btn-danger.focus,
.btn-danger:focus {
  background-color: #fb5d2e;
  color: #fff;
  border-color: #fb5d2e;
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #fb5d2e;
  border-color: #fb5d2e;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus {
  box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fb5d2e;
  border-color: #fb5d2e;
  transform: translateY(-1px);
}

.btn-light {
  transition: transform, 0.4s;
  box-shadow: none;
  background-color: #f5f5f7;
  color: #000;
  border-color: #f5f5f7;
}

.btn-light:hover {
  background-color: #ededef;
  color: #000;
  border-color: #ededef;
  transform: translateY(-2px);
}

.btn-light.focus,
.btn-light:focus {
  background-color: #f5f5f7;
  color: #000;
  border-color: #f5f5f7;
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f5f5f7;
  border-color: #f5f5f7;
  color: #000;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-light.disabled.focus,
.btn-light.disabled:focus,
.btn-light:disabled.focus,
.btn-light:disabled:focus {
  box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
  transform: translateY(-1px);
}

.btn-dark {
  transition: transform, 0.4s;
  box-shadow: none;
  background-color: #d1d1d4;
  color: #000;
  border-color: #d1d1d4;
}

.btn-dark:hover {
  background-color: #cacacb;
  color: #000;
  border-color: #cacacb;
  transform: translateY(-2px);
}

.btn-dark.focus,
.btn-dark:focus {
  background-color: #d1d1d4;
  color: #000;
  border-color: #d1d1d4;
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #d1d1d4;
  border-color: #d1d1d4;
  color: #000;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-dark.disabled.focus,
.btn-dark.disabled:focus,
.btn-dark:disabled.focus,
.btn-dark:disabled:focus {
  box-shadow: none;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #000;
  background-color: #d1d1d4;
  border-color: #d1d1d4;
  transform: translateY(-1px);
}

.btn-default {
  transition: transform, 0.4s;
  box-shadow: none;
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.btn-default:hover {
  background-color: #f7f7f7;
  color: #000;
  border-color: #f7f7f7;
  transform: translateY(-2px);
}

.btn-default.focus,
.btn-default:focus {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.btn-default.disabled,
.btn-default:disabled {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default:disabled.focus,
.btn-default:disabled:focus {
  box-shadow: none;
}

.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  transform: translateY(-1px);
}

.btn-outline-primary {
  transition: transform, 0.4s;
  color: #000;
  border-color: #1f1f1f;
}

.btn-outline-primary:hover {
  color: #000;
  border-color: #1f1f1f;
  transform: translateY(-2px);
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  background-color: transparent;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #000;
  border-color: #1f1f1f;
  background-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus {
  box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #1f1f1f;
}

.btn-outline-secondary {
  transition: transform, 0.4s;
  color: #f0f0f2;
  border-color: #fff;
}

.btn-outline-secondary:hover {
  color: #f0f0f2;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  background-color: transparent;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #f0f0f2;
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus {
  box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #000;
  background-color: #f0f0f2;
  border-color: #fff;
}

.btn-outline-success {
  transition: transform, 0.4s;
  color: #149bfe;
  border-color: #53b5fd;
}

.btn-outline-success:hover {
  color: #149bfe;
  border-color: #53b5fd;
  transform: translateY(-2px);
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  background-color: transparent;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #149bfe;
  border-color: #53b5fd;
  background-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus {
  box-shadow: none;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #149bfe;
  border-color: #53b5fd;
}

.btn-outline-info {
  transition: transform, 0.4s;
  color: #16b4f2;
  border-color: #52c6f4;
}

.btn-outline-info:hover {
  color: #16b4f2;
  border-color: #52c6f4;
  transform: translateY(-2px);
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  background-color: transparent;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #16b4f2;
  border-color: #52c6f4;
  background-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus {
  box-shadow: none;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #16b4f2;
  border-color: #52c6f4;
}

.btn-outline-warning {
  transition: transform, 0.4s;
  color: #fcc01a;
  border-color: #fbd059;
}

.btn-outline-warning:hover {
  color: #fcc01a;
  border-color: #fbd059;
  transform: translateY(-2px);
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  background-color: transparent;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #fcc01a;
  border-color: #fbd059;
  background-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus {
  box-shadow: none;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #fcc01a;
  border-color: #fbd059;
}

.btn-outline-danger {
  transition: transform, 0.4s;
  color: #fb5d2e;
  border-color: #fb8d6c;
}

.btn-outline-danger:hover {
  color: #fb5d2e;
  border-color: #fb8d6c;
  transform: translateY(-2px);
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  background-color: transparent;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #fb5d2e;
  border-color: #fb8d6c;
  background-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus {
  box-shadow: none;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fb5d2e;
  border-color: #fb8d6c;
}

.btn-outline-light {
  transition: transform, 0.4s;
  color: #f5f5f7;
  border-color: #fff;
}

.btn-outline-light:hover {
  color: #f5f5f7;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  background-color: transparent;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f5f5f7;
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-outline-light.disabled.focus,
.btn-outline-light.disabled:focus,
.btn-outline-light:disabled.focus,
.btn-outline-light:disabled:focus {
  box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #f5f5f7;
  border-color: #fff;
}

.btn-outline-dark {
  transition: transform, 0.4s;
  color: #d1d1d4;
  border-color: #f1f1f2;
}

.btn-outline-dark:hover {
  color: #d1d1d4;
  border-color: #f1f1f2;
  transform: translateY(-2px);
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  background-color: transparent;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #d1d1d4;
  border-color: #f1f1f2;
  background-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-outline-dark.disabled.focus,
.btn-outline-dark.disabled:focus,
.btn-outline-dark:disabled.focus,
.btn-outline-dark:disabled:focus {
  box-shadow: none;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #000;
  background-color: #d1d1d4;
  border-color: #f1f1f2;
}

.btn-outline-default {
  transition: transform, 0.4s;
  color: #fff;
  border-color: #fff;
}

.btn-outline-default:hover {
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-outline-default.focus,
.btn-outline-default:focus {
  background-color: transparent;
}

.btn-outline-default.disabled,
.btn-outline-default:disabled {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-outline-default.disabled.focus,
.btn-outline-default.disabled:focus,
.btn-outline-default:disabled.focus,
.btn-outline-default:disabled:focus {
  box-shadow: none;
}

.btn-outline-default:not(:disabled):not(.disabled).active,
.btn-outline-default:not(:disabled):not(.disabled):active,
.show > .btn-outline-default.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 1.5rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.5rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.9375rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.06667;
  border-radius: 0.5rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 0.5rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #e8e8ea;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #f0f0f2;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: #f5f5f7 #f5f5f7 #f0f0f2;
}

.nav-tabs .nav-link.disabled {
  color: #e8e8ea;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  border-color: #f2f2f4 #f2f2f4 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #fff;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-md,
.navbar .container-xl,
.navbar .container-xs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.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-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.9375rem 0.6875rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-xl,
.navbar-expand > .container-xs {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-xl,
.navbar-expand > .container-xs {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #0085e4;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #0085e4;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #0085e4;
}

.navbar-light .navbar-toggler {
  color: #000;
  border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: #000;
}

.navbar-light .navbar-text a {
  color: #0085e4;
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #0085e4;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.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 #f0f0f2;
  border-radius: 0.5rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem;
}

.card-title {
  margin-bottom: 1.5rem;
}

.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 2rem;
}

.card-header {
  padding: 1.5rem 2rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f2;
}

.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 1.5rem 2rem;
  background-color: #fff;
  border-top: 1px solid #f0f0f2;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -1.5rem;
  margin-left: -1rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card-deck .card {
  margin-bottom: 12px;
}

.card-group > .card {
  margin-bottom: 12px;
}

.card-columns .card {
  margin-bottom: 1.5rem;
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 68.75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.35s, background-color 0.35s, border-color 0.35s, box-shadow 0.35s, opacity 0.35s;
}

a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #000;
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #000;
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}

.badge-secondary {
  color: #000;
  background-color: #f0f0f2;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #000;
  background-color: #d5d5da;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 240, 242, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #149bfe;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #0181de;
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(20, 155, 254, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #16b4f2;
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #0b94ca;
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(22, 180, 242, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #fcc01a;
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #fff;
  background-color: #e0a503;
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(252, 192, 26, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #fb5d2e;
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #f13b05;
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(251, 93, 46, 0.5);
}

.badge-light {
  color: #000;
  background-color: #f5f5f7;
}

a.badge-light:focus,
a.badge-light:hover {
  color: #000;
  background-color: #d9d9e0;
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 245, 247, 0.5);
}

.badge-dark {
  color: #000;
  background-color: #d1d1d4;
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #000;
  background-color: #b7b7bb;
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(209, 209, 212, 0.5);
}

.badge-default {
  color: #000;
  background-color: #fff;
}

a.badge-default:focus,
a.badge-default:hover {
  color: #000;
  background-color: #e6e6e6;
}

a.badge-default.focus,
a.badge-default:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 2.75rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1rem;
  color: inherit;
}

.alert-primary {
  color: #000;
  background-color: #ccc;
  border-color: #000;
}

.alert-primary hr {
  border-top-color: #000;
}

.alert-primary .alert-link {
  color: #000;
}

.alert-secondary {
  color: #7d7d7e;
  background-color: #fcfcfc;
  border-color: #f0f0f2;
}

.alert-secondary hr {
  border-top-color: #e2e2e6;
}

.alert-secondary .alert-link {
  color: #646464;
}

.alert-success {
  color: #0a5184;
  background-color: #d0ebff;
  border-color: #149bfe;
}

.alert-success hr {
  border-top-color: #018ff7;
}

.alert-success .alert-link {
  color: #063455;
}

.alert-info {
  color: #0b5e7e;
  background-color: #d0f0fc;
  border-color: #16b4f2;
}

.alert-info hr {
  border-top-color: #0da6e2;
}

.alert-info .alert-link {
  color: #073b4f;
}

.alert-warning {
  color: #83640e;
  background-color: #fef2d1;
  border-color: #fcc01a;
}

.alert-warning hr {
  border-top-color: #f9b803;
}

.alert-warning .alert-link {
  color: #554109;
}

.alert-danger {
  color: #833018;
  background-color: #fedfd5;
  border-color: #fb5d2e;
}

.alert-danger hr {
  border-top-color: #fb4a15;
}

.alert-danger .alert-link {
  color: #582010;
}

.alert-light {
  color: #7f7f80;
  background-color: #fdfdfd;
  border-color: #f5f5f7;
}

.alert-light hr {
  border-top-color: #e7e7ec;
}

.alert-light .alert-link {
  color: #666;
}

.alert-dark {
  color: #6d6d6e;
  background-color: #f6f6f6;
  border-color: #d1d1d4;
}

.alert-dark hr {
  border-top-color: #c4c4c8;
}

.alert-dark .alert-link {
  color: #545454;
}

.alert-default {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}

.alert-default hr {
  border-top-color: #f2f2f2;
}

.alert-default .alert-link {
  color: #6c6c6c;
}

.close {
  float: right;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #f0f0f2;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #fafafc;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.96;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #f0f0f2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.75;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid #f0f0f2;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #000 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #000 !important;
}

.bg-secondary {
  background-color: #f0f0f2 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #d5d5da !important;
}

.bg-success {
  background-color: #149bfe !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #0181de !important;
}

.bg-info {
  background-color: #16b4f2 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #0b94ca !important;
}

.bg-warning {
  background-color: #fcc01a !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #e0a503 !important;
}

.bg-danger {
  background-color: #fb5d2e !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #f13b05 !important;
}

.bg-light {
  background-color: #f5f5f7 !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #d9d9e0 !important;
}

.bg-dark {
  background-color: #d1d1d4 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #b7b7bb !important;
}

.bg-default {
  background-color: #fff !important;
}

a.bg-default:focus,
a.bg-default:hover,
button.bg-default:focus,
button.bg-default:hover {
  background-color: #e6e6e6 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #f0f0f2 !important;
}

.border-top {
  border-top: 1px solid #f0f0f2 !important;
}

.border-right {
  border-right: 1px solid #f0f0f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f0f0f2 !important;
}

.border-left {
  border-left: 1px solid #f0f0f2 !important;
}

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

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

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

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

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

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

.border-secondary {
  border-color: #f0f0f2 !important;
}

.border-success {
  border-color: #149bfe !important;
}

.border-info {
  border-color: #16b4f2 !important;
}

.border-warning {
  border-color: #fcc01a !important;
}

.border-danger {
  border-color: #fb5d2e !important;
}

.border-light {
  border-color: #f5f5f7 !important;
}

.border-dark {
  border-color: #d1d1d4 !important;
}

.border-default {
  border-color: #fff !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-5by3::before {
  padding-top: 60%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

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

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

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

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

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

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

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

.align-content-end {
  align-content: flex-end !important;
}

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

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

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  /*overflow: auto !important;*/
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.06) !important;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?w2c6l4");
  src: url("../assets/fonts/icomoon.eot?w2c6l4#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.ttf?w2c6l4") format("truetype"), url("../assets/fonts/icomoon.woff?w2c6l4") format("woff"), url("../assets/fonts/icomoon.svg?w2c6l4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.link--arrow-right:after,
.link-note:after,
.list--checked .list__item:before,
.list--checkmark .list__item:before,
.navbar-nav .nav-link:not(:only-child):after,
.site-section--examples-section .text-note:after,
.tab-video-block .text-note:after,
[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-flickr:before {
  content: "\e91b";
}

.icon-example:before {
  content: "\e911";
}

.icon-download:before {
  content: "\e916";
}

.icon-apple:before {
  content: "\e910";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e905";
}

.icon-chevron-up:before {
  content: "\e906";
}

.icon-chevron-down:before {
  content: "\e908";
}

.icon-chevron-left:before {
  content: "\e90a";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-eye:before {
  content: "\e90c";
}

.icon-minus:before {
  content: "\e90d";
}

.icon-plus:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}

.icon-cross:before {
  content: "\e915";
}

.icon-medium:before {
  content: "\e914";
}

.icon-twitter:before {
  content: "\e918";
}

.icon-heart:before {
  content: "\e913";
}

.icon-burger:before {
  content: "\e912";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-logotipo:before {
  content: "\e907";
}

.icon-play:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e917";
}

.icon-windows:before {
  content: "\e919";
}

.icon-check-rounded:before {
  content: "\e91a";
}

.icon-play-rounded:before {
  content: "\e91c";
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  transition: opacity;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  z-index: 2060;
  left: auto;
  width: auto;
  height: auto;
}

body {
  color: #000;
  background-color: #fff;
  font-family: Inter, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  min-width: 360px;
}

a,
span.link--arrow-right {
  transition: color 0.35s, background-color 0.35s;
  color: #0085e4;
  font-weight: 500;
  text-decoration: none;
  /*display: inline-flex;*/
  align-items: center;
}

a:hover,
span.link--arrow-right:hover {
  text-decoration: none;
}

a.focus,
a:focus,
span.link--arrow-right.focus,
span.link--arrow-right:focus {
  outline: 0;
}

a.disabled,
a:disabled,
span.link--arrow-right.disabled,
span.link--arrow-right:disabled {
  color: #e8e8ea;
  cursor: not-allowed;
}

.link--arrow-right:after {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "\e90b";
  margin-left: 0.25em;
  display: inline-block;
  vertical-align: middle;
}

.link--arrow-right:hover:after {
  transition-duration: 0.7s;
  transform: translateX(0.25em);
}

.link--purple {
  color: #151582;
}

.link--purple:hover {
  color: #3737af;
}

.link--purple:focus {
  background-color: #f5f5f7;
}

.pr-nf-link {
  margin-left: 1.5rem;
}

dl,
ol,
p,
ul {
  margin: 0 0 1.5rem;
}

ul:not([class]) {
  padding-left: 0;
  list-style: none;
}

ul:not([class]) li {
  position: relative;
  padding-left: 1rem;
}

ul:not([class]) li:before {
  border-radius: 50rem;
  content: "";
  background-color: #149bfe;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.5rem;
  height: 0.5rem;
}

ul:not([class]) li + li {
  margin-top: 1rem;
}

.list--checked,
.list--checkmark {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.list--checked li:last-child .list__item,
.list--checkmark li:last-child .list__item {
  min-height: 0;
  margin-bottom: 0;
}

.list--checked .list__item,
.list--checkmark .list__item {
  position: relative;
  padding-left: 2.25rem;
  margin-bottom: 1rem;
}

.list--checked .list__item:before,
.list--checkmark .list__item:before {
  content: "\e91a";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 4px;
}

.list--checked .list__item.with-icon,
.list--checkmark .list__item.with-icon {
  padding-left: 40px;
  margin-bottom: 2rem;
}

.list--checked .list__item.with-icon:before,
.list--checkmark .list__item.with-icon:before {
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  content: "";
  margin-top: -6px;
}

.list--checked .list__item.with-icon.print:before,
.list--checkmark .list__item.with-icon.print:before {
  background-image: url(/assets/public-site-v2/images/icons/hm-print.svg);
}

.list--checked .list__item.with-icon.pdf:before,
.list--checkmark .list__item.with-icon.pdf:before {
  background-image: url(/assets/public-site-v2/images/icons/hm-pdf.svg);
}

.list--checked .list__item.with-icon.embed:before,
.list--checkmark .list__item.with-icon.embed:before {
  background-image: url(/assets/public-site-v2/images/icons/hm-embed.svg);
}

.list--checkmark .list__item {
  margin-bottom: 1rem;
  padding-left: 2.2rem;
}

.list--checkmark .list__item:before {
  font-size: 1.2em;
  left: 0;
}

.list--checked .list__item {
  min-height: 50px;
  padding-left: 2.8rem;
}

.list--checked .list__item:before {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  top: -0.2em;
  background-color: #151582;
  color: #fff;
  font-size: 1rem;
}

.text-size-xl {
  font-size: 24px;
}

.text-size-lg {
  font-size: 20px;
}

.text-size-md {
  font-size: 16px;
}

.text-size-base {
  font-size: 16px;
}

.text-size-sm {
  font-size: 14px;
}

.text-size-xs {
  font-size: 12px;
}

.text-xl,
.text-xlarge {
  font-size: 24px;
  letter-spacing: -0.4px;
  line-height: 1.58;
  font-weight: 500;
}

.text-large-highlight,
.text-lg-highlight {
  font-size: 20px;
  letter-spacing: -0.1px;
  line-height: 1.2;
  font-weight: 700;
}

.text-large,
.text-lg {
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 1.6;
  font-weight: 500;
}

.text-md-highlight,
.text-medium-highlight {
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 1.5;
  font-weight: 700;
}

.text-md,
.text-medium {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 400;
}

hr {
  margin: 0;
}

.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-valid ~ .valid-feedback {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  display: flex;
}

.form-control:hover {
  border-color: #e6e6e8;
}

.form-control::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}

.form-control::placeholder {
  color: #000;
  opacity: 0.4;
}

.form-control.focus,
.form-control:focus {
  border-color: #149bfe;
}

.form-control.active,
.form-control:active {
  box-shadow: 0 0 0 0 transparent, 0 0 input-btn-focus-width #149bfe;
  color: #161637;
  border-color: #149bfe;
}

.form-control:disabled,
.form-control[readonly] {
  cursor: not-allowed;
  color: #161637;
}

.form-control:disabled.active,
.form-control:disabled.focus,
.form-control:disabled:active,
.form-control:disabled:focus,
.form-control:disabled:hover,
.form-control[readonly].active,
.form-control[readonly].focus,
.form-control[readonly]:active,
.form-control[readonly]:focus,
.form-control[readonly]:hover {
  color: #161637;
  box-shadow: 0 0 0 0 transparent;
  border-color: #e8e8ea;
}

.form-control:disabled::-moz-placeholder,
.form-control[readonly]::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}

.form-control:disabled::placeholder,
.form-control[readonly]::placeholder {
  color: #000;
  opacity: 0.4;
}

.form-control.is-invalid,
.form-control.is-valid {
  border-color: #e8e8ea;
  background-size: 1.5rem;
}

.form-group {
  position: relative;
}

.form-label {
  font-weight: 500;
}

.invalid-feedback,
.valid-feedback {
  font-size: 0.75rem;
}

.invalid-feedback {
  border-radius: 0.25rem;
  background: #fda88e;
  padding: 0.75rem;
  z-index: 10;
}

.invalid-feedback:before {
  width: 24px;
  height: 24px;
  content: "";
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' fill='%23000' height='24px' viewBox='0 0 24 24'%3E %3Cpath d='M12,0 C14.9535886,0 17.6579487,1.067074 19.7485975,2.83673926 L19.7781746,2.80761184 L21.1923882,4.22182541 L21.1632607,4.25140247 C22.932926,6.34205133 24,9.04641142 24,12 C24,18.627417 18.627417,24 12,24 C9.04641142,24 6.34205133,22.932926 4.25140247,21.1632607 L4.22182541,21.1923882 L2.80761184,19.7781746 L2.83673926,19.7485975 C1.067074,17.6579487 0,14.9535886 0,12 C0,5.372583 5.372583,0 12,0 Z M19.7427889,5.67107713 L5.67107713,19.7427889 C7.39497596,21.1535722 9.59864107,22 12,22 C17.5228475,22 22,17.5228475 22,12 C22,9.59864107 21.1535722,7.39497596 19.7427889,5.67107713 Z M12,2 C6.4771525,2 2,6.4771525 2,12 C2,14.4013589 2.84642785,16.605024 4.25721107,18.3289229 L18.3289229,4.25721107 C16.605024,2.84642785 14.4013589,2 12,2 Z' %3E%3C/path%3E %3C/svg%3E");
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-position: 50% 50%;
}

.header {
  background-color: #fff;
}

.header:after {
  transition: transform 1s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #f0f0f2;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  z-index: 5;
}

.has-bg .header.is-fixed {
  background: #fff;
}

.has-bg .header {
  transition: background 0.3s;
  background: 0 0;
}

.has-bg.menu--opened .header {
  background: #fff;
}

.header .banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 3;
}

.header.is-fixed:after {
  transform: scaleX(1);
  opacity: 1;
}

.header[data-header=show-hide] {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

[data-scroll-direction=up] .header[data-header=show-hide].is-fixed {
  transform: translateY(0);
}

[data-scroll-direction=down] .header[data-header=show-hide].is-fixed {
  transform: translateY(-100%);
}

.menu--opened .header:after {
  transform: scaleX(1);
  transform-origin: 0 0;
}

.header .btn-group-sm > .btn,
.header .btn-sm {
  padding: 16px 10px;
}

.navbar {
  font-size: 1rem;
  background: inherit;
}

.is-loaded .navbar {
  opacity: 1;
}

.navbar-block {
  display: flex;
  align-items: center;
}

.nav-item.is-cloned-source {
  display: none;
}

.navbar-nav .nav-item:last-child {
  margin-bottom: 0;
}

.navbar-nav .nav-item:last-child > .nav-link {
  margin-bottom: 0;
}

.navbar-nav .nav-item > .nav-link {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #000;
}

.navbar-nav .nav-link {
  font-weight: 700;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  z-index: 3;
}

.navbar-nav .nav-link:focus {
  outline: 0;
  background: 0 0;
}

.navbar-nav .nav-link:before {
  display: none;
}

.navbar-nav .nav-link:not(:only-child):before {
  content: "";
  height: 10px;
  bottom: -8px;
  left: 0;
  right: 0;
  display: none;
  position: absolute;
  z-index: 0;
}

.navbar-nav .nav-link:not(:only-child):after {
  transition: transform 0.1s ease-out;
  content: "\e908";
  margin-left: 0.3em;
  font-size: 0.9em;
  display: block;
  margin-top: 0;
}

.navbar-nav a {
  display: flex;
  align-items: center;
}

.header-logo {
  padding: 0 0.5rem;
  z-index: 3;
  transition: none;
}

.navbar-nav__subnav li {
  margin-bottom: 0.25rem;
}

.navbar-nav__subnav a {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #f0f0f2;
  color: #000;
}

.navbar-nav__subnav a.active {
  color: #0085e4;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-toggler {
  width: 22px;
  height: 22px;
  background-color: transparent;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 0;
  height: auto;
  color: #000;
}

.navbar-toggler.focus,
.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler__icon {
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
}

.navbar-toggler__icon:after,
.navbar-toggler__icon:before {
  width: 100%;
  height: 2px;
  transition: transform, 0.3s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform-origin: 50% 50%;
}

.navbar-toggler__icon:before {
  transform: translate(-50%, -6px);
}

.menu--opened .navbar-toggler__icon:before {
  transform: translate(-50%, -1px) rotate(-45deg);
}

.navbar-toggler__icon:after {
  transform: translate(-50%, 4px);
}

.menu--opened .navbar-toggler__icon:after {
  transform: translate(-50%, -1px) rotate(45deg);
}

.navbar-collapse {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transform: translate3d(0, -200%, 0);
  pointer-events: none;
  z-index: 1030;
  margin-top: 77px;
}

.menu--opened .navbar-collapse {
  pointer-events: all;
}

.navbar-collapse__holder {
  background-color: #fff;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  height: calc(100vh - 77px);
  height: calc(var(--full-viewport) - 77px);
  overflow: hidden;
}

.navbar-collapse__holder[data-scroll-lock-ignore],
.navbar-collapse__scroller[data-scroll-lock-ignore] {
  overflow: auto;
}

.navbar-collapse__scroller {
  flex-grow: 1;
  padding: 0 15px;
}

.navbar-collapse__buttons .btn-group {
  width: 100%;
  flex-grow: 1;
  margin-top: 1.5rem;
  z-index: 3;
}

.navbar-collapse__overlay {
  transform: translate3d(0, -150%, 0);
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 77px;
  pointer-events: none;
  transform-origin: 50% 50%;
  z-index: -100;
  background-color: #fff;
}

.navbar-collapse__menu {
  max-width: 298px;
  margin: 0 auto;
}

.navbar-collapse__button-group .btn-toolbar {
  display: flex;
}

.toucheventss .nav-item.nav-item--static .navbar-nav__megamenu {
  transform: translateY(0);
}

.nav-item.nav-item--static .nav-link:before {
  opacity: 0;
}

.navbar-nav__megamenu {
  background: #fff;
}

.navbar-nav__megamenu .link-arrow-holder {
  padding-top: 8px;
}

.navbar-nav__megamenu .megamenu__title {
  color: #acacbc;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  font-weight: 700;
}

.megamenu_list li {
  margin-bottom: 16px;
}

.megamenu_list li:last-child {
  margin-bottom: 0;
}

.megamenu_list li:last-child .megamenu__link.megamenu__link--description {
  margin-bottom: 0;
}

.megamenu__col {
  padding-top: 16px;
  padding-bottom: 16px;
}

.megamenu__link {
  color: #161637;
  font-size: 14px;
  line-height: 1.5714;
  padding: 0;
  border-radius: 12px;
  font-weight: 400;
}

.megamenu__link:hover {
  color: #161637;
}

.megamenu__link.megamenu__link--full {
  color: #161637;
  align-items: flex-start;
  padding-bottom: 4px;
}

.megamenu__link.megamenu__link--full .title {
  margin-bottom: 7px;
}

.megamenu__link.megamenu__link--full .description {
  flex-grow: 1;
}

.megamenu__link.megamenu__link--description {
  display: block;
  padding-bottom: 4px;
}

.megamenu__link.megamenu__link--description .title {
  margin-bottom: 7px;
}

.megamenu__link.megamenu__link--post .image {
  margin-right: 16px;
  border-radius: 0.25rem;
  width: 60px;
  height: 48px;
  overflow: hidden;
  display: none;
  flex-shrink: 0;
}

.megamenu__link.megamenu__link--post .image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.megamenu__link.megamenu__link--post .title {
  font-size: 0.875rem;
  line-height: 1.4286;
  max-height: 60px;
  overflow: hidden;
}

.megamenu__link .title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  flex-shrink: 0;
}

.megamenu__link .text {
  margin-bottom: 0;
}

.megamenu__link .icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  flex-shrink: 0;
}

.megamenu__link .icon .figma-icon {
  margin-left: 4px;
}

body {
  font-size: 16px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

.menu--opened body {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.touchevents .wrapper {
  min-height: var(--full-viewport);
}

.page-holder {
  flex-grow: 1;
  width: 100%;
}

[data-scroll][data-scroll-call]:not(.is-inview):not(svg) {
  opacity: 0;
}

.border-radius-xl {
  border-radius: 1rem;
}

.c-scrollbar {
  z-index: 2060;
}

lite-youtube {
  max-width: 100%;
}

lite-youtube:before {
  display: none;
}

.bg-gray-100 {
  background-color: #fafafc !important;
}

a.bg-gray-100:focus,
a.bg-gray-100:hover,
button.bg-gray-100:focus,
button.bg-gray-100:hover {
  background-color: #dadae9 !important;
}

.text-gray-100 {
  color: #fafafc !important;
}

a.text-gray-100:focus,
a.text-gray-100:hover {
  color: #cacadf !important;
}

.bg-gray-200 {
  background-color: #f5f5f7 !important;
}

a.bg-gray-200:focus,
a.bg-gray-200:hover,
button.bg-gray-200:focus,
button.bg-gray-200:hover {
  background-color: #d9d9e0 !important;
}

.text-gray-200 {
  color: #f5f5f7 !important;
}

a.text-gray-200:focus,
a.text-gray-200:hover {
  color: #cbcbd5 !important;
}

.bg-gray-300 {
  background-color: #f2f2f4 !important;
}

a.bg-gray-300:focus,
a.bg-gray-300:hover,
button.bg-gray-300:focus,
button.bg-gray-300:hover {
  background-color: #d6d6dd !important;
}

.text-gray-300 {
  color: #f2f2f4 !important;
}

a.text-gray-300:focus,
a.text-gray-300:hover {
  color: #c9c9d1 !important;
}

.bg-gray-400 {
  background-color: #f0f0f2 !important;
}

a.bg-gray-400:focus,
a.bg-gray-400:hover,
button.bg-gray-400:focus,
button.bg-gray-400:hover {
  background-color: #d5d5da !important;
}

.text-gray-400 {
  color: #f0f0f2 !important;
}

a.text-gray-400:focus,
a.text-gray-400:hover {
  color: #c7c7ce !important;
}

.bg-gray-500 {
  background-color: #ededef !important;
}

a.bg-gray-500:focus,
a.bg-gray-500:hover,
button.bg-gray-500:focus,
button.bg-gray-500:hover {
  background-color: #d2d2d7 !important;
}

.text-gray-500 {
  color: #ededef !important;
}

a.text-gray-500:focus,
a.text-gray-500:hover {
  color: #c5c5cb !important;
}

.bg-gray-600 {
  background-color: #e8e8ea !important;
}

a.bg-gray-600:focus,
a.bg-gray-600:hover,
button.bg-gray-600:focus,
button.bg-gray-600:hover {
  background-color: #cdcdd2 !important;
}

.text-gray-600 {
  color: #e8e8ea !important;
}

a.text-gray-600:focus,
a.text-gray-600:hover {
  color: #c0c0c5 !important;
}

.bg-gray-700 {
  background-color: #e6e6e8 !important;
}

a.bg-gray-700:focus,
a.bg-gray-700:hover,
button.bg-gray-700:focus,
button.bg-gray-700:hover {
  background-color: #cbcbd0 !important;
}

.text-gray-700 {
  color: #e6e6e8 !important;
}

a.text-gray-700:focus,
a.text-gray-700:hover {
  color: #bebec3 !important;
}

.bg-gray-800 {
  background-color: #e3e3e5 !important;
}

a.bg-gray-800:focus,
a.bg-gray-800:hover,
button.bg-gray-800:focus,
button.bg-gray-800:hover {
  background-color: #c9c9cc !important;
}

.text-gray-800 {
  color: #e3e3e5 !important;
}

a.text-gray-800:focus,
a.text-gray-800:hover {
  color: #bbbbc0 !important;
}

.bg-gray-900 {
  background-color: #e0e0e2 !important;
}

a.bg-gray-900:focus,
a.bg-gray-900:hover,
button.bg-gray-900:focus,
button.bg-gray-900:hover {
  background-color: #c6c6c9 !important;
}

.text-gray-900 {
  color: #e0e0e2 !important;
}

a.text-gray-900:focus,
a.text-gray-900:hover {
  color: #b8b8bd !important;
}

.bg-gray-1000 {
  background-color: #d7d7da !important;
}

a.bg-gray-1000:focus,
a.bg-gray-1000:hover,
button.bg-gray-1000:focus,
button.bg-gray-1000:hover {
  background-color: #bdbdc1 !important;
}

.text-gray-1000 {
  color: #d7d7da !important;
}

a.text-gray-1000:focus,
a.text-gray-1000:hover {
  color: #afafb5 !important;
}

.bg-gray-1100 {
  background-color: #d1d1d4 !important;
}

a.bg-gray-1100:focus,
a.bg-gray-1100:hover,
button.bg-gray-1100:focus,
button.bg-gray-1100:hover {
  background-color: #b7b7bb !important;
}

.text-gray-1100 {
  color: #d1d1d4 !important;
}

a.text-gray-1100:focus,
a.text-gray-1100:hover {
  color: #a9a9af !important;
}

.bg-gray-1200 {
  background-color: #cacace !important;
}

a.bg-gray-1200:focus,
a.bg-gray-1200:hover,
button.bg-gray-1200:focus,
button.bg-gray-1200:hover {
  background-color: #b0b0b6 !important;
}

.text-gray-1200 {
  color: #cacace !important;
}

a.text-gray-1200:focus,
a.text-gray-1200:hover {
  color: #a2a2a9 !important;
}

.bg-gray-1300 {
  background-color: #c0c0c4 !important;
}

a.bg-gray-1300:focus,
a.bg-gray-1300:hover,
button.bg-gray-1300:focus,
button.bg-gray-1300:hover {
  background-color: #a6a6ab !important;
}

.text-gray-1300 {
  color: #c0c0c4 !important;
}

a.text-gray-1300:focus,
a.text-gray-1300:hover {
  color: #98989f !important;
}

.bg-orange_red_100 {
  background-color: #fb5d2e !important;
}

a.bg-orange_red_100:focus,
a.bg-orange_red_100:hover,
button.bg-orange_red_100:focus,
button.bg-orange_red_100:hover {
  background-color: #f13b05 !important;
}

.text-orange_red_100 {
  color: #fb5d2e !important;
}

a.text-orange_red_100:focus,
a.text-orange_red_100:hover {
  color: #d83504 !important;
}

.bg-orange_red_90 {
  background-color: #ff7048 !important;
}

a.bg-orange_red_90:focus,
a.bg-orange_red_90:hover,
button.bg-orange_red_90:focus,
button.bg-orange_red_90:hover {
  background-color: #ff4815 !important;
}

.text-orange_red_90 {
  color: #ff7048 !important;
}

a.text-orange_red_90:focus,
a.text-orange_red_90:hover {
  color: #fb3700 !important;
}

.bg-orange_red_80 {
  background-color: #fc7953 !important;
}

a.bg-orange_red_80:focus,
a.bg-orange_red_80:hover,
button.bg-orange_red_80:focus,
button.bg-orange_red_80:hover {
  background-color: #fb5221 !important;
}

.text-orange_red_80 {
  color: #fc7953 !important;
}

a.text-orange_red_80:focus,
a.text-orange_red_80:hover {
  color: #fb3e08 !important;
}

.bg-orange_red_70 {
  background-color: #fa8361 !important;
}

a.bg-orange_red_70:focus,
a.bg-orange_red_70:hover,
button.bg-orange_red_70:focus,
button.bg-orange_red_70:hover {
  background-color: #f85c30 !important;
}

.text-orange_red_70 {
  color: #fa8361 !important;
}

a.text-orange_red_70:focus,
a.text-orange_red_70:hover {
  color: #f84917 !important;
}

.bg-orange_red_60 {
  background-color: #fd9779 !important;
}

a.bg-orange_red_60:focus,
a.bg-orange_red_60:hover,
button.bg-orange_red_60:focus,
button.bg-orange_red_60:hover {
  background-color: #fc7047 !important;
}

.text-orange_red_60 {
  color: #fd9779 !important;
}

a.text-orange_red_60:focus,
a.text-orange_red_60:hover {
  color: #fc5d2e !important;
}

.bg-orange_red_50 {
  background-color: #fda88e !important;
}

a.bg-orange_red_50:focus,
a.bg-orange_red_50:hover,
button.bg-orange_red_50:focus,
button.bg-orange_red_50:hover {
  background-color: #fc815c !important;
}

.text-orange_red_50 {
  color: #fda88e !important;
}

a.text-orange_red_50:focus,
a.text-orange_red_50:hover {
  color: #fc6e43 !important;
}

.bg-purple_darker_20 {
  background-color: #161637 !important;
}

a.bg-purple_darker_20:focus,
a.bg-purple_darker_20:hover,
button.bg-purple_darker_20:focus,
button.bg-purple_darker_20:hover {
  background-color: #070713 !important;
}

.text-purple_darker_20 {
  color: #161637 !important;
}

a.text-purple_darker_20:focus,
a.text-purple_darker_20:hover {
  color: #000 !important;
}

.bg-purple_darker_10 {
  background-color: #151582 !important;
}

a.bg-purple_darker_10:focus,
a.bg-purple_darker_10:hover,
button.bg-purple_darker_10:focus,
button.bg-purple_darker_10:hover {
  background-color: #0e0e56 !important;
}

.text-purple_darker_10 {
  color: #151582 !important;
}

a.text-purple_darker_10:focus,
a.text-purple_darker_10:hover {
  color: #0a0a40 !important;
}

.bg-purple_dark {
  background-color: #2c2c96 !important;
}

a.bg-purple_dark:focus,
a.bg-purple_dark:hover,
button.bg-purple_dark:focus,
button.bg-purple_dark:hover {
  background-color: #20206f !important;
}

.text-purple_dark {
  color: #2c2c96 !important;
}

a.text-purple_dark:focus,
a.text-purple_dark:hover {
  color: #1b1b5b !important;
}

.bg-purple_base {
  background-color: #3d3dc3 !important;
}

a.bg-purple_base:focus,
a.bg-purple_base:hover,
button.bg-purple_base:focus,
button.bg-purple_base:hover {
  background-color: #30309d !important;
}

.text-purple_base {
  color: #3d3dc3 !important;
}

a.text-purple_base:focus,
a.text-purple_base:hover {
  color: #2a2a89 !important;
}

.bg-purple_light {
  background-color: #a3a3ee !important;
}

a.bg-purple_light:focus,
a.bg-purple_light:hover,
button.bg-purple_light:focus,
button.bg-purple_light:hover {
  background-color: #7878e6 !important;
}

.text-purple_light {
  color: #a3a3ee !important;
}

a.text-purple_light:focus,
a.text-purple_light:hover {
  color: #6262e2 !important;
}

.bg-purple_lighter_10 {
  background-color: #bebeef !important;
}

a.bg-purple_lighter_10:focus,
a.bg-purple_lighter_10:hover,
button.bg-purple_lighter_10:focus,
button.bg-purple_lighter_10:hover {
  background-color: #9595e5 !important;
}

.text-purple_lighter_10 {
  color: #bebeef !important;
}

a.text-purple_lighter_10:focus,
a.text-purple_lighter_10:hover {
  color: #8181e0 !important;
}

.bg-purple_lighter_20 {
  background-color: #e6e6f8 !important;
}

a.bg-purple_lighter_20:focus,
a.bg-purple_lighter_20:hover,
button.bg-purple_lighter_20:focus,
button.bg-purple_lighter_20:hover {
  background-color: #bebeed !important;
}

.text-purple_lighter_20 {
  color: #e6e6f8 !important;
}

a.text-purple_lighter_20:focus,
a.text-purple_lighter_20:hover {
  color: #aaaae7 !important;
}

.bg-purple_lighter_30 {
  background-color: #f3f3ff !important;
}

a.bg-purple_lighter_30:focus,
a.bg-purple_lighter_30:hover,
button.bg-purple_lighter_30:focus,
button.bg-purple_lighter_30:hover {
  background-color: #c0c0ff !important;
}

.text-purple_lighter_30 {
  color: #f3f3ff !important;
}

a.text-purple_lighter_30:focus,
a.text-purple_lighter_30:hover {
  color: #a7a7ff !important;
}

.bg-blue_darker_20 {
  background-color: #0064ab !important;
}

a.bg-blue_darker_20:focus,
a.bg-blue_darker_20:hover,
button.bg-blue_darker_20:focus,
button.bg-blue_darker_20:hover {
  background-color: #004678 !important;
}

.text-blue_darker_20 {
  color: #0064ab !important;
}

a.text-blue_darker_20:focus,
a.text-blue_darker_20:hover {
  color: #00375f !important;
}

.bg-blue_darker_10 {
  background-color: #007ad2 !important;
}

a.bg-blue_darker_10:focus,
a.bg-blue_darker_10:hover,
button.bg-blue_darker_10:focus,
button.bg-blue_darker_10:hover {
  background-color: #005c9f !important;
}

.text-blue_darker_10 {
  color: #007ad2 !important;
}

a.text-blue_darker_10:focus,
a.text-blue_darker_10:hover {
  color: #004e86 !important;
}

.bg-blue_dark {
  background-color: #0085e4 !important;
}

a.bg-blue_dark:focus,
a.bg-blue_dark:hover,
button.bg-blue_dark:focus,
button.bg-blue_dark:hover {
  background-color: #0067b1 !important;
}

.text-blue_dark {
  color: #0085e4 !important;
}

a.text-blue_dark:focus,
a.text-blue_dark:hover {
  color: #005898 !important;
}

.bg-blue_base {
  background-color: #259aef !important;
}

a.bg-blue_base:focus,
a.bg-blue_base:hover,
button.bg-blue_base:focus,
button.bg-blue_base:hover {
  background-color: #0f80d2 !important;
}

a.text-blue_base:focus,
a.text-blue_base:hover {
  color: #0e71ba !important;
}

.bg-blue_light {
  background-color: #3eaeff !important;
}

a.bg-blue_light:focus,
a.bg-blue_light:hover,
button.bg-blue_light:focus,
button.bg-blue_light:hover {
  background-color: #0b99ff !important;
}

.text-blue_light {
  color: #3eaeff !important;
}

a.text-blue_light:focus,
a.text-blue_light:hover {
  color: #008cf1 !important;
}

.bg-blue_lighter_10 {
  background-color: #61b6f4 !important;
}

a.bg-blue_lighter_10:focus,
a.bg-blue_lighter_10:hover,
button.bg-blue_lighter_10:focus,
button.bg-blue_lighter_10:hover {
  background-color: #31a0f1 !important;
}

.text-blue_lighter_10 {
  color: #61b6f4 !important;
}

a.text-blue_lighter_10:focus,
a.text-blue_lighter_10:hover {
  color: #1995ef !important;
}

.bg-blue_lighter_20 {
  background-color: #a2d8ff !important;
}

a.bg-blue_lighter_20:focus,
a.bg-blue_lighter_20:hover,
button.bg-blue_lighter_20:focus,
button.bg-blue_lighter_20:hover {
  background-color: #6fc3ff !important;
}

.text-blue_lighter_20 {
  color: #a2d8ff !important;
}

a.text-blue_lighter_20:focus,
a.text-blue_lighter_20:hover {
  color: #56b8ff !important;
}

.bg-blue_lighter_30 {
  background-color: #d4edff !important;
}

a.bg-blue_lighter_30:focus,
a.bg-blue_lighter_30:hover,
button.bg-blue_lighter_30:focus,
button.bg-blue_lighter_30:hover {
  background-color: #a1d8ff !important;
}

.text-blue_lighter_30 {
  color: #d4edff !important;
}

a.text-blue_lighter_30:focus,
a.text-blue_lighter_30:hover {
  color: #88cdff !important;
}

.bg-yellow_100 {
  background-color: #fcc01a !important;
}

a.bg-yellow_100:focus,
a.bg-yellow_100:hover,
button.bg-yellow_100:focus,
button.bg-yellow_100:hover {
  background-color: #e0a503 !important;
}

.text-yellow_100 {
  color: #fcc01a !important;
}

a.text-yellow_100:focus,
a.text-yellow_100:hover {
  color: #c79303 !important;
}

.bg-yellow_90 {
  background-color: #ffc72d !important;
}

a.bg-yellow_90:focus,
a.bg-yellow_90:hover,
button.bg-yellow_90:focus,
button.bg-yellow_90:hover {
  background-color: #f9b700 !important;
}

.text-yellow_90 {
  color: #ffc72d !important;
}

a.text-yellow_90:focus,
a.text-yellow_90:hover {
  color: #e0a400 !important;
}

.bg-yellow_80 {
  background-color: #fdcd49 !important;
}

a.bg-yellow_80:focus,
a.bg-yellow_80:hover,
button.bg-yellow_80:focus,
button.bg-yellow_80:hover {
  background-color: #fcbf17 !important;
}

.text-yellow_80 {
  color: #fdcd49 !important;
}

a.text-yellow_80:focus,
a.text-yellow_80:hover {
  color: #f7b603 !important;
}

.bg-yellow_70 {
  background-color: #ffce47 !important;
}

a.bg-yellow_70:focus,
a.bg-yellow_70:hover,
button.bg-yellow_70:focus,
button.bg-yellow_70:hover {
  background-color: #ffc014 !important;
}

.text-yellow_70 {
  color: #ffce47 !important;
}

a.text-yellow_70:focus,
a.text-yellow_70:hover {
  color: #fab700 !important;
}

.bg-yellow_60 {
  background-color: #ffd561 !important;
}

a.bg-yellow_60:focus,
a.bg-yellow_60:hover,
button.bg-yellow_60:focus,
button.bg-yellow_60:hover {
  background-color: #ffc72e !important;
}

.text-yellow_60 {
  color: #ffd561 !important;
}

a.text-yellow_60:focus,
a.text-yellow_60:hover {
  color: #ffc115 !important;
}

.bg-yellow_50 {
  background-color: #ffdc7a !important;
}

a.bg-yellow_50:focus,
a.bg-yellow_50:hover,
button.bg-yellow_50:focus,
button.bg-yellow_50:hover {
  background-color: #ffcf47 !important;
}

.text-yellow_50 {
  color: #ffdc7a !important;
}

a.text-yellow_50:focus,
a.text-yellow_50:hover {
  color: #ffc82e !important;
}

.bg-yellow_40 {
  background-color: #ffe18f !important;
}

a.bg-yellow_40:focus,
a.bg-yellow_40:hover,
button.bg-yellow_40:focus,
button.bg-yellow_40:hover {
  background-color: #ffd35c !important;
}

.text-yellow_40 {
  color: #ffe18f !important;
}

a.text-yellow_40:focus,
a.text-yellow_40:hover {
  color: #ffcd43 !important;
}

.bg-yellow_30 {
  background-color: #ffe7a3 !important;
}

a.bg-yellow_30:focus,
a.bg-yellow_30:hover,
button.bg-yellow_30:focus,
button.bg-yellow_30:hover {
  background-color: #ffda70 !important;
}

.text-yellow_30 {
  color: #ffe7a3 !important;
}

a.text-yellow_30:focus,
a.text-yellow_30:hover {
  color: #ffd357 !important;
}

.bg-yellow_20 {
  background-color: #ffecb8 !important;
}

a.bg-yellow_20:focus,
a.bg-yellow_20:hover,
button.bg-yellow_20:focus,
button.bg-yellow_20:hover {
  background-color: #ffde85 !important;
}

.text-yellow_20 {
  color: #ffecb8 !important;
}

a.text-yellow_20:focus,
a.text-yellow_20:hover {
  color: #ffd86c !important;
}

.bg-yellow_10 {
  background-color: #fff4d6 !important;
}

a.bg-yellow_10:focus,
a.bg-yellow_10:hover,
button.bg-yellow_10:focus,
button.bg-yellow_10:hover {
  background-color: #ffe6a3 !important;
}

.text-yellow_10 {
  color: #fff4d6 !important;
}

a.text-yellow_10:focus,
a.text-yellow_10:hover {
  color: #ffdf8a !important;
}

.bg-orange_100 {
  background-color: #ff711d !important;
}

a.bg-orange_100:focus,
a.bg-orange_100:hover,
button.bg-orange_100:focus,
button.bg-orange_100:hover {
  background-color: #e95700 !important;
}

.text-orange_100 {
  color: #ff711d !important;
}

a.text-orange_100:focus,
a.text-orange_100:hover {
  color: #d04d00 !important;
}

.bg-orange_90 {
  background-color: #ff7929 !important;
}

a.bg-orange_90:focus,
a.bg-orange_90:hover,
button.bg-orange_90:focus,
button.bg-orange_90:hover {
  background-color: #f55c00 !important;
}

.text-orange_90 {
  color: #ff7929 !important;
}

a.text-orange_90:focus,
a.text-orange_90:hover {
  color: #dc5200 !important;
}

.bg-orange_80 {
  background-color: #ff8d4a !important;
}

a.bg-orange_80:focus,
a.bg-orange_80:hover,
button.bg-orange_80:focus,
button.bg-orange_80:hover {
  background-color: #ff6d17 !important;
}

.text-orange_80 {
  color: #ff8d4a !important;
}

a.text-orange_80:focus,
a.text-orange_80:hover {
  color: #fd5d00 !important;
}

.bg-orange_70 {
  background-color: #ff9557 !important;
}

a.bg-orange_70:focus,
a.bg-orange_70:hover,
button.bg-orange_70:focus,
button.bg-orange_70:hover {
  background-color: #ff7524 !important;
}

.text-orange_70 {
  color: #ff9557 !important;
}

a.text-orange_70:focus,
a.text-orange_70:hover {
  color: #ff650b !important;
}

.bg-orange_60 {
  background-color: #ffa773 !important;
}

a.bg-orange_60:focus,
a.bg-orange_60:hover,
button.bg-orange_60:focus,
button.bg-orange_60:hover {
  background-color: #ff8740 !important;
}

.text-orange_60 {
  color: #ffa773 !important;
}

a.text-orange_60:focus,
a.text-orange_60:hover {
  color: #ff7727 !important;
}

.bg-orange_50 {
  background-color: #ffb285 !important;
}

a.bg-orange_50:focus,
a.bg-orange_50:hover,
button.bg-orange_50:focus,
button.bg-orange_50:hover {
  background-color: #ff9252 !important;
}

.text-orange_50 {
  color: #ffb285 !important;
}

a.text-orange_50:focus,
a.text-orange_50:hover {
  color: #ff8239 !important;
}

.bg-cyan_100 {
  background-color: #16b4f2 !important;
}

a.bg-cyan_100:focus,
a.bg-cyan_100:hover,
button.bg-cyan_100:focus,
button.bg-cyan_100:hover {
  background-color: #0b94ca !important;
}

.text-cyan_100 {
  color: #16b4f2 !important;
}

a.text-cyan_100:focus,
a.text-cyan_100:hover {
  color: #0a82b2 !important;
}

.bg-cyan_90 {
  background-color: #23c1ff !important;
}

a.bg-cyan_90:focus,
a.bg-cyan_90:hover,
button.bg-cyan_90:focus,
button.bg-cyan_90:hover {
  background-color: #00acef !important;
}

.text-cyan_90 {
  color: #23c1ff !important;
}

a.text-cyan_90:focus,
a.text-cyan_90:hover {
  color: #0099d6 !important;
}

.bg-cyan_80 {
  background-color: #52ceff !important;
}

a.bg-cyan_80:focus,
a.bg-cyan_80:hover,
button.bg-cyan_80:focus,
button.bg-cyan_80:hover {
  background-color: #1fc0ff !important;
}

.text-cyan_80 {
  color: #52ceff !important;
}

a.text-cyan_80:focus,
a.text-cyan_80:hover {
  color: #06b8ff !important;
}

.bg-cyan_70 {
  background-color: #66d4ff !important;
}

a.bg-cyan_70:focus,
a.bg-cyan_70:hover,
button.bg-cyan_70:focus,
button.bg-cyan_70:hover {
  background-color: #33c6ff !important;
}

.text-cyan_70 {
  color: #66d4ff !important;
}

a.text-cyan_70:focus,
a.text-cyan_70:hover {
  color: #1abfff !important;
}

.bg-cyan_60 {
  background-color: #80dbff !important;
}

a.bg-cyan_60:focus,
a.bg-cyan_60:hover,
button.bg-cyan_60:focus,
button.bg-cyan_60:hover {
  background-color: #4dcdff !important;
}

.text-cyan_60 {
  color: #80dbff !important;
}

a.text-cyan_60:focus,
a.text-cyan_60:hover {
  color: #34c5ff !important;
}

.bg-cyan_50 {
  background-color: #99e2ff !important;
}

a.bg-cyan_50:focus,
a.bg-cyan_50:hover,
button.bg-cyan_50:focus,
button.bg-cyan_50:hover {
  background-color: #66d4ff !important;
}

.text-cyan_50 {
  color: #99e2ff !important;
}

a.text-cyan_50:focus,
a.text-cyan_50:hover {
  color: #4dccff !important;
}

.bg-cyan_40 {
  background-color: #b5e8fd !important;
}

a.bg-cyan_40:focus,
a.bg-cyan_40:hover,
button.bg-cyan_40:focus,
button.bg-cyan_40:hover {
  background-color: #83d9fc !important;
}

.text-cyan_40 {
  color: #b5e8fd !important;
}

a.text-cyan_40:focus,
a.text-cyan_40:hover {
  color: #6bd1fb !important;
}

.bg-cyan_30 {
  background-color: #c3edfd !important;
}

a.bg-cyan_30:focus,
a.bg-cyan_30:hover,
button.bg-cyan_30:focus,
button.bg-cyan_30:hover {
  background-color: #92defb !important;
}

.text-cyan_30 {
  color: #c3edfd !important;
}

a.text-cyan_30:focus,
a.text-cyan_30:hover {
  color: #79d7fb !important;
}

.bg-cyan_20 {
  background-color: #d6f3ff !important;
}

a.bg-cyan_20:focus,
a.bg-cyan_20:hover,
button.bg-cyan_20:focus,
button.bg-cyan_20:hover {
  background-color: #a3e4ff !important;
}

.text-cyan_20 {
  color: #d6f3ff !important;
}

a.text-cyan_20:focus,
a.text-cyan_20:hover {
  color: #8addff !important;
}

.bg-cyan_10 {
  background-color: #e5f8ff !important;
}

a.bg-cyan_10:focus,
a.bg-cyan_10:hover,
button.bg-cyan_10:focus,
button.bg-cyan_10:hover {
  background-color: #b2eaff !important;
}

.text-cyan_10 {
  color: #e5f8ff !important;
}

a.text-cyan_10:focus,
a.text-cyan_10:hover {
  color: #99e3ff !important;
}

.bg-blue_100 {
  background-color: #149bfe !important;
}

a.bg-blue_100:focus,
a.bg-blue_100:hover,
button.bg-blue_100:focus,
button.bg-blue_100:hover {
  background-color: #0181de !important;
}

.text-blue_100 {
  color: #149bfe !important;
}

a.text-blue_100:focus,
a.text-blue_100:hover {
  color: #0172c5 !important;
}

.bg-blue_90 {
  background-color: #29a5ff !important;
}

a.bg-blue_90:focus,
a.bg-blue_90:hover,
button.bg-blue_90:focus,
button.bg-blue_90:hover {
  background-color: #008ef5 !important;
}

.text-blue_90 {
  color: #29a5ff !important;
}

a.text-blue_90:focus,
a.text-blue_90:hover {
  color: #007fdc !important;
}

.bg-blue_80 {
  background-color: #42afff !important;
}

a.bg-blue_80:focus,
a.bg-blue_80:hover,
button.bg-blue_80:focus,
button.bg-blue_80:hover {
  background-color: #0f99ff !important;
}

.text-blue_80 {
  color: #42afff !important;
}

a.text-blue_80:focus,
a.text-blue_80:hover {
  color: #008df5 !important;
}

.bg-blue_70 {
  background-color: #4db4ff !important;
}

a.bg-blue_70:focus,
a.bg-blue_70:hover,
button.bg-blue_70:focus,
button.bg-blue_70:hover {
  background-color: #1a9fff !important;
}

.text-blue_70 {
  color: #4db4ff !important;
}

a.text-blue_70:focus,
a.text-blue_70:hover {
  color: #0194ff !important;
}

.bg-blue_60 {
  background-color: #66bfff !important;
}

a.bg-blue_60:focus,
a.bg-blue_60:hover,
button.bg-blue_60:focus,
button.bg-blue_60:hover {
  background-color: #3af !important;
}

.text-blue_60 {
  color: #66bfff !important;
}

a.text-blue_60:focus,
a.text-blue_60:hover {
  color: #1a9fff !important;
}

.bg-blue_50 {
  background-color: #7ac7ff !important;
}

a.bg-blue_50:focus,
a.bg-blue_50:hover,
button.bg-blue_50:focus,
button.bg-blue_50:hover {
  background-color: #47b2ff !important;
}

.text-blue_50 {
  color: #7ac7ff !important;
}

a.text-blue_50:focus,
a.text-blue_50:hover {
  color: #2ea7ff !important;
}

.bg-blue_40 {
  background-color: #a1d8ff !important;
}

a.bg-blue_40:focus,
a.bg-blue_40:hover,
button.bg-blue_40:focus,
button.bg-blue_40:hover {
  background-color: #6ec3ff !important;
}

.text-blue_40 {
  color: #a1d8ff !important;
}

a.text-blue_40:focus,
a.text-blue_40:hover {
  color: #55b8ff !important;
}

.bg-blue_30 {
  background-color: #c3edfd !important;
}

a.bg-blue_30:focus,
a.bg-blue_30:hover,
button.bg-blue_30:focus,
button.bg-blue_30:hover {
  background-color: #92defb !important;
}

.text-blue_30 {
  color: #c3edfd !important;
}

a.text-blue_30:focus,
a.text-blue_30:hover {
  color: #79d7fb !important;
}

.bg-blue_20 {
  background-color: #c7e7ff !important;
}

a.bg-blue_20:focus,
a.bg-blue_20:hover,
button.bg-blue_20:focus,
button.bg-blue_20:hover {
  background-color: #94d1ff !important;
}

.text-blue_20 {
  color: #c7e7ff !important;
}

a.text-blue_20:focus,
a.text-blue_20:hover {
  color: #7bc6ff !important;
}

.bg-blue_10 {
  background-color: #d1edff !important;
}

a.bg-blue_10:focus,
a.bg-blue_10:hover,
button.bg-blue_10:focus,
button.bg-blue_10:hover {
  background-color: #9ed9ff !important;
}

.text-blue_10 {
  color: #d1edff !important;
}

a.text-blue_10:focus,
a.text-blue_10:hover {
  color: #85cfff !important;
}

.bg-green_darker_20 {
  background-color: #014a1a !important;
}

a.bg-green_darker_20:focus,
a.bg-green_darker_20:hover,
button.bg-green_darker_20:focus,
button.bg-green_darker_20:hover {
  background-color: #001808 !important;
}

.text-green_darker_20 {
  color: #014a1a !important;
}

a.text-green_darker_20:focus,
a.text-green_darker_20:hover {
  color: #000 !important;
}

.bg-green_darker_10 {
  background-color: #055621 !important;
}

a.bg-green_darker_10:focus,
a.bg-green_darker_10:hover,
button.bg-green_darker_10:focus,
button.bg-green_darker_10:hover {
  background-color: #02260f !important;
}

.text-green_darker_10 {
  color: #055621 !important;
}

a.text-green_darker_10:focus,
a.text-green_darker_10:hover {
  color: #010e05 !important;
}

.bg-green_dark {
  background-color: #0b702d !important;
}

a.bg-green_dark:focus,
a.bg-green_dark:hover,
button.bg-green_dark:focus,
button.bg-green_dark:hover {
  background-color: #06421a !important;
}

.text-green_dark {
  color: #0b702d !important;
}

a.text-green_dark:focus,
a.text-green_dark:hover {
  color: #042a11 !important;
}

.bg-green_base {
  background-color: #0e8636 !important;
}

a.bg-green_base:focus,
a.bg-green_base:hover,
button.bg-green_base:focus,
button.bg-green_base:hover {
  background-color: #095823 !important;
}

.text-green_base {
  color: #0e8636 !important;
}

a.text-green_base:focus,
a.text-green_base:hover {
  color: #07411a !important;
}

.bg-green_light {
  background-color: #8ae0a6 !important;
}

a.bg-green_light:focus,
a.bg-green_light:hover,
button.bg-green_light:focus,
button.bg-green_light:hover {
  background-color: #62d587 !important;
}

.text-green_light {
  color: #8ae0a6 !important;
}

a.text-green_light:focus,
a.text-green_light:hover {
  color: #4ed078 !important;
}

.bg-green_lighter_10 {
  background-color: #caf2d7 !important;
}

a.bg-green_lighter_10:focus,
a.bg-green_lighter_10:hover,
button.bg-green_lighter_10:focus,
button.bg-green_lighter_10:hover {
  background-color: #a1e8b8 !important;
}

.text-green_lighter_10 {
  color: #caf2d7 !important;
}

a.text-green_lighter_10:focus,
a.text-green_lighter_10:hover {
  color: #8de3a9 !important;
}

.bg-green_lighter_20 {
  background-color: #e6f8ec !important;
}

a.bg-green_lighter_20:focus,
a.bg-green_lighter_20:hover,
button.bg-green_lighter_20:focus,
button.bg-green_lighter_20:hover {
  background-color: #beedce !important;
}

.text-green_lighter_20 {
  color: #e6f8ec !important;
}

a.text-green_lighter_20:focus,
a.text-green_lighter_20:hover {
  color: #aae7bf !important;
}

.hide-accessible-fh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bg-page {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  z-index: -1;
  background-color: #fff;
  height: 100%;
}

.bg-page.gray {
  background-color: #fafafc;
}

.bg-page .img-fluid {
  width: 100%;
}

.bg-page picture {
  display: block;
}

.simple-blockquote {
  padding: 21px 0 0;
  margin-bottom: 3rem;
}

.simple-blockquote .quote {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  display: block;
  margin-bottom: 2rem;
}

.simple-blockquote .quote-avatar__image {
  width: 48px;
  height: 64px;
  margin-right: 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.simple-blockquote .quote-author {
  line-height: 1.5;
}

.simple-blockquote .name {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

.simple-blockquote .vocation {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}

.link-note {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}

.link-note:hover {
  color: rgba(0, 0, 0, 0.6);
}

.link-note:after {
  content: "\e903";
  margin-left: 6px;
  transform: rotate(45deg);
  transform-origin: center;
  display: inline-flex;
}

.text-gradient {
  background: -webkit-linear-gradient(0deg, #ffc549 0, #ff8e42 26%, #a252ff 50%, #6363f1 77%, #67c5fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-section {
  padding: 4.5rem 0;
}
.site-section .drop-title {
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .site-section .drop-title {
    font-size: 40px;
  }
}

.site-section.cta-block-title-sm {
  padding: 4rem 0;
}

.site-section--default {
  background-color: #fff;
  color: #000;
}

.site-section--white {
  background-color: #fff;
  color: #000;
}

.site-section--gray-light {
  background-color: #fafafc;
  color: #000;
}

.site-section--gray-dark {
  background-color: #f2f2f4;
  color: #000;
}

.site-section--purple {
  background-color: #e6e6f8;
  color: #000;
}

.site-section--purple-light {
  background-color: #f3f3ff;
  color: #000;
}

.site-section--purple-dark {
  background-color: #161637;
  color: #fff;
}

.site-section--cyan {
  background-color: #d6f3ff;
  color: #000;
}

.site-section--cyan-dark {
  background-color: #c3edfd;
  color: #000;
}

.site-section--cyan-light {
  background-color: #d1edff;
  color: #000;
}

.site-section--orange {
  background-color: #fc7953;
  color: #fff;
}

.site-section--cyan_10 {
  background-color: #e5f8ff;
  color: #000;
}

.site-section--default {
  color: currentColor;
}

.site-section.closeup-bottom {
  padding-bottom: 0 !important;
}

.site-section.closeup-top {
  padding-top: 0 !important;
}

.intro-section,
.site-section.intro-section {
  padding-top: 77px;
  padding-bottom: 4.5rem;
}

.intro-section.header--has-banner,
.site-section.intro-section.header--has-banner {
  padding-top: 133px;
}

.intro-section + .visual-section,
.site-section.intro-section + .visual-section {
  padding-top: 0;
}

.intro-section:not(.text-white) .intro-section__content-item,
.site-section.intro-section:not(.text-white) .intro-section__content-item {
  color: rgba(0, 0, 0, 0.6);
}

.intro-section .user-avatar--orange,
.site-section.intro-section .user-avatar--orange {
  position: absolute;
  left: 80.6%;
  top: -7rem;
}

.intro-section .user-avatar--purple,
.site-section.intro-section .user-avatar--purple {
  position: absolute;
  left: 1.9%;
  top: -10rem;
}

.intro-section .user-avatar--blue,
.site-section.intro-section .user-avatar--blue {
  position: absolute;
  left: 84%;
  bottom: -6.5rem;
}

.intro-section .decoration-dots,
.site-section.intro-section .decoration-dots {
  position: static;
}

.intro-section .decoration-dots--orange,
.site-section.intro-section .decoration-dots--orange {
  width: 70px;
  height: 70px;
}

.intro-section .block__decoration,
.site-section.intro-section .block__decoration {
  position: absolute;
  z-index: -1;
}

.intro-section .block__decoration--half-circle,
.site-section.intro-section .block__decoration--half-circle {
  left: 10.3%;
  top: -3rem;
}

.intro-section .block__decoration--half-circle .decoration-half-circle,
.site-section.intro-section .block__decoration--half-circle .decoration-half-circle {
  width: 22vw;
  max-width: 146px;
}

.intro-section .block__decoration--dots-small,
.site-section.intro-section .block__decoration--dots-small {
  left: 19%;
  top: -2.5rem;
}

.intro-section .block__decoration--dots-large-orange,
.site-section.intro-section .block__decoration--dots-large-orange {
  left: 67%;
  bottom: -2rem;
}

.intro-section__holder {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  align-items: center;
  padding-top: 4.5rem;
}

.intro-section__holder .intro-section__supertitle {
  margin-top: 0;
  margin-bottom: 2rem;
}

.intro-section__visual-part {
  padding-top: 11.5rem;
  padding-bottom: 7rem;
}

.intro-section__link {
  margin: 20px auto;
  text-align: center;
}

.intro-section__content-part.with-visual,
.intro-section__visual-part {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.intro-section__visual {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
}

.intro-section.text-center .intro-section__holder {
  justify-content: center;
}

.intro-section.text-center .intro-section__holder .intro-section__supertitle {
  margin-left: auto;
  margin-right: auto;
}

.intro-section.text-center .intro-section__holder .intro-section__title {
  text-align: center;
}

.intro-section.text-center .intro-section__holder .intro-section__content {
  margin-left: auto;
  margin-right: auto;
}

.intro-section.text-center .intro-section__holder .intro-section__content .intro-section__content-item {
  text-align: center;
  justify-content: center;
}

.intro-section.text-center .intro-section__holder .intro-section__buttons {
  justify-content: center;
}

.design-presentation-page .intro-section__content-part,
.design-presentation-page .intro-section__visual-part {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.design-presentation-page .intro-section__content-part {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.design-presentation-page .intro-section__visual-part {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.intro-section__supertitle {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.intro-section__content {
  font-size: 24px;
  font-weight: 500;
}

.intro-section__footer-content {
  margin-top: 8px;
  text-align: center;
}

.intro-section__footer-content .runs-on {
  display: inline-block;
  margin-left: 38px;
  margin-right: 28px;
  margin-top: 16px;
}

.intro-section__footer-content .runs-on img.appleLogo {
  margin-top: -2px;
}

.intro-section__content-item {
  display: flex;
  margin-bottom: 0.5rem;
}

.works-with {
  font-size: 12px;
}

.works-with.win {
  margin-top: 12px;
}

.works-with img {
  max-width: 20px;
  margin: 0 0 0 6px;
}

.intro-section__parallax-holder {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.intro-section__parallax-holder--half-circle-down {
  border-radius: 1px 1px 100vw 100vw;
  width: 113%;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20% 0 auto;
  right: -10%;
}

.intro-section__parallax-holder--half-circle-down:before {
  padding-top: 50%;
}

.intro-section__parallax-holder--half-circle-down:before {
  content: "";
  display: block;
}

.intro-section__parallax-holder--half-circle-down img {
  position: absolute;
  left: 0;
  top: -15%;
}

.intro-section__buttons {
  margin-top: 2rem;
  justify-content: center;
}

.visual-holder {
  box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.visual-text {
  font-size: 0.875rem;
  letter-spacing: -0.03px;
}

.brand-logos-section {
  padding: 4rem 0;
  letter-spacing: -0.1px;
  color: rgba(0, 0, 0, 0.6);
}

.brand-logos-section--blue {
  background-color: #d6f3ff;
  color: #000;
}

.brand-logos-section--grey {
  background-color: #f5f5f7;
  color: #000;
}

.brand-logos-section__title {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.1px;
}

.brand-logos-section__images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: -0.5rem;
}

.brand-logos-section__logo {
  display: flex;
  padding: 0 1.25rem 1.5rem;
  width: 50%;
  justify-content: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.brand-logos-section__image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 75%;
}

.intro-section .brand-logos-section {
  display: none;
}

.brand-logos-section--use-cases .brand-logos-section__title,
.brand-logos-section--use-cases-mobile .brand-logos-section__title {
  margin-bottom: 16px;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.brand-logos-section--use-cases .brand-logos-section__image,
.brand-logos-section--use-cases-mobile .brand-logos-section__image {
  max-width: 84%;
}

.testimonials-section .testimonial-element--small {
  max-width: 800px;
  margin: 0 auto;
}

.testimonials-section .testimonial-element--base {
  max-width: 1020px;
  margin: 0 auto;
}

.testimonials-section__holder {
  flex-grow: 1;
  width: 100%;
}

.testimonials-section__holder.site-section--cyan-light {
  padding: 5.5rem 4rem;
  border-radius: 16px;
}

.testimonial-section__carousel {
  position: relative;
  padding: 0 0 1.8rem;
}

.testimonial-section__carousel .swiper-container {
  position: static;
}

.testimonials-section__title {
  font-size: 40px;
  margin-bottom: 2.5rem;
}

.faq-block__text {
  margin: 0 0 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  font-weight: 550;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.2px;
  -webkit-appearance: none;
}

.btn-gradient {
  transition: transform, 0.4s;
  box-shadow: none;
  background-color: #000;
  color: #fff;
  border-color: #000;
  background-image: linear-gradient(80deg, #6565f9 9%, #29a5ff 100%);
  border: none;
}

.btn-gradient:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  transform: translateY(-2px);
}

.btn-gradient.focus,
.btn-gradient:focus {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn-gradient.disabled,
.btn-gradient:disabled {
  background-color: #000;
  border-color: #000;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-gradient.disabled.focus,
.btn-gradient.disabled:focus,
.btn-gradient:disabled.focus,
.btn-gradient:disabled:focus {
  box-shadow: none;
}

.btn-gradient:not(:disabled):not(.disabled).active,
.btn-gradient:not(:disabled):not(.disabled):active,
.show > .btn-gradient.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transform: translateY(-1px);
}

.btn-outline-pro {
  transition: transform, 0.4s;
  color: #000;
  border-color: #f5f5f7;
  transition: none;
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.08) !important;
}

.btn-outline-pro:hover {
  color: #000;
  border-color: #f5f5f7;
  transform: translateY(-2px);
}

.btn-outline-pro.focus,
.btn-outline-pro:focus {
  background-color: transparent;
}

.btn-outline-pro.disabled,
.btn-outline-pro:disabled {
  color: #000;
  border-color: #f5f5f7;
  background-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-outline-pro.disabled.focus,
.btn-outline-pro.disabled:focus,
.btn-outline-pro:disabled.focus,
.btn-outline-pro:disabled:focus {
  box-shadow: none;
}

.btn-outline-pro:not(:disabled):not(.disabled).active,
.btn-outline-pro:not(:disabled):not(.disabled):active,
.show > .btn-outline-pro.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #f5f5f7;
}

.btn-outline-pro:active,
.btn-outline-pro:hover {
  transform: none;
  cursor: default !important;
}

.btn__icon {
  font-size: 1.1em;
  margin-left: 0.625rem;
  margin-top: -0.25em;
  margin-bottom: -0.25em;
}

.btn__icon:only-child {
  margin: 0;
  font-size: inherit;
}

.btn__icon--prepend {
  margin-right: 0.625rem;
  margin-left: 0;
}

.btn__icon.icon-apple {
  margin-top: -0.5rem;
}

.btn__icon.icon-windows {
  margin-top: -0.3rem;
}

.btn-link {
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  letter-spacing: 0;
  padding: 0;
  border-radius: 0;
}

.btn-link span {
  line-height: 20px;
  vertical-align: bottom;
}

.btn-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.btn-group-sm > .btn-link.btn,
.btn-link.btn-sm {
  font-size: 0.875rem;
  letter-spacing: -0.3px;
}

.btn-link .btn__icon {
  font-size: 1rem;
}

.btn-xs {
  padding: 8px 12px;
  font-size: 0.9375rem;
  line-height: 24px;
  border-radius: 0.5rem;
}

.bg-retina-cover {
  background-size: cover;
  background-position: 50% 50%;
}

.jumbotron {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 0;
}

.jumbotron:first-child {
  padding-top: 77px;
}

.jumbotron:first-child.header--has-banner {
  padding-top: 133px;
}

.jumbotron--has-decorations {
  z-index: 0;
  overflow: hidden;
}

.jumbotron--has-decorations .jumbotron__holder {
  padding: 11.4rem 0 9.1rem;
}

.jumbotron--dark {
  background-color: #000;
  color: #000;
}

.jumbotron--align-end .jumbotron__content p,
.jumbotron--align-start .jumbotron__content p,
.jumbotron--visual-right .jumbotron__content p {
  padding: 0;
}

.jumbotron--small .jumbotron__holder {
  padding: 3.5rem 0;
}

.jumbotron--visual-right {
  border-bottom: 1px solid #f2f2f4;
}

.jumbotron--visual-right .jumbotron__content {
  font-size: 24px;
  line-height: 1.6;
}

.jumbotron--visual-right .jumbotron__content > :last-child {
  margin-bottom: 0;
}

.jumbotron__holder {
  padding: 4rem 0;
  width: 100%;
}

.jumbotron__buttons {
  margin-bottom: 1rem;
}

.jumbotron__content {
  font-size: 16px;
}

.jumbotron--default {
  background-color: #fff;
  color: #000;
}

.jumbotron--white {
  background-color: #fff;
  color: #000;
}

.jumbotron--gray-light {
  background-color: #fafafc;
  color: #000;
}

.jumbotron--gray-dark {
  background-color: #f2f2f4;
  color: #000;
}

.jumbotron--purple {
  background-color: #e6e6f8;
  color: #000;
}

.jumbotron--purple-light {
  background-color: #f3f3ff;
  color: #000;
}

.jumbotron--purple-dark {
  background-color: #161637;
  color: #fff;
}

.jumbotron--cyan {
  background-color: #d6f3ff;
  color: #000;
}

.jumbotron--cyan-dark {
  background-color: #c3edfd;
  color: #000;
}

.jumbotron--cyan-light {
  background-color: #d1edff;
  color: #000;
}

.jumbotron--orange {
  background-color: #fc7953;
  color: #fff;
}

.jumbotron--cyan_10 {
  background-color: #e5f8ff;
  color: #000;
}

.block__decoration {
  position: absolute;
}

.block__decoration--default .decoration-circle {
  left: 0.5rem;
  bottom: 2rem;
}

.block__decoration--default .decoration-dots {
  z-index: 1;
  position: relative;
}

.block__decoration--circle-vertical-dots {
  left: 54%;
  bottom: 74%;
}

.block__decoration--circle-vertical-dots .decoration-circle {
  top: -25%;
  left: -80%;
}

.block__decoration--circle-vertical-dots .decoration-dots {
  position: relative;
  z-index: 2;
}

.block__decoration--shapes-horizontal {
  position: absolute;
  right: -1.6rem;
  top: -28px;
  width: 50%;
  max-width: 100%;
}

.block__decoration--simple-steps {
  width: 223px;
  height: 64px;
  right: 23%;
  top: -30%;
}

.decoration-circle {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' width='1036' height='1024' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1036 1024'%3E %3Cpath fill='%232C2C96' d='M513.509 1024c155.802 0 258.876-71.934 369.217-169.256s152.78-203.161 152.78-342.744c0-162.909-64.087-270.119-171.877-363.901-92.465-80.448-190.974-148.099-350.12-148.099-265.242 0-513.509 228.496-513.509 512s205.828 512 513.509 512z'%3E%3C/path%3E %3C/svg%3E ");
  width: 90px;
  height: 90px;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: -1.1rem;
  bottom: -2.8rem;
}

.decoration-circle--orange {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' width='1036' height='1024' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1036 1024'%3E %3Cpath fill='%23FB5D2E' d='M513.509 1024c155.802 0 258.876-71.934 369.217-169.256s152.78-203.161 152.78-342.744c0-162.909-64.087-270.119-171.877-363.901-92.465-80.448-190.974-148.099-350.12-148.099-265.242 0-513.509 228.496-513.509 512s205.828 512 513.509 512z'%3E%3C/path%3E %3C/svg%3E ");
}

.decoration-half-circle {
  max-width: 70px;
  height: auto;
}

.decoration-dots {
  width: 90px;
  height: 90px;
  max-width: none;
}

.decoration-dots--vertical {
  width: 76px;
  height: auto;
}

.decoration-half-circle-shape {
  width: 130px;
}

.text-image-block:not(:last-child) {
  margin-bottom: 5.5rem;
}

.text-image-block--image-bleeding .text-image-block__image-holder {
  position: relative;
  margin: 0 -103% 0 0;
}

.text-image-block--image-bleeding .text-image-block__visual-part {
  display: block;
}

.text-image-block--image-summary .text-image-block__visual,
.text-image-block--vertical .text-image-block__visual {
  width: auto;
}

.text-image-block--vertical {
  flex-direction: column;
}

.text-image-block--vertical .text-image-block__description {
  margin-bottom: 2rem;
}

.text-image-block--image-summary .text-image-block__visual-part {
  order: -10;
  justify-content: flex-start;
}

.text-image-block--image-heading-summary,
.text-image-block--image-heading-summary-with-bg {
  display: flex;
}

.text-image-block--image-heading-summary .text-image-block__holder,
.text-image-block--image-heading-summary-with-bg .text-image-block__holder {
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  justify-content: flex-start;
}

.text-image-block--image-heading-summary .text-image-block__content-part,
.text-image-block--image-heading-summary-with-bg .text-image-block__content-part {
  flex-basis: auto;
  flex-shrink: 0;
}

.text-image-block--image-heading-summary .text-image-block__visual-part,
.text-image-block--image-heading-summary-with-bg .text-image-block__visual-part {
  flex-basis: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.text-image-block--image-heading-summary .text-image-block__subtitle,
.text-image-block--image-heading-summary-with-bg .text-image-block__subtitle {
  margin-bottom: 1rem;
}

.text-image-block--content-right .text-image-block__holder {
  flex-direction: column-reverse;
}

.text-image-block--content-right .text-image-block__visual-part {
  justify-content: flex-start;
}

.text-image-block--content-right.text-image-block--image-bleeding .text-image-block__image-holder:after {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}

.text-image-block--align-center .text-image-block__holder {
  align-items: center;
}

.text-image-block--align-end .text-image-block__holder {
  align-items: flex-end;
}

.text-image-block--align-space-between .text-image-block__holder {
  align-items: stretch;
}

.text-image-block--align-space-between .text-image-block__description {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.text-image-block--text-large .text-image-block__text,
.text-image-block--text-xlarge .text-image-block__text {
  color: rgba(0, 0, 0, 0.6);
}

.text-image-block--subtitle-large .text-image-block__title {
  margin-bottom: 1rem;
}

.text-image-block--subtitle-large .text-image-block__subtitle {
  margin: 0 0 0.5rem;
}

.text-image-block--no-shadow .text-image-block__visual {
  box-shadow: none;
}

.text-image-group:last-child {
  margin-bottom: -5rem;
}

.text-image-group .text-image-block {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 4.5rem;
}

.text-image-group--image-summary {
  padding-top: 1rem;
}

.text-image-group--image-summary .text-image-block {
  margin-bottom: 3.5rem;
}

.text-image-group--image-summary:last-child {
  margin-bottom: -3.5rem;
}

.text-image-group--align-items-left .text-image-block--image-heading-summary .text-image-block__visual-part {
  justify-content: flex-start;
}

.text-image-group--align-items-left .text-image-block--image-heading-summary-with-bg .text-image-block__visual-part {
  justify-content: flex-start;
}

.text-image-group--align-items-left .text-image-block--image-heading-summary-with-bg .text-image-block__visual-part .text-image-block__image-holder {
  background-color: #f5f5f7;
  width: inherit;
  padding: 1rem 2rem;
  border-radius: 1rem;
  min-height: 300px;
  justify-items: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-image-group--align-items-left .text-image-block--image-heading-summary-with-bg .text-image-block__visual-part .text-image-block__image-holder .text-image-block__visual {
  width: auto;
  max-height: 80%;
}

.text-image-group--align-items-right .text-image-group__holder {
  justify-content: flex-end;
}

.text-image-group--image-left-summary .text-image-block--image-summary {
  text-align: left;
}

.text-image-group--image-left-summary .text-image-block__visual-part {
  position: absolute;
  left: 7%;
}

.text-image-group__item {
  display: flex;
}

.text-image-block__content-part,
.text-image-block__visual-part {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.text-image-block__holder {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.text-image-block__text-box + .text-image-block__text-box {
  margin-top: 2rem;
}

.text-image-block__title {
  margin-bottom: 0.5rem;
}

.text-image-block__subtitle {
  margin-bottom: 1.5625rem;
}

.text-image-block__label {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 28px;
}

.text-image-block__text:last-child p:last-child {
  margin-bottom: 0;
}

.text-image-block__visual {
  position: relative;
  z-index: 3;
  width: 100%;
}

.text-image-block__visual [data-interactive-animation] {
  width: 100%;
  height: auto;
}

.text-image-block__parallax-holder {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.text-image-block__parallax-holder--square {
  padding: 3rem;
}

.text-image-block__parallax-holder--half-circle {
  border-radius: 100vw 100vw 0 0;
  width: 100%;
  max-width: 627px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-image-block__parallax-holder--half-circle:before {
  padding-top: 49.7607655502%;
}

.text-image-block__parallax-holder--half-circle:before {
  content: "";
  display: block;
}

.text-image-block__parallax-holder--half-circle .text-image-block__visual {
  position: absolute;
  padding: 3.5rem;
  left: 0;
  top: -50%;
}

.text-image-block__list-icons {
  padding-left: 0;
  list-style: none;
  display: flex;
}

.text-image-block__list-icons li {
  width: 2rem;
  height: 2rem;
  margin: 0 2rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-image-block__list-icons .img-fluid {
  width: auto;
  max-height: 100%;
}

.text-image-block__icons-holder {
  color: rgba(0, 0, 0, 0.6);
}

.text-image-block__icons-holder p {
  margin-bottom: 1rem;
}

.text-image-block__media-holder {
  width: 100%;
  line-height: 0;
}

.text-image-block__media-holder .text-image-block__visual {
  border-radius: 0.5rem;
  overflow: hidden;
  line-height: 0;
}

.text-image-block__media-holder .block__decoration {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.text-image-block__media-holder .block__decoration--shapes-horizontal {
  right: 5.3rem;
}

.text-image-block__media-holder .ff-container {
  z-index: 5;
}

.text-image-block__media-holder .text-image-block__video:not([data-loaded]) {
  min-height: 30vw;
}

.with-shadow .text-image-block__media-holder .text-image-block__visual {
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.06);
}

.text-image-block__parallax-holder--default {
  background-color: #fff;
  color: #000;
}

.text-image-block__parallax-holder--white {
  background-color: #fff;
  color: #000;
}

.text-image-block__parallax-holder--gray-light {
  background-color: #fafafc;
  color: #000;
}

.text-image-block__parallax-holder--gray-dark {
  background-color: #f2f2f4;
  color: #000;
}

.text-image-block__parallax-holder--purple {
  background-color: #e6e6f8;
  color: #000;
}

.text-image-block__parallax-holder--purple-light {
  background-color: #f3f3ff;
  color: #000;
}

.text-image-block__parallax-holder--purple-dark {
  background-color: #161637;
  color: #fff;
}

.text-image-block__parallax-holder--cyan {
  background-color: #d6f3ff;
  color: #000;
}

.text-image-block__parallax-holder--cyan-dark {
  background-color: #c3edfd;
  color: #000;
}

.text-image-block__parallax-holder--cyan-light {
  background-color: #d1edff;
  color: #000;
}

.text-image-block__parallax-holder--orange {
  background-color: #fc7953;
  color: #fff;
}

.text-image-block__parallax-holder--cyan_10 {
  background-color: #e5f8ff;
  color: #000;
}

.text-image-block__logo-subheading {
  margin-bottom: 2rem;
}

.text-image-block__avatars-holder {
  padding-top: 1.5rem;
  line-height: 1.75;
  width: 280px;
}

.text-image-block__avatars {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.text-image-block__avatars .img-fluid {
  width: 64px;
}

.text-image-block__avatars .img-fluid + .img-fluid {
  margin-left: -15px;
  width: 70px;
}

.text-image-block__avatars .img-fluid.overlap {
  margin-left: -10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.decoration-rhombus-oval {
  display: none;
}

.cta-block__content {
  padding: 1rem 0 0;
  border-radius: 1rem;
  padding: 3rem;
  background-color: #fafafc;
  margin-top: 1rem;
}

.cta-block__visual {
  border-radius: 1rem;
  width: 100%;
}

.cta-block__visual:before {
  padding-top: 48.9795918367%;
}

.cta-block__title {
  margin: 0 0 1.5rem;
}

.cta-block__text p {
  margin-bottom: 2rem;
}

.cta-block-title-sm .cta-block__title {
  font-size: 32px;
}

.cta-block__btn {
  width: 100%;
}

.use-case {
  margin: auto;
}

.use-case .cta-block__content {
  background-color: transparent;
  padding: 0;
}

.use-case .cta-block__content .h6 {
  line-height: 1.33;
  margin-bottom: 2rem;
}

.use-case .cta-block__content p {
  margin-bottom: 3rem;
}

.site-section--cta--tell {
  position: relative;
  overflow: hidden;
}

.site-section--cta--tell .cta-block__content {
  background: 0 0;
}

.site-section--cta--tell .cta-block__title {
  color: #000;
}

.site-section--cta--tell .cta-block__text {
  color: rgba(0, 0, 0, 0.6);
}

.site-section--cta--tell .cta-block__visual-part.bg-visual {
  position: absolute;
  bottom: 0;
  width: 1600px;
  left: 20%;
  transform: translate3d(-269px, 0, 0);
  z-index: auto;
  pointer-events: none;
  min-height: 100px;
}

.close {
  transition: background 0.35s, color 0.35s;
  border-radius: 50rem;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  background-color: #d1d1d4;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  cursor: pointer;
}

.close:hover {
  background-color: #fff;
  opacity: 1 !important;
}

.close__icon {
  font-size: 0.8em;
  margin: 0.2em 0;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}

.modal .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal .modal-dialog .modal-content {
  box-shadow: 0 8px 20px -7px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.modal .modal-dialog .btn-close {
  pointer-events: auto;
  position: absolute;
  bottom: 40px;
}

.modal .modal-dialog .btn-close .icon {
  margin-left: 10px;
}

.testimonial-element--small {
  text-align: center;
}

.testimonial-element--small .testimonial-element__image {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-right: 1rem;
}

.testimonial-element--small .testimonial-element__avatar {
  width: 48px;
  height: 48px;
}

.testimonial-element--small .testimonial-element__author {
  text-align: left;
}

.testimonial-element--small .testimonial-element__description,
.testimonial-element--small .testimonial-element__name {
  margin-bottom: 1px;
  font-size: 0.8125rem;
}

.testimonial-element--small .testimonial-element__meta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-element--base .testimonial-element__quote {
  position: relative;
  padding-top: 443px;
}

.testimonial-element--base .testimonial-element__text {
  margin-bottom: 2rem;
}

.testimonial-element--base .testimonial-element__image {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-element a {
  color: #000;
  font-weight: 700;
}

.testimonial-element__quote {
  margin: 0;
}

.testimonial-element__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  opacity: 0.8;
}

.testimonial-element__text:first-of-type:before {
  content: "“";
}

.testimonial-element__text:last-of-type:after {
  content: "”";
}

.testimonial-element__description,
.testimonial-element__name {
  margin-bottom: 3px;
  font-size: 1.25rem;
  font-weight: 500;
}

.testimonial-element__description {
  color: rgba(0, 0, 0, 0.6);
}

.testimonial-element__name {
  font-size: 1.25rem;
  font-weight: 700;
}

.testimonial-element__name a {
  font-weight: 700;
}

.clip-path {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  position: absolute;
}

.testimonial-element__meta {
  font-style: normal;
}

.testimonial-element__avatar-element {
  border-radius: 139px;
  width: 258px;
  height: 353px;
  background-color: #f5f5f7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

@keyframes float-up {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes float-down {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.floating-decoration {
  will-change: transform;
  animation: float-up 6s ease-in-out infinite;
  position: absolute;
  z-index: -1;
}

.floating-decoration:nth-child(odd) {
  animation-name: float-down;
}

.floating-clear .floating-decoration__box {
  background: 0 0;
  box-shadow: none;
}

.floating-clear--top {
  left: -20%;
  top: 70%;
}

.floating-clear--top--left {
  display: none;
}

.floating-clear--bottom--left {
  left: 2%;
  bottom: -25%;
}

.floating-clear--top--right {
  display: none;
}

.floating-circle {
  width: 80px;
  height: 80px;
  left: -12%;
  top: 78%;
  position: absolute;
}

.floating-circle .floating-decoration__box {
  border-radius: 50%;
}

.floating-circle--yellow .floating-decoration__box {
  background: #fcc01a;
  box-shadow: none;
}

.floating-circle--top {
  right: -4%;
  top: 16%;
  left: auto;
}

.floating-circle--bottom {
  left: 62%;
  top: 32%;
}

.floating-circle--right {
  display: none;
}

.floating-circle--large {
  width: 70px;
  height: 70px;
}

.floating-half-circle {
  width: 80px;
  height: 40px;
  top: 45%;
  left: -21%;
}

.floating-half-circle .floating-decoration__box {
  border-radius: 100vw 100vw 0 0;
  transform: rotate(60deg);
}

.floating-half-circle--cyan_blue .floating-decoration__box {
  background: #149bfe;
  transform: rotate(-40deg);
  box-shadow: none;
}

.floating-half-circle--right {
  left: auto;
  right: 20%;
  bottom: 0;
  top: auto;
}

.floating-decoration__box {
  border-radius: 1.7em;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09), inset 0 3px 4px 0 #fff;
  background: #fafafc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.floating-square--sketch {
  width: 84px;
  height: 84px;
  left: 7.4%;
  top: 23.2%;
}

.floating-square--sketch .floating-decoration__box {
  transform: rotate(-18deg);
}

.floating-square--sketch img {
  width: 36px;
}

.floating-square--xd {
  width: 87px;
  height: 87px;
  left: 77%;
  top: 76%;
}

.floating-square--xd .floating-decoration__box {
  transform: rotate(25deg);
}

.floating-square--xd img {
  width: 31px;
}

.floating-square--figma {
  width: 73px;
  height: 73px;
  right: -1%;
  top: 19%;
}

.floating-square--figma .floating-decoration__box {
  transform: rotate(25deg);
}

.floating-square--figma img {
  width: 21px;
}

.floating-square--photoshop {
  width: 73px;
  height: 73px;
  left: 7.4%;
  top: 76%;
}

.floating-square--photoshop .floating-decoration__box {
  transform: rotate(-18deg);
}

.floating-square--photoshop img {
  width: 31px;
}

.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.swiper-arrows {
  display: flex;
  padding: 30px 2px 2px;
  margin: 0 -1rem;
}

.swiper-button-next,
.swiper-button-prev {
  width: 64px;
  height: 64px;
  z-index: 5;
  background: #f2f2f4;
  font-size: 1.625rem;
  margin: 0 1rem;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #ededef;
}
@media (min-width: 1024px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    transform: translateY(-50%);
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  z-index: 5;
  bottom: 0;
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  transition: width 0.6s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.6s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  width: 2rem;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  opacity: 0.16;
  margin: 2px;
  position: relative;
  cursor: pointer;
}

.swiper-pagination-bullet:hover {
  opacity: 1;
}

.swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  bottom: -15px;
}

.swiper-pagination-bullet-active {
  width: 4rem;
  opacity: 1;
}

.alert__close {
  color: #e3e3e5;
  font-size: 1rem;
  padding: 1.2rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  line-height: 1;
  background: 0 0;
  border: 0;
  letter-spacing: 0;
}

.alert__close:focus,
.alert__close:hover {
  outline: 0;
}

.alert-dismissible {
  padding-right: 2.5rem;
}

.alert-white {
  background-color: #fff;
  border-color: #f0f0f2;
}

.alert--cookies {
  box-shadow: 0 15px 23px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
  pointer-events: all;
}

.alert--cookies:not(.show) {
  opacity: 0;
  pointer-events: none !important;
  display: none;
}

.fixed-alert-block {
  z-index: 1030;
  position: fixed;
  left: 50vw;
  bottom: 0;
  transform: translateX(-50vw);
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.fixed-alert-block .alert {
  margin: 0;
  pointer-events: all;
}

.fixed-alert-block:empty {
  display: none;
}

.banner {
  font-size: 16px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.5rem 24px;
  position: relative;
}

.banner .btn {
  margin: 0.5rem 0;
}

.banner--blue {
  background-image: linear-gradient(91deg, #6565f9 0, #29a5ff 79%);
  font-weight: 300;
  line-height: 24px;
  padding: 7px 24px;
}

.banner--blue .link {
  color: #fff;
  font-weight: 500;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.2px;
  -webkit-appearance: none;
  font-size: 16px;
}

.banner--blue b,
.banner--blue strong {
  font-weight: 700;
}

.banner__text {
  margin: 0 0.75rem;
}

.banner__text.with-stories {
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(/assets/public-site-v2/images/icons/icon-stories-plain.svg);
  padding-left: 40px;
}

.banner__holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1rem;
  font-weight: 500;
}

.banner__close {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5rem 20px;
  cursor: pointer;
  font-size: 0.75rem;
}

.banner__close:hover {
  opacity: 0.7;
}

.nav-tab {
  margin-right: -0.5rem;
}

.nav-tab .nav-item {
  margin-right: 0.5rem;
}

.nav-tab .nav-link {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding: 0;
  font-size: 0.875rem;
  letter-spacing: -0.28px;
}

.nav-tab .nav-link.active {
  color: #000;
  font-weight: 500;
  pointer-events: none;
}

.nav-tab .nav-link:hover {
  color: #000;
}

.tab-content {
  position: relative;
}

.tab-content > .tab-pane {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tab-content > .tab-pane.active,
.tab-content > .tab-pane.show {
  opacity: 1;
  position: relative;
  visibility: visible;
}

.tab-pane {
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: block;
  transition-property: opacity, visibility;
}

.tab-pane.active {
  transition-delay: 0.2s;
}

.tab-video-block .text-note {
  font-size: 1.25rem;
  font-weight: 500;
  color: #149bfe;
  margin-bottom: 0.5rem;
}

.tab-video-block .text-note:hover {
  color: rgba(0, 0, 0, 0.6);
}

.tab-video-block .text-note:focus {
  box-shadow: 0 0 0 2px #149bfe;
}

.tab-video-block .text-note:after {
  content: "\e903";
  margin-left: 6px;
  transform: rotate(45deg);
  transform-origin: center;
  display: inline-flex;
}

.tab-video-block__visual {
  padding: 0.75rem;
  border-radius: 0.4375rem;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.tab-video-block__visual.visual-purple {
  background-image: linear-gradient(127deg, #7272fb 0, #b8e1ff 99%);
}

.tab-video-block__visual.visual-yellow {
  background-image: linear-gradient(132deg, #ffb68b 10%, #ffdc7a 94%);
}

.tab-video-block__visual.visual-blue {
  background-image: linear-gradient(121deg, #aeddff 13%, #6fc2ff 94%);
}

.tab-video-block__visual .tab-video-block__video {
  border-radius: 0.4375rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #f5f5f7;
  overflow: hidden;
}

.tab-video-block__visual .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) !important;
  font-size: 15px;
  display: none;
  padding: 0.8125rem 1rem;
  font-weight: 600;
}

.tab-video-block__visual .btn .btn__icon {
  font-size: 1rem;
}

.tab-video-block__subtitle {
  margin-bottom: 1rem;
  line-height: 1.3333;
}

.tab-video-block__text {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.25px;
}

.tab-video-block__description {
  max-width: 643px;
  margin: 0 auto;
}

.intro-section .intro-section__holder {
  justify-content: center;
}

.intro-section .intro-section__content-item {
  text-align: center;
}

.intro-section .intro-section__buttons {
  flex-direction: column;
}

.intro-section .intro-section__content {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.site-section--save-time-section .text-image-block__media-holder .text-image-block__visual {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 11px -4px rgba(0, 0, 0, 0.08);
}

.site-section--save-time-section .text-image-block__subtitle {
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.site-section--save-time-section .text-image-block__text-box {
  line-height: 1.75;
}

.site-section--save-time-section .text-image-block__text-box + .text-image-block__text-box {
  margin-top: 3.5rem;
}

.site-section--save-time-section .simple-blockquote {
  padding-top: 0;
  margin-bottom: 1.5rem;
}

.site-section--save-time-section .simple-blockquote .quote {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.site-section--discover-section .row-grid.masonry {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  grid-auto-rows: 18rem;
}

.site-section--discover-section .card {
  transition: box-shadow 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-width: 0;
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.08);
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  line-height: 24px;
}

.site-section--discover-section .card.with-decor .card__title {
  padding-right: 8rem;
}

.site-section--discover-section .card .img-fluid {
  max-width: 86%;
}

.site-section--discover-section .card .img-fluid.decor-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 243px;
  right: -61px;
}

.site-section--discover-section .card .img-fluid.decor-bottom {
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 246px;
}

.site-section--discover-section .card .img-fluid.decor-bottom-present {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 341px;
}

.site-section--discover-section .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 35px 32px;
}

.site-section--discover-section .card .card__title {
  font-size: 24px;
  line-height: 1.3333;
}

.site-section--discover-section .card .bottom {
  margin-top: auto;
  margin-bottom: -35px;
}

.site-section--discover-section .card--gradient-blue {
  background: linear-gradient(90deg, #007bff 0, #62aeff 100%);
  color: #fff;
}

.site-section--discover-section .card--is-hovering:hover {
  box-shadow: 0 23px 34px rgba(0, 0, 0, 0.08);
}

.site-section--discover-section .card--is-hovering:hover .hidden {
  transition-delay: 0s;
  opacity: 1;
}

.site-section--discover-section .card--is-hovering:hover .hidden-text,
.site-section--discover-section .card--is-hovering:hover .hidden__title {
  transition-delay: 0.2s;
  opacity: 1;
}

.site-section--discover-section .card--is-hovering .card-body {
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0.2s;
}

.site-section--discover-section .card--is-hovering .hidden {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  padding: 40px 32px;
  background: #fff;
  color: #000;
}

.site-section--discover-section .card--is-hovering .hidden__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

.site-section--discover-section .card--is-hovering .hidden-text,
.site-section--discover-section .card--is-hovering .hidden__title {
  transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.testimonials-section {
  padding-top: 6rem;
}

.swiper-pagination {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  display: block;
}

.testimonials-section__title .decor-pencil {
  display: none;
}

.testimonials-section__title .with-shadow {
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding: 0 12px;
}

.testimonials-section__title .with-shadow:before {
  content: "";
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12), inset 0 2px 4px 0 #fff, inset 0 -2px 2px #eee;
  border-radius: 12px;
  background: #fafafc;
  position: absolute;
  top: 4px;
  left: 1px;
  right: 1px;
  bottom: -1px;
  pointer-events: none;
  z-index: -1;
}

.card-posts__title {
  margin-bottom: 4rem;
}

.card-posts__title .decor-wow {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 7px;
  margin: 0 6px;
  display: inline-flex;
}

.card-posts__title .decor-wow .img-fluid {
  position: absolute;
  z-index: -1;
  top: 2px;
  left: -5px;
  width: 120px;
  max-width: none;
}

.site-section--card-posts .row--cards {
  margin-bottom: -3rem;
}

.site-section--card-posts .card {
  margin-bottom: 4rem;
}

.site-section--card-posts .card-img-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.site-section--card-posts .card-body {
  padding: 0;
  line-height: 1.75;
}

.site-section--card-posts .card__title {
  font-size: 24px;
  line-height: 1.3333;
  margin-bottom: 0.75rem;
}

.site-section--tte-red {
  padding-top: 6rem;
}

.site-section--infinite-red .text-image-block__subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.site-section--infinite-red .text-image-block__visual {
  border-radius: 2rem;
}

.site-section--infinite-red .block__decoration--rhombus-oval {
  display: none;
}

.site-section--infinite-red .decoration-rhombus-oval {
  display: block;
}

.site-section--examples-section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.site-section--examples-section .text-note {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}

.site-section--examples-section .text-note:hover {
  color: rgba(0, 0, 0, 0.6);
}

.site-section--examples-section .text-note:after {
  content: "\e903";
  margin-left: 6px;
  transform: rotate(45deg);
  transform-origin: center;
  display: inline-flex;
}

.site-section--examples-section .swiper-slide {
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.site-section--examples-section .swiper-slide-next {
  transform: rotate(2deg);
}

.examples-section__title {
  margin-bottom: 3.5rem;
}

.examples-holder {
  position: relative;
  margin-bottom: 2rem;
}

.examples-holder .decor {
  width: 251px;
  display: block;
  margin-bottom: 2rem;
}

.examples-carousel {
  margin: 0 -0.75rem;
  display: flex;
}

.examples-carousel .swiper-wrapper {
  transition: none;
  width: auto;
}

.examples-carousel .swiper-wrapper.stoped {
  transition-duration: 11111s !important;
}

.examples-carousel .swiper-slide {
  width: 280px;
  margin: 0 0.75rem;
}

.examples-carousel .card--example {
  width: 280px;
  height: 175px;
  padding: 20px;
  border-radius: 20px;
  border-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 1rem;
}

.examples-carousel .card--example:hover:before {
  opacity: 1;
  transition-delay: 0;
}

.examples-carousel .card--example:hover .btn {
  transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.examples-carousel .card--example:before {
  width: 100%;
  height: 100%;
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.06);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition-delay: 0.3s;
}

.examples-carousel .card--example .card-body {
  border-radius: 6px;
  background: #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  position: relative;
  overflow: hidden;
}

.examples-carousel .card--example .img-fluid {
  max-width: 100%;
  max-height: 100%;
}

.examples-carousel .card--example .btn {
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 4px));
  z-index: 2;
  border-radius: 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 14px 14px rgba(0, 0, 0, 0.09);
  padding: 14px 20px;
  opacity: 0;
  color: #111;
  visibility: hidden;
}

.examples-carousel .card--example .icon {
  font-size: 1rem;
}

.examples-carousel .card--yellow {
  background: #fcc01a;
}

.examples-carousel .card--blue {
  background: #149bfe;
}

.examples-carousel .card--purple {
  background: #6565f9;
}

.sticky-media-holder .sticky-media-box {
  transition: top 0.2s linear;
  max-width: 100%;
}

.sticky-media-holder .text-image-block__target:last-child .text-image-block__description {
  margin-bottom: 2rem;
}

.sticky-media-holder .text-image-block__description {
  margin-bottom: 8rem;
  margin-bottom: 7.5rem;
}

.sticky-media-holder .text-image-block__text {
  flex-grow: 1;
  line-height: 1.75;
  margin-bottom: 3.5rem;
  color: #666;
}

.visual-holder {
  border-radius: 12px;
}

.visual-holder .visual-holder__video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.visual-holder__visual .poster {
  display: none;
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.stabs-presentation-section__title {
  max-width: 37.75rem;
  margin: 0 auto;
}

@media (min-width: 375px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xs {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    box-shadow: none;
  }
  .modal-sm {
    max-width: 300px;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-0_25 {
    margin: 0.25rem !important;
  }
  .mt-sm-0_25,
  .my-sm-0_25 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-0_25,
  .mx-sm-0_25 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-0_25,
  .my-sm-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-0_25,
  .mx-sm-0_25 {
    margin-left: 0.25rem !important;
  }
  .m-sm-0_5 {
    margin: 0.5rem !important;
  }
  .mt-sm-0_5,
  .my-sm-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-0_5,
  .mx-sm-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-0_5,
  .my-sm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-0_5,
  .mx-sm-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-sm-0_75 {
    margin: 0.75rem !important;
  }
  .mt-sm-0_75,
  .my-sm-0_75 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-0_75,
  .mx-sm-0_75 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-0_75,
  .my-sm-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-0_75,
  .mx-sm-0_75 {
    margin-left: 0.75rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-1_25 {
    margin: 1.25rem !important;
  }
  .mt-sm-1_25,
  .my-sm-1_25 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-1_25,
  .mx-sm-1_25 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-1_25,
  .my-sm-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-1_25,
  .mx-sm-1_25 {
    margin-left: 1.25rem !important;
  }
  .m-sm-1_5 {
    margin: 1.5rem !important;
  }
  .mt-sm-1_5,
  .my-sm-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-1_5,
  .mx-sm-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-1_5,
  .my-sm-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-1_5,
  .mx-sm-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-2_5 {
    margin: 2.5rem !important;
  }
  .mt-sm-2_5,
  .my-sm-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-2_5,
  .mx-sm-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-2_5,
  .my-sm-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-2_5,
  .mx-sm-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-3_5 {
    margin: 3.5rem !important;
  }
  .mt-sm-3_5,
  .my-sm-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-3_5,
  .mx-sm-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-3_5,
  .my-sm-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-3_5,
  .mx-sm-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-4_5 {
    margin: 4.5rem !important;
  }
  .mt-sm-4_5,
  .my-sm-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-4_5,
  .mx-sm-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-4_5,
  .my-sm-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-4_5,
  .mx-sm-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-5_5 {
    margin: 5.5rem !important;
  }
  .mt-sm-5_5,
  .my-sm-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-5_5,
  .mx-sm-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-5_5,
  .my-sm-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-5_5,
  .mx-sm-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-6_5 {
    margin: 6.5rem !important;
  }
  .mt-sm-6_5,
  .my-sm-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-6_5,
  .mx-sm-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-6_5,
  .my-sm-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-6_5,
  .mx-sm-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important;
  }
  .m-sm-7_5 {
    margin: 7.5rem !important;
  }
  .mt-sm-7_5,
  .my-sm-7_5 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-7_5,
  .mx-sm-7_5 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-7_5,
  .my-sm-7_5 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-7_5,
  .mx-sm-7_5 {
    margin-left: 7.5rem !important;
  }
  .m-sm-7_75 {
    margin: 7.75rem !important;
  }
  .mt-sm-7_75,
  .my-sm-7_75 {
    margin-top: 7.75rem !important;
  }
  .mr-sm-7_75,
  .mx-sm-7_75 {
    margin-right: 7.75rem !important;
  }
  .mb-sm-7_75,
  .my-sm-7_75 {
    margin-bottom: 7.75rem !important;
  }
  .ml-sm-7_75,
  .mx-sm-7_75 {
    margin-left: 7.75rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .m-sm-8_5 {
    margin: 8.5rem !important;
  }
  .mt-sm-8_5,
  .my-sm-8_5 {
    margin-top: 8.5rem !important;
  }
  .mr-sm-8_5,
  .mx-sm-8_5 {
    margin-right: 8.5rem !important;
  }
  .mb-sm-8_5,
  .my-sm-8_5 {
    margin-bottom: 8.5rem !important;
  }
  .ml-sm-8_5,
  .mx-sm-8_5 {
    margin-left: 8.5rem !important;
  }
  .m-sm-8_75 {
    margin: 8.75rem !important;
  }
  .mt-sm-8_75,
  .my-sm-8_75 {
    margin-top: 8.75rem !important;
  }
  .mr-sm-8_75,
  .mx-sm-8_75 {
    margin-right: 8.75rem !important;
  }
  .mb-sm-8_75,
  .my-sm-8_75 {
    margin-bottom: 8.75rem !important;
  }
  .ml-sm-8_75,
  .mx-sm-8_75 {
    margin-left: 8.75rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-9_25 {
    margin: 9.25rem !important;
  }
  .mt-sm-9_25,
  .my-sm-9_25 {
    margin-top: 9.25rem !important;
  }
  .mr-sm-9_25,
  .mx-sm-9_25 {
    margin-right: 9.25rem !important;
  }
  .mb-sm-9_25,
  .my-sm-9_25 {
    margin-bottom: 9.25rem !important;
  }
  .ml-sm-9_25,
  .mx-sm-9_25 {
    margin-left: 9.25rem !important;
  }
  .m-sm-9_5 {
    margin: 9.5rem !important;
  }
  .mt-sm-9_5,
  .my-sm-9_5 {
    margin-top: 9.5rem !important;
  }
  .mr-sm-9_5,
  .mx-sm-9_5 {
    margin-right: 9.5rem !important;
  }
  .mb-sm-9_5,
  .my-sm-9_5 {
    margin-bottom: 9.5rem !important;
  }
  .ml-sm-9_5,
  .mx-sm-9_5 {
    margin-left: 9.5rem !important;
  }
  .m-sm-9_75 {
    margin: 9.75rem !important;
  }
  .mt-sm-9_75,
  .my-sm-9_75 {
    margin-top: 9.75rem !important;
  }
  .mr-sm-9_75,
  .mx-sm-9_75 {
    margin-right: 9.75rem !important;
  }
  .mb-sm-9_75,
  .my-sm-9_75 {
    margin-bottom: 9.75rem !important;
  }
  .ml-sm-9_75,
  .mx-sm-9_75 {
    margin-left: 9.75rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10rem !important;
  }
  .m-sm-10_25 {
    margin: 10.25rem !important;
  }
  .mt-sm-10_25,
  .my-sm-10_25 {
    margin-top: 10.25rem !important;
  }
  .mr-sm-10_25,
  .mx-sm-10_25 {
    margin-right: 10.25rem !important;
  }
  .mb-sm-10_25,
  .my-sm-10_25 {
    margin-bottom: 10.25rem !important;
  }
  .ml-sm-10_25,
  .mx-sm-10_25 {
    margin-left: 10.25rem !important;
  }
  .m-sm-11 {
    margin: 11rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 11rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 11rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 11rem !important;
  }
  .m-sm-12 {
    margin: 12rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 12rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 12rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 12rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-0_25 {
    padding: 0.25rem !important;
  }
  .pt-sm-0_25,
  .py-sm-0_25 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-0_25,
  .px-sm-0_25 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-0_25,
  .py-sm-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-0_25,
  .px-sm-0_25 {
    padding-left: 0.25rem !important;
  }
  .p-sm-0_5 {
    padding: 0.5rem !important;
  }
  .pt-sm-0_5,
  .py-sm-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-0_5,
  .px-sm-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-0_5,
  .py-sm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-0_5,
  .px-sm-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-sm-0_75 {
    padding: 0.75rem !important;
  }
  .pt-sm-0_75,
  .py-sm-0_75 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-0_75,
  .px-sm-0_75 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-0_75,
  .py-sm-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-0_75,
  .px-sm-0_75 {
    padding-left: 0.75rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-1_25 {
    padding: 1.25rem !important;
  }
  .pt-sm-1_25,
  .py-sm-1_25 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-1_25,
  .px-sm-1_25 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-1_25,
  .py-sm-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-1_25,
  .px-sm-1_25 {
    padding-left: 1.25rem !important;
  }
  .p-sm-1_5 {
    padding: 1.5rem !important;
  }
  .pt-sm-1_5,
  .py-sm-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-1_5,
  .px-sm-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-1_5,
  .py-sm-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-1_5,
  .px-sm-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-2_5 {
    padding: 2.5rem !important;
  }
  .pt-sm-2_5,
  .py-sm-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-2_5,
  .px-sm-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-2_5,
  .py-sm-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-2_5,
  .px-sm-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-3_5 {
    padding: 3.5rem !important;
  }
  .pt-sm-3_5,
  .py-sm-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-3_5,
  .px-sm-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-3_5,
  .py-sm-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-3_5,
  .px-sm-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-4_5 {
    padding: 4.5rem !important;
  }
  .pt-sm-4_5,
  .py-sm-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-4_5,
  .px-sm-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-4_5,
  .py-sm-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-4_5,
  .px-sm-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-5_5 {
    padding: 5.5rem !important;
  }
  .pt-sm-5_5,
  .py-sm-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-5_5,
  .px-sm-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-5_5,
  .py-sm-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-5_5,
  .px-sm-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-6_5 {
    padding: 6.5rem !important;
  }
  .pt-sm-6_5,
  .py-sm-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-6_5,
  .px-sm-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-6_5,
  .py-sm-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-6_5,
  .px-sm-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important;
  }
  .p-sm-7_5 {
    padding: 7.5rem !important;
  }
  .pt-sm-7_5,
  .py-sm-7_5 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-7_5,
  .px-sm-7_5 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-7_5,
  .py-sm-7_5 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-7_5,
  .px-sm-7_5 {
    padding-left: 7.5rem !important;
  }
  .p-sm-7_75 {
    padding: 7.75rem !important;
  }
  .pt-sm-7_75,
  .py-sm-7_75 {
    padding-top: 7.75rem !important;
  }
  .pr-sm-7_75,
  .px-sm-7_75 {
    padding-right: 7.75rem !important;
  }
  .pb-sm-7_75,
  .py-sm-7_75 {
    padding-bottom: 7.75rem !important;
  }
  .pl-sm-7_75,
  .px-sm-7_75 {
    padding-left: 7.75rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-8_5 {
    padding: 8.5rem !important;
  }
  .pt-sm-8_5,
  .py-sm-8_5 {
    padding-top: 8.5rem !important;
  }
  .pr-sm-8_5,
  .px-sm-8_5 {
    padding-right: 8.5rem !important;
  }
  .pb-sm-8_5,
  .py-sm-8_5 {
    padding-bottom: 8.5rem !important;
  }
  .pl-sm-8_5,
  .px-sm-8_5 {
    padding-left: 8.5rem !important;
  }
  .p-sm-8_75 {
    padding: 8.75rem !important;
  }
  .pt-sm-8_75,
  .py-sm-8_75 {
    padding-top: 8.75rem !important;
  }
  .pr-sm-8_75,
  .px-sm-8_75 {
    padding-right: 8.75rem !important;
  }
  .pb-sm-8_75,
  .py-sm-8_75 {
    padding-bottom: 8.75rem !important;
  }
  .pl-sm-8_75,
  .px-sm-8_75 {
    padding-left: 8.75rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-9_25 {
    padding: 9.25rem !important;
  }
  .pt-sm-9_25,
  .py-sm-9_25 {
    padding-top: 9.25rem !important;
  }
  .pr-sm-9_25,
  .px-sm-9_25 {
    padding-right: 9.25rem !important;
  }
  .pb-sm-9_25,
  .py-sm-9_25 {
    padding-bottom: 9.25rem !important;
  }
  .pl-sm-9_25,
  .px-sm-9_25 {
    padding-left: 9.25rem !important;
  }
  .p-sm-9_5 {
    padding: 9.5rem !important;
  }
  .pt-sm-9_5,
  .py-sm-9_5 {
    padding-top: 9.5rem !important;
  }
  .pr-sm-9_5,
  .px-sm-9_5 {
    padding-right: 9.5rem !important;
  }
  .pb-sm-9_5,
  .py-sm-9_5 {
    padding-bottom: 9.5rem !important;
  }
  .pl-sm-9_5,
  .px-sm-9_5 {
    padding-left: 9.5rem !important;
  }
  .p-sm-9_75 {
    padding: 9.75rem !important;
  }
  .pt-sm-9_75,
  .py-sm-9_75 {
    padding-top: 9.75rem !important;
  }
  .pr-sm-9_75,
  .px-sm-9_75 {
    padding-right: 9.75rem !important;
  }
  .pb-sm-9_75,
  .py-sm-9_75 {
    padding-bottom: 9.75rem !important;
  }
  .pl-sm-9_75,
  .px-sm-9_75 {
    padding-left: 9.75rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10rem !important;
  }
  .p-sm-10_25 {
    padding: 10.25rem !important;
  }
  .pt-sm-10_25,
  .py-sm-10_25 {
    padding-top: 10.25rem !important;
  }
  .pr-sm-10_25,
  .px-sm-10_25 {
    padding-right: 10.25rem !important;
  }
  .pb-sm-10_25,
  .py-sm-10_25 {
    padding-bottom: 10.25rem !important;
  }
  .pl-sm-10_25,
  .px-sm-10_25 {
    padding-left: 10.25rem !important;
  }
  .p-sm-11 {
    padding: 11rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 11rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 11rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 11rem !important;
  }
  .p-sm-12 {
    padding: 12rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 12rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 12rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 12rem !important;
  }
  .m-sm-n0_25 {
    margin: -0.25rem !important;
  }
  .mt-sm-n0_25,
  .my-sm-n0_25 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n0_25,
  .mx-sm-n0_25 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n0_25,
  .my-sm-n0_25 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n0_25,
  .mx-sm-n0_25 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n0_5 {
    margin: -0.5rem !important;
  }
  .mt-sm-n0_5,
  .my-sm-n0_5 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n0_5,
  .mx-sm-n0_5 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n0_5,
  .my-sm-n0_5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n0_5,
  .mx-sm-n0_5 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n0_75 {
    margin: -0.75rem !important;
  }
  .mt-sm-n0_75,
  .my-sm-n0_75 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n0_75,
  .mx-sm-n0_75 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n0_75,
  .my-sm-n0_75 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n0_75,
  .mx-sm-n0_75 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1rem !important;
  }
  .m-sm-n1_25 {
    margin: -1.25rem !important;
  }
  .mt-sm-n1_25,
  .my-sm-n1_25 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n1_25,
  .mx-sm-n1_25 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n1_25,
  .my-sm-n1_25 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n1_25,
  .mx-sm-n1_25 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-sm-n1_5,
  .my-sm-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n1_5,
  .mx-sm-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n1_5,
  .my-sm-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n1_5,
  .mx-sm-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2rem !important;
  }
  .m-sm-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-sm-n2_5,
  .my-sm-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n2_5,
  .mx-sm-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n2_5,
  .my-sm-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n2_5,
  .mx-sm-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important;
  }
  .m-sm-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-sm-n3_5,
  .my-sm-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n3_5,
  .mx-sm-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n3_5,
  .my-sm-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n3_5,
  .mx-sm-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important;
  }
  .m-sm-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-sm-n4_5,
  .my-sm-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n4_5,
  .mx-sm-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n4_5,
  .my-sm-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n4_5,
  .mx-sm-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5rem !important;
  }
  .m-sm-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-sm-n5_5,
  .my-sm-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n5_5,
  .mx-sm-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n5_5,
  .my-sm-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n5_5,
  .mx-sm-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-sm-n6_5,
  .my-sm-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n6_5,
  .mx-sm-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n6_5,
  .my-sm-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n6_5,
  .mx-sm-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7rem !important;
  }
  .m-sm-n7_5 {
    margin: -7.5rem !important;
  }
  .mt-sm-n7_5,
  .my-sm-n7_5 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n7_5,
  .mx-sm-n7_5 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n7_5,
  .my-sm-n7_5 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n7_5,
  .mx-sm-n7_5 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n7_75 {
    margin: -7.75rem !important;
  }
  .mt-sm-n7_75,
  .my-sm-n7_75 {
    margin-top: -7.75rem !important;
  }
  .mr-sm-n7_75,
  .mx-sm-n7_75 {
    margin-right: -7.75rem !important;
  }
  .mb-sm-n7_75,
  .my-sm-n7_75 {
    margin-bottom: -7.75rem !important;
  }
  .ml-sm-n7_75,
  .mx-sm-n7_75 {
    margin-left: -7.75rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }
  .m-sm-n8_5 {
    margin: -8.5rem !important;
  }
  .mt-sm-n8_5,
  .my-sm-n8_5 {
    margin-top: -8.5rem !important;
  }
  .mr-sm-n8_5,
  .mx-sm-n8_5 {
    margin-right: -8.5rem !important;
  }
  .mb-sm-n8_5,
  .my-sm-n8_5 {
    margin-bottom: -8.5rem !important;
  }
  .ml-sm-n8_5,
  .mx-sm-n8_5 {
    margin-left: -8.5rem !important;
  }
  .m-sm-n8_75 {
    margin: -8.75rem !important;
  }
  .mt-sm-n8_75,
  .my-sm-n8_75 {
    margin-top: -8.75rem !important;
  }
  .mr-sm-n8_75,
  .mx-sm-n8_75 {
    margin-right: -8.75rem !important;
  }
  .mb-sm-n8_75,
  .my-sm-n8_75 {
    margin-bottom: -8.75rem !important;
  }
  .ml-sm-n8_75,
  .mx-sm-n8_75 {
    margin-left: -8.75rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important;
  }
  .m-sm-n9_25 {
    margin: -9.25rem !important;
  }
  .mt-sm-n9_25,
  .my-sm-n9_25 {
    margin-top: -9.25rem !important;
  }
  .mr-sm-n9_25,
  .mx-sm-n9_25 {
    margin-right: -9.25rem !important;
  }
  .mb-sm-n9_25,
  .my-sm-n9_25 {
    margin-bottom: -9.25rem !important;
  }
  .ml-sm-n9_25,
  .mx-sm-n9_25 {
    margin-left: -9.25rem !important;
  }
  .m-sm-n9_5 {
    margin: -9.5rem !important;
  }
  .mt-sm-n9_5,
  .my-sm-n9_5 {
    margin-top: -9.5rem !important;
  }
  .mr-sm-n9_5,
  .mx-sm-n9_5 {
    margin-right: -9.5rem !important;
  }
  .mb-sm-n9_5,
  .my-sm-n9_5 {
    margin-bottom: -9.5rem !important;
  }
  .ml-sm-n9_5,
  .mx-sm-n9_5 {
    margin-left: -9.5rem !important;
  }
  .m-sm-n9_75 {
    margin: -9.75rem !important;
  }
  .mt-sm-n9_75,
  .my-sm-n9_75 {
    margin-top: -9.75rem !important;
  }
  .mr-sm-n9_75,
  .mx-sm-n9_75 {
    margin-right: -9.75rem !important;
  }
  .mb-sm-n9_75,
  .my-sm-n9_75 {
    margin-bottom: -9.75rem !important;
  }
  .ml-sm-n9_75,
  .mx-sm-n9_75 {
    margin-left: -9.75rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10rem !important;
  }
  .m-sm-n10_25 {
    margin: -10.25rem !important;
  }
  .mt-sm-n10_25,
  .my-sm-n10_25 {
    margin-top: -10.25rem !important;
  }
  .mr-sm-n10_25,
  .mx-sm-n10_25 {
    margin-right: -10.25rem !important;
  }
  .mb-sm-n10_25,
  .my-sm-n10_25 {
    margin-bottom: -10.25rem !important;
  }
  .ml-sm-n10_25,
  .mx-sm-n10_25 {
    margin-left: -10.25rem !important;
  }
  .m-sm-n11 {
    margin: -11rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -11rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -11rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -11rem !important;
  }
  .m-sm-n12 {
    margin: -12rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -12rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -12rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -12rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .intro-section,
  .site-section.intro-section {
    padding-bottom: 7.75rem;
  }
  .intro-section__holder {
    padding-top: 7.75rem;
  }
  .brand-logos-section--use-cases .brand-logos-section__logo,
  .brand-logos-section--use-cases-mobile .brand-logos-section__logo {
    min-width: 0;
    padding: 1.15rem 1.9rem;
  }
  .jumbotron {
    padding: 0;
  }
}
@media screen and (min-width: 375px) {
  .text-size-xl {
    font-size: calc(24px + 0 * (100vw - 375px) / 393);
  }
  .text-size-lg {
    font-size: calc(20px + 0 * (100vw - 375px) / 393);
  }
  .text-size-md {
    font-size: calc(16px + 0 * (100vw - 375px) / 393);
  }
  .text-size-base {
    font-size: calc(16px + 0 * (100vw - 375px) / 393);
  }
  .text-size-sm {
    font-size: calc(14px + 0 * (100vw - 375px) / 393);
  }
  .text-size-xs {
    font-size: calc(12px + 0 * (100vw - 375px) / 393);
  }
  .h1,
  h1 {
    font-size: calc(64px + 0 * (100vw - 375px) / 393);
  }
  .h2,
  h2 {
    font-size: calc(56px + 0 * (100vw - 375px) / 393);
  }
  .h3,
  h3 {
    font-size: calc(48px + 0 * (100vw - 375px) / 393);
  }
  .h4,
  h4 {
    font-size: calc(40px + 0 * (100vw - 375px) / 393);
  }
  .h5,
  h5 {
    font-size: calc(32px + 0 * (100vw - 375px) / 393);
  }
  .h6,
  h6 {
    font-size: calc(24px + 0 * (100vw - 375px) / 393);
  }
  body {
    font-size: calc(16px + 0 * (100vw - 375px) / 393);
  }
  .jumbotron__content {
    font-size: calc(16px + 8 * (100vw - 375px) / 393);
  }
  .banner {
    font-size: calc(16px + 0 * (100vw - 375px) / 393);
  }
}
@media (min-width: 400px) {
  .examples-carousel .swiper-slide {
    width: 350px;
  }
  .examples-carousel .card--example {
    width: 350px;
    height: 218px;
  }
}
@media (min-width: 414px) {
  .nav-tab {
    margin-right: -1.5rem;
  }
  .nav-tab .nav-item {
    margin-right: 1.5rem;
  }
  .nav-tab .nav-link {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-md,
  .container-xl,
  .container-xs {
    padding-right: 24px;
    padding-left: 24px;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 1272px;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xs {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-0_25 {
    margin: 0.25rem !important;
  }
  .mt-md-0_25,
  .my-md-0_25 {
    margin-top: 0.25rem !important;
  }
  .mr-md-0_25,
  .mx-md-0_25 {
    margin-right: 0.25rem !important;
  }
  .mb-md-0_25,
  .my-md-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-0_25,
  .mx-md-0_25 {
    margin-left: 0.25rem !important;
  }
  .m-md-0_5 {
    margin: 0.5rem !important;
  }
  .mt-md-0_5,
  .my-md-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-md-0_5,
  .mx-md-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-md-0_5,
  .my-md-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-0_5,
  .mx-md-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-md-0_75 {
    margin: 0.75rem !important;
  }
  .mt-md-0_75,
  .my-md-0_75 {
    margin-top: 0.75rem !important;
  }
  .mr-md-0_75,
  .mx-md-0_75 {
    margin-right: 0.75rem !important;
  }
  .mb-md-0_75,
  .my-md-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-0_75,
  .mx-md-0_75 {
    margin-left: 0.75rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-1_25 {
    margin: 1.25rem !important;
  }
  .mt-md-1_25,
  .my-md-1_25 {
    margin-top: 1.25rem !important;
  }
  .mr-md-1_25,
  .mx-md-1_25 {
    margin-right: 1.25rem !important;
  }
  .mb-md-1_25,
  .my-md-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-1_25,
  .mx-md-1_25 {
    margin-left: 1.25rem !important;
  }
  .m-md-1_5 {
    margin: 1.5rem !important;
  }
  .mt-md-1_5,
  .my-md-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-md-1_5,
  .mx-md-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-md-1_5,
  .my-md-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-1_5,
  .mx-md-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-2_5 {
    margin: 2.5rem !important;
  }
  .mt-md-2_5,
  .my-md-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-md-2_5,
  .mx-md-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-md-2_5,
  .my-md-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-2_5,
  .mx-md-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-3_5 {
    margin: 3.5rem !important;
  }
  .mt-md-3_5,
  .my-md-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-md-3_5,
  .mx-md-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-md-3_5,
  .my-md-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-3_5,
  .mx-md-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-4_5 {
    margin: 4.5rem !important;
  }
  .mt-md-4_5,
  .my-md-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-md-4_5,
  .mx-md-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-md-4_5,
  .my-md-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-4_5,
  .mx-md-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-5_5 {
    margin: 5.5rem !important;
  }
  .mt-md-5_5,
  .my-md-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-md-5_5,
  .mx-md-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-md-5_5,
  .my-md-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-5_5,
  .mx-md-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-6_5 {
    margin: 6.5rem !important;
  }
  .mt-md-6_5,
  .my-md-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-md-6_5,
  .mx-md-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-md-6_5,
  .my-md-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-6_5,
  .mx-md-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important;
  }
  .m-md-7_5 {
    margin: 7.5rem !important;
  }
  .mt-md-7_5,
  .my-md-7_5 {
    margin-top: 7.5rem !important;
  }
  .mr-md-7_5,
  .mx-md-7_5 {
    margin-right: 7.5rem !important;
  }
  .mb-md-7_5,
  .my-md-7_5 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-7_5,
  .mx-md-7_5 {
    margin-left: 7.5rem !important;
  }
  .m-md-7_75 {
    margin: 7.75rem !important;
  }
  .mt-md-7_75,
  .my-md-7_75 {
    margin-top: 7.75rem !important;
  }
  .mr-md-7_75,
  .mx-md-7_75 {
    margin-right: 7.75rem !important;
  }
  .mb-md-7_75,
  .my-md-7_75 {
    margin-bottom: 7.75rem !important;
  }
  .ml-md-7_75,
  .mx-md-7_75 {
    margin-left: 7.75rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-8_5 {
    margin: 8.5rem !important;
  }
  .mt-md-8_5,
  .my-md-8_5 {
    margin-top: 8.5rem !important;
  }
  .mr-md-8_5,
  .mx-md-8_5 {
    margin-right: 8.5rem !important;
  }
  .mb-md-8_5,
  .my-md-8_5 {
    margin-bottom: 8.5rem !important;
  }
  .ml-md-8_5,
  .mx-md-8_5 {
    margin-left: 8.5rem !important;
  }
  .m-md-8_75 {
    margin: 8.75rem !important;
  }
  .mt-md-8_75,
  .my-md-8_75 {
    margin-top: 8.75rem !important;
  }
  .mr-md-8_75,
  .mx-md-8_75 {
    margin-right: 8.75rem !important;
  }
  .mb-md-8_75,
  .my-md-8_75 {
    margin-bottom: 8.75rem !important;
  }
  .ml-md-8_75,
  .mx-md-8_75 {
    margin-left: 8.75rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-9_25 {
    margin: 9.25rem !important;
  }
  .mt-md-9_25,
  .my-md-9_25 {
    margin-top: 9.25rem !important;
  }
  .mr-md-9_25,
  .mx-md-9_25 {
    margin-right: 9.25rem !important;
  }
  .mb-md-9_25,
  .my-md-9_25 {
    margin-bottom: 9.25rem !important;
  }
  .ml-md-9_25,
  .mx-md-9_25 {
    margin-left: 9.25rem !important;
  }
  .m-md-9_5 {
    margin: 9.5rem !important;
  }
  .mt-md-9_5,
  .my-md-9_5 {
    margin-top: 9.5rem !important;
  }
  .mr-md-9_5,
  .mx-md-9_5 {
    margin-right: 9.5rem !important;
  }
  .mb-md-9_5,
  .my-md-9_5 {
    margin-bottom: 9.5rem !important;
  }
  .ml-md-9_5,
  .mx-md-9_5 {
    margin-left: 9.5rem !important;
  }
  .m-md-9_75 {
    margin: 9.75rem !important;
  }
  .mt-md-9_75,
  .my-md-9_75 {
    margin-top: 9.75rem !important;
  }
  .mr-md-9_75,
  .mx-md-9_75 {
    margin-right: 9.75rem !important;
  }
  .mb-md-9_75,
  .my-md-9_75 {
    margin-bottom: 9.75rem !important;
  }
  .ml-md-9_75,
  .mx-md-9_75 {
    margin-left: 9.75rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10rem !important;
  }
  .m-md-10_25 {
    margin: 10.25rem !important;
  }
  .mt-md-10_25,
  .my-md-10_25 {
    margin-top: 10.25rem !important;
  }
  .mr-md-10_25,
  .mx-md-10_25 {
    margin-right: 10.25rem !important;
  }
  .mb-md-10_25,
  .my-md-10_25 {
    margin-bottom: 10.25rem !important;
  }
  .ml-md-10_25,
  .mx-md-10_25 {
    margin-left: 10.25rem !important;
  }
  .m-md-11 {
    margin: 11rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 11rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 11rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 11rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 11rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 12rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 12rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 12rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 12rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-0_25 {
    padding: 0.25rem !important;
  }
  .pt-md-0_25,
  .py-md-0_25 {
    padding-top: 0.25rem !important;
  }
  .pr-md-0_25,
  .px-md-0_25 {
    padding-right: 0.25rem !important;
  }
  .pb-md-0_25,
  .py-md-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-0_25,
  .px-md-0_25 {
    padding-left: 0.25rem !important;
  }
  .p-md-0_5 {
    padding: 0.5rem !important;
  }
  .pt-md-0_5,
  .py-md-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-md-0_5,
  .px-md-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-md-0_5,
  .py-md-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-0_5,
  .px-md-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-md-0_75 {
    padding: 0.75rem !important;
  }
  .pt-md-0_75,
  .py-md-0_75 {
    padding-top: 0.75rem !important;
  }
  .pr-md-0_75,
  .px-md-0_75 {
    padding-right: 0.75rem !important;
  }
  .pb-md-0_75,
  .py-md-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-0_75,
  .px-md-0_75 {
    padding-left: 0.75rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-1_25 {
    padding: 1.25rem !important;
  }
  .pt-md-1_25,
  .py-md-1_25 {
    padding-top: 1.25rem !important;
  }
  .pr-md-1_25,
  .px-md-1_25 {
    padding-right: 1.25rem !important;
  }
  .pb-md-1_25,
  .py-md-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-1_25,
  .px-md-1_25 {
    padding-left: 1.25rem !important;
  }
  .p-md-1_5 {
    padding: 1.5rem !important;
  }
  .pt-md-1_5,
  .py-md-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-md-1_5,
  .px-md-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-md-1_5,
  .py-md-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-1_5,
  .px-md-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-2_5 {
    padding: 2.5rem !important;
  }
  .pt-md-2_5,
  .py-md-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-md-2_5,
  .px-md-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-md-2_5,
  .py-md-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-2_5,
  .px-md-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-3_5 {
    padding: 3.5rem !important;
  }
  .pt-md-3_5,
  .py-md-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-md-3_5,
  .px-md-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-md-3_5,
  .py-md-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-3_5,
  .px-md-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-4_5 {
    padding: 4.5rem !important;
  }
  .pt-md-4_5,
  .py-md-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-md-4_5,
  .px-md-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-md-4_5,
  .py-md-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-4_5,
  .px-md-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-5_5 {
    padding: 5.5rem !important;
  }
  .pt-md-5_5,
  .py-md-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-md-5_5,
  .px-md-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-md-5_5,
  .py-md-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-5_5,
  .px-md-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-6_5 {
    padding: 6.5rem !important;
  }
  .pt-md-6_5,
  .py-md-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-md-6_5,
  .px-md-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-md-6_5,
  .py-md-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-6_5,
  .px-md-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }
  .p-md-7_5 {
    padding: 7.5rem !important;
  }
  .pt-md-7_5,
  .py-md-7_5 {
    padding-top: 7.5rem !important;
  }
  .pr-md-7_5,
  .px-md-7_5 {
    padding-right: 7.5rem !important;
  }
  .pb-md-7_5,
  .py-md-7_5 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-7_5,
  .px-md-7_5 {
    padding-left: 7.5rem !important;
  }
  .p-md-7_75 {
    padding: 7.75rem !important;
  }
  .pt-md-7_75,
  .py-md-7_75 {
    padding-top: 7.75rem !important;
  }
  .pr-md-7_75,
  .px-md-7_75 {
    padding-right: 7.75rem !important;
  }
  .pb-md-7_75,
  .py-md-7_75 {
    padding-bottom: 7.75rem !important;
  }
  .pl-md-7_75,
  .px-md-7_75 {
    padding-left: 7.75rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-8_5 {
    padding: 8.5rem !important;
  }
  .pt-md-8_5,
  .py-md-8_5 {
    padding-top: 8.5rem !important;
  }
  .pr-md-8_5,
  .px-md-8_5 {
    padding-right: 8.5rem !important;
  }
  .pb-md-8_5,
  .py-md-8_5 {
    padding-bottom: 8.5rem !important;
  }
  .pl-md-8_5,
  .px-md-8_5 {
    padding-left: 8.5rem !important;
  }
  .p-md-8_75 {
    padding: 8.75rem !important;
  }
  .pt-md-8_75,
  .py-md-8_75 {
    padding-top: 8.75rem !important;
  }
  .pr-md-8_75,
  .px-md-8_75 {
    padding-right: 8.75rem !important;
  }
  .pb-md-8_75,
  .py-md-8_75 {
    padding-bottom: 8.75rem !important;
  }
  .pl-md-8_75,
  .px-md-8_75 {
    padding-left: 8.75rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-9_25 {
    padding: 9.25rem !important;
  }
  .pt-md-9_25,
  .py-md-9_25 {
    padding-top: 9.25rem !important;
  }
  .pr-md-9_25,
  .px-md-9_25 {
    padding-right: 9.25rem !important;
  }
  .pb-md-9_25,
  .py-md-9_25 {
    padding-bottom: 9.25rem !important;
  }
  .pl-md-9_25,
  .px-md-9_25 {
    padding-left: 9.25rem !important;
  }
  .p-md-9_5 {
    padding: 9.5rem !important;
  }
  .pt-md-9_5,
  .py-md-9_5 {
    padding-top: 9.5rem !important;
  }
  .pr-md-9_5,
  .px-md-9_5 {
    padding-right: 9.5rem !important;
  }
  .pb-md-9_5,
  .py-md-9_5 {
    padding-bottom: 9.5rem !important;
  }
  .pl-md-9_5,
  .px-md-9_5 {
    padding-left: 9.5rem !important;
  }
  .p-md-9_75 {
    padding: 9.75rem !important;
  }
  .pt-md-9_75,
  .py-md-9_75 {
    padding-top: 9.75rem !important;
  }
  .pr-md-9_75,
  .px-md-9_75 {
    padding-right: 9.75rem !important;
  }
  .pb-md-9_75,
  .py-md-9_75 {
    padding-bottom: 9.75rem !important;
  }
  .pl-md-9_75,
  .px-md-9_75 {
    padding-left: 9.75rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10rem !important;
  }
  .p-md-10_25 {
    padding: 10.25rem !important;
  }
  .pt-md-10_25,
  .py-md-10_25 {
    padding-top: 10.25rem !important;
  }
  .pr-md-10_25,
  .px-md-10_25 {
    padding-right: 10.25rem !important;
  }
  .pb-md-10_25,
  .py-md-10_25 {
    padding-bottom: 10.25rem !important;
  }
  .pl-md-10_25,
  .px-md-10_25 {
    padding-left: 10.25rem !important;
  }
  .p-md-11 {
    padding: 11rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 11rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 11rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 11rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 11rem !important;
  }
  .p-md-12 {
    padding: 12rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 12rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 12rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 12rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 12rem !important;
  }
  .m-md-n0_25 {
    margin: -0.25rem !important;
  }
  .mt-md-n0_25,
  .my-md-n0_25 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n0_25,
  .mx-md-n0_25 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n0_25,
  .my-md-n0_25 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n0_25,
  .mx-md-n0_25 {
    margin-left: -0.25rem !important;
  }
  .m-md-n0_5 {
    margin: -0.5rem !important;
  }
  .mt-md-n0_5,
  .my-md-n0_5 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n0_5,
  .mx-md-n0_5 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n0_5,
  .my-md-n0_5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n0_5,
  .mx-md-n0_5 {
    margin-left: -0.5rem !important;
  }
  .m-md-n0_75 {
    margin: -0.75rem !important;
  }
  .mt-md-n0_75,
  .my-md-n0_75 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n0_75,
  .mx-md-n0_75 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n0_75,
  .my-md-n0_75 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n0_75,
  .mx-md-n0_75 {
    margin-left: -0.75rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n1_25 {
    margin: -1.25rem !important;
  }
  .mt-md-n1_25,
  .my-md-n1_25 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n1_25,
  .mx-md-n1_25 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n1_25,
  .my-md-n1_25 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n1_25,
  .mx-md-n1_25 {
    margin-left: -1.25rem !important;
  }
  .m-md-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-md-n1_5,
  .my-md-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n1_5,
  .mx-md-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n1_5,
  .my-md-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n1_5,
  .mx-md-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-md-n2_5,
  .my-md-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n2_5,
  .mx-md-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n2_5,
  .my-md-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n2_5,
  .mx-md-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }
  .m-md-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-md-n3_5,
  .my-md-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n3_5,
  .mx-md-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n3_5,
  .my-md-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n3_5,
  .mx-md-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }
  .m-md-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-md-n4_5,
  .my-md-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n4_5,
  .mx-md-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n4_5,
  .my-md-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n4_5,
  .mx-md-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5rem !important;
  }
  .m-md-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-md-n5_5,
  .my-md-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n5_5,
  .mx-md-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n5_5,
  .my-md-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n5_5,
  .mx-md-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-md-n6_5,
  .my-md-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n6_5,
  .mx-md-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n6_5,
  .my-md-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n6_5,
  .mx-md-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7rem !important;
  }
  .m-md-n7_5 {
    margin: -7.5rem !important;
  }
  .mt-md-n7_5,
  .my-md-n7_5 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n7_5,
  .mx-md-n7_5 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n7_5,
  .my-md-n7_5 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n7_5,
  .mx-md-n7_5 {
    margin-left: -7.5rem !important;
  }
  .m-md-n7_75 {
    margin: -7.75rem !important;
  }
  .mt-md-n7_75,
  .my-md-n7_75 {
    margin-top: -7.75rem !important;
  }
  .mr-md-n7_75,
  .mx-md-n7_75 {
    margin-right: -7.75rem !important;
  }
  .mb-md-n7_75,
  .my-md-n7_75 {
    margin-bottom: -7.75rem !important;
  }
  .ml-md-n7_75,
  .mx-md-n7_75 {
    margin-left: -7.75rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }
  .m-md-n8_5 {
    margin: -8.5rem !important;
  }
  .mt-md-n8_5,
  .my-md-n8_5 {
    margin-top: -8.5rem !important;
  }
  .mr-md-n8_5,
  .mx-md-n8_5 {
    margin-right: -8.5rem !important;
  }
  .mb-md-n8_5,
  .my-md-n8_5 {
    margin-bottom: -8.5rem !important;
  }
  .ml-md-n8_5,
  .mx-md-n8_5 {
    margin-left: -8.5rem !important;
  }
  .m-md-n8_75 {
    margin: -8.75rem !important;
  }
  .mt-md-n8_75,
  .my-md-n8_75 {
    margin-top: -8.75rem !important;
  }
  .mr-md-n8_75,
  .mx-md-n8_75 {
    margin-right: -8.75rem !important;
  }
  .mb-md-n8_75,
  .my-md-n8_75 {
    margin-bottom: -8.75rem !important;
  }
  .ml-md-n8_75,
  .mx-md-n8_75 {
    margin-left: -8.75rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important;
  }
  .m-md-n9_25 {
    margin: -9.25rem !important;
  }
  .mt-md-n9_25,
  .my-md-n9_25 {
    margin-top: -9.25rem !important;
  }
  .mr-md-n9_25,
  .mx-md-n9_25 {
    margin-right: -9.25rem !important;
  }
  .mb-md-n9_25,
  .my-md-n9_25 {
    margin-bottom: -9.25rem !important;
  }
  .ml-md-n9_25,
  .mx-md-n9_25 {
    margin-left: -9.25rem !important;
  }
  .m-md-n9_5 {
    margin: -9.5rem !important;
  }
  .mt-md-n9_5,
  .my-md-n9_5 {
    margin-top: -9.5rem !important;
  }
  .mr-md-n9_5,
  .mx-md-n9_5 {
    margin-right: -9.5rem !important;
  }
  .mb-md-n9_5,
  .my-md-n9_5 {
    margin-bottom: -9.5rem !important;
  }
  .ml-md-n9_5,
  .mx-md-n9_5 {
    margin-left: -9.5rem !important;
  }
  .m-md-n9_75 {
    margin: -9.75rem !important;
  }
  .mt-md-n9_75,
  .my-md-n9_75 {
    margin-top: -9.75rem !important;
  }
  .mr-md-n9_75,
  .mx-md-n9_75 {
    margin-right: -9.75rem !important;
  }
  .mb-md-n9_75,
  .my-md-n9_75 {
    margin-bottom: -9.75rem !important;
  }
  .ml-md-n9_75,
  .mx-md-n9_75 {
    margin-left: -9.75rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10rem !important;
  }
  .m-md-n10_25 {
    margin: -10.25rem !important;
  }
  .mt-md-n10_25,
  .my-md-n10_25 {
    margin-top: -10.25rem !important;
  }
  .mr-md-n10_25,
  .mx-md-n10_25 {
    margin-right: -10.25rem !important;
  }
  .mb-md-n10_25,
  .my-md-n10_25 {
    margin-bottom: -10.25rem !important;
  }
  .ml-md-n10_25,
  .mx-md-n10_25 {
    margin-left: -10.25rem !important;
  }
  .m-md-n11 {
    margin: -11rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -11rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -11rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -11rem !important;
  }
  .m-md-n12 {
    margin: -12rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -12rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -12rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -12rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  dl,
  ol,
  p,
  ul {
    margin: 0;
  }
  ul:not([class]) li {
    padding-left: 1.5rem;
  }
  ul:not([class]) li + li {
    margin-top: 0.5rem;
  }
  .list--checkmark .list__item {
    margin-bottom: 1rem;
  }
  .header-logo {
    padding: 0;
  }
  .navbar-collapse__holder {
    padding: 2.875rem 1.75rem;
  }
  .navbar-collapse__buttons {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .navbar-collapse__menu {
    margin-bottom: 32px;
  }
  body {
    line-height: 1.75;
  }
  .bg-page {
    min-width: 2560px;
  }
  .simple-blockquote {
    padding-top: 2rem;
    margin-bottom: 3.5rem;
  }
  .site-section.cta-block-title-sm {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .intro-section,
  .site-section.intro-section {
    padding-top: 100px;
  }
  .intro-section.header--has-banner,
  .site-section.intro-section.header--has-banner {
    padding-top: 156px;
  }
  .intro-section .user-avatar--orange,
  .site-section.intro-section .user-avatar--orange {
    left: 1.2%;
    top: -35.9%;
  }
  .intro-section .user-avatar--purple,
  .site-section.intro-section .user-avatar--purple {
    left: 86.4%;
    top: -32%;
  }
  .intro-section .user-avatar--blue,
  .site-section.intro-section .user-avatar--blue {
    left: 90.4%;
    top: 92.6%;
  }
  .intro-section .decoration-dots--small,
  .site-section.intro-section .decoration-dots--small {
    width: 183px;
    height: 183px;
  }
  .intro-section .decoration-dots--orange,
  .site-section.intro-section .decoration-dots--orange {
    width: 120px;
    height: 120px;
  }
  .intro-section .block__decoration--half-circle,
  .site-section.intro-section .block__decoration--half-circle {
    left: 14.8%;
    top: -23.8%;
  }
  .intro-section .block__decoration--dots-small,
  .site-section.intro-section .block__decoration--dots-small {
    left: 22%;
    top: -19%;
  }
  .intro-section .block__decoration--dots-large-orange,
  .site-section.intro-section .block__decoration--dots-large-orange {
    left: 61%;
    top: 76%;
  }
  .intro-section__visual-part {
    padding-top: 10rem;
    padding-bottom: 3.1rem;
  }
  .intro-section.text-center .intro-section__holder .intro-section__title {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .intro-section__parallax-holder--half-circle-down {
    width: 100%;
    right: 6.5%;
    margin: 0 auto;
  }
  .visual-holder {
    border-radius: 12px;
    box-shadow: 0 8px 20px -7px rgba(0, 0, 0, 0.08);
  }
  .brand-logos-section {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .brand-logos-section__title {
    margin-top: 1.2rem;
    margin-bottom: 2rem;
  }
  .brand-logos-section__images {
    margin: 0 -1.9rem;
  }
  .brand-logos-section__logo {
    width: 33%;
    min-width: 0;
    padding: 1.15rem 1.9rem;
  }
  .brand-logos-section--use-cases .brand-logos-section__logo,
  .brand-logos-section--use-cases-mobile .brand-logos-section__logo {
    padding: 0.5rem 1.2rem 0 0;
  }
  .testimonials-section {
    padding: 2.8rem 0 2.9rem;
  }
  .testimonial-section__carousel {
    margin: 0;
  }
  .testimonial-section__carousel .swiper-arrows {
    width: 58%;
    margin-left: calc(42% - 16px);
  }
  .testimonials-section__title {
    font-size: 48px;
  }
  .faq-block__content-holder {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .faq-block__heading {
    margin: 0 0 1.7rem;
  }
  .footer__form {
    order: 3;
    max-width: none;
    width: 62%;
  }
  .footer__content {
    width: 66.67%;
    order: 2;
  }
  .footer__content-part {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-left: 0;
  }
  .social-list {
    order: 1;
  }
  .footer-logo {
    order: 0;
  }
  .footer__author {
    position: absolute;
    left: -100%;
    margin-left: 12px;
  }
  .bg-footer {
    width: 1500px;
    right: -170px;
  }
  .bg-retina-cover.right {
    min-width: 100%;
    width: auto;
  }
  .bg-retina-cover.right picture {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .jumbotron {
    min-height: 388px;
  }
  .jumbotron:first-child {
    padding-top: 100px;
  }
  .jumbotron:first-child.header--has-banner {
    padding-top: 156px;
  }
  .jumbotron--has-decorations .jumbotron__holder {
    padding: 8.5rem 0 4rem;
  }
  .jumbotron--base {
    min-height: 520px;
  }
  .jumbotron--small .jumbotron__holder {
    padding: 4.5rem 0 3rem;
  }
  .jumbotron--visual-right .jumbotron__holder {
    padding: 6rem 0;
  }
  .block__decoration--circle-vertical-dots {
    left: 70%;
    bottom: 73%;
  }
  .block__decoration--circle-vertical-dots .decoration-circle {
    width: 133px;
    height: 133px;
  }
  .block__decoration--simple-steps {
    right: 23%;
    top: -26%;
  }
  .decoration-circle {
    left: -1rem;
    bottom: 1rem;
  }
  .decoration-half-circle {
    max-width: 150px;
  }
  .decoration-dots--vertical {
    width: 92px;
    height: auto;
  }
  .text-image-block--image-bleeding .text-image-block__image-holder {
    margin: 1.4% -84% 0 -3.4%;
  }
  .text-image-block--vertical .text-image-block__description {
    margin-bottom: 3rem;
  }
  .text-image-block--vertical .text-image-block__holder {
    height: 100%;
    width: 100%;
  }
  .text-image-block--vertical .text-image-block__visual-part {
    text-align: center;
  }
  .text-image-block--vertical .text-image-block__subtitle {
    margin-bottom: 1.5rem;
  }
  .text-image-block--image-heading-summary .text-image-block__subtitle,
  .text-image-block--image-heading-summary-with-bg .text-image-block__subtitle {
    margin-bottom: 1rem;
  }
  .text-image-block--image-heading-summary .text-image-block__description,
  .text-image-block--image-heading-summary .text-image-block__image-holder,
  .text-image-block--image-heading-summary-with-bg .text-image-block__description,
  .text-image-block--image-heading-summary-with-bg .text-image-block__image-holder {
    padding: 0 2rem 0 0;
  }
  .text-image-block--image-offset-md .text-image-block__image-holder,
  .text-image-block--image-offset-md .text-image-block__parallax-holder {
    margin-right: -80%;
    width: auto;
  }
  .text-image-block--content-right .text-image-block__holder {
    flex-direction: row-reverse;
  }
  .text-image-block--content-right.text-image-block--image-offset-md .text-image-block__image-holder,
  .text-image-block--content-right.text-image-block--image-offset-md .text-image-block__parallax-holder {
    margin-right: auto;
    margin-left: -80%;
    width: auto;
  }
  .text-image-group:last-child {
    margin-bottom: -3.5rem;
  }
  .text-image-group .text-image-block {
    margin-bottom: 3.5rem;
  }
  .text-image-group--image-summary {
    padding-top: 3rem;
    margin: 0 -1.5rem;
  }
  .text-image-group--image-summary .text-image-block {
    margin-bottom: 5.5rem;
  }
  .text-image-group--image-summary:last-child {
    margin-bottom: -5.5rem;
  }
  .text-image-group--image-heading-summary,
  .text-image-group--image-heading-summary-with-bg {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .text-image-block__holder {
    flex-direction: row;
  }
  .text-image-group__holder {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    margin-right: 24px;
    margin-left: 24px;
  }
  .text-image-block__text-box + .text-image-block__text-box {
    margin-top: 2.5rem;
  }
  .text-image-block__title {
    margin-bottom: 1.5rem;
  }
  .text-image-block__subtitle {
    margin-bottom: 0.75rem;
  }
  .text-image-block__parallax-holder--square {
    padding: 5rem;
  }
  .text-image-block__parallax-holder--half-circle .text-image-block__visual {
    padding: 5rem 16% 5rem 20%;
  }
  .text-image-block__avatars-holder {
    padding-top: 2.5rem;
  }
  .text-image-block__avatars-holder p {
    margin-bottom: 1.5rem;
  }
  .cta-block__content {
    margin-left: 1rem;
    margin-top: 0;
  }
  .cta-block-content-bg-none .cta-block__content {
    background-color: transparent;
  }
  .cta-block__visual {
    margin-right: 0;
    width: auto;
  }
  .cta-block__visual:before {
    padding-top: 60.5889014723%;
  }
  .cta-block__btn {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .site-section--cta--tell .cta-block__content {
    max-width: 474px;
  }
  .site-section--cta--tell .cta-block__title {
    margin-bottom: 1rem;
  }
  .site-section--cta--tell .cta-block__text {
    margin-bottom: 2.5rem;
    max-width: 378px;
  }
  .site-section--cta--tell .cta-block__visual-part.bg-visual {
    width: 1505px;
    flex-shrink: 0;
    left: calc(50% - 146px);
  }
  .testimonial-element--base {
    min-height: 355px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .testimonial-element--base .testimonial-element__quote {
    min-height: 250px;
    padding-top: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .testimonial-element--base .testimonial-element__meta,
  .testimonial-element--base .testimonial-element__text {
    width: 58%;
    margin-left: auto;
  }
  .testimonial-element--base .testimonial-element__text {
    margin-bottom: 1.5rem;
  }
  .testimonial-element--base .testimonial-element__image {
    left: 5px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 35%;
  }
  .testimonial-element__avatar-element .block__decoration {
    left: 1.4rem;
    top: -5px;
  }
  .testimonial-element__avatar-element .decoration-dots {
    width: 220px;
    height: 220px;
  }
  .floating-clear--top {
    top: 70%;
    left: 2%;
  }
  .floating-clear--bottom--left {
    left: 20%;
    bottom: -30px;
  }
  .floating-clear--top--right {
    top: 16%;
    left: -8%;
    display: block;
  }
  .floating-circle {
    left: -4%;
    top: 65%;
  }
  .floating-circle--top {
    left: 56%;
    top: 38%;
  }
  .floating-circle--bottom {
    left: 55%;
    top: 35%;
  }
  .floating-circle--large {
    width: 138px;
    height: 138px;
  }
  .floating-circle--sketch img,
  .floating-circle--xd img {
    width: 48px;
  }
  .floating-circle--figma img {
    width: 32px;
  }
  .floating-circle--photoshop img {
    width: 44px;
  }
  .floating-half-circle--left {
    left: auto;
    right: 7%;
    bottom: 0;
    top: auto;
  }
  .floating-square--sketch {
    width: 120px;
    height: 120px;
    left: 0;
    top: 23%;
  }
  .floating-square--sketch img {
    width: 51px;
  }
  .floating-square--xd {
    width: 125px;
    height: 125px;
    left: 87%;
    top: 22%;
  }
  .floating-square--xd img {
    width: 44px;
  }
  .floating-square--figma {
    width: 104px;
    height: 104px;
    right: -2%;
    top: 69%;
  }
  .floating-square--figma img {
    width: 29px;
  }
  .floating-square--photoshop {
    width: 104px;
    height: 104px;
    left: 0;
    top: 69%;
  }
  .floating-square--photoshop img {
    width: 44px;
  }
  .swiper-arrows {
    padding-top: 2rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: flex;
    transform: translateY(-20%);
  }
  .fixed-alert-block {
    padding: 2.5rem;
  }
  .banner .btn {
    margin: 0;
  }
  .banner__close {
    padding-left: 24px;
    padding-right: 24px;
  }
  .nav-tab {
    margin-right: -2rem;
  }
  .nav-tab .nav-item {
    margin-right: 2rem;
  }
  .nav-tab .nav-link {
    transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    padding: 0.625rem 1.25rem;
    position: relative;
    z-index: 1;
    border-radius: 1.375rem;
  }
  .nav-tab .nav-link:before {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    content: "";
    border-radius: 1.375rem;
    background: #f2f2f4;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    z-index: -1;
    transform: scale(0.9);
    opacity: 0;
  }
  .nav-tab .nav-link.active {
    transition: color 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .nav-tab .nav-link.active:before {
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 1;
    transform: scale(1);
  }
  .nav-tab .nav-link:hover {
    transition: color 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    color: rgba(0, 0, 0, 0.6);
  }
  .nav-tab .nav-link:hover:before {
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 1;
    transform: scale(1);
  }
  .tab-video-block__visual {
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 5px 13px -5px rgba(0, 0, 0, 0.08);
  }
  .tab-video-block__visual .btn {
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: inline-flex;
    border-radius: 22px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24), 0 14px 14px 0 rgba(0, 0, 0, 0.09);
  }
  .tab-video-block__visual .btn:hover {
    opacity: 0.8;
  }
  .tab-video-block__text p:last-child {
    margin-bottom: 0;
  }
  .intro-section .intro-section__content-part {
    flex-basis: auto;
  }
  .intro-section .intro-section__content-item {
    font-size: 1.5rem;
    letter-spacing: -0.4px;
  }
  .intro-section .intro-section__buttons {
    flex-direction: row;
    justify-content: center;
  }
  .intro-section .intro-section__title {
    max-width: 756px;
    margin-left: auto;
    margin-right: auto;
  }
  .visual-section .text-image-group__item:last-child .text-image-block {
    margin-bottom: 2.5rem;
  }
  .visual-section .text-image-group__item .text-image-block {
    margin-bottom: 5.5rem;
  }
  .site-section--save-time-section .text-image-block__media-holder .text-image-block__visual {
    border-radius: 1.75rem;
    margin-bottom: 3rem;
    max-width: 92%;
    box-shadow: 0 8px 20px -7px rgba(0, 0, 0, 0.08);
  }
  .site-section--save-time-section .simple-blockquote {
    max-width: 65%;
    margin-bottom: 1.5rem;
  }
  .site-section--save-time-section .text-image-block--content-right .text-image-block__holder {
    flex-direction: column-reverse;
  }
  .site-section--save-time-section .text-image-block:not(:last-child) {
    margin-bottom: 4.5rem;
  }
  .site-section--discover-section .row-grid.masonry {
    display: grid;
    grid-gap: 1.625rem;
    grid-template-columns: 1fr 1fr;
  }
  .site-section--discover-section .card.with-decor .card__title {
    padding-right: 5.5rem;
  }
  .site-section--discover-section .card .img-fluid {
    max-width: 100%;
  }
  .testimonials-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .testimonials-section__title {
    margin-bottom: 6rem;
  }
  .testimonials-section__title.with-decor {
    position: relative;
  }
  .testimonials-section__title .decor-pencil {
    position: absolute;
    top: 0;
    right: -5px;
    display: block;
    width: 205px;
  }
  .card-posts__title {
    max-width: 624px;
    margin-bottom: 6.5rem;
  }
  .card-posts__title .decor-wow {
    margin: 0 12px;
  }
  .card-posts__title .decor-wow .img-fluid {
    left: -13px;
    width: 176px;
  }
  .site-section--card-posts .card-img-top {
    margin-bottom: 2.5rem;
  }
  .site-section--infinite-red {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .site-section--infinite-red .text-image-block__visual {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .site-section--infinite-red .text-image-block__image-holder {
    height: 100%;
  }
  .site-section--infinite-red .text-image-block__holder {
    align-items: stretch;
  }
  .site-section--examples-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .examples-section__title {
    padding-right: 30%;
    margin-bottom: 4.5rem;
  }
  .examples-holder {
    margin-bottom: 3.5rem;
  }
  .examples-holder .decor {
    margin-left: 90px;
    width: 312px;
    margin-bottom: 2.5rem;
  }
  .examples-carousel {
    margin: 0 -1.5rem;
  }
  .examples-carousel .swiper-slide {
    width: 700px;
    margin: 0 1.5rem;
  }
  .examples-carousel .card--example {
    width: 700px;
    height: 436px;
    padding: 40px;
    border-radius: 40px;
  }
  .examples-carousel .card--example .card-body {
    border-radius: 6px;
    padding: 12px;
    width: 620px;
  }
  .sticky-media-holder .text-image-block__target:last-child .text-image-block__description {
    margin-bottom: 3rem;
  }
  .sticky-media-holder .text-image-block__description {
    margin-bottom: 8rem;
  }
  .sticky-media-holder .text-image-block__text {
    margin-bottom: 4rem;
  }
  .sticky-media-holder .col-content {
    padding-top: 2rem;
  }
  .visual-holder .visual-holder__video {
    border-radius: 14px;
  }
}
@media screen and (min-width: 768px) {
  .text-size-xl {
    font-size: 24px;
  }
  .text-size-lg {
    font-size: 20px;
  }
  .text-size-md {
    font-size: 16px;
  }
  .text-size-base {
    font-size: 16px;
  }
  .text-size-sm {
    font-size: 14px;
  }
  .text-size-xs {
    font-size: 12px;
  }
  .h1,
  h1 {
    font-size: 64px;
  }
  .h2,
  h2 {
    font-size: 56px;
  }
  .h3,
  h3 {
    font-size: 48px;
  }
  .h4,
  h4 {
    font-size: 40px;
  }
  .h5,
  h5 {
    font-size: 32px;
  }
  .h6,
  h6 {
    font-size: 24px;
  }
  body {
    font-size: 16px;
  }
  .jumbotron__content {
    font-size: 24px;
  }
  .banner {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .nav-tab .nav-link {
    transition: none;
  }
  .nav-tab .nav-link:before {
    transition: none;
  }
  .nav-tab .nav-link.active {
    transition: none;
  }
  .nav-tab .nav-link.active:before {
    transition: none;
  }
  .nav-tab .nav-link:hover {
    transition: none;
  }
  .nav-tab .nav-link:hover:before {
    transition: none;
  }
  .tab-video-block__visual .btn {
    transition: none;
  }
}
@media (min-width: 820px) {
  .testimonial-section__carousel .swiper-arrows {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__info-bar .footer-nav__item {
    margin: 0 0.875rem;
  }
  .footer__info-bar {
    justify-content: space-between;
  }
  .footer__info-col {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 0.75px !important;
  }
  .footer__copy {
    margin-right: -10px;
  }
  .testimonial-element--base {
    min-height: 382px;
  }
  .testimonial-element__avatar-element {
    width: 278px;
    height: 380px;
  }
  .swiper-arrows {
    padding: 1rem;
  }
  .tab-video-block__visual .tab-video-block__video {
    border-radius: 8px;
  }
  .site-section--save-time-section .text-image-block__media-holder .text-image-block__visual {
    max-width: none;
    margin-bottom: 0;
    border-radius: 1.125rem;
    max-height: calc(100vh - 210px);
  }
  .site-section--save-time-section .simple-blockquote {
    max-width: none;
  }
  .site-section--save-time-section .text-image-block--content-right .text-image-block__holder {
    flex-direction: row-reverse;
  }
  .site-section--save-time-section .text-image-block:not(:last-child) {
    margin-bottom: 6.5rem;
  }
  .testimonials-section {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .testimonials-section__title {
    padding-top: 4.5rem;
  }
  .card-posts__title {
    padding-top: 4rem;
    margin-bottom: 6rem;
  }
  .sticky-media-holder .text-image-block__media-holder {
    transition: opacity 0.4s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
  .sticky-media-holder .text-image-block__media-holder.active {
    opacity: 1;
  }
  .sticky-media-holder .text-image-block__media-holder:first-child {
    position: relative;
    opacity: 1;
  }
  .sticky-media-holder .text-image-block__target {
    padding: 2rem 0;
    display: flex;
    margin-bottom: 10rem;
  }
  .sticky-media-holder .text-image-block__target:last-child {
    margin-bottom: 0;
  }
  .sticky-media-holder .text-image-block__description {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0.75rem;
    min-height: 440px;
    margin-bottom: 0;
  }
  .sticky-media-holder .text-image-block__text {
    margin-bottom: 0;
  }
  .sticky-media-holder .col-content {
    padding: 4rem 0;
  }
  .sticky-media-holder .col-media {
    padding: 2rem 0;
  }
}
@media (min-width: 820px) and (prefers-reduced-motion: reduce) {
  .sticky-media-holder .text-image-block__media-holder {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xs {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-0_25 {
    margin: 0.25rem !important;
  }
  .mt-lg-0_25,
  .my-lg-0_25 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-0_25,
  .mx-lg-0_25 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-0_25,
  .my-lg-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-0_25,
  .mx-lg-0_25 {
    margin-left: 0.25rem !important;
  }
  .m-lg-0_5 {
    margin: 0.5rem !important;
  }
  .mt-lg-0_5,
  .my-lg-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-0_5,
  .mx-lg-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-0_5,
  .my-lg-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-0_5,
  .mx-lg-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-lg-0_75 {
    margin: 0.75rem !important;
  }
  .mt-lg-0_75,
  .my-lg-0_75 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-0_75,
  .mx-lg-0_75 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-0_75,
  .my-lg-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-0_75,
  .mx-lg-0_75 {
    margin-left: 0.75rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-1_25 {
    margin: 1.25rem !important;
  }
  .mt-lg-1_25,
  .my-lg-1_25 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-1_25,
  .mx-lg-1_25 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-1_25,
  .my-lg-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-1_25,
  .mx-lg-1_25 {
    margin-left: 1.25rem !important;
  }
  .m-lg-1_5 {
    margin: 1.5rem !important;
  }
  .mt-lg-1_5,
  .my-lg-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-1_5,
  .mx-lg-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-1_5,
  .my-lg-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-1_5,
  .mx-lg-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-2_5 {
    margin: 2.5rem !important;
  }
  .mt-lg-2_5,
  .my-lg-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-2_5,
  .mx-lg-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-2_5,
  .my-lg-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-2_5,
  .mx-lg-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-3_5 {
    margin: 3.5rem !important;
  }
  .mt-lg-3_5,
  .my-lg-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-3_5,
  .mx-lg-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-3_5,
  .my-lg-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-3_5,
  .mx-lg-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-4_5 {
    margin: 4.5rem !important;
  }
  .mt-lg-4_5,
  .my-lg-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-4_5,
  .mx-lg-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-4_5,
  .my-lg-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-4_5,
  .mx-lg-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-5_5 {
    margin: 5.5rem !important;
  }
  .mt-lg-5_5,
  .my-lg-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-5_5,
  .mx-lg-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-5_5,
  .my-lg-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-5_5,
  .mx-lg-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-6_5 {
    margin: 6.5rem !important;
  }
  .mt-lg-6_5,
  .my-lg-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-6_5,
  .mx-lg-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-6_5,
  .my-lg-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-6_5,
  .mx-lg-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }
  .m-lg-7_5 {
    margin: 7.5rem !important;
  }
  .mt-lg-7_5,
  .my-lg-7_5 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-7_5,
  .mx-lg-7_5 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-7_5,
  .my-lg-7_5 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-7_5,
  .mx-lg-7_5 {
    margin-left: 7.5rem !important;
  }
  .m-lg-7_75 {
    margin: 7.75rem !important;
  }
  .mt-lg-7_75,
  .my-lg-7_75 {
    margin-top: 7.75rem !important;
  }
  .mr-lg-7_75,
  .mx-lg-7_75 {
    margin-right: 7.75rem !important;
  }
  .mb-lg-7_75,
  .my-lg-7_75 {
    margin-bottom: 7.75rem !important;
  }
  .ml-lg-7_75,
  .mx-lg-7_75 {
    margin-left: 7.75rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-8_5 {
    margin: 8.5rem !important;
  }
  .mt-lg-8_5,
  .my-lg-8_5 {
    margin-top: 8.5rem !important;
  }
  .mr-lg-8_5,
  .mx-lg-8_5 {
    margin-right: 8.5rem !important;
  }
  .mb-lg-8_5,
  .my-lg-8_5 {
    margin-bottom: 8.5rem !important;
  }
  .ml-lg-8_5,
  .mx-lg-8_5 {
    margin-left: 8.5rem !important;
  }
  .m-lg-8_75 {
    margin: 8.75rem !important;
  }
  .mt-lg-8_75,
  .my-lg-8_75 {
    margin-top: 8.75rem !important;
  }
  .mr-lg-8_75,
  .mx-lg-8_75 {
    margin-right: 8.75rem !important;
  }
  .mb-lg-8_75,
  .my-lg-8_75 {
    margin-bottom: 8.75rem !important;
  }
  .ml-lg-8_75,
  .mx-lg-8_75 {
    margin-left: 8.75rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-9_25 {
    margin: 9.25rem !important;
  }
  .mt-lg-9_25,
  .my-lg-9_25 {
    margin-top: 9.25rem !important;
  }
  .mr-lg-9_25,
  .mx-lg-9_25 {
    margin-right: 9.25rem !important;
  }
  .mb-lg-9_25,
  .my-lg-9_25 {
    margin-bottom: 9.25rem !important;
  }
  .ml-lg-9_25,
  .mx-lg-9_25 {
    margin-left: 9.25rem !important;
  }
  .m-lg-9_5 {
    margin: 9.5rem !important;
  }
  .mt-lg-9_5,
  .my-lg-9_5 {
    margin-top: 9.5rem !important;
  }
  .mr-lg-9_5,
  .mx-lg-9_5 {
    margin-right: 9.5rem !important;
  }
  .mb-lg-9_5,
  .my-lg-9_5 {
    margin-bottom: 9.5rem !important;
  }
  .ml-lg-9_5,
  .mx-lg-9_5 {
    margin-left: 9.5rem !important;
  }
  .m-lg-9_75 {
    margin: 9.75rem !important;
  }
  .mt-lg-9_75,
  .my-lg-9_75 {
    margin-top: 9.75rem !important;
  }
  .mr-lg-9_75,
  .mx-lg-9_75 {
    margin-right: 9.75rem !important;
  }
  .mb-lg-9_75,
  .my-lg-9_75 {
    margin-bottom: 9.75rem !important;
  }
  .ml-lg-9_75,
  .mx-lg-9_75 {
    margin-left: 9.75rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !important;
  }
  .m-lg-10_25 {
    margin: 10.25rem !important;
  }
  .mt-lg-10_25,
  .my-lg-10_25 {
    margin-top: 10.25rem !important;
  }
  .mr-lg-10_25,
  .mx-lg-10_25 {
    margin-right: 10.25rem !important;
  }
  .mb-lg-10_25,
  .my-lg-10_25 {
    margin-bottom: 10.25rem !important;
  }
  .ml-lg-10_25,
  .mx-lg-10_25 {
    margin-left: 10.25rem !important;
  }
  .m-lg-11 {
    margin: 11rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 11rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 11rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 11rem !important;
  }
  .m-lg-12 {
    margin: 12rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 12rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 12rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-0_25 {
    padding: 0.25rem !important;
  }
  .pt-lg-0_25,
  .py-lg-0_25 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-0_25,
  .px-lg-0_25 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-0_25,
  .py-lg-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-0_25,
  .px-lg-0_25 {
    padding-left: 0.25rem !important;
  }
  .p-lg-0_5 {
    padding: 0.5rem !important;
  }
  .pt-lg-0_5,
  .py-lg-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-0_5,
  .px-lg-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-0_5,
  .py-lg-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-0_5,
  .px-lg-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-lg-0_75 {
    padding: 0.75rem !important;
  }
  .pt-lg-0_75,
  .py-lg-0_75 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-0_75,
  .px-lg-0_75 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-0_75,
  .py-lg-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-0_75,
  .px-lg-0_75 {
    padding-left: 0.75rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-1_25 {
    padding: 1.25rem !important;
  }
  .pt-lg-1_25,
  .py-lg-1_25 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-1_25,
  .px-lg-1_25 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-1_25,
  .py-lg-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-1_25,
  .px-lg-1_25 {
    padding-left: 1.25rem !important;
  }
  .p-lg-1_5 {
    padding: 1.5rem !important;
  }
  .pt-lg-1_5,
  .py-lg-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-1_5,
  .px-lg-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-1_5,
  .py-lg-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-1_5,
  .px-lg-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-2_5 {
    padding: 2.5rem !important;
  }
  .pt-lg-2_5,
  .py-lg-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-2_5,
  .px-lg-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-2_5,
  .py-lg-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-2_5,
  .px-lg-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-3_5 {
    padding: 3.5rem !important;
  }
  .pt-lg-3_5,
  .py-lg-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-3_5,
  .px-lg-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-3_5,
  .py-lg-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-3_5,
  .px-lg-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-4_5 {
    padding: 4.5rem !important;
  }
  .pt-lg-4_5,
  .py-lg-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-4_5,
  .px-lg-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-4_5,
  .py-lg-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-4_5,
  .px-lg-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-5_5 {
    padding: 5.5rem !important;
  }
  .pt-lg-5_5,
  .py-lg-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-5_5,
  .px-lg-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-5_5,
  .py-lg-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-5_5,
  .px-lg-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-6_5 {
    padding: 6.5rem !important;
  }
  .pt-lg-6_5,
  .py-lg-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-6_5,
  .px-lg-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-6_5,
  .py-lg-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-6_5,
  .px-lg-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }
  .p-lg-7_5 {
    padding: 7.5rem !important;
  }
  .pt-lg-7_5,
  .py-lg-7_5 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-7_5,
  .px-lg-7_5 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-7_5,
  .py-lg-7_5 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-7_5,
  .px-lg-7_5 {
    padding-left: 7.5rem !important;
  }
  .p-lg-7_75 {
    padding: 7.75rem !important;
  }
  .pt-lg-7_75,
  .py-lg-7_75 {
    padding-top: 7.75rem !important;
  }
  .pr-lg-7_75,
  .px-lg-7_75 {
    padding-right: 7.75rem !important;
  }
  .pb-lg-7_75,
  .py-lg-7_75 {
    padding-bottom: 7.75rem !important;
  }
  .pl-lg-7_75,
  .px-lg-7_75 {
    padding-left: 7.75rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-8_5 {
    padding: 8.5rem !important;
  }
  .pt-lg-8_5,
  .py-lg-8_5 {
    padding-top: 8.5rem !important;
  }
  .pr-lg-8_5,
  .px-lg-8_5 {
    padding-right: 8.5rem !important;
  }
  .pb-lg-8_5,
  .py-lg-8_5 {
    padding-bottom: 8.5rem !important;
  }
  .pl-lg-8_5,
  .px-lg-8_5 {
    padding-left: 8.5rem !important;
  }
  .p-lg-8_75 {
    padding: 8.75rem !important;
  }
  .pt-lg-8_75,
  .py-lg-8_75 {
    padding-top: 8.75rem !important;
  }
  .pr-lg-8_75,
  .px-lg-8_75 {
    padding-right: 8.75rem !important;
  }
  .pb-lg-8_75,
  .py-lg-8_75 {
    padding-bottom: 8.75rem !important;
  }
  .pl-lg-8_75,
  .px-lg-8_75 {
    padding-left: 8.75rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-9_25 {
    padding: 9.25rem !important;
  }
  .pt-lg-9_25,
  .py-lg-9_25 {
    padding-top: 9.25rem !important;
  }
  .pr-lg-9_25,
  .px-lg-9_25 {
    padding-right: 9.25rem !important;
  }
  .pb-lg-9_25,
  .py-lg-9_25 {
    padding-bottom: 9.25rem !important;
  }
  .pl-lg-9_25,
  .px-lg-9_25 {
    padding-left: 9.25rem !important;
  }
  .p-lg-9_5 {
    padding: 9.5rem !important;
  }
  .pt-lg-9_5,
  .py-lg-9_5 {
    padding-top: 9.5rem !important;
  }
  .pr-lg-9_5,
  .px-lg-9_5 {
    padding-right: 9.5rem !important;
  }
  .pb-lg-9_5,
  .py-lg-9_5 {
    padding-bottom: 9.5rem !important;
  }
  .pl-lg-9_5,
  .px-lg-9_5 {
    padding-left: 9.5rem !important;
  }
  .p-lg-9_75 {
    padding: 9.75rem !important;
  }
  .pt-lg-9_75,
  .py-lg-9_75 {
    padding-top: 9.75rem !important;
  }
  .pr-lg-9_75,
  .px-lg-9_75 {
    padding-right: 9.75rem !important;
  }
  .pb-lg-9_75,
  .py-lg-9_75 {
    padding-bottom: 9.75rem !important;
  }
  .pl-lg-9_75,
  .px-lg-9_75 {
    padding-left: 9.75rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !important;
  }
  .p-lg-10_25 {
    padding: 10.25rem !important;
  }
  .pt-lg-10_25,
  .py-lg-10_25 {
    padding-top: 10.25rem !important;
  }
  .pr-lg-10_25,
  .px-lg-10_25 {
    padding-right: 10.25rem !important;
  }
  .pb-lg-10_25,
  .py-lg-10_25 {
    padding-bottom: 10.25rem !important;
  }
  .pl-lg-10_25,
  .px-lg-10_25 {
    padding-left: 10.25rem !important;
  }
  .p-lg-11 {
    padding: 11rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 11rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 11rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 11rem !important;
  }
  .p-lg-12 {
    padding: 12rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 12rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12rem !important;
  }
  .m-lg-n0_25 {
    margin: -0.25rem !important;
  }
  .mt-lg-n0_25,
  .my-lg-n0_25 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n0_25,
  .mx-lg-n0_25 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n0_25,
  .my-lg-n0_25 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n0_25,
  .mx-lg-n0_25 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n0_5 {
    margin: -0.5rem !important;
  }
  .mt-lg-n0_5,
  .my-lg-n0_5 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n0_5,
  .mx-lg-n0_5 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n0_5,
  .my-lg-n0_5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n0_5,
  .mx-lg-n0_5 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n0_75 {
    margin: -0.75rem !important;
  }
  .mt-lg-n0_75,
  .my-lg-n0_75 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n0_75,
  .mx-lg-n0_75 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n0_75,
  .my-lg-n0_75 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n0_75,
  .mx-lg-n0_75 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n1_25 {
    margin: -1.25rem !important;
  }
  .mt-lg-n1_25,
  .my-lg-n1_25 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n1_25,
  .mx-lg-n1_25 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n1_25,
  .my-lg-n1_25 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n1_25,
  .mx-lg-n1_25 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-lg-n1_5,
  .my-lg-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n1_5,
  .mx-lg-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n1_5,
  .my-lg-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n1_5,
  .mx-lg-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-lg-n2_5,
  .my-lg-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n2_5,
  .mx-lg-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n2_5,
  .my-lg-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n2_5,
  .mx-lg-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }
  .m-lg-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-lg-n3_5,
  .my-lg-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n3_5,
  .mx-lg-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n3_5,
  .my-lg-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n3_5,
  .mx-lg-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }
  .m-lg-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-lg-n4_5,
  .my-lg-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n4_5,
  .mx-lg-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n4_5,
  .my-lg-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n4_5,
  .mx-lg-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5rem !important;
  }
  .m-lg-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-lg-n5_5,
  .my-lg-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n5_5,
  .mx-lg-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n5_5,
  .my-lg-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n5_5,
  .mx-lg-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-lg-n6_5,
  .my-lg-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n6_5,
  .mx-lg-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n6_5,
  .my-lg-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n6_5,
  .mx-lg-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7rem !important;
  }
  .m-lg-n7_5 {
    margin: -7.5rem !important;
  }
  .mt-lg-n7_5,
  .my-lg-n7_5 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n7_5,
  .mx-lg-n7_5 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n7_5,
  .my-lg-n7_5 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n7_5,
  .mx-lg-n7_5 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n7_75 {
    margin: -7.75rem !important;
  }
  .mt-lg-n7_75,
  .my-lg-n7_75 {
    margin-top: -7.75rem !important;
  }
  .mr-lg-n7_75,
  .mx-lg-n7_75 {
    margin-right: -7.75rem !important;
  }
  .mb-lg-n7_75,
  .my-lg-n7_75 {
    margin-bottom: -7.75rem !important;
  }
  .ml-lg-n7_75,
  .mx-lg-n7_75 {
    margin-left: -7.75rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }
  .m-lg-n8_5 {
    margin: -8.5rem !important;
  }
  .mt-lg-n8_5,
  .my-lg-n8_5 {
    margin-top: -8.5rem !important;
  }
  .mr-lg-n8_5,
  .mx-lg-n8_5 {
    margin-right: -8.5rem !important;
  }
  .mb-lg-n8_5,
  .my-lg-n8_5 {
    margin-bottom: -8.5rem !important;
  }
  .ml-lg-n8_5,
  .mx-lg-n8_5 {
    margin-left: -8.5rem !important;
  }
  .m-lg-n8_75 {
    margin: -8.75rem !important;
  }
  .mt-lg-n8_75,
  .my-lg-n8_75 {
    margin-top: -8.75rem !important;
  }
  .mr-lg-n8_75,
  .mx-lg-n8_75 {
    margin-right: -8.75rem !important;
  }
  .mb-lg-n8_75,
  .my-lg-n8_75 {
    margin-bottom: -8.75rem !important;
  }
  .ml-lg-n8_75,
  .mx-lg-n8_75 {
    margin-left: -8.75rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .m-lg-n9_25 {
    margin: -9.25rem !important;
  }
  .mt-lg-n9_25,
  .my-lg-n9_25 {
    margin-top: -9.25rem !important;
  }
  .mr-lg-n9_25,
  .mx-lg-n9_25 {
    margin-right: -9.25rem !important;
  }
  .mb-lg-n9_25,
  .my-lg-n9_25 {
    margin-bottom: -9.25rem !important;
  }
  .ml-lg-n9_25,
  .mx-lg-n9_25 {
    margin-left: -9.25rem !important;
  }
  .m-lg-n9_5 {
    margin: -9.5rem !important;
  }
  .mt-lg-n9_5,
  .my-lg-n9_5 {
    margin-top: -9.5rem !important;
  }
  .mr-lg-n9_5,
  .mx-lg-n9_5 {
    margin-right: -9.5rem !important;
  }
  .mb-lg-n9_5,
  .my-lg-n9_5 {
    margin-bottom: -9.5rem !important;
  }
  .ml-lg-n9_5,
  .mx-lg-n9_5 {
    margin-left: -9.5rem !important;
  }
  .m-lg-n9_75 {
    margin: -9.75rem !important;
  }
  .mt-lg-n9_75,
  .my-lg-n9_75 {
    margin-top: -9.75rem !important;
  }
  .mr-lg-n9_75,
  .mx-lg-n9_75 {
    margin-right: -9.75rem !important;
  }
  .mb-lg-n9_75,
  .my-lg-n9_75 {
    margin-bottom: -9.75rem !important;
  }
  .ml-lg-n9_75,
  .mx-lg-n9_75 {
    margin-left: -9.75rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10rem !important;
  }
  .m-lg-n10_25 {
    margin: -10.25rem !important;
  }
  .mt-lg-n10_25,
  .my-lg-n10_25 {
    margin-top: -10.25rem !important;
  }
  .mr-lg-n10_25,
  .mx-lg-n10_25 {
    margin-right: -10.25rem !important;
  }
  .mb-lg-n10_25,
  .my-lg-n10_25 {
    margin-bottom: -10.25rem !important;
  }
  .ml-lg-n10_25,
  .mx-lg-n10_25 {
    margin-left: -10.25rem !important;
  }
  .m-lg-n11 {
    margin: -11rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -11rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -11rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -11rem !important;
  }
  .m-lg-n12 {
    margin: -12rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -12rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -12rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -12rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .list--checkmark .list__item {
    margin-bottom: 1rem;
  }
  .list--checked .list__item {
    min-height: 48px;
    padding-left: 2.2rem;
  }
  .list--checked .list__item:before {
    width: 24px;
    height: 24px;
    top: 0;
  }
  .invalid-feedback,
  .valid-feedback {
    font-size: 1rem;
  }
  .header:after {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    opacity: 0;
  }
  .navbar {
    opacity: 0;
  }
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar:before {
    transition: background 0s 0.3s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  .active .navbar:before {
    transition: background 0s;
    background-color: #fff;
  }
  .navbar-block {
    flex-grow: 1;
    padding-left: 1rem;
  }
  .nav-item.is-cloned {
    display: none;
  }
  .nav-item.is-cloned-source {
    display: block;
  }
  .navbar-nav .nav-item {
    position: relative;
    cursor: default;
  }
  .navbar-nav .nav-item.nav-item--static {
    position: static;
  }
  .navbar-nav .nav-item + .nav-item {
    margin-top: 0;
  }
  .navbar-nav .nav-item.hover .navbar-nav__subnav,
  .navbar-nav .nav-item:hover .navbar-nav__subnav {
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav .nav-item.hover .nav-link[href]:before,
  .navbar-nav .nav-item:hover .nav-link[href]:before {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  .navbar-nav .nav-item > .nav-link {
    font-size: 0.9375rem;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .navbar-nav .nav-link {
    text-transform: none;
    font-weight: inherit;
    position: relative;
  }
  .navbar-nav .nav-link:before {
    display: block;
  }
  .navbar-nav .nav-link:not(:only-child):before {
    display: block;
  }
  .navbar-nav .nav-link:not(:only-child):after {
    margin-top: 0.2em;
  }
  .header-logo {
    max-width: 158px;
    width: 100%;
  }
  .navbar-nav__subnav {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    font-size: 1rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.07);
    transition-duration: 0.35s;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    min-width: 12.5rem;
    padding: 0.8rem 0;
    margin: 0.875rem 0 0;
    background-color: #fff;
    border: 1px solid #f0f0f2;
    opacity: 0;
    visibility: hidden;
  }
  .navbar-nav__subnav:after,
  .navbar-nav__subnav:before {
    content: "";
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
  }
  .navbar-nav__subnav:before {
    z-index: 4;
    border-color: transparent transparent #fff;
    border-width: 0 9px 11px;
  }
  .navbar-nav__subnav:after {
    z-index: 3;
    border-color: transparent transparent #f0f0f2;
    border-width: 0 10px 12px;
  }
  .resize-active .navbar-nav__subnav {
    transition: none;
  }
  .is-loading .navbar-nav__subnav {
    display: none;
  }
  .navbar-nav__subnav li {
    margin-top: 0.5rem;
  }
  .navbar-nav__subnav a {
    font-weight: 400;
    border: 0;
    padding: 0.22rem 1.3rem;
  }
  .navbar-nav__subnav a:hover {
    background-color: #f5f5f7;
    color: #000;
    text-decoration: none;
  }
  .navbar-nav__subnav a:hover:focus {
    background-color: #000;
    transition: none;
    color: #fff;
    text-decoration: none;
  }
  .navbar-nav__subnav a.active {
    background-color: #000;
    color: #fff;
    transition: none;
  }
  .navbar-nav__subnav a.disabled,
  .navbar-nav__subnav a:disabled {
    color: #f0f0f2;
    pointer-events: none;
    background-color: transparent;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000;
  }
  .navbar-collapse {
    transform: none;
    position: static;
    height: auto;
    left: auto;
    width: auto;
    background: 0 0;
    z-index: auto;
    pointer-events: all;
    padding: 0;
    margin: 0;
    transform: none !important;
  }
  .navbar-collapse__holder {
    height: auto;
    overflow: visible;
    background: 0 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .navbar-collapse__holder[data-scroll-lock-ignore],
  .navbar-collapse__scroller[data-scroll-lock-ignore] {
    overflow: visible;
  }
  .navbar-collapse__scroller {
    padding: 0;
  }
  .navbar-collapse__buttons .btn {
    padding: 0.9375rem 0.8rem;
    font-size: 0.9375rem;
    line-height: 1.06667;
    border-radius: 0.5rem;
    white-space: nowrap;
  }
  .navbar-collapse__buttons .navbar__btn-simple {
    border: 0;
    background: 0 0;
    box-shadow: none;
    color: #000;
    text-transform: capitalize;
    font-weight: inherit;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.75;
    padding: 0.5rem 1rem;
  }
  .navbar-collapse__buttons .btn-group {
    flex-basis: 0;
    margin: 0.5rem;
    margin-left: 0;
  }
  .navbar-collapse__overlay {
    display: none;
  }
  .navbar-collapse__menu {
    max-width: none;
    margin-bottom: 0;
  }
  .header:before {
    transition: all 0.1s ease-out 0.3s;
    content: "";
    position: fixed;
    z-index: -2;
    background: #a7a7ae;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
  .header.active:before {
    transition: all 0.1s ease-out 0s;
    opacity: 0.6;
    visibility: visible;
  }
  .header.active .navbar-nav__megamenu {
    transition: all 0.25s ease-out 0s;
    transform: translateY(0);
  }
  .toucheventss .nav-item.nav-item--static .megamenu__col {
    transition: all 0s ease-out 0s;
    opacity: 1;
    visibility: visible;
  }
  .nav-item.nav-item--static.hover .navbar-nav__megamenu,
  .nav-item.nav-item--static.is-hover .navbar-nav__megamenu {
    transition: all 0.2s ease-out 0.2s;
    position: absolute;
    opacity: 1;
    z-index: 1;
  }
  .nav-item.nav-item--static.hover .nav-link:after,
  .nav-item.nav-item--static.is-hover .nav-link:after {
    transition-duration: 0.7s;
    transform: translateY(0.15em);
  }
  .nav-item.nav-item--static.hover .nav-link:before,
  .nav-item.nav-item--static.is-hover .nav-link:before {
    content: "";
    top: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: none;
  }
  .nav-item.nav-item--static.hover .megamenu__col,
  .nav-item.nav-item--static.is-hover .megamenu__col {
    transition: all 0.15s ease-out 0.25s;
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav__megamenu {
    transition: all 0.2s ease-out 0s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 !important;
    height: 393px !important;
    width: 100% !important;
    overflow-y: auto !important;
    border: solid #dadce0 !important;
    border-width: 1px 0 !important;
    clip: inherit !important;
    transform: translateY(-100vh);
    z-index: -2;
  }
  .is-fixed .navbar-nav__megamenu {
    margin: -1px 0 0 !important;
  }
  .navbar-nav__megamenu .megamenu__title {
    margin-bottom: 15px;
  }
  .megamenu__row {
    margin: 0 -34px;
    height: 391px;
  }
  .megamenu_list li {
    margin-bottom: 0;
  }
  .megamenu__col {
    transition: all 0.15s ease-in 0s;
    padding: 37px 34px 24px;
    opacity: 0;
    border-right: 1px solid #dadce0;
  }
  .megamenu__col:last-child {
    background: #f5f5f6;
    border-right: 0;
  }
  .megamenu__col:last-child:before {
    content: "";
    background: #f5f5f6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    pointer-events: none;
  }
  .megamenu__col:last-child .megamenu__link {
    background: #f5f5f6;
  }
  .megamenu__col:last-child .megamenu__link:hover {
    background: #fff;
  }
  .megamenu__link {
    background: #fff;
    margin: 0 -12px;
    padding: 12px;
  }
  .megamenu__link:hover {
    background: #f5f5f6;
  }
  .megamenu__link.megamenu__link--full {
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .megamenu__link.megamenu__link--description {
    padding: 20px 14px;
    margin: 0 -14px;
  }
  .megamenu__link.megamenu__link--post .image {
    display: block;
  }
  .intro-section,
  .site-section.intro-section {
    padding-top: 96px;
  }
  .intro-section.header--has-banner,
  .site-section.intro-section.header--has-banner {
    padding-top: 152px;
  }
  .intro-section,
  .site-section.intro-section {
    padding-bottom: 9.25rem;
  }
  .intro-section .user-avatar--orange,
  .site-section.intro-section .user-avatar--orange {
    left: -5%;
    top: -42%;
  }
  .intro-section .user-avatar--purple,
  .site-section.intro-section .user-avatar--purple {
    left: 73%;
    top: -45%;
  }
  .intro-section .user-avatar--blue,
  .site-section.intro-section .user-avatar--blue {
    left: 78%;
    top: 115%;
  }
  .intro-section .block__decoration--dots-large-orange,
  .site-section.intro-section .block__decoration--dots-large-orange {
    left: 66.5%;
    top: 75%;
  }
  .intro-section__title {
    text-align: left;
  }
  .intro-section__holder {
    padding-top: 9.25rem;
  }
  .intro-section__content-part.with-visual {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .intro-section__content-part {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .intro-section__visual-part {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .intro-section__image-holder {
    margin: -1% 2% 0 -9%;
  }
  .intro-section__visual {
    margin-right: -50%;
  }
  .design-presentation-page .intro-section__content-part,
  .design-presentation-page .intro-section__visual-part {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .intro-section__footer-content {
    text-align: left;
  }
  .intro-section__footer-content .runs-on {
    margin-top: 0;
  }
  .intro-section__content-item {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .intro-section__parallax-holder--half-circle-down {
    right: 4.9%;
  }
  .intro-section__buttons {
    justify-content: flex-start;
  }
  .brand-logos-section__title {
    margin-top: 0.3rem;
    margin-bottom: 1.625rem;
  }
  .brand-logos-section__images {
    margin: 0 -1.9rem -0.5rem;
  }
  .brand-logos-section__logo {
    width: auto;
    padding: 0.5rem 1.1875rem;
  }
  .brand-logos-section__image {
    max-width: none;
  }
  .intro-section .brand-logos-section {
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
  .intro-section .brand-logos-section .container {
    padding: 0;
  }
  .intro-section .brand-logos-section .container .brand-logos-section__title {
    text-align: left;
  }
  .brand-logos-section--use-cases,
  .brand-logos-section--use-cases-mobile {
    padding: 7rem 0 0 0;
  }
  .brand-logos-section--use-cases .brand-logos-section__images,
  .brand-logos-section--use-cases-mobile .brand-logos-section__images {
    max-width: 600px;
    justify-content: left;
    margin: 0;
  }
  .brand-logos-section--use-cases-mobile {
    display: none;
  }
  .testimonials-section {
    display: flex;
  }
  .testimonials-section--individual {
    min-height: 520px;
  }
  .testimonials-section__container {
    display: flex;
    flex-grow: 1;
    align-items: center;
  }
  .testimonial-section__carousel .swiper-container {
    position: relative;
    width: auto;
  }
  .testimonial-section__carousel .swiper-arrows {
    margin-left: 0;
    width: auto;
  }
  .footer__form {
    width: 49%;
    margin-bottom: 3.5rem;
  }
  .footer__content {
    width: 100%;
  }
  .footer__author {
    position: relative;
    left: auto;
    margin-left: auto;
  }
  .footer__copy {
    text-align: right;
  }
  .jumbotron:first-child {
    padding-top: 96px;
  }
  .jumbotron:first-child.header--has-banner {
    padding-top: 152px;
  }
  .jumbotron--has-decorations .jumbotron__holder {
    padding: 7.5rem 0 5.4rem;
  }
  .jumbotron--base {
    min-height: 456px;
  }
  .jumbotron--align-start {
    text-align: left;
  }
  .jumbotron--small .jumbotron__holder {
    padding: 3rem 0 3rem;
  }
  .jumbotron__holder {
    padding: 7.9rem 0;
  }
  .block__decoration--circle-vertical-dots {
    left: 75%;
    bottom: 69%;
  }
  .block__decoration--circle-vertical-dots .decoration-circle {
    width: 230px;
    height: 230px;
    top: -21%;
    left: -73%;
  }
  .block__decoration--shapes-horizontal {
    right: 1.3rem;
    top: -54px;
  }
  .block__decoration--simple-steps {
    right: 16%;
    top: -20%;
  }
  .decoration-circle {
    width: 180px;
    height: 180px;
    left: -4rem;
    bottom: 0.4rem;
  }
  .decoration-dots {
    width: 160px;
    height: 160px;
  }
  .decoration-dots--small {
    width: 200px;
    height: 200px;
  }
  .decoration-dots--vertical {
    width: 156px;
    height: auto;
  }
  .text-image-block--image-bleeding .text-image-block__image-holder {
    margin: 0 -84% 0 -7.4%;
  }
  .text-image-block--image-summary .text-image-block__visual-part,
  .text-image-block--vertical .text-image-block__visual-part {
    margin-top: 0;
  }
  .text-image-block--vertical .text-image-block__text {
    font-size: 24px;
  }
  .text-image-block--vertical .text-image-block__description {
    margin-bottom: 3.5rem;
  }
  .text-image-block--vertical .text-image-block__subtitle {
    margin-bottom: 1rem;
  }
  .text-image-block--image-offset-md .text-image-block__image-holder,
  .text-image-block--image-offset-md .text-image-block__parallax-holder {
    margin-right: 5%;
  }
  .text-image-block--image-offset-md .text-image-block__parallax-holder {
    width: 100%;
  }
  .text-image-block--content-right.text-image-block--image-offset-md .text-image-block__image-holder,
  .text-image-block--content-right.text-image-block--image-offset-md .text-image-block__parallax-holder {
    margin-left: 0;
  }
  .text-image-block--content-right.text-image-block--image-offset-md .text-image-block__parallax-holder {
    width: 100%;
  }
  .text-image-block--content-right.text-image-block--image-bleeding .text-image-block__image-holder {
    margin-left: -80%;
    margin-right: auto;
  }
  .text-image-block--content-right.text-image-block--image-bleeding .text-image-block__visual-part {
    text-align: right;
  }
  .text-image-block--subtitle-large .text-image-block__title {
    margin-bottom: 1.5rem;
  }
  .text-image-group:last-child {
    margin-bottom: -6.4rem;
  }
  .text-image-group .text-image-block {
    margin-bottom: 6.5rem;
  }
  .text-image-group .text-image-block--image-heading-summary,
  .text-image-group .text-image-block--image-heading-summary-with-bg {
    margin-bottom: 6.5rem;
  }
  .text-image-group--image-summary {
    padding: 0 13px;
    margin: 0;
  }
  .text-image-group--align-items-center .text-image-group__holder {
    justify-content: space-around;
  }
  .text-image-block__visual-part {
    display: flex;
    justify-content: flex-end;
  }
  .text-image-block__text-box + .text-image-block__text-box {
    margin-top: 4rem;
  }
  .text-image-block__parallax-holder--half-circle .text-image-block__visual {
    padding: 5rem 22.4% 5rem 13%;
  }
  .text-image-block__list-icons {
    margin-bottom: 0;
  }
  .site-section--cta--tell .cta-block__content {
    padding-right: 0;
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
    max-width: 608px;
  }
  .site-section--cta--tell .cta-block__text {
    max-width: 550px;
  }
  .site-section--cta--tell .cta-block__visual-part.bg-visual {
    left: calc(50% - 90px);
  }
  .close {
    padding: 1rem;
  }
  .close {
    width: 72px;
    height: 72px;
    right: 2.5rem;
    top: 2.5rem;
  }
  .close__icon {
    font-size: 1.2em;
    margin: 0.5em 0;
  }
  .testimonial-element--small .testimonial-element__text {
    margin-bottom: 2rem;
  }
  .testimonial-element--base .testimonial-element__meta,
  .testimonial-element--base .testimonial-element__text {
    width: 57%;
    padding-right: 60px;
    box-sizing: border-box;
  }
  .testimonial-element--base .testimonial-element__text {
    padding-right: 3rem;
    margin-bottom: 4rem;
  }
  .testimonial-element--base .testimonial-element__image {
    width: 43%;
    left: -17px;
  }
  .testimonial-element__avatar-element .block__decoration {
    left: 2.7rem;
    top: 0;
  }
  .testimonial-element__avatar-element .decoration-dots {
    width: 260px;
    height: 260px;
  }
  .floating-clear--top {
    right: 22%;
    top: 4%;
    left: auto;
  }
  .floating-clear--top--left {
    left: -25px;
    top: 86px;
    display: block;
  }
  .floating-clear--top--right {
    right: -46px;
    top: 120px;
    left: auto;
  }
  .floating-circle {
    left: 8.6%;
    top: 77.2%;
  }
  .floating-circle--top {
    left: 56%;
    top: 38%;
  }
  .floating-circle--bottom {
    left: 70%;
    bottom: -12px;
    top: auto;
  }
  .floating-circle--right {
    left: 96%;
    top: 58%;
    display: block;
  }
  .floating-half-circle {
    left: 2%;
    top: 51%;
  }
  .floating-half-circle--left {
    left: 20%;
    top: auto;
    bottom: 4%;
  }
  .floating-half-circle--right {
    left: auto;
    right: 20%;
    bottom: 0;
    top: auto;
  }
  .floating-decoration__box {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09), inset 0 4px 6px 0 #fff;
    border-radius: 2.7em;
  }
  .floating-square--sketch {
    left: 11.5%;
    top: 32.5%;
  }
  .floating-square--xd {
    left: 78.1%;
    top: 27.3%;
  }
  .floating-square--figma {
    right: 10.9%;
    top: 73.5%;
  }
  .floating-square--figma .floating-decoration__box {
    transform: rotate(12deg);
  }
  .floating-square--photoshop {
    left: 21.5%;
    top: 73.5%;
  }
  .swiper-arrows {
    padding-top: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    transform: translateY(-50%);
  }
  .banner__close {
    padding-left: 32px;
    padding-right: 32px;
  }
  .tab-video-block__visual {
    border-radius: 19px;
    padding: 2rem;
    box-shadow: 0 6px 16px -6px rgba(0, 0, 0, 0.08);
  }
  .tab-video-block__visual .tab-video-block__video {
    border-radius: 7px;
  }
  .tab-video-block__visual .tab-video-block__video {
    border-radius: 10px;
  }
  .brand-logos-section {
    padding: 0;
  }
  .visual-section .text-image-group {
    margin-left: 0;
    margin-right: 0;
  }
  .visual-section .text-image-block__image-holder {
    padding: 0;
  }
  .visual-section .text-image-group__item:last-child .text-image-block {
    margin-bottom: 8.5rem;
  }
  .visual-section .text-image-group__item .text-image-block {
    margin-bottom: 8.5rem;
  }
  .visual-section .text-image-group__item .text-image-block__description {
    padding: 0 2rem 0 0;
  }
  .site-section--save-time-section .text-image-block__content-part .text-image-block__description {
    padding-left: 2rem;
    padding-top: 1.5rem;
  }
  .site-section--save-time-section .simple-blockquote {
    margin-bottom: 0;
    max-width: 348px;
  }
  .site-section--save-time-section .text-image-block:not(:last-child) {
    margin-bottom: 9rem;
  }
  .site-section--discover-section .card.with-decor .card__title {
    padding-right: 12.5rem;
  }
  .site-section--discover-section .card .img-fluid.decor-right {
    width: 245px;
    right: 0;
  }
  .testimonials-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
  .testimonials-section__title {
    margin-bottom: 7rem;
  }
  .testimonials-section__title .decor-pencil {
    top: 5px;
    width: 220px;
  }
  .card-posts__title {
    margin-bottom: 7rem;
  }
  .site-section--card-posts .card-body {
    padding-right: 0.5rem;
  }
  .site-section--examples-section {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .examples-section__title {
    padding-right: 0;
    max-width: 620px;
    margin-bottom: 5rem;
  }
  .examples-holder {
    margin-bottom: 4rem;
  }
  .sticky-media-holder .text-image-block__description {
    padding-left: 2.5rem;
    min-height: 430px;
  }
  .sticky-media-holder .text-image-block__text {
    max-width: 408px;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .header:after {
    transition: none;
  }
  .navbar:before {
    transition: none;
  }
  .active .navbar:before {
    transition: none;
  }
  .navbar-nav__subnav {
    transition: none;
  }
  .header:before {
    transition: none;
  }
  .header.active:before {
    transition: none;
  }
  .header.active .navbar-nav__megamenu {
    transition: none;
  }
  .toucheventss .nav-item.nav-item--static .megamenu__col {
    transition: none;
  }
  .nav-item.nav-item--static.hover .navbar-nav__megamenu,
  .nav-item.nav-item--static.is-hover .navbar-nav__megamenu {
    transition: none;
  }
  .nav-item.nav-item--static.hover .megamenu__col,
  .nav-item.nav-item--static.is-hover .megamenu__col {
    transition: none;
  }
  .navbar-nav__megamenu {
    transition: none;
  }
  .megamenu__col {
    transition: none;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-fluid,
  .container-md,
  .container-xl,
  .container-xs {
    padding-right: 32px;
    padding-left: 32px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1288px;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xs {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .modal-xl {
    max-width: 1280px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-0_25 {
    margin: 0.25rem !important;
  }
  .mt-xl-0_25,
  .my-xl-0_25 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-0_25,
  .mx-xl-0_25 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-0_25,
  .my-xl-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-0_25,
  .mx-xl-0_25 {
    margin-left: 0.25rem !important;
  }
  .m-xl-0_5 {
    margin: 0.5rem !important;
  }
  .mt-xl-0_5,
  .my-xl-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-0_5,
  .mx-xl-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-0_5,
  .my-xl-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-0_5,
  .mx-xl-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-xl-0_75 {
    margin: 0.75rem !important;
  }
  .mt-xl-0_75,
  .my-xl-0_75 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-0_75,
  .mx-xl-0_75 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-0_75,
  .my-xl-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-0_75,
  .mx-xl-0_75 {
    margin-left: 0.75rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-1_25 {
    margin: 1.25rem !important;
  }
  .mt-xl-1_25,
  .my-xl-1_25 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-1_25,
  .mx-xl-1_25 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-1_25,
  .my-xl-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-1_25,
  .mx-xl-1_25 {
    margin-left: 1.25rem !important;
  }
  .m-xl-1_5 {
    margin: 1.5rem !important;
  }
  .mt-xl-1_5,
  .my-xl-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-1_5,
  .mx-xl-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-1_5,
  .my-xl-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-1_5,
  .mx-xl-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-2_5 {
    margin: 2.5rem !important;
  }
  .mt-xl-2_5,
  .my-xl-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-2_5,
  .mx-xl-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-2_5,
  .my-xl-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-2_5,
  .mx-xl-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-3_5 {
    margin: 3.5rem !important;
  }
  .mt-xl-3_5,
  .my-xl-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-3_5,
  .mx-xl-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-3_5,
  .my-xl-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-3_5,
  .mx-xl-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-4_5 {
    margin: 4.5rem !important;
  }
  .mt-xl-4_5,
  .my-xl-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-4_5,
  .mx-xl-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-4_5,
  .my-xl-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-4_5,
  .mx-xl-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }
  .m-xl-5_5 {
    margin: 5.5rem !important;
  }
  .mt-xl-5_5,
  .my-xl-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-5_5,
  .mx-xl-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-5_5,
  .my-xl-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-5_5,
  .mx-xl-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-6_5 {
    margin: 6.5rem !important;
  }
  .mt-xl-6_5,
  .my-xl-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-6_5,
  .mx-xl-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-6_5,
  .my-xl-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-6_5,
  .mx-xl-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important;
  }
  .m-xl-7_5 {
    margin: 7.5rem !important;
  }
  .mt-xl-7_5,
  .my-xl-7_5 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-7_5,
  .mx-xl-7_5 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-7_5,
  .my-xl-7_5 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-7_5,
  .mx-xl-7_5 {
    margin-left: 7.5rem !important;
  }
  .m-xl-7_75 {
    margin: 7.75rem !important;
  }
  .mt-xl-7_75,
  .my-xl-7_75 {
    margin-top: 7.75rem !important;
  }
  .mr-xl-7_75,
  .mx-xl-7_75 {
    margin-right: 7.75rem !important;
  }
  .mb-xl-7_75,
  .my-xl-7_75 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xl-7_75,
  .mx-xl-7_75 {
    margin-left: 7.75rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .m-xl-8_5 {
    margin: 8.5rem !important;
  }
  .mt-xl-8_5,
  .my-xl-8_5 {
    margin-top: 8.5rem !important;
  }
  .mr-xl-8_5,
  .mx-xl-8_5 {
    margin-right: 8.5rem !important;
  }
  .mb-xl-8_5,
  .my-xl-8_5 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xl-8_5,
  .mx-xl-8_5 {
    margin-left: 8.5rem !important;
  }
  .m-xl-8_75 {
    margin: 8.75rem !important;
  }
  .mt-xl-8_75,
  .my-xl-8_75 {
    margin-top: 8.75rem !important;
  }
  .mr-xl-8_75,
  .mx-xl-8_75 {
    margin-right: 8.75rem !important;
  }
  .mb-xl-8_75,
  .my-xl-8_75 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xl-8_75,
  .mx-xl-8_75 {
    margin-left: 8.75rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-9_25 {
    margin: 9.25rem !important;
  }
  .mt-xl-9_25,
  .my-xl-9_25 {
    margin-top: 9.25rem !important;
  }
  .mr-xl-9_25,
  .mx-xl-9_25 {
    margin-right: 9.25rem !important;
  }
  .mb-xl-9_25,
  .my-xl-9_25 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xl-9_25,
  .mx-xl-9_25 {
    margin-left: 9.25rem !important;
  }
  .m-xl-9_5 {
    margin: 9.5rem !important;
  }
  .mt-xl-9_5,
  .my-xl-9_5 {
    margin-top: 9.5rem !important;
  }
  .mr-xl-9_5,
  .mx-xl-9_5 {
    margin-right: 9.5rem !important;
  }
  .mb-xl-9_5,
  .my-xl-9_5 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xl-9_5,
  .mx-xl-9_5 {
    margin-left: 9.5rem !important;
  }
  .m-xl-9_75 {
    margin: 9.75rem !important;
  }
  .mt-xl-9_75,
  .my-xl-9_75 {
    margin-top: 9.75rem !important;
  }
  .mr-xl-9_75,
  .mx-xl-9_75 {
    margin-right: 9.75rem !important;
  }
  .mb-xl-9_75,
  .my-xl-9_75 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xl-9_75,
  .mx-xl-9_75 {
    margin-left: 9.75rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10rem !important;
  }
  .m-xl-10_25 {
    margin: 10.25rem !important;
  }
  .mt-xl-10_25,
  .my-xl-10_25 {
    margin-top: 10.25rem !important;
  }
  .mr-xl-10_25,
  .mx-xl-10_25 {
    margin-right: 10.25rem !important;
  }
  .mb-xl-10_25,
  .my-xl-10_25 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xl-10_25,
  .mx-xl-10_25 {
    margin-left: 10.25rem !important;
  }
  .m-xl-11 {
    margin: 11rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 11rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 11rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 11rem !important;
  }
  .m-xl-12 {
    margin: 12rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 12rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 12rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 12rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-0_25 {
    padding: 0.25rem !important;
  }
  .pt-xl-0_25,
  .py-xl-0_25 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-0_25,
  .px-xl-0_25 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-0_25,
  .py-xl-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-0_25,
  .px-xl-0_25 {
    padding-left: 0.25rem !important;
  }
  .p-xl-0_5 {
    padding: 0.5rem !important;
  }
  .pt-xl-0_5,
  .py-xl-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-0_5,
  .px-xl-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-0_5,
  .py-xl-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-0_5,
  .px-xl-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-xl-0_75 {
    padding: 0.75rem !important;
  }
  .pt-xl-0_75,
  .py-xl-0_75 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-0_75,
  .px-xl-0_75 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-0_75,
  .py-xl-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-0_75,
  .px-xl-0_75 {
    padding-left: 0.75rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-1_25 {
    padding: 1.25rem !important;
  }
  .pt-xl-1_25,
  .py-xl-1_25 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-1_25,
  .px-xl-1_25 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-1_25,
  .py-xl-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-1_25,
  .px-xl-1_25 {
    padding-left: 1.25rem !important;
  }
  .p-xl-1_5 {
    padding: 1.5rem !important;
  }
  .pt-xl-1_5,
  .py-xl-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-1_5,
  .px-xl-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-1_5,
  .py-xl-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-1_5,
  .px-xl-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-2_5 {
    padding: 2.5rem !important;
  }
  .pt-xl-2_5,
  .py-xl-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-2_5,
  .px-xl-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-2_5,
  .py-xl-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-2_5,
  .px-xl-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-3_5 {
    padding: 3.5rem !important;
  }
  .pt-xl-3_5,
  .py-xl-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-3_5,
  .px-xl-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-3_5,
  .py-xl-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-3_5,
  .px-xl-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-4_5 {
    padding: 4.5rem !important;
  }
  .pt-xl-4_5,
  .py-xl-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-4_5,
  .px-xl-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-4_5,
  .py-xl-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-4_5,
  .px-xl-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }
  .p-xl-5_5 {
    padding: 5.5rem !important;
  }
  .pt-xl-5_5,
  .py-xl-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-5_5,
  .px-xl-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-5_5,
  .py-xl-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-5_5,
  .px-xl-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-6_5 {
    padding: 6.5rem !important;
  }
  .pt-xl-6_5,
  .py-xl-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-6_5,
  .px-xl-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-6_5,
  .py-xl-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-6_5,
  .px-xl-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important;
  }
  .p-xl-7_5 {
    padding: 7.5rem !important;
  }
  .pt-xl-7_5,
  .py-xl-7_5 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-7_5,
  .px-xl-7_5 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-7_5,
  .py-xl-7_5 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-7_5,
  .px-xl-7_5 {
    padding-left: 7.5rem !important;
  }
  .p-xl-7_75 {
    padding: 7.75rem !important;
  }
  .pt-xl-7_75,
  .py-xl-7_75 {
    padding-top: 7.75rem !important;
  }
  .pr-xl-7_75,
  .px-xl-7_75 {
    padding-right: 7.75rem !important;
  }
  .pb-xl-7_75,
  .py-xl-7_75 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xl-7_75,
  .px-xl-7_75 {
    padding-left: 7.75rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .p-xl-8_5 {
    padding: 8.5rem !important;
  }
  .pt-xl-8_5,
  .py-xl-8_5 {
    padding-top: 8.5rem !important;
  }
  .pr-xl-8_5,
  .px-xl-8_5 {
    padding-right: 8.5rem !important;
  }
  .pb-xl-8_5,
  .py-xl-8_5 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xl-8_5,
  .px-xl-8_5 {
    padding-left: 8.5rem !important;
  }
  .p-xl-8_75 {
    padding: 8.75rem !important;
  }
  .pt-xl-8_75,
  .py-xl-8_75 {
    padding-top: 8.75rem !important;
  }
  .pr-xl-8_75,
  .px-xl-8_75 {
    padding-right: 8.75rem !important;
  }
  .pb-xl-8_75,
  .py-xl-8_75 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xl-8_75,
  .px-xl-8_75 {
    padding-left: 8.75rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-9_25 {
    padding: 9.25rem !important;
  }
  .pt-xl-9_25,
  .py-xl-9_25 {
    padding-top: 9.25rem !important;
  }
  .pr-xl-9_25,
  .px-xl-9_25 {
    padding-right: 9.25rem !important;
  }
  .pb-xl-9_25,
  .py-xl-9_25 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xl-9_25,
  .px-xl-9_25 {
    padding-left: 9.25rem !important;
  }
  .p-xl-9_5 {
    padding: 9.5rem !important;
  }
  .pt-xl-9_5,
  .py-xl-9_5 {
    padding-top: 9.5rem !important;
  }
  .pr-xl-9_5,
  .px-xl-9_5 {
    padding-right: 9.5rem !important;
  }
  .pb-xl-9_5,
  .py-xl-9_5 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xl-9_5,
  .px-xl-9_5 {
    padding-left: 9.5rem !important;
  }
  .p-xl-9_75 {
    padding: 9.75rem !important;
  }
  .pt-xl-9_75,
  .py-xl-9_75 {
    padding-top: 9.75rem !important;
  }
  .pr-xl-9_75,
  .px-xl-9_75 {
    padding-right: 9.75rem !important;
  }
  .pb-xl-9_75,
  .py-xl-9_75 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xl-9_75,
  .px-xl-9_75 {
    padding-left: 9.75rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10rem !important;
  }
  .p-xl-10_25 {
    padding: 10.25rem !important;
  }
  .pt-xl-10_25,
  .py-xl-10_25 {
    padding-top: 10.25rem !important;
  }
  .pr-xl-10_25,
  .px-xl-10_25 {
    padding-right: 10.25rem !important;
  }
  .pb-xl-10_25,
  .py-xl-10_25 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xl-10_25,
  .px-xl-10_25 {
    padding-left: 10.25rem !important;
  }
  .p-xl-11 {
    padding: 11rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 11rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 11rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 11rem !important;
  }
  .p-xl-12 {
    padding: 12rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 12rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 12rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 12rem !important;
  }
  .m-xl-n0_25 {
    margin: -0.25rem !important;
  }
  .mt-xl-n0_25,
  .my-xl-n0_25 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n0_25,
  .mx-xl-n0_25 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n0_25,
  .my-xl-n0_25 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n0_25,
  .mx-xl-n0_25 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n0_5 {
    margin: -0.5rem !important;
  }
  .mt-xl-n0_5,
  .my-xl-n0_5 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n0_5,
  .mx-xl-n0_5 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n0_5,
  .my-xl-n0_5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n0_5,
  .mx-xl-n0_5 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n0_75 {
    margin: -0.75rem !important;
  }
  .mt-xl-n0_75,
  .my-xl-n0_75 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n0_75,
  .mx-xl-n0_75 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n0_75,
  .my-xl-n0_75 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n0_75,
  .mx-xl-n0_75 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1rem !important;
  }
  .m-xl-n1_25 {
    margin: -1.25rem !important;
  }
  .mt-xl-n1_25,
  .my-xl-n1_25 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n1_25,
  .mx-xl-n1_25 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n1_25,
  .my-xl-n1_25 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n1_25,
  .mx-xl-n1_25 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-xl-n1_5,
  .my-xl-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n1_5,
  .mx-xl-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n1_5,
  .my-xl-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n1_5,
  .mx-xl-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2rem !important;
  }
  .m-xl-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-xl-n2_5,
  .my-xl-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n2_5,
  .mx-xl-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n2_5,
  .my-xl-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n2_5,
  .mx-xl-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important;
  }
  .m-xl-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-xl-n3_5,
  .my-xl-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n3_5,
  .mx-xl-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n3_5,
  .my-xl-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n3_5,
  .mx-xl-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4rem !important;
  }
  .m-xl-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-xl-n4_5,
  .my-xl-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n4_5,
  .mx-xl-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n4_5,
  .my-xl-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n4_5,
  .mx-xl-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5rem !important;
  }
  .m-xl-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-xl-n5_5,
  .my-xl-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n5_5,
  .mx-xl-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n5_5,
  .my-xl-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n5_5,
  .mx-xl-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-xl-n6_5,
  .my-xl-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n6_5,
  .mx-xl-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n6_5,
  .my-xl-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n6_5,
  .mx-xl-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n7 {
    margin: -7rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7rem !important;
  }
  .m-xl-n7_5 {
    margin: -7.5rem !important;
  }
  .mt-xl-n7_5,
  .my-xl-n7_5 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n7_5,
  .mx-xl-n7_5 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n7_5,
  .my-xl-n7_5 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n7_5,
  .mx-xl-n7_5 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n7_75 {
    margin: -7.75rem !important;
  }
  .mt-xl-n7_75,
  .my-xl-n7_75 {
    margin-top: -7.75rem !important;
  }
  .mr-xl-n7_75,
  .mx-xl-n7_75 {
    margin-right: -7.75rem !important;
  }
  .mb-xl-n7_75,
  .my-xl-n7_75 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xl-n7_75,
  .mx-xl-n7_75 {
    margin-left: -7.75rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }
  .m-xl-n8_5 {
    margin: -8.5rem !important;
  }
  .mt-xl-n8_5,
  .my-xl-n8_5 {
    margin-top: -8.5rem !important;
  }
  .mr-xl-n8_5,
  .mx-xl-n8_5 {
    margin-right: -8.5rem !important;
  }
  .mb-xl-n8_5,
  .my-xl-n8_5 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xl-n8_5,
  .mx-xl-n8_5 {
    margin-left: -8.5rem !important;
  }
  .m-xl-n8_75 {
    margin: -8.75rem !important;
  }
  .mt-xl-n8_75,
  .my-xl-n8_75 {
    margin-top: -8.75rem !important;
  }
  .mr-xl-n8_75,
  .mx-xl-n8_75 {
    margin-right: -8.75rem !important;
  }
  .mb-xl-n8_75,
  .my-xl-n8_75 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xl-n8_75,
  .mx-xl-n8_75 {
    margin-left: -8.75rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }
  .m-xl-n9_25 {
    margin: -9.25rem !important;
  }
  .mt-xl-n9_25,
  .my-xl-n9_25 {
    margin-top: -9.25rem !important;
  }
  .mr-xl-n9_25,
  .mx-xl-n9_25 {
    margin-right: -9.25rem !important;
  }
  .mb-xl-n9_25,
  .my-xl-n9_25 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xl-n9_25,
  .mx-xl-n9_25 {
    margin-left: -9.25rem !important;
  }
  .m-xl-n9_5 {
    margin: -9.5rem !important;
  }
  .mt-xl-n9_5,
  .my-xl-n9_5 {
    margin-top: -9.5rem !important;
  }
  .mr-xl-n9_5,
  .mx-xl-n9_5 {
    margin-right: -9.5rem !important;
  }
  .mb-xl-n9_5,
  .my-xl-n9_5 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xl-n9_5,
  .mx-xl-n9_5 {
    margin-left: -9.5rem !important;
  }
  .m-xl-n9_75 {
    margin: -9.75rem !important;
  }
  .mt-xl-n9_75,
  .my-xl-n9_75 {
    margin-top: -9.75rem !important;
  }
  .mr-xl-n9_75,
  .mx-xl-n9_75 {
    margin-right: -9.75rem !important;
  }
  .mb-xl-n9_75,
  .my-xl-n9_75 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xl-n9_75,
  .mx-xl-n9_75 {
    margin-left: -9.75rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10rem !important;
  }
  .m-xl-n10_25 {
    margin: -10.25rem !important;
  }
  .mt-xl-n10_25,
  .my-xl-n10_25 {
    margin-top: -10.25rem !important;
  }
  .mr-xl-n10_25,
  .mx-xl-n10_25 {
    margin-right: -10.25rem !important;
  }
  .mb-xl-n10_25,
  .my-xl-n10_25 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xl-n10_25,
  .mx-xl-n10_25 {
    margin-left: -10.25rem !important;
  }
  .m-xl-n11 {
    margin: -11rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -11rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -11rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -11rem !important;
  }
  .m-xl-n12 {
    margin: -12rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -12rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -12rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -12rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .navbar-block {
    padding-left: 1.625rem;
  }
  .navbar-nav .nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .header-logo {
    width: auto;
    max-width: none;
  }
  .navbar-collapse__buttons {
    margin-left: -6px;
    margin-right: -6px;
  }
  .navbar-collapse__buttons {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .navbar-collapse__buttons .btn {
    max-width: none;
  }
  .navbar-collapse__buttons .btn.btn-primary {
    font-size: 0.9375rem;
  }
  .navbar-collapse__buttons .btn-group {
    width: auto;
    flex-basis: auto;
    align-items: center;
    margin: 0 6px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .navbar-collapse__buttons .btn-group {
    margin: 0 1rem;
  }
  .megamenu__link.megamenu__link--post .image {
    width: 80px;
    height: 48px;
  }
  .site-section {
    padding-top: 9.75rem;
    padding-bottom: 9.75rem;
  }
  .intro-section,
  .site-section.intro-section {
    padding-bottom: 9.75rem;
  }
  .intro-section .user-avatar--orange,
  .site-section.intro-section .user-avatar--orange {
    left: -19%;
    top: -35%;
  }
  .intro-section .user-avatar--purple,
  .site-section.intro-section .user-avatar--purple {
    left: 81.7%;
    top: -37%;
  }
  .intro-section .user-avatar--blue,
  .site-section.intro-section .user-avatar--blue {
    left: 96%;
    top: 47%;
  }
  .intro-section .block__decoration--half-circle,
  .site-section.intro-section .block__decoration--half-circle {
    left: 2.8%;
    top: -24%;
  }
  .intro-section .block__decoration--dots-small,
  .site-section.intro-section .block__decoration--dots-small {
    left: 11%;
    top: -19%;
  }
  .intro-section__holder {
    padding-top: 9.75rem;
  }
  .intro-section__content-part.with-visual,
  .intro-section__visual-part {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .intro-section__visual {
    margin-right: 0;
  }
  .design-presentation-page .intro-section__content-part {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .design-presentation-page .intro-section__visual-part {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .brand-logos-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .brand-logos-section__images {
    margin: 0 -2.5rem -0.5rem;
  }
  .brand-logos-section__logo {
    padding: 0.5rem 2.5rem;
  }
  .brand-logos-section--use-cases .brand-logos-section__images,
  .brand-logos-section--use-cases-mobile .brand-logos-section__images {
    max-width: 100%;
  }
  .footer__form {
    order: 2;
    width: 100%;
  }
  .footer__content {
    order: 1;
  }
  .footer__content-part {
    flex-direction: column;
    min-height: 420px;
    justify-content: flex-start;
    margin-bottom: 110px;
  }
  .social-list {
    order: 3;
    align-self: flex-end;
    margin-bottom: 0;
    margin-top: auto;
  }
  .footer-logo {
    margin-bottom: 4.5rem;
  }
  .bg-footer {
    width: 809px;
    right: -100px;
  }
  .jumbotron__content p {
    padding: 0 2rem;
  }
  .text-image-group--image-heading-summary,
  .text-image-group--image-heading-summary-with-bg {
    margin-left: 0;
    margin-right: 0;
  }
  .text-image-group__holder {
    margin-right: 0;
    margin-left: 0;
  }
  .text-image-block__title {
    margin-right: -3rem;
  }
  .cta-block__visual:before {
    padding-top: 41.6761041903%;
  }
  .site-section--cta--tell .cta-block__content {
    padding-left: 0;
    max-width: 560px;
  }
  .site-section--cta--tell .cta-block__visual-part.bg-visual {
    left: calc(50% - 70px);
  }
  .testimonial-element--base .testimonial-element__meta,
  .testimonial-element--base .testimonial-element__text {
    width: 59%;
  }
  .testimonial-element--base .testimonial-element__image {
    left: -77px;
  }
  .tab-video-block__visual {
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 8px 20px -7px rgba(0, 0, 0, 0.08);
  }
  .tab-video-block__visual .tab-video-block__video {
    border-radius: 12px;
  }
  .visual-section .text-image-group__item .text-image-block__description {
    padding: 0 7rem 0 0;
  }
  .site-section--save-time-section .heading-holder__text {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.4px;
    font-weight: 500;
  }
  .site-section--save-time-section .text-image-block__media-holder .text-image-block__visual {
    max-width: 664px;
    border-radius: 1.75rem;
  }
  .site-section--save-time-section .text-image-block__content-part .text-image-block__description {
    padding: 4rem 2.5rem 2.5rem;
  }
  .site-section--save-time-section .text-image-block:not(:last-child) {
    margin-bottom: 7.5rem;
  }
  .site-section--discover-section .row-grid.masonry {
    grid-template-columns: 4fr 5fr 3fr;
    grid-template-areas: "grid-1 grid-2 grid-5" "grid-3 grid-4 grid-6";
    grid-auto-rows: auto;
    align-items: flex-end;
  }
  .site-section--discover-section .card:nth-child(1) {
    grid-area: grid-1;
    height: 336px;
  }
  .site-section--discover-section .card:nth-child(2) {
    grid-area: grid-2;
    height: 392px;
  }
  .site-section--discover-section .card:nth-child(3) {
    grid-area: grid-3;
    height: 364px;
  }
  .site-section--discover-section .card:nth-child(4) {
    grid-area: grid-4;
    height: 308px;
  }
  .site-section--discover-section .card:nth-child(5) {
    grid-area: grid-5;
    height: 336px;
  }
  .site-section--discover-section .card:nth-child(6) {
    grid-area: grid-6;
    height: 364px;
  }
  .site-section--discover-section .card .img-fluid.decor-right {
    width: 259px;
  }
  .site-section--discover-section .card .img-fluid.decor-bottom {
    left: 3px;
    width: 288px;
  }
  .site-section--discover-section .card .img-fluid.decor-bottom-present {
    left: 28px;
  }
  .site-section--discover-section .card .card-body {
    padding: 40px;
  }
  .site-section--discover-section .card .card__title {
    margin-bottom: 2.5rem;
  }
  .site-section--discover-section .card .bottom {
    margin-bottom: -40px;
  }
  .site-section--discover-section .card:nth-child(2) {
    transform: translateY(56px);
  }
  .swiper-button-next {
    right: 6px;
  }
  .swiper-button-prev {
    left: 6px;
  }
  .testimonials-section__title.with-decor {
    padding-top: 6rem;
  }
  .testimonials-section__title .decor-pencil {
    top: 0;
  }
  .card-posts__title {
    padding-top: 6.5rem;
  }
  .site-section--card-posts .card-body {
    padding-right: 1.5rem;
  }
  .site-section--infinite-red {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .site-section--infinite-red .text-image-block__image-holder {
    margin-left: -3.5rem;
  }
  .site-section--infinite-red .block__decoration--rhombus-oval {
    display: block;
    width: 540px;
    bottom: -75px;
    left: calc(50% + 254px);
  }
  .site-section--examples-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .examples-holder .decor {
    margin-left: 100px;
  }
  .sticky-media-holder .text-image-block__description {
    min-height: 470px;
  }
}
@media (min-width: 1920px) {
  .col-fh {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-fh-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-fh-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-fh-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-fh-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-fh-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-fh-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-fh-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-fh-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-fh-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-fh-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-fh-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-fh-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-fh-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-fh-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-fh-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-fh-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-fh-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-fh-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-fh-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-fh-first {
    order: -1;
  }
  .order-fh-last {
    order: 13;
  }
  .order-fh-0 {
    order: 0;
  }
  .order-fh-1 {
    order: 1;
  }
  .order-fh-2 {
    order: 2;
  }
  .order-fh-3 {
    order: 3;
  }
  .order-fh-4 {
    order: 4;
  }
  .order-fh-5 {
    order: 5;
  }
  .order-fh-6 {
    order: 6;
  }
  .order-fh-7 {
    order: 7;
  }
  .order-fh-8 {
    order: 8;
  }
  .order-fh-9 {
    order: 9;
  }
  .order-fh-10 {
    order: 10;
  }
  .order-fh-11 {
    order: 11;
  }
  .order-fh-12 {
    order: 12;
  }
  .offset-fh-0 {
    margin-left: 0;
  }
  .offset-fh-1 {
    margin-left: 8.33333333%;
  }
  .offset-fh-2 {
    margin-left: 16.66666667%;
  }
  .offset-fh-3 {
    margin-left: 25%;
  }
  .offset-fh-4 {
    margin-left: 33.33333333%;
  }
  .offset-fh-5 {
    margin-left: 41.66666667%;
  }
  .offset-fh-6 {
    margin-left: 50%;
  }
  .offset-fh-7 {
    margin-left: 58.33333333%;
  }
  .offset-fh-8 {
    margin-left: 66.66666667%;
  }
  .offset-fh-9 {
    margin-left: 75%;
  }
  .offset-fh-10 {
    margin-left: 83.33333333%;
  }
  .offset-fh-11 {
    margin-left: 91.66666667%;
  }
  .navbar-expand-fh {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-fh .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-fh .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-fh .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-fh > .container,
  .navbar-expand-fh > .container-fluid,
  .navbar-expand-fh > .container-md,
  .navbar-expand-fh > .container-xl,
  .navbar-expand-fh > .container-xs {
    flex-wrap: nowrap;
  }
  .navbar-expand-fh .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-fh .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-fh .navbar-toggler {
    display: none;
  }
  .d-fh-none {
    display: none !important;
  }
  .d-fh-inline {
    display: inline !important;
  }
  .d-fh-inline-block {
    display: inline-block !important;
  }
  .d-fh-block {
    display: block !important;
  }
  .d-fh-table {
    display: table !important;
  }
  .d-fh-table-row {
    display: table-row !important;
  }
  .d-fh-table-cell {
    display: table-cell !important;
  }
  .d-fh-flex {
    display: flex !important;
  }
  .d-fh-inline-flex {
    display: inline-flex !important;
  }
  .flex-fh-row {
    flex-direction: row !important;
  }
  .flex-fh-column {
    flex-direction: column !important;
  }
  .flex-fh-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-fh-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-fh-wrap {
    flex-wrap: wrap !important;
  }
  .flex-fh-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-fh-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-fh-fill {
    flex: 1 1 auto !important;
  }
  .flex-fh-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-fh-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-fh-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-fh-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-fh-start {
    justify-content: flex-start !important;
  }
  .justify-content-fh-end {
    justify-content: flex-end !important;
  }
  .justify-content-fh-center {
    justify-content: center !important;
  }
  .justify-content-fh-between {
    justify-content: space-between !important;
  }
  .justify-content-fh-around {
    justify-content: space-around !important;
  }
  .align-items-fh-start {
    align-items: flex-start !important;
  }
  .align-items-fh-end {
    align-items: flex-end !important;
  }
  .align-items-fh-center {
    align-items: center !important;
  }
  .align-items-fh-baseline {
    align-items: baseline !important;
  }
  .align-items-fh-stretch {
    align-items: stretch !important;
  }
  .align-content-fh-start {
    align-content: flex-start !important;
  }
  .align-content-fh-end {
    align-content: flex-end !important;
  }
  .align-content-fh-center {
    align-content: center !important;
  }
  .align-content-fh-between {
    align-content: space-between !important;
  }
  .align-content-fh-around {
    align-content: space-around !important;
  }
  .align-content-fh-stretch {
    align-content: stretch !important;
  }
  .align-self-fh-auto {
    align-self: auto !important;
  }
  .align-self-fh-start {
    align-self: flex-start !important;
  }
  .align-self-fh-end {
    align-self: flex-end !important;
  }
  .align-self-fh-center {
    align-self: center !important;
  }
  .align-self-fh-baseline {
    align-self: baseline !important;
  }
  .align-self-fh-stretch {
    align-self: stretch !important;
  }
  .float-fh-left {
    float: left !important;
  }
  .float-fh-right {
    float: right !important;
  }
  .float-fh-none {
    float: none !important;
  }
  .m-fh-0 {
    margin: 0 !important;
  }
  .mt-fh-0,
  .my-fh-0 {
    margin-top: 0 !important;
  }
  .mr-fh-0,
  .mx-fh-0 {
    margin-right: 0 !important;
  }
  .mb-fh-0,
  .my-fh-0 {
    margin-bottom: 0 !important;
  }
  .ml-fh-0,
  .mx-fh-0 {
    margin-left: 0 !important;
  }
  .m-fh-0_25 {
    margin: 0.25rem !important;
  }
  .mt-fh-0_25,
  .my-fh-0_25 {
    margin-top: 0.25rem !important;
  }
  .mr-fh-0_25,
  .mx-fh-0_25 {
    margin-right: 0.25rem !important;
  }
  .mb-fh-0_25,
  .my-fh-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-fh-0_25,
  .mx-fh-0_25 {
    margin-left: 0.25rem !important;
  }
  .m-fh-0_5 {
    margin: 0.5rem !important;
  }
  .mt-fh-0_5,
  .my-fh-0_5 {
    margin-top: 0.5rem !important;
  }
  .mr-fh-0_5,
  .mx-fh-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-fh-0_5,
  .my-fh-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-fh-0_5,
  .mx-fh-0_5 {
    margin-left: 0.5rem !important;
  }
  .m-fh-0_75 {
    margin: 0.75rem !important;
  }
  .mt-fh-0_75,
  .my-fh-0_75 {
    margin-top: 0.75rem !important;
  }
  .mr-fh-0_75,
  .mx-fh-0_75 {
    margin-right: 0.75rem !important;
  }
  .mb-fh-0_75,
  .my-fh-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .ml-fh-0_75,
  .mx-fh-0_75 {
    margin-left: 0.75rem !important;
  }
  .m-fh-1 {
    margin: 1rem !important;
  }
  .mt-fh-1,
  .my-fh-1 {
    margin-top: 1rem !important;
  }
  .mr-fh-1,
  .mx-fh-1 {
    margin-right: 1rem !important;
  }
  .mb-fh-1,
  .my-fh-1 {
    margin-bottom: 1rem !important;
  }
  .ml-fh-1,
  .mx-fh-1 {
    margin-left: 1rem !important;
  }
  .m-fh-1_25 {
    margin: 1.25rem !important;
  }
  .mt-fh-1_25,
  .my-fh-1_25 {
    margin-top: 1.25rem !important;
  }
  .mr-fh-1_25,
  .mx-fh-1_25 {
    margin-right: 1.25rem !important;
  }
  .mb-fh-1_25,
  .my-fh-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .ml-fh-1_25,
  .mx-fh-1_25 {
    margin-left: 1.25rem !important;
  }
  .m-fh-1_5 {
    margin: 1.5rem !important;
  }
  .mt-fh-1_5,
  .my-fh-1_5 {
    margin-top: 1.5rem !important;
  }
  .mr-fh-1_5,
  .mx-fh-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-fh-1_5,
  .my-fh-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-fh-1_5,
  .mx-fh-1_5 {
    margin-left: 1.5rem !important;
  }
  .m-fh-2 {
    margin: 2rem !important;
  }
  .mt-fh-2,
  .my-fh-2 {
    margin-top: 2rem !important;
  }
  .mr-fh-2,
  .mx-fh-2 {
    margin-right: 2rem !important;
  }
  .mb-fh-2,
  .my-fh-2 {
    margin-bottom: 2rem !important;
  }
  .ml-fh-2,
  .mx-fh-2 {
    margin-left: 2rem !important;
  }
  .m-fh-2_5 {
    margin: 2.5rem !important;
  }
  .mt-fh-2_5,
  .my-fh-2_5 {
    margin-top: 2.5rem !important;
  }
  .mr-fh-2_5,
  .mx-fh-2_5 {
    margin-right: 2.5rem !important;
  }
  .mb-fh-2_5,
  .my-fh-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-fh-2_5,
  .mx-fh-2_5 {
    margin-left: 2.5rem !important;
  }
  .m-fh-3 {
    margin: 3rem !important;
  }
  .mt-fh-3,
  .my-fh-3 {
    margin-top: 3rem !important;
  }
  .mr-fh-3,
  .mx-fh-3 {
    margin-right: 3rem !important;
  }
  .mb-fh-3,
  .my-fh-3 {
    margin-bottom: 3rem !important;
  }
  .ml-fh-3,
  .mx-fh-3 {
    margin-left: 3rem !important;
  }
  .m-fh-3_5 {
    margin: 3.5rem !important;
  }
  .mt-fh-3_5,
  .my-fh-3_5 {
    margin-top: 3.5rem !important;
  }
  .mr-fh-3_5,
  .mx-fh-3_5 {
    margin-right: 3.5rem !important;
  }
  .mb-fh-3_5,
  .my-fh-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .ml-fh-3_5,
  .mx-fh-3_5 {
    margin-left: 3.5rem !important;
  }
  .m-fh-4 {
    margin: 4rem !important;
  }
  .mt-fh-4,
  .my-fh-4 {
    margin-top: 4rem !important;
  }
  .mr-fh-4,
  .mx-fh-4 {
    margin-right: 4rem !important;
  }
  .mb-fh-4,
  .my-fh-4 {
    margin-bottom: 4rem !important;
  }
  .ml-fh-4,
  .mx-fh-4 {
    margin-left: 4rem !important;
  }
  .m-fh-4_5 {
    margin: 4.5rem !important;
  }
  .mt-fh-4_5,
  .my-fh-4_5 {
    margin-top: 4.5rem !important;
  }
  .mr-fh-4_5,
  .mx-fh-4_5 {
    margin-right: 4.5rem !important;
  }
  .mb-fh-4_5,
  .my-fh-4_5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-fh-4_5,
  .mx-fh-4_5 {
    margin-left: 4.5rem !important;
  }
  .m-fh-5 {
    margin: 5rem !important;
  }
  .mt-fh-5,
  .my-fh-5 {
    margin-top: 5rem !important;
  }
  .mr-fh-5,
  .mx-fh-5 {
    margin-right: 5rem !important;
  }
  .mb-fh-5,
  .my-fh-5 {
    margin-bottom: 5rem !important;
  }
  .ml-fh-5,
  .mx-fh-5 {
    margin-left: 5rem !important;
  }
  .m-fh-5_5 {
    margin: 5.5rem !important;
  }
  .mt-fh-5_5,
  .my-fh-5_5 {
    margin-top: 5.5rem !important;
  }
  .mr-fh-5_5,
  .mx-fh-5_5 {
    margin-right: 5.5rem !important;
  }
  .mb-fh-5_5,
  .my-fh-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .ml-fh-5_5,
  .mx-fh-5_5 {
    margin-left: 5.5rem !important;
  }
  .m-fh-6 {
    margin: 6rem !important;
  }
  .mt-fh-6,
  .my-fh-6 {
    margin-top: 6rem !important;
  }
  .mr-fh-6,
  .mx-fh-6 {
    margin-right: 6rem !important;
  }
  .mb-fh-6,
  .my-fh-6 {
    margin-bottom: 6rem !important;
  }
  .ml-fh-6,
  .mx-fh-6 {
    margin-left: 6rem !important;
  }
  .m-fh-6_5 {
    margin: 6.5rem !important;
  }
  .mt-fh-6_5,
  .my-fh-6_5 {
    margin-top: 6.5rem !important;
  }
  .mr-fh-6_5,
  .mx-fh-6_5 {
    margin-right: 6.5rem !important;
  }
  .mb-fh-6_5,
  .my-fh-6_5 {
    margin-bottom: 6.5rem !important;
  }
  .ml-fh-6_5,
  .mx-fh-6_5 {
    margin-left: 6.5rem !important;
  }
  .m-fh-7 {
    margin: 7rem !important;
  }
  .mt-fh-7,
  .my-fh-7 {
    margin-top: 7rem !important;
  }
  .mr-fh-7,
  .mx-fh-7 {
    margin-right: 7rem !important;
  }
  .mb-fh-7,
  .my-fh-7 {
    margin-bottom: 7rem !important;
  }
  .ml-fh-7,
  .mx-fh-7 {
    margin-left: 7rem !important;
  }
  .m-fh-7_5 {
    margin: 7.5rem !important;
  }
  .mt-fh-7_5,
  .my-fh-7_5 {
    margin-top: 7.5rem !important;
  }
  .mr-fh-7_5,
  .mx-fh-7_5 {
    margin-right: 7.5rem !important;
  }
  .mb-fh-7_5,
  .my-fh-7_5 {
    margin-bottom: 7.5rem !important;
  }
  .ml-fh-7_5,
  .mx-fh-7_5 {
    margin-left: 7.5rem !important;
  }
  .m-fh-7_75 {
    margin: 7.75rem !important;
  }
  .mt-fh-7_75,
  .my-fh-7_75 {
    margin-top: 7.75rem !important;
  }
  .mr-fh-7_75,
  .mx-fh-7_75 {
    margin-right: 7.75rem !important;
  }
  .mb-fh-7_75,
  .my-fh-7_75 {
    margin-bottom: 7.75rem !important;
  }
  .ml-fh-7_75,
  .mx-fh-7_75 {
    margin-left: 7.75rem !important;
  }
  .m-fh-8 {
    margin: 8rem !important;
  }
  .mt-fh-8,
  .my-fh-8 {
    margin-top: 8rem !important;
  }
  .mr-fh-8,
  .mx-fh-8 {
    margin-right: 8rem !important;
  }
  .mb-fh-8,
  .my-fh-8 {
    margin-bottom: 8rem !important;
  }
  .ml-fh-8,
  .mx-fh-8 {
    margin-left: 8rem !important;
  }
  .m-fh-8_5 {
    margin: 8.5rem !important;
  }
  .mt-fh-8_5,
  .my-fh-8_5 {
    margin-top: 8.5rem !important;
  }
  .mr-fh-8_5,
  .mx-fh-8_5 {
    margin-right: 8.5rem !important;
  }
  .mb-fh-8_5,
  .my-fh-8_5 {
    margin-bottom: 8.5rem !important;
  }
  .ml-fh-8_5,
  .mx-fh-8_5 {
    margin-left: 8.5rem !important;
  }
  .m-fh-8_75 {
    margin: 8.75rem !important;
  }
  .mt-fh-8_75,
  .my-fh-8_75 {
    margin-top: 8.75rem !important;
  }
  .mr-fh-8_75,
  .mx-fh-8_75 {
    margin-right: 8.75rem !important;
  }
  .mb-fh-8_75,
  .my-fh-8_75 {
    margin-bottom: 8.75rem !important;
  }
  .ml-fh-8_75,
  .mx-fh-8_75 {
    margin-left: 8.75rem !important;
  }
  .m-fh-9 {
    margin: 9rem !important;
  }
  .mt-fh-9,
  .my-fh-9 {
    margin-top: 9rem !important;
  }
  .mr-fh-9,
  .mx-fh-9 {
    margin-right: 9rem !important;
  }
  .mb-fh-9,
  .my-fh-9 {
    margin-bottom: 9rem !important;
  }
  .ml-fh-9,
  .mx-fh-9 {
    margin-left: 9rem !important;
  }
  .m-fh-9_25 {
    margin: 9.25rem !important;
  }
  .mt-fh-9_25,
  .my-fh-9_25 {
    margin-top: 9.25rem !important;
  }
  .mr-fh-9_25,
  .mx-fh-9_25 {
    margin-right: 9.25rem !important;
  }
  .mb-fh-9_25,
  .my-fh-9_25 {
    margin-bottom: 9.25rem !important;
  }
  .ml-fh-9_25,
  .mx-fh-9_25 {
    margin-left: 9.25rem !important;
  }
  .m-fh-9_5 {
    margin: 9.5rem !important;
  }
  .mt-fh-9_5,
  .my-fh-9_5 {
    margin-top: 9.5rem !important;
  }
  .mr-fh-9_5,
  .mx-fh-9_5 {
    margin-right: 9.5rem !important;
  }
  .mb-fh-9_5,
  .my-fh-9_5 {
    margin-bottom: 9.5rem !important;
  }
  .ml-fh-9_5,
  .mx-fh-9_5 {
    margin-left: 9.5rem !important;
  }
  .m-fh-9_75 {
    margin: 9.75rem !important;
  }
  .mt-fh-9_75,
  .my-fh-9_75 {
    margin-top: 9.75rem !important;
  }
  .mr-fh-9_75,
  .mx-fh-9_75 {
    margin-right: 9.75rem !important;
  }
  .mb-fh-9_75,
  .my-fh-9_75 {
    margin-bottom: 9.75rem !important;
  }
  .ml-fh-9_75,
  .mx-fh-9_75 {
    margin-left: 9.75rem !important;
  }
  .m-fh-10 {
    margin: 10rem !important;
  }
  .mt-fh-10,
  .my-fh-10 {
    margin-top: 10rem !important;
  }
  .mr-fh-10,
  .mx-fh-10 {
    margin-right: 10rem !important;
  }
  .mb-fh-10,
  .my-fh-10 {
    margin-bottom: 10rem !important;
  }
  .ml-fh-10,
  .mx-fh-10 {
    margin-left: 10rem !important;
  }
  .m-fh-10_25 {
    margin: 10.25rem !important;
  }
  .mt-fh-10_25,
  .my-fh-10_25 {
    margin-top: 10.25rem !important;
  }
  .mr-fh-10_25,
  .mx-fh-10_25 {
    margin-right: 10.25rem !important;
  }
  .mb-fh-10_25,
  .my-fh-10_25 {
    margin-bottom: 10.25rem !important;
  }
  .ml-fh-10_25,
  .mx-fh-10_25 {
    margin-left: 10.25rem !important;
  }
  .m-fh-11 {
    margin: 11rem !important;
  }
  .mt-fh-11,
  .my-fh-11 {
    margin-top: 11rem !important;
  }
  .mr-fh-11,
  .mx-fh-11 {
    margin-right: 11rem !important;
  }
  .mb-fh-11,
  .my-fh-11 {
    margin-bottom: 11rem !important;
  }
  .ml-fh-11,
  .mx-fh-11 {
    margin-left: 11rem !important;
  }
  .m-fh-12 {
    margin: 12rem !important;
  }
  .mt-fh-12,
  .my-fh-12 {
    margin-top: 12rem !important;
  }
  .mr-fh-12,
  .mx-fh-12 {
    margin-right: 12rem !important;
  }
  .mb-fh-12,
  .my-fh-12 {
    margin-bottom: 12rem !important;
  }
  .ml-fh-12,
  .mx-fh-12 {
    margin-left: 12rem !important;
  }
  .p-fh-0 {
    padding: 0 !important;
  }
  .pt-fh-0,
  .py-fh-0 {
    padding-top: 0 !important;
  }
  .pr-fh-0,
  .px-fh-0 {
    padding-right: 0 !important;
  }
  .pb-fh-0,
  .py-fh-0 {
    padding-bottom: 0 !important;
  }
  .pl-fh-0,
  .px-fh-0 {
    padding-left: 0 !important;
  }
  .p-fh-0_25 {
    padding: 0.25rem !important;
  }
  .pt-fh-0_25,
  .py-fh-0_25 {
    padding-top: 0.25rem !important;
  }
  .pr-fh-0_25,
  .px-fh-0_25 {
    padding-right: 0.25rem !important;
  }
  .pb-fh-0_25,
  .py-fh-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-fh-0_25,
  .px-fh-0_25 {
    padding-left: 0.25rem !important;
  }
  .p-fh-0_5 {
    padding: 0.5rem !important;
  }
  .pt-fh-0_5,
  .py-fh-0_5 {
    padding-top: 0.5rem !important;
  }
  .pr-fh-0_5,
  .px-fh-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-fh-0_5,
  .py-fh-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-fh-0_5,
  .px-fh-0_5 {
    padding-left: 0.5rem !important;
  }
  .p-fh-0_75 {
    padding: 0.75rem !important;
  }
  .pt-fh-0_75,
  .py-fh-0_75 {
    padding-top: 0.75rem !important;
  }
  .pr-fh-0_75,
  .px-fh-0_75 {
    padding-right: 0.75rem !important;
  }
  .pb-fh-0_75,
  .py-fh-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .pl-fh-0_75,
  .px-fh-0_75 {
    padding-left: 0.75rem !important;
  }
  .p-fh-1 {
    padding: 1rem !important;
  }
  .pt-fh-1,
  .py-fh-1 {
    padding-top: 1rem !important;
  }
  .pr-fh-1,
  .px-fh-1 {
    padding-right: 1rem !important;
  }
  .pb-fh-1,
  .py-fh-1 {
    padding-bottom: 1rem !important;
  }
  .pl-fh-1,
  .px-fh-1 {
    padding-left: 1rem !important;
  }
  .p-fh-1_25 {
    padding: 1.25rem !important;
  }
  .pt-fh-1_25,
  .py-fh-1_25 {
    padding-top: 1.25rem !important;
  }
  .pr-fh-1_25,
  .px-fh-1_25 {
    padding-right: 1.25rem !important;
  }
  .pb-fh-1_25,
  .py-fh-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .pl-fh-1_25,
  .px-fh-1_25 {
    padding-left: 1.25rem !important;
  }
  .p-fh-1_5 {
    padding: 1.5rem !important;
  }
  .pt-fh-1_5,
  .py-fh-1_5 {
    padding-top: 1.5rem !important;
  }
  .pr-fh-1_5,
  .px-fh-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-fh-1_5,
  .py-fh-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-fh-1_5,
  .px-fh-1_5 {
    padding-left: 1.5rem !important;
  }
  .p-fh-2 {
    padding: 2rem !important;
  }
  .pt-fh-2,
  .py-fh-2 {
    padding-top: 2rem !important;
  }
  .pr-fh-2,
  .px-fh-2 {
    padding-right: 2rem !important;
  }
  .pb-fh-2,
  .py-fh-2 {
    padding-bottom: 2rem !important;
  }
  .pl-fh-2,
  .px-fh-2 {
    padding-left: 2rem !important;
  }
  .p-fh-2_5 {
    padding: 2.5rem !important;
  }
  .pt-fh-2_5,
  .py-fh-2_5 {
    padding-top: 2.5rem !important;
  }
  .pr-fh-2_5,
  .px-fh-2_5 {
    padding-right: 2.5rem !important;
  }
  .pb-fh-2_5,
  .py-fh-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-fh-2_5,
  .px-fh-2_5 {
    padding-left: 2.5rem !important;
  }
  .p-fh-3 {
    padding: 3rem !important;
  }
  .pt-fh-3,
  .py-fh-3 {
    padding-top: 3rem !important;
  }
  .pr-fh-3,
  .px-fh-3 {
    padding-right: 3rem !important;
  }
  .pb-fh-3,
  .py-fh-3 {
    padding-bottom: 3rem !important;
  }
  .pl-fh-3,
  .px-fh-3 {
    padding-left: 3rem !important;
  }
  .p-fh-3_5 {
    padding: 3.5rem !important;
  }
  .pt-fh-3_5,
  .py-fh-3_5 {
    padding-top: 3.5rem !important;
  }
  .pr-fh-3_5,
  .px-fh-3_5 {
    padding-right: 3.5rem !important;
  }
  .pb-fh-3_5,
  .py-fh-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .pl-fh-3_5,
  .px-fh-3_5 {
    padding-left: 3.5rem !important;
  }
  .p-fh-4 {
    padding: 4rem !important;
  }
  .pt-fh-4,
  .py-fh-4 {
    padding-top: 4rem !important;
  }
  .pr-fh-4,
  .px-fh-4 {
    padding-right: 4rem !important;
  }
  .pb-fh-4,
  .py-fh-4 {
    padding-bottom: 4rem !important;
  }
  .pl-fh-4,
  .px-fh-4 {
    padding-left: 4rem !important;
  }
  .p-fh-4_5 {
    padding: 4.5rem !important;
  }
  .pt-fh-4_5,
  .py-fh-4_5 {
    padding-top: 4.5rem !important;
  }
  .pr-fh-4_5,
  .px-fh-4_5 {
    padding-right: 4.5rem !important;
  }
  .pb-fh-4_5,
  .py-fh-4_5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-fh-4_5,
  .px-fh-4_5 {
    padding-left: 4.5rem !important;
  }
  .p-fh-5 {
    padding: 5rem !important;
  }
  .pt-fh-5,
  .py-fh-5 {
    padding-top: 5rem !important;
  }
  .pr-fh-5,
  .px-fh-5 {
    padding-right: 5rem !important;
  }
  .pb-fh-5,
  .py-fh-5 {
    padding-bottom: 5rem !important;
  }
  .pl-fh-5,
  .px-fh-5 {
    padding-left: 5rem !important;
  }
  .p-fh-5_5 {
    padding: 5.5rem !important;
  }
  .pt-fh-5_5,
  .py-fh-5_5 {
    padding-top: 5.5rem !important;
  }
  .pr-fh-5_5,
  .px-fh-5_5 {
    padding-right: 5.5rem !important;
  }
  .pb-fh-5_5,
  .py-fh-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .pl-fh-5_5,
  .px-fh-5_5 {
    padding-left: 5.5rem !important;
  }
  .p-fh-6 {
    padding: 6rem !important;
  }
  .pt-fh-6,
  .py-fh-6 {
    padding-top: 6rem !important;
  }
  .pr-fh-6,
  .px-fh-6 {
    padding-right: 6rem !important;
  }
  .pb-fh-6,
  .py-fh-6 {
    padding-bottom: 6rem !important;
  }
  .pl-fh-6,
  .px-fh-6 {
    padding-left: 6rem !important;
  }
  .p-fh-6_5 {
    padding: 6.5rem !important;
  }
  .pt-fh-6_5,
  .py-fh-6_5 {
    padding-top: 6.5rem !important;
  }
  .pr-fh-6_5,
  .px-fh-6_5 {
    padding-right: 6.5rem !important;
  }
  .pb-fh-6_5,
  .py-fh-6_5 {
    padding-bottom: 6.5rem !important;
  }
  .pl-fh-6_5,
  .px-fh-6_5 {
    padding-left: 6.5rem !important;
  }
  .p-fh-7 {
    padding: 7rem !important;
  }
  .pt-fh-7,
  .py-fh-7 {
    padding-top: 7rem !important;
  }
  .pr-fh-7,
  .px-fh-7 {
    padding-right: 7rem !important;
  }
  .pb-fh-7,
  .py-fh-7 {
    padding-bottom: 7rem !important;
  }
  .pl-fh-7,
  .px-fh-7 {
    padding-left: 7rem !important;
  }
  .p-fh-7_5 {
    padding: 7.5rem !important;
  }
  .pt-fh-7_5,
  .py-fh-7_5 {
    padding-top: 7.5rem !important;
  }
  .pr-fh-7_5,
  .px-fh-7_5 {
    padding-right: 7.5rem !important;
  }
  .pb-fh-7_5,
  .py-fh-7_5 {
    padding-bottom: 7.5rem !important;
  }
  .pl-fh-7_5,
  .px-fh-7_5 {
    padding-left: 7.5rem !important;
  }
  .p-fh-7_75 {
    padding: 7.75rem !important;
  }
  .pt-fh-7_75,
  .py-fh-7_75 {
    padding-top: 7.75rem !important;
  }
  .pr-fh-7_75,
  .px-fh-7_75 {
    padding-right: 7.75rem !important;
  }
  .pb-fh-7_75,
  .py-fh-7_75 {
    padding-bottom: 7.75rem !important;
  }
  .pl-fh-7_75,
  .px-fh-7_75 {
    padding-left: 7.75rem !important;
  }
  .p-fh-8 {
    padding: 8rem !important;
  }
  .pt-fh-8,
  .py-fh-8 {
    padding-top: 8rem !important;
  }
  .pr-fh-8,
  .px-fh-8 {
    padding-right: 8rem !important;
  }
  .pb-fh-8,
  .py-fh-8 {
    padding-bottom: 8rem !important;
  }
  .pl-fh-8,
  .px-fh-8 {
    padding-left: 8rem !important;
  }
  .p-fh-8_5 {
    padding: 8.5rem !important;
  }
  .pt-fh-8_5,
  .py-fh-8_5 {
    padding-top: 8.5rem !important;
  }
  .pr-fh-8_5,
  .px-fh-8_5 {
    padding-right: 8.5rem !important;
  }
  .pb-fh-8_5,
  .py-fh-8_5 {
    padding-bottom: 8.5rem !important;
  }
  .pl-fh-8_5,
  .px-fh-8_5 {
    padding-left: 8.5rem !important;
  }
  .p-fh-8_75 {
    padding: 8.75rem !important;
  }
  .pt-fh-8_75,
  .py-fh-8_75 {
    padding-top: 8.75rem !important;
  }
  .pr-fh-8_75,
  .px-fh-8_75 {
    padding-right: 8.75rem !important;
  }
  .pb-fh-8_75,
  .py-fh-8_75 {
    padding-bottom: 8.75rem !important;
  }
  .pl-fh-8_75,
  .px-fh-8_75 {
    padding-left: 8.75rem !important;
  }
  .p-fh-9 {
    padding: 9rem !important;
  }
  .pt-fh-9,
  .py-fh-9 {
    padding-top: 9rem !important;
  }
  .pr-fh-9,
  .px-fh-9 {
    padding-right: 9rem !important;
  }
  .pb-fh-9,
  .py-fh-9 {
    padding-bottom: 9rem !important;
  }
  .pl-fh-9,
  .px-fh-9 {
    padding-left: 9rem !important;
  }
  .p-fh-9_25 {
    padding: 9.25rem !important;
  }
  .pt-fh-9_25,
  .py-fh-9_25 {
    padding-top: 9.25rem !important;
  }
  .pr-fh-9_25,
  .px-fh-9_25 {
    padding-right: 9.25rem !important;
  }
  .pb-fh-9_25,
  .py-fh-9_25 {
    padding-bottom: 9.25rem !important;
  }
  .pl-fh-9_25,
  .px-fh-9_25 {
    padding-left: 9.25rem !important;
  }
  .p-fh-9_5 {
    padding: 9.5rem !important;
  }
  .pt-fh-9_5,
  .py-fh-9_5 {
    padding-top: 9.5rem !important;
  }
  .pr-fh-9_5,
  .px-fh-9_5 {
    padding-right: 9.5rem !important;
  }
  .pb-fh-9_5,
  .py-fh-9_5 {
    padding-bottom: 9.5rem !important;
  }
  .pl-fh-9_5,
  .px-fh-9_5 {
    padding-left: 9.5rem !important;
  }
  .p-fh-9_75 {
    padding: 9.75rem !important;
  }
  .pt-fh-9_75,
  .py-fh-9_75 {
    padding-top: 9.75rem !important;
  }
  .pr-fh-9_75,
  .px-fh-9_75 {
    padding-right: 9.75rem !important;
  }
  .pb-fh-9_75,
  .py-fh-9_75 {
    padding-bottom: 9.75rem !important;
  }
  .pl-fh-9_75,
  .px-fh-9_75 {
    padding-left: 9.75rem !important;
  }
  .p-fh-10 {
    padding: 10rem !important;
  }
  .pt-fh-10,
  .py-fh-10 {
    padding-top: 10rem !important;
  }
  .pr-fh-10,
  .px-fh-10 {
    padding-right: 10rem !important;
  }
  .pb-fh-10,
  .py-fh-10 {
    padding-bottom: 10rem !important;
  }
  .pl-fh-10,
  .px-fh-10 {
    padding-left: 10rem !important;
  }
  .p-fh-10_25 {
    padding: 10.25rem !important;
  }
  .pt-fh-10_25,
  .py-fh-10_25 {
    padding-top: 10.25rem !important;
  }
  .pr-fh-10_25,
  .px-fh-10_25 {
    padding-right: 10.25rem !important;
  }
  .pb-fh-10_25,
  .py-fh-10_25 {
    padding-bottom: 10.25rem !important;
  }
  .pl-fh-10_25,
  .px-fh-10_25 {
    padding-left: 10.25rem !important;
  }
  .p-fh-11 {
    padding: 11rem !important;
  }
  .pt-fh-11,
  .py-fh-11 {
    padding-top: 11rem !important;
  }
  .pr-fh-11,
  .px-fh-11 {
    padding-right: 11rem !important;
  }
  .pb-fh-11,
  .py-fh-11 {
    padding-bottom: 11rem !important;
  }
  .pl-fh-11,
  .px-fh-11 {
    padding-left: 11rem !important;
  }
  .p-fh-12 {
    padding: 12rem !important;
  }
  .pt-fh-12,
  .py-fh-12 {
    padding-top: 12rem !important;
  }
  .pr-fh-12,
  .px-fh-12 {
    padding-right: 12rem !important;
  }
  .pb-fh-12,
  .py-fh-12 {
    padding-bottom: 12rem !important;
  }
  .pl-fh-12,
  .px-fh-12 {
    padding-left: 12rem !important;
  }
  .m-fh-n0_25 {
    margin: -0.25rem !important;
  }
  .mt-fh-n0_25,
  .my-fh-n0_25 {
    margin-top: -0.25rem !important;
  }
  .mr-fh-n0_25,
  .mx-fh-n0_25 {
    margin-right: -0.25rem !important;
  }
  .mb-fh-n0_25,
  .my-fh-n0_25 {
    margin-bottom: -0.25rem !important;
  }
  .ml-fh-n0_25,
  .mx-fh-n0_25 {
    margin-left: -0.25rem !important;
  }
  .m-fh-n0_5 {
    margin: -0.5rem !important;
  }
  .mt-fh-n0_5,
  .my-fh-n0_5 {
    margin-top: -0.5rem !important;
  }
  .mr-fh-n0_5,
  .mx-fh-n0_5 {
    margin-right: -0.5rem !important;
  }
  .mb-fh-n0_5,
  .my-fh-n0_5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-fh-n0_5,
  .mx-fh-n0_5 {
    margin-left: -0.5rem !important;
  }
  .m-fh-n0_75 {
    margin: -0.75rem !important;
  }
  .mt-fh-n0_75,
  .my-fh-n0_75 {
    margin-top: -0.75rem !important;
  }
  .mr-fh-n0_75,
  .mx-fh-n0_75 {
    margin-right: -0.75rem !important;
  }
  .mb-fh-n0_75,
  .my-fh-n0_75 {
    margin-bottom: -0.75rem !important;
  }
  .ml-fh-n0_75,
  .mx-fh-n0_75 {
    margin-left: -0.75rem !important;
  }
  .m-fh-n1 {
    margin: -1rem !important;
  }
  .mt-fh-n1,
  .my-fh-n1 {
    margin-top: -1rem !important;
  }
  .mr-fh-n1,
  .mx-fh-n1 {
    margin-right: -1rem !important;
  }
  .mb-fh-n1,
  .my-fh-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-fh-n1,
  .mx-fh-n1 {
    margin-left: -1rem !important;
  }
  .m-fh-n1_25 {
    margin: -1.25rem !important;
  }
  .mt-fh-n1_25,
  .my-fh-n1_25 {
    margin-top: -1.25rem !important;
  }
  .mr-fh-n1_25,
  .mx-fh-n1_25 {
    margin-right: -1.25rem !important;
  }
  .mb-fh-n1_25,
  .my-fh-n1_25 {
    margin-bottom: -1.25rem !important;
  }
  .ml-fh-n1_25,
  .mx-fh-n1_25 {
    margin-left: -1.25rem !important;
  }
  .m-fh-n1_5 {
    margin: -1.5rem !important;
  }
  .mt-fh-n1_5,
  .my-fh-n1_5 {
    margin-top: -1.5rem !important;
  }
  .mr-fh-n1_5,
  .mx-fh-n1_5 {
    margin-right: -1.5rem !important;
  }
  .mb-fh-n1_5,
  .my-fh-n1_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-fh-n1_5,
  .mx-fh-n1_5 {
    margin-left: -1.5rem !important;
  }
  .m-fh-n2 {
    margin: -2rem !important;
  }
  .mt-fh-n2,
  .my-fh-n2 {
    margin-top: -2rem !important;
  }
  .mr-fh-n2,
  .mx-fh-n2 {
    margin-right: -2rem !important;
  }
  .mb-fh-n2,
  .my-fh-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-fh-n2,
  .mx-fh-n2 {
    margin-left: -2rem !important;
  }
  .m-fh-n2_5 {
    margin: -2.5rem !important;
  }
  .mt-fh-n2_5,
  .my-fh-n2_5 {
    margin-top: -2.5rem !important;
  }
  .mr-fh-n2_5,
  .mx-fh-n2_5 {
    margin-right: -2.5rem !important;
  }
  .mb-fh-n2_5,
  .my-fh-n2_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-fh-n2_5,
  .mx-fh-n2_5 {
    margin-left: -2.5rem !important;
  }
  .m-fh-n3 {
    margin: -3rem !important;
  }
  .mt-fh-n3,
  .my-fh-n3 {
    margin-top: -3rem !important;
  }
  .mr-fh-n3,
  .mx-fh-n3 {
    margin-right: -3rem !important;
  }
  .mb-fh-n3,
  .my-fh-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-fh-n3,
  .mx-fh-n3 {
    margin-left: -3rem !important;
  }
  .m-fh-n3_5 {
    margin: -3.5rem !important;
  }
  .mt-fh-n3_5,
  .my-fh-n3_5 {
    margin-top: -3.5rem !important;
  }
  .mr-fh-n3_5,
  .mx-fh-n3_5 {
    margin-right: -3.5rem !important;
  }
  .mb-fh-n3_5,
  .my-fh-n3_5 {
    margin-bottom: -3.5rem !important;
  }
  .ml-fh-n3_5,
  .mx-fh-n3_5 {
    margin-left: -3.5rem !important;
  }
  .m-fh-n4 {
    margin: -4rem !important;
  }
  .mt-fh-n4,
  .my-fh-n4 {
    margin-top: -4rem !important;
  }
  .mr-fh-n4,
  .mx-fh-n4 {
    margin-right: -4rem !important;
  }
  .mb-fh-n4,
  .my-fh-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-fh-n4,
  .mx-fh-n4 {
    margin-left: -4rem !important;
  }
  .m-fh-n4_5 {
    margin: -4.5rem !important;
  }
  .mt-fh-n4_5,
  .my-fh-n4_5 {
    margin-top: -4.5rem !important;
  }
  .mr-fh-n4_5,
  .mx-fh-n4_5 {
    margin-right: -4.5rem !important;
  }
  .mb-fh-n4_5,
  .my-fh-n4_5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-fh-n4_5,
  .mx-fh-n4_5 {
    margin-left: -4.5rem !important;
  }
  .m-fh-n5 {
    margin: -5rem !important;
  }
  .mt-fh-n5,
  .my-fh-n5 {
    margin-top: -5rem !important;
  }
  .mr-fh-n5,
  .mx-fh-n5 {
    margin-right: -5rem !important;
  }
  .mb-fh-n5,
  .my-fh-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-fh-n5,
  .mx-fh-n5 {
    margin-left: -5rem !important;
  }
  .m-fh-n5_5 {
    margin: -5.5rem !important;
  }
  .mt-fh-n5_5,
  .my-fh-n5_5 {
    margin-top: -5.5rem !important;
  }
  .mr-fh-n5_5,
  .mx-fh-n5_5 {
    margin-right: -5.5rem !important;
  }
  .mb-fh-n5_5,
  .my-fh-n5_5 {
    margin-bottom: -5.5rem !important;
  }
  .ml-fh-n5_5,
  .mx-fh-n5_5 {
    margin-left: -5.5rem !important;
  }
  .m-fh-n6 {
    margin: -6rem !important;
  }
  .mt-fh-n6,
  .my-fh-n6 {
    margin-top: -6rem !important;
  }
  .mr-fh-n6,
  .mx-fh-n6 {
    margin-right: -6rem !important;
  }
  .mb-fh-n6,
  .my-fh-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-fh-n6,
  .mx-fh-n6 {
    margin-left: -6rem !important;
  }
  .m-fh-n6_5 {
    margin: -6.5rem !important;
  }
  .mt-fh-n6_5,
  .my-fh-n6_5 {
    margin-top: -6.5rem !important;
  }
  .mr-fh-n6_5,
  .mx-fh-n6_5 {
    margin-right: -6.5rem !important;
  }
  .mb-fh-n6_5,
  .my-fh-n6_5 {
    margin-bottom: -6.5rem !important;
  }
  .ml-fh-n6_5,
  .mx-fh-n6_5 {
    margin-left: -6.5rem !important;
  }
  .m-fh-n7 {
    margin: -7rem !important;
  }
  .mt-fh-n7,
  .my-fh-n7 {
    margin-top: -7rem !important;
  }
  .mr-fh-n7,
  .mx-fh-n7 {
    margin-right: -7rem !important;
  }
  .mb-fh-n7,
  .my-fh-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-fh-n7,
  .mx-fh-n7 {
    margin-left: -7rem !important;
  }
  .m-fh-n7_5 {
    margin: -7.5rem !important;
  }
  .mt-fh-n7_5,
  .my-fh-n7_5 {
    margin-top: -7.5rem !important;
  }
  .mr-fh-n7_5,
  .mx-fh-n7_5 {
    margin-right: -7.5rem !important;
  }
  .mb-fh-n7_5,
  .my-fh-n7_5 {
    margin-bottom: -7.5rem !important;
  }
  .ml-fh-n7_5,
  .mx-fh-n7_5 {
    margin-left: -7.5rem !important;
  }
  .m-fh-n7_75 {
    margin: -7.75rem !important;
  }
  .mt-fh-n7_75,
  .my-fh-n7_75 {
    margin-top: -7.75rem !important;
  }
  .mr-fh-n7_75,
  .mx-fh-n7_75 {
    margin-right: -7.75rem !important;
  }
  .mb-fh-n7_75,
  .my-fh-n7_75 {
    margin-bottom: -7.75rem !important;
  }
  .ml-fh-n7_75,
  .mx-fh-n7_75 {
    margin-left: -7.75rem !important;
  }
  .m-fh-n8 {
    margin: -8rem !important;
  }
  .mt-fh-n8,
  .my-fh-n8 {
    margin-top: -8rem !important;
  }
  .mr-fh-n8,
  .mx-fh-n8 {
    margin-right: -8rem !important;
  }
  .mb-fh-n8,
  .my-fh-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-fh-n8,
  .mx-fh-n8 {
    margin-left: -8rem !important;
  }
  .m-fh-n8_5 {
    margin: -8.5rem !important;
  }
  .mt-fh-n8_5,
  .my-fh-n8_5 {
    margin-top: -8.5rem !important;
  }
  .mr-fh-n8_5,
  .mx-fh-n8_5 {
    margin-right: -8.5rem !important;
  }
  .mb-fh-n8_5,
  .my-fh-n8_5 {
    margin-bottom: -8.5rem !important;
  }
  .ml-fh-n8_5,
  .mx-fh-n8_5 {
    margin-left: -8.5rem !important;
  }
  .m-fh-n8_75 {
    margin: -8.75rem !important;
  }
  .mt-fh-n8_75,
  .my-fh-n8_75 {
    margin-top: -8.75rem !important;
  }
  .mr-fh-n8_75,
  .mx-fh-n8_75 {
    margin-right: -8.75rem !important;
  }
  .mb-fh-n8_75,
  .my-fh-n8_75 {
    margin-bottom: -8.75rem !important;
  }
  .ml-fh-n8_75,
  .mx-fh-n8_75 {
    margin-left: -8.75rem !important;
  }
  .m-fh-n9 {
    margin: -9rem !important;
  }
  .mt-fh-n9,
  .my-fh-n9 {
    margin-top: -9rem !important;
  }
  .mr-fh-n9,
  .mx-fh-n9 {
    margin-right: -9rem !important;
  }
  .mb-fh-n9,
  .my-fh-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-fh-n9,
  .mx-fh-n9 {
    margin-left: -9rem !important;
  }
  .m-fh-n9_25 {
    margin: -9.25rem !important;
  }
  .mt-fh-n9_25,
  .my-fh-n9_25 {
    margin-top: -9.25rem !important;
  }
  .mr-fh-n9_25,
  .mx-fh-n9_25 {
    margin-right: -9.25rem !important;
  }
  .mb-fh-n9_25,
  .my-fh-n9_25 {
    margin-bottom: -9.25rem !important;
  }
  .ml-fh-n9_25,
  .mx-fh-n9_25 {
    margin-left: -9.25rem !important;
  }
  .m-fh-n9_5 {
    margin: -9.5rem !important;
  }
  .mt-fh-n9_5,
  .my-fh-n9_5 {
    margin-top: -9.5rem !important;
  }
  .mr-fh-n9_5,
  .mx-fh-n9_5 {
    margin-right: -9.5rem !important;
  }
  .mb-fh-n9_5,
  .my-fh-n9_5 {
    margin-bottom: -9.5rem !important;
  }
  .ml-fh-n9_5,
  .mx-fh-n9_5 {
    margin-left: -9.5rem !important;
  }
  .m-fh-n9_75 {
    margin: -9.75rem !important;
  }
  .mt-fh-n9_75,
  .my-fh-n9_75 {
    margin-top: -9.75rem !important;
  }
  .mr-fh-n9_75,
  .mx-fh-n9_75 {
    margin-right: -9.75rem !important;
  }
  .mb-fh-n9_75,
  .my-fh-n9_75 {
    margin-bottom: -9.75rem !important;
  }
  .ml-fh-n9_75,
  .mx-fh-n9_75 {
    margin-left: -9.75rem !important;
  }
  .m-fh-n10 {
    margin: -10rem !important;
  }
  .mt-fh-n10,
  .my-fh-n10 {
    margin-top: -10rem !important;
  }
  .mr-fh-n10,
  .mx-fh-n10 {
    margin-right: -10rem !important;
  }
  .mb-fh-n10,
  .my-fh-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-fh-n10,
  .mx-fh-n10 {
    margin-left: -10rem !important;
  }
  .m-fh-n10_25 {
    margin: -10.25rem !important;
  }
  .mt-fh-n10_25,
  .my-fh-n10_25 {
    margin-top: -10.25rem !important;
  }
  .mr-fh-n10_25,
  .mx-fh-n10_25 {
    margin-right: -10.25rem !important;
  }
  .mb-fh-n10_25,
  .my-fh-n10_25 {
    margin-bottom: -10.25rem !important;
  }
  .ml-fh-n10_25,
  .mx-fh-n10_25 {
    margin-left: -10.25rem !important;
  }
  .m-fh-n11 {
    margin: -11rem !important;
  }
  .mt-fh-n11,
  .my-fh-n11 {
    margin-top: -11rem !important;
  }
  .mr-fh-n11,
  .mx-fh-n11 {
    margin-right: -11rem !important;
  }
  .mb-fh-n11,
  .my-fh-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-fh-n11,
  .mx-fh-n11 {
    margin-left: -11rem !important;
  }
  .m-fh-n12 {
    margin: -12rem !important;
  }
  .mt-fh-n12,
  .my-fh-n12 {
    margin-top: -12rem !important;
  }
  .mr-fh-n12,
  .mx-fh-n12 {
    margin-right: -12rem !important;
  }
  .mb-fh-n12,
  .my-fh-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-fh-n12,
  .mx-fh-n12 {
    margin-left: -12rem !important;
  }
  .m-fh-auto {
    margin: auto !important;
  }
  .mt-fh-auto,
  .my-fh-auto {
    margin-top: auto !important;
  }
  .mr-fh-auto,
  .mx-fh-auto {
    margin-right: auto !important;
  }
  .mb-fh-auto,
  .my-fh-auto {
    margin-bottom: auto !important;
  }
  .ml-fh-auto,
  .mx-fh-auto {
    margin-left: auto !important;
  }
  .text-fh-left {
    text-align: left !important;
  }
  .text-fh-right {
    text-align: right !important;
  }
  .text-fh-center {
    text-align: center !important;
  }
  .navbar-nav .nav-item > .nav-link {
    font-size: 1rem;
  }
  .navbar-collapse__buttons .navbar__btn-simple {
    font-size: 16px;
  }
  .site-section {
    padding-top: 10.25rem;
    padding-bottom: 10.25rem;
  }
  .brand-logos-section {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .testimonial-section__carousel {
    margin: 0 -170px;
  }
  .testimonial-section__carousel .swiper-container {
    padding: 0 95px;
  }
  .site-section--cta--tell .cta-block__content {
    max-width: 620px;
  }
  .site-section--cta--tell .cta-block__title {
    font-size: 56px;
  }
  .intro-section .intro-section__title {
    max-width: 830px;
  }
  .site-section--save-time-section .simple-blockquote .quote {
    margin-bottom: 2rem;
  }
  .swiper-button-next {
    right: 90px;
  }
  .swiper-button-prev {
    left: 90px;
  }
  .testimonials-section__title {
    font-size: 56px;
    line-height: 1.1786;
  }
  .testimonials-section__title.with-decor {
    padding-top: 7rem;
  }
  .testimonials-section__title .decor-pencil {
    top: 45px;
  }
  .testimonials-section__title .with-shadow:before {
    top: 6px;
    bottom: -2px;
  }
  .card-posts__title {
    max-width: 670px;
  }
  .card-posts__title .decor-wow .img-fluid {
    width: 199px;
  }
  .examples-section__title {
    margin-bottom: 3.5rem;
  }
  .sticky-media-holder {
    margin-bottom: 3rem;
  }
  .sticky-media-holder .text-image-block__target {
    padding: 2rem 0;
  }
}
@media (max-width: 1919.98px) {
  .navbar-expand-fh > .container,
  .navbar-expand-fh > .container-fluid,
  .navbar-expand-fh > .container-md,
  .navbar-expand-fh > .container-xl,
  .navbar-expand-fh > .container-xs {
    padding-right: 0;
    padding-left: 0;
  }
  .h1,
  h1 {
    font-size: 56px;
    letter-spacing: -1.2px;
    line-height: 1.14;
  }
  .h2,
  h2 {
    font-size: 48px;
    letter-spacing: -0.8px;
    line-height: 1.16;
  }
  .hide-accessible-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xs {
    padding-right: 0;
    padding-left: 0;
  }
  .hide-accessible-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xs {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav .nav-link:not(:only-child)[aria-expanded=true]:after {
    transform: rotate(180deg);
  }
  .hide-accessible-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xs {
    padding-right: 0;
    padding-left: 0;
  }
  .hide-accessible-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .text-image-block--image-heading-summary .text-image-block__content-part,
  .text-image-block--image-heading-summary-with-bg .text-image-block__content-part {
    min-height: auto !important;
  }
  .text-image-block__content-part,
  .text-image-block__visual-part {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 374.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xs {
    padding-right: 0;
    padding-left: 0;
  }
  .h1,
  h1 {
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 1.2;
  }
  .h2,
  h2 {
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 1.2;
  }
  .h4,
  h4 {
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 1.25;
  }
  .h5,
  h5 {
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 1.33;
  }
  .hide-accessible-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (min-width: 820px) and (max-width: 1023px) {
  .site-section--save-time-section .text-image-block__content-part {
    flex: 0 0 42.5%;
    max-width: 42.5%;
    padding-top: 1.5rem;
  }
  .site-section--save-time-section .text-image-block__visual-part {
    flex: 0 0 56%;
    max-width: 56%;
  }
  .sticky-media-holder .col-content {
    flex: 0 0 42.5%;
    max-width: 42.5%;
    padding: 0 12px;
  }
  .sticky-media-holder .col-media {
    flex: 0 0 56%;
    max-width: 56%;
    padding: 0 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
  .btn {
    transition: none;
  }
  .btn-primary {
    transition: none;
  }
  .btn-secondary {
    transition: none;
  }
  .btn-success {
    transition: none;
  }
  .btn-info {
    transition: none;
  }
  .btn-warning {
    transition: none;
  }
  .btn-danger {
    transition: none;
  }
  .btn-light {
    transition: none;
  }
  .btn-dark {
    transition: none;
  }
  .btn-default {
    transition: none;
  }
  .btn-outline-primary {
    transition: none;
  }
  .btn-outline-secondary {
    transition: none;
  }
  .btn-outline-success {
    transition: none;
  }
  .btn-outline-info {
    transition: none;
  }
  .btn-outline-warning {
    transition: none;
  }
  .btn-outline-danger {
    transition: none;
  }
  .btn-outline-light {
    transition: none;
  }
  .btn-outline-dark {
    transition: none;
  }
  .btn-outline-default {
    transition: none;
  }
  .fade {
    transition: none;
  }
  .collapsing {
    transition: none;
  }
  .collapsing.width {
    transition: none;
  }
  .badge {
    transition: none;
  }
  .modal.fade .modal-dialog {
    transition: none;
  }
  .swiper-slide {
    transition: none;
  }
  a,
  span.link--arrow-right {
    transition: none;
  }
  .link--arrow-right:after {
    transition: none;
  }
  .header:after {
    transition: none;
  }
  .has-bg .header {
    transition: none;
  }
  .header[data-header=show-hide] {
    transition: none;
  }
  .navbar-nav .nav-link:not(:only-child):after {
    transition: none;
  }
  .navbar-toggler__icon:after,
  .navbar-toggler__icon:before {
    transition: none;
  }
  .btn-gradient {
    transition: none;
  }
  .btn-outline-pro {
    transition: none;
  }
  .text-image-block__media-holder .block__decoration {
    transition: none;
  }
  .close {
    transition: none;
  }
  .swiper-pagination-bullet {
    transition: none;
  }
  .banner__close {
    transition: none;
  }
  .tab-pane {
    transition: none;
  }
  .site-section--discover-section .card {
    transition: none;
  }
  .site-section--discover-section .card--is-hovering .card-body {
    transition: none;
  }
  .site-section--discover-section .card--is-hovering .hidden-text,
  .site-section--discover-section .card--is-hovering .hidden__title {
    transition: none;
  }
  .site-section--examples-section .swiper-slide {
    transition: none;
  }
  .examples-carousel .card--example:before {
    transition: none;
  }
  .examples-carousel .card--example .btn {
    transition: none;
  }
  .sticky-media-holder .sticky-media-box {
    transition: none;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .wrapper {
    display: block;
  }
  .bg-page {
    display: none;
  }
  .img-fluid {
    display: block;
  }
  .text-gradient {
    color: currentColor;
    background: 0 0;
    -webkit-text-fill-color: currentColor;
    -webkit-background-clip: inherit;
  }
  .brand-logos-section__logo {
    width: auto;
    padding: 0 15px;
  }
  .testimonial-section__carousel .swiper-container {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  .text-image-group .text-image-block {
    margin-bottom: 6rem !important;
  }
  .text-image-block__visual-part {
    display: block;
  }
  .text-image-group__holder {
    display: block;
  }
  .text-image-block__text {
    page-break-inside: avoid;
  }
  .testimonial-element--base .testimonial-element__meta,
  .testimonial-element--base .testimonial-element__text {
    width: 100%;
    margin-left: 0;
  }
  .testimonial-element--base .testimonial-element__image {
    display: block;
    max-width: 300px;
  }
  [data-testimonials-carousel]:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
    display: block;
  }
  .swiper-wrapper {
    transform: translateY(0) !important;
  }
  .swiper-slide {
    width: 100% !important;
  }
  body,
  html {
    height: auto !important;
    overflow: auto !important;
  }
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    overflow: visible !important;
  }
  [data-scroller] {
    transform: none !important;
  }
  ul:not([class]) {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 15px;
  }
  ul:not([class]) li {
    padding: 0;
  }
  ul:not([class]) li:before {
    display: none;
  }
  .content-page .site-section:first-child {
    padding: 0 !important;
  }
  .content-page table {
    page-break-inside: avoid;
  }
  .banner,
  .btn,
  .fixed-alert-block,
  .footer,
  .header {
    display: none !important;
  }
  .text-white {
    color: #000 !important;
  }
  [data-scroll][data-scroll-call]:not(.is-inview):not(svg) {
    opacity: 1;
  }
  .intro-section .intro-section__holder {
    padding-top: 0;
  }
  .visual-section .text-image-group__item:last-child .text-image-block {
    margin: 0 0 20px !important;
  }
  .site-section--save-time-section .text-image-block__media-holder {
    display: none;
  }
  .site-section--discover-section .row-grid.masonry {
    display: block;
  }
  .site-section--discover-section .card {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-shadow: none;
    overflow: hidden;
  }
  .site-section--discover-section .card .decor-right {
    z-index: -1;
    right: 0 !important;
  }
  .testimonials-section .swiper-slide {
    width: 100% !important;
  }
  .card-posts__title .decor-wow {
    color: #000;
  }
  .card-posts__title .decor-wow .img-fluid {
    display: none;
  }
  .site-section--card-posts .row--cards .col-md-6 {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
  }
  .site-section--card-posts .card {
    display: block;
  }
  .site-section--card-posts .card-img-top {
    page-break-inside: avoid;
    display: block;
    height: auto;
    background: 0 0 !important;
    padding: 0;
  }
  .site-section--card-posts .card-img-top .img-fluid {
    page-break-inside: avoid;
    display: block;
  }
  .site-section--infinite-red .text-image-block__visual {
    width: 100%;
    height: auto;
    -o-object-fit: none;
    object-fit: none;
    display: inline-block;
    vertical-align: top;
    page-break-inside: avoid;
  }
  .site-section--infinite-red .text-image-block__image-holder {
    height: auto;
    padding: 10px 0;
    overflow: hidden;
  }
  .site-section--infinite-red .text-image-block__image-holder picture {
    display: block;
  }
  .site-section--infinite-red .text-image-block__holder {
    display: block;
  }
  .site-section--cta {
    display: none;
  }
  .examples-carousel {
    overflow: hidden !important;
    width: 100%;
    margin: 0;
  }
  .examples-carousel .swiper-wrapper {
    transform: none !important;
    width: 100%;
    display: block;
    height: auto;
  }
  .examples-carousel .swiper-wrapper .swiper-slide {
    width: 100% !important;
    transform: none !important;
    opacity: 1;
    display: block;
  }
  .examples-carousel .card--example {
    width: auto;
    height: auto;
  }
  .sticky-media-holder .col-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sticky-media-holder .col-media {
    display: none;
  }
  .visual-holder .visual-holder__video {
    display: none;
  }
  .visual-holder__visual .poster {
    display: block;
  }
  .swiper-wrapper {
    transform: none !important;
    width: 100%;
  }
  .swiper-wrapper .swiper-slide-duplicate {
    display: none !important;
  }
  .swiper-wrapper .swiper-slide {
    width: 100% !important;
    transform: none !important;
    display: none !important;
  }
  .swiper-wrapper .swiper-slide-active {
    display: block !important;
  }
  .swiper-wrapper .card {
    display: block;
  }
  .row {
    display: block !important;
  }
}