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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
ins {
  text-decoration: none;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  min-width: 0;
}

html {
  font-weight: 400;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

button,
input,
textarea {
  border: 0;
  padding: 0;
  font-weight: inherit;
  background: 0 0;
  line-height: 1;
}

hr {
  width: 100%;
  height: 1px;
  background: #ada29c;
  margin: 0;
  padding: 0;
  border: 0;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
  opacity: 0.7;
}

input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

a {
  color: inherit;
}

select:disabled {
  opacity: 0.6;
}

/** {
    overscroll-behavior-y: none !important;
}*/
html {
  font-size: 10px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-position: right 3rem center;
}

select::-ms-expand,
select::-webkit-select {
  display: none;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a,
li {
  display: block;
}

b,
strong {
  font-weight: 700;
}

.wp-caption {
  max-width: 100%;
}

.row {
  --bs-gutter-x: var(--gutter);
}

.slider-pagination.swiper-pagination-lock {
  display: none;
}

.swiper-slide.w-auto {
  width: auto;
}

.ofc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapper {
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 var(--gutter);
  margin: 0 auto;
  width: calc(var(--wrapper) + var(--gutter) * 2);
}

.inner-wrap {
  max-width: 100%;
  width: 64rem;
  margin: 0 auto;
}

.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.icon-item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.bottomline {
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 100% 100%;
  background-size: 100% 1px;
  cursor: pointer;
}

.bottomline:hover {
  animation: underline 1s;
}

.underline {
  position: relative;
}

.underline::after {
  content: "";
  display: block;
  width: 0;
  height: 0.1rem;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.underline:hover::after,
.underline-parent:hover .underline::after {
  width: 100%;
}

.centered {
  text-align: center;
}

.requirements-message {
  background: #000;
  font-family: monospace;
  color: chartreuse;
  padding: 1rem 2rem;
}

#shadow-host-companion {
  display: none !important;
}

.gradient-border {
  position: relative;
  z-index: 1;
}

.gradient-border::after {
  content: "";
  display: block;
  padding: 0.1rem;
  border-radius: inherit;
  background: transparent;
  background: linear-gradient(141.8deg, cyan 14.44%, #01c4e5 86.47%);
  background-repeat: no-repeat;
  position: absolute;
  transition: inherit;
  pointer-events: none;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes underline {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  50% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  51% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes anim-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anim-dflt {
  0% {
    opacity: 0;
    transform: translate3d(0, 3rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-title {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0) skew(0, 4deg);
    transform-origin: left;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) skew(0, 0);
  }
}
.anim {
  --delay: 0s;
  --duration: 1.5s;
  opacity: 0;
  animation-duration: var(--duration);
  animation-delay: var(--delay);
  animation-fill-mode: forwards;
}

.anim.animated {
  animation-name: anim-dflt;
}

.anim-title.animated {
  animation-name: anim-title;
}

.anim-fade.animated {
  animation-name: anim-fade;
}

@media screen and (max-width: 767px) {
  .anim {
    --delay: 0s !important;
  }
}
.show-on-load {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.show-on-load.animated {
  opacity: 1;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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%;
}

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

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

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

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

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1025px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: grid !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;
}

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

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

.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-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;
}

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

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

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

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

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

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

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

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

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

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

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

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

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

.pe-5 {
  padding-right: 3rem !important;
}

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

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

.pb-2 {
  padding-bottom: 0.5rem !important;
}

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

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

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
@keyframes ticker {
  0% {
    /*translate: 0 0;*/
    transform: translateX(0);
  }
  to {
    /*translate: -100% 0;*/
    transform: translateX(-100%);
  }
}
@keyframes ticker-backward {
  0% {
    /*translate: 0 0;*/
    transform: translateX(0);
  }
  to {
    /*translate: 100% 0;*/
    transform: translateX(100%);
  }
}
:root {
  --color-default: #000;
  --color-grey: #292b2c;
  --color-blue-l: #beebfa;
  --color-purple: #6a439a;
  --color-purple-l: #e9d7fa;
  --color-green-l: #bbfabb;
  --color-pink: #d60d8c;
  --font-opensans: "Open Sans", sans-serif;
  --font-tonus: "Tonus Contrast", sans-serif;
  --font-tomato: "Tomato Grotesk";
  --gutter: 2.4rem;
  --gap: 2.4rem;
  --wrapper: 129.6rem;
  --wrapper-padding: calc((100% - var(--wrapper)) / 2);
  --sidewrap: calc(var(--wrapper) + var(--wrapper-padding));
  --section-padding: 6rem;
}

.row {
  --bs-gutter-x: var(--gutter);
}

/* lenis START */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* lenis END */
body {
  font-family: var(--font-opensans);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  color: var(--color-default);
  background: #fff;
  padding-top: 3.4rem;
}

section {
  width: 100%;
  padding: var(--section-padding) 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section.no-padding {
  padding: 0;
}

section + .no-padding {
  margin-top: var(--section-padding);
}

section.no-padding + section:not(.no-padding) {
  padding-top: calc(var(--section-padding) * 2);
}

.padded-wrapper {
  width: var(--sidewrap);
  padding-left: var(--wrapper-padding);
  margin-left: auto;
}

.centered {
  text-align: center;
}

.bg-opacity {
  position: relative;
  z-index: 1;
}

.bg-opacity::after {
  content: "";
  display: block;
  opacity: 0.2;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.info-block {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 5.6rem;
  padding: 1.6rem 2.4rem;
  background: var(--color-purple-l);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-default);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.btn:hover {
  border-color: var(--color-green-l);
}

.btn::after {
  content: "";
  display: block;
  width: 150%;
  aspect-ratio: 1/1;
  border-radius: 99rem;
  background: var(--color-green-l);
  position: absolute;
  inset: -0.1rem;
  top: 50%;
  left: 50%;
  transform: scale(0);
  translate: -50% -50%;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.btn:hover::after {
  transform: scale(1);
}

.btn__inner {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.btn__icon {
  display: flex;
  width: 1.6rem;
  flex: 0 0 auto;
}

.btn_small {
  min-height: 4rem;
  padding-block: 1rem;
}

.btn_blue {
  background-color: var(--color-blue-l);
  border: 1px solid #fff;
}

.btn_blue::after {
  background-color: var(--color-purple-l);
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  box-sizing: border-box;
  width: 100%;
  height: 4.8rem;
  padding: 1.6rem;
  font-family: var(--font-opensans);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.42;
  background-color: #fff;
  border: 0.1rem solid #e9d7fa;
  color: var(--color-default);
  text-overflow: ellipsis;
  overflow: hidden;
}

textarea {
  display: block;
  height: 16.5rem;
  min-height: 16.5rem;
  border-radius: 1rem;
  resize: vertical;
  overflow: auto;
}

/* text START */
.text {
  line-height: 1.5;
  color: var(--color-grey);
}

.post-item__title.text-l {
  width: 90%;
}

@media (max-width: 768px) {
  .numbers-item__number.text-l {
    font-size: 1.2rem;
  }
  .numbers-item__text.text {
    font-size: 1.1rem;
  }
  .tab_button .btn {
    margin-top: 10px;
    width: 100%;
  }
}
.text-l {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.455;
}

[class*=title-],
.title,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-family: var(--font-tomato);
  font-weight: 600;
  font-size: 4.3rem;
  line-height: 1.166;
}

.title-l,
.text h1 {
  font-size: 6.2rem;
  line-height: 1;
}

.title-s,
.text h3 {
  font-size: 4rem;
  line-height: 1.2;
}

.title-xs,
.text h4 {
  font-size: 3.2rem;
  line-height: 1.37;
}

.title-xxs,
.text h5 {
  font-size: 2.8rem;
}

.text * + p {
  margin-top: 3.2rem;
}

.text * + ul {
  margin-top: 3.2rem;
}

.text li {
  display: block;
  padding-left: 3rem;
  position: relative;
}

.text li + li {
  margin-top: 1.6rem;
}

.text li::before {
  content: "";
  display: block;
  width: 0.4rem;
  aspect-ratio: 1/1;
  background: currentColor;
  border-radius: 100%;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
}

/* text END */
/* parallax START */
.plx-parent {
  position: relative;
}

.plx {
  --parallax-intensity: 4s;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  position: absolute;
  top: var(--top);
  bottom: var(--bottom);
  left: var(--left);
  right: var(--right);
  z-index: 0;
}

.plx_static {
  position: relative;
}

.plx_xf {
  --parallax-intensity: 8s;
}

.plx_f {
  --parallax-intensity: 6s;
}

.plx_m {
  --parallax-intensity: 4s;
}

.plx_s {
  --parallax-intensity: 2s;
}

.plx_xs {
  --parallax-intensity: 1s;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 -4.4rem 0 0 transparent;
  z-index: 999;
  transition: background 0.5s ease-out, box-shadow 0.5s ease-out;
}

.header__content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 2.4rem;
  background: #ecf9fe;
  box-shadow: 0px 0.6rem 1.4rem 0px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.header.scrolled .header__content {
  background: #ebf9fd;
}

.custom-menu {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
}

.custom-menu__main {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-tomato);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.333;
  cursor: pointer;
}

.subs_menu .custom-menu__main::after {
  content: "";
  flex: 0 0 auto;
  display: block;
  aspect-ratio: 1/1;
  width: 6px;
  height: 6px;
  border: 0 solid rgb(0, 0, 0);
  border-top: 2px solid;
  border-right: 2px solid;
  background-size: 100% 100%;
  position: static;
  background: none;
  transform: rotate(135deg);
  transition: 0.3s;
}

.subs_menu .custom-menu__item:hover .custom-menu__main::after {
  transform: rotate(316deg);
}

.custom-menu__item:before {
  content: "";
  position: absolute;
  width: 105%;
  height: 2px;
  bottom: -127%;
  background: rgba(0, 0, 255, 0);
}
.custom-menu__item:hover:before {
  background: blue;
}

.custom-menu__main {
  position: relative;
  height: 1.5em;
  display: flex;
  align-items: center;
}

.scroll-text {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.scroll-text p {
  display: inline-block;
  position: relative;
  transition: transform 0.5s ease-in-out;
}

.scroll-text p::after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  white-space: nowrap;
}

.custom-menu__main:hover .scroll-text p {
  transform: translateY(-100%);
}

body.active {
  background: rgba(0, 0, 0, 0.368627451);
}

body.active section {
  filter: blur(10px);
  transition: filter 0.3s ease;
}

@media (max-width: 1310px) {
  .header__btns {
    display: none;
  }
}
body.active footer {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

.custom-menu__item {
  position: relative;
}

.custom-menu__content {
  padding-bottom: 4.4rem;
  font-size: 1.4rem;
  line-height: 1.28;
  position: absolute;
  top: 230%;
  left: -50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}

.custom-menu__content.active {
  opacity: 1;
  pointer-events: auto;
}

.custom-menu__problems-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.custom-menu__problems-text {
  font-weight: 600;
}

.custom-menu__problems-item-inner {
  font-size: 1.4rem;
  color: var(--color-grey);
  transition: 0.3s;
}
.custom-menu__problems-item-inner:hover {
  font-weight: 600;
}

.custom-menu__text {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.2rem 0;
}

.scroll-text {
  height: 23px;
  overflow: hidden;
}

.custom-menu__problems {
  display: flex;
  padding-top: 15px;
  border-top: 1px solid rgba(216, 216, 216, 0.7568627451);
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.custom-menu-grid__inner {
  margin-top: 20px;
  width: 340px;
  background: #ecf9fe;
  padding: 2.1rem;
}

.custom-menu-item {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 10px;
  padding: 18px;
}
.custom-menu-item:hover {
  background: #fff;
}

.custom-menu-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.custom-menu-item__header path,
.custom-menu-item__header circle {
  stroke: currentColor;
}

.custom-menu-item__title {
  font-family: var(--font-tomato);
  font-weight: 600;
  font-size: 1.5rem;
}

.custom-menu-item__text {
  line-height: 1.42;
  padding-top: 0.6rem;
  opacity: 0.7;
  font-size: 12px;
}

.custom-menu-grid__main {
  flex: 0 0 auto;
  width: 25.6rem;
}

.custom-menu-grid__main .custom-menu-item {
  background: var(--color-purple);
  color: #fff;
  border: 2px solid rgba(147, 185, 255, 0);
}
.custom-menu-grid__main .custom-menu-item:hover {
  border: 2px solid #450a8e;
}

.footer {
  padding: 7.2rem 0 2.4rem;
  background: #000;
  color: #fff;
  overflow: hidden;
}

section + .footer {
  margin-top: var(--section-padding);
}

section.no-padding + .footer {
  margin-top: calc(var(--section-padding) * 2);
}

.footer__main {
  display: flex;
  flex-flow: row wrap;
  gap: 7.6rem;
  justify-content: space-between;
}

.footer__content > .row {
  --bs-gutter-y: 3.2rem;
}

.footer__menu {
  width: 52.5rem;
  max-width: 100%;
  column-count: 3;
}

.footer__menu li {
  break-inside: avoid;
}

.footer__menu > li {
  margin-bottom: 2.4rem;
}

.footer__menu a {
  display: block;
  width: max-content;
  position: relative;
}

.footer__menu a::after {
  content: "";
  display: block;
  width: 0;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  background: currentColor;
}

.footer__menu a:hover::after {
  width: 100%;
}

.footer__menu > li > a,
.address__item-city,
.subscribe__title {
  font-family: var(--font-tomato);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 2.1rem;
}

.footer__menu > li > a[href="#"] {
  cursor: text;
}

.footer__menu > li > a[href="#"]::after {
  display: none;
}

.footer__menu ul a {
  font-size: 1.4rem;
  line-height: 1.25;
  margin-top: 1.6rem;
  opacity: 0.7;
}

.footer__address {
  width: 33.5rem;
  max-width: 100%;
}

.footer__subscribe {
  margin-bottom: 2.4rem;
}

.footer__logos {
  display: flex;
  flex-flow: row wrap;
  gap: 2.6rem 1.6rem;
  margin-bottom: 3.2rem;
  justify-content: center;
}

.footer__logo {
  height: 3.2rem;
}

.footer__logo img {
  width: auto;
  object-fit: contain;
}

.page-template-services-website .consultation {
  padding: 0px;
}

.footer__socials-title {
  font-family: var(--font-tonus);
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
}

.footer__socials-inner {
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem;
}

.footer__socials-item {
  width: 2.4rem;
  aspect-ratio: 1/1;
  transition: 0.3s;
  cursor: pointer;
}

.footer__socials-item:hover {
  transform: scale(0.9);
  opacity: 0.7;
}

.address {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 3.2rem;
}

.address__item {
  width: 14.5rem;
}

.address__item-image {
  width: 2.4rem;
  aspect-ratio: 1/1;
  margin-bottom: 1.6rem;
}

.address__item-city {
  margin-bottom: 0.8rem;
}

.address__item-street {
  font-family: var(--font-tomato);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: normal;
  opacity: 0.7;
}

.subscribe__title {
  margin-bottom: 1.6rem;
}

.subscribe__text {
  font-size: 1.4rem;
  line-height: 1.42;
  opacity: 0.7;
  margin-bottom: 2.4rem;
}

.subscribe__field {
  display: flex;
  align-items: center;
}

.subscribe input {
  background: transparent;
  border-color: rgba(233, 215, 250, 0.2);
  color: #fff;
}

.subscribe__btn {
  width: 8.2rem;
  height: 4rem;
  min-height: unset;
  margin-left: -8.7rem;
}

.copyright {
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
  line-height: 1.66;
}

.copyright__clutch {
  width: 17.4rem;
  aspect-ratio: 174/32;
  margin-bottom: 2.4rem;
  margin-top: -5rem;
}

.copyright__clutch img {
  object-fit: contain;
}

.copyright__text {
  opacity: 0.4;
  margin-bottom: 1.6rem;
}

.copyright__menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.copyright__menu li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.copyright__menu li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.6rem;
  background: #fff;
  opacity: 0.2;
}

.copyright__menu a {
  transition: 0.3s;
  opacity: 0.4;
}

.copyright__menu a:hover {
  opacity: 1;
}

/* global END */
/* hero START */
.hero {
  position: relative;
  overflow-x: clip;
}

.hero__inner {
  padding-top: 4rem;
  padding-bottom: 7rem;
  position: relative;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__title {
  width: 77rem;
  margin-bottom: 2rem;
}

.hero__text {
  width: 60rem;
  margin-bottom: 4.8rem;
}

.hero__btn {
  width: 23.8rem;
  margin-bottom: 6rem;
}

.page-template-services-website .hero__clutch {
  display: flex;
  align-items: center;
  gap: 5.2rem;
  max-width: 100%;
  position: relative;
}
.page-template-services-website .hero__clutch:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  left: 0%;
  top: 0;
  bottom: 0;
  right: 24%;
  margin: auto;
}
@media (max-width: 1024px) {
  .page-template-services-website .hero__clutch:before {
    display: none;
  }
}

.hero__clutch {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  max-width: 100%;
  position: relative;
}
.hero__clutch:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  left: 40%;
  top: 0;
  bottom: 0;
  right: 50%;
  margin: auto;
}
@media (max-width: 1024px) {
  .hero__clutch:before {
    display: none;
  }
}

.hero__clutch-image {
  width: 17.4rem;
}

.hero__clutch-text {
  flex: 1;
  max-width: 100%;
  width: 22rem;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--color-grey);
  text-transform: uppercase;
  text-align: left;
  line-height: 1.33333;
  letter-spacing: 0.1rem;
}

.hero__image {
  object-fit: contain;
  object-position: right;
  width: 19%;
  height: auto;
  max-height: 100%;
  position: absolute;
  pointer-events: none;
}

.hero__image_1 {
  top: 21%;
  left: 0;
}

.hero__image_2 {
  width: 21%;
  right: 0;
  bottom: -4%;
}

.hero__image-mobile {
  width: 61.8%;
  padding: 4rem 0 2rem;
  position: relative;
}

.hero__bg {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: -1;
}

.hero__plx {
  min-width: 9.4rem;
  max-width: 12%;
  left: 0;
  top: 15%;
  z-index: -1;
}

.hero__plx-img {
  width: 23%;
  position: absolute;
}

.hero__plx-img-1 {
  top: 47%;
  left: 10%;
}

.hero__plx-img-2 {
  width: 21.7%;
  bottom: -13%;
  right: 13%;
}
@media (max-width: 1440px) {
  .hero__plx-img-2 {
    right: 10%;
  }
}

/* hero END */
/* logo slider START */
.logo-slider__title {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  line-height: normal;
  margin-bottom: 3.2rem;
}

.logo-slider__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  overflow: hidden;
}

.logo-slider__list-wrap {
  width: 100%;
  height: 3.2rem;
  position: relative;
  backface-visibility: hidden;
  overflow: hidden;
}

.logo-slider__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  gap: 16rem;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  animation-name: ticker;
  animation-duration: var(--duration);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 0;
}

.logo-slider__list_even {
  justify-content: flex-end;
  animation-name: ticker-backward;
  right: 0;
}

.logo-slider-item {
  flex: 0 0 auto;
  height: 100%;
  position: relative;
  z-index: 1;
  will-change: transform;
}

.logo-slider-item img {
  width: auto;
  object-fit: contain;
}

/* logo slider END */
/* card-list START */
.card-list__title {
  margin-bottom: 2.4rem;
}

.card-list__text {
  width: 100rem;
  margin-bottom: 4.8rem;
}

.card-list__list .row {
  --bs-gutter-y: var(--bs-gutter-x);
}

.card-list-item {
  --color: var(--color-green-l);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 6.4rem;
  border: 0.1rem solid var(--color);
  position: relative;
  z-index: 2;
}

.card-list-item::after {
  content: "";
  background: var(--color);
  position: absolute;
  inset: 0;
  opacity: 0.2;
  z-index: -2;
}

.card-list-item__title {
  margin-bottom: 3.2rem;
}

.card-list-item__list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.card-list-item__btn-inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.card-list-item__btn-icon {
  width: 2.4rem;
  transition: 0.3s;
}

.card-list-item__btn:hover .card-list-item__btn-icon {
  transform: scale(1.1);
}

.card-list-item__btn-text {
  font-weight: 600;
  color: #000;
  opacity: 0.7;
  position: relative;
}

.card-list-item__btn-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: currentColor;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.card-list-item__btn:hover .card-list-item__btn-text::after {
  width: 0;
}

.card-list-item__plx {
  width: 27.2%;
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: -1;
}

.card-list-item__plx_2 {
  top: 45%;
  left: 50%;
}

.card-list-item_purple {
  --color: var(--color-purple-l);
}

.card-list-item_blue {
  --color: var(--color-blue-l);
}

.card-list-item_pink {
  --color: var(--color-pink);
}

.card-list-item_pink::after {
  opacity: 0.15;
}

/* card-list END */
/* tabs START */
.tabs {
  display: flex;
}

.tab {
  flex: 1;
  padding: 3rem 1rem;
  padding-top: 0;
  border-bottom: 0.3rem solid transparent;
  font-family: var(--font-tonus);
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
  white-space: nowrap;
  color: var(--color-grey);
  margin-bottom: -0.2rem;
  opacity: 0.8;
  cursor: pointer;
  transition: 0.3s;
}

.tab.active,
.tab:hover {
  border-color: var(--color-pink);
  color: var(--color-purple);
}

.tab.active {
  opacity: 1;
}

/* tabs END */
/* tab-info START */
.tab-info {
  overflow: hidden;
}

.tab-info::after {
  background: var(--color-purple-l);
  opacity: 0.3;
}

.tab-info__inner {
  padding-block: calc(var(--section-padding) * 1.5);
}

.tab-info__title {
  margin-bottom: 10rem;
}

.tab-info__tabs-wrap {
  width: 100%;
  margin-bottom: 16.8rem;
  overflow-x: clip;
}

.tab-info__tabs {
  min-width: max-content;
  margin: 0 calc(var(--gutter) * -1);
}

.tab-info__list {
  padding-bottom: 6rem;
}
.tab-info__list .tab_button .tab-info-item__btn {
  width: 30%;
  border: none;
}
@media (max-width: 768px) {
  .tab-info__list .tab_button .tab-info-item__btn {
    width: 100%;
  }
}

.tab-info-item .row {
  --bs-gutter-y: 6.2rem;
}

.tab-info-item:not(.active) {
  display: none;
}

.tab-info-item__text {
  line-height: 1.4;
}

.tab-info-item__text li {
  padding-left: 4rem;
}

.tab-info-item__text li::before {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: url("/li-check.5848f1c4.svg") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.tab-info-item__image {
  width: 56rem;
}

.tab-info__bg {
  width: 80%;
  position: absolute;
  right: -10%;
  top: 0%;
  opacity: 0.6;
  z-index: -1;
}

.tab-info__bg svg {
  width: 100%;
}

.tab-info__plx svg {
  width: 100%;
}

.tab-info__plx_1 {
  width: 14%;
  min-width: 6.2rem;
  left: 0;
  top: 0;
  z-index: -1;
}

.tab-info__plx_2 {
  width: 13%;
  min-width: 7rem;
  left: 0;
  bottom: -10%;
  z-index: -1;
}

.tab-info__plx_3 {
  width: 14%;
  min-width: 4.6rem;
  right: 0;
  bottom: -10%;
  z-index: -1;
}

/* tab-info END */
/* card-image START */
.card-image .row {
  --bs-gutter-y: var(--bs-gutter-x);
}

.card-image__title {
  width: 75rem;
  margin-bottom: 8rem;
}

.card-image-item {
  box-sizing: border-box;
  padding: 4.8rem;
  padding-bottom: 2.4rem;
}

.card-image-item::after {
  background: var(--color-blue-l);
  opacity: 0.2;
}

.card-image-item__content {
  width: 38.7rem;
}

.card-image-item__image {
  width: 100%;
}

.card-image-item__title {
  margin-bottom: 2.4rem;
}

.card-image-item__text {
  margin-bottom: 2.4rem;
}

.card-image-item__btn {
  height: 4rem;
  min-height: 4rem;
}

.card-image-item_normal .card-image-item__image {
  aspect-ratio: 440/280;
  margin-bottom: 3.8rem;
}

.card-image-item_wide {
  padding-block: 11rem;
  background: url(/m-bg.422e6331.svg) 20% center no-repeat;
  background-size: auto 86%;
}

.card-image-item_wide::after {
  background: var(--color-purple-l);
}

/* card-image END */
/* card-help START */
.card-help__header {
  gap: 2.4rem;
  width: 72rem;
  margin-bottom: 8rem;
}

.card-help__list .row {
  --bs-gutter-y: var(--gutter);
}

.card-help-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 7rem 2rem;
  gap: 2.4rem;
  background: url(/m-bg.422e6331.svg) center center no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

.card-help-item::after {
  background: var(--color-blue-l);
}

.card-help-item__image {
  width: 15rem;
  height: 15rem;
  margin: 0 auto;
}
.card-help-item__image .ofc {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.card-help-item__inner {
  box-sizing: border-box;
  max-width: 100%;
  gap: 2.4rem;
}

.card-help-item__text {
  line-height: 1.4;
}

.card-help-spec {
  margin-top: 1.2rem;
}

.card-help-spec .btn__inner {
  gap: 1rem;
}

.card-help-spec .btn__icon {
  width: 4rem;
  position: relative;
}

.card-help-spec__online {
  box-sizing: border-box;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background: #21fc51;
  border: 0.1rem solid #a7ffba;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.card-help-item__plx {
  left: 50%;
  top: -5%;
  translate: -50% 0;
  z-index: -1;
  opacity: 0.4;
}

.card-help-item__img.card-help-item__imgs {
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7;
  position: absolute;
}

.card-help-item__plx_2 {
  top: 20%;
}

/* card-help END */
/* post-item START */
.post-list .row {
  --bs-gutter-y: 2.4rem;
}

.post-item {
  background: #f8f2fd;
  transition: 0.3s;
  height: 100%;
}

.post-item:hover {
  background-color: var(--color-blue-l);
}

.post-item__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 3.2rem 1.6rem 2.4rem;
}

.post-item__image {
  overflow: hidden;
  aspect-ratio: 416/263;
}

.post-item__image img {
  transform: scale(1);
  transition: 0.3s;
}

.post-item:hover .post-item__image img {
  transform: scale(1.04);
}

.post-item__date {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #596680;
}

.post-item__more {
  width: max-content;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #a66fda;
}

/* post-item END */
/* tags START */
.tags {
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem;
}

.tag {
  display: flex;
  padding: 1rem 1.6rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.42;
  border: 0.1rem solid var(--color-purple-l);
  border-radius: 99rem;
  background: #f8f2fd;
  transition: 0.3s;
  will-change: transform;
}

.tag:hover {
  transform: scale(0.9);
}

/* tags END */
/* related posts START */
.related-posts__header {
  gap: 3.2rem;
  margin-bottom: 3rem;
}

.page-homepage .related-posts__content .bg_block {
  display: block;
}

.related-posts__content .bg_block {
  display: none;
}
.related-posts__content .related-posts__bg {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -15px;
}
@media (max-width: 1024px) {
  .related-posts__content .related-posts__bg {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .related-posts__content .related-posts__bg {
    display: none !important;
  }
}
.related-posts__content .related-posts__bg-mob {
  display: none !important;
  position: absolute;
}
@media (max-width: 768px) {
  .related-posts__content .related-posts__bg-mob {
    display: block !important;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .related-posts__content .related-posts__bg-mob svg {
    width: 100%;
  }
}

.related-posts__content-inner {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  position: relative;
}

.related-posts__btn {
  align-self: center;
}

/* related posts END */
/* numbers START */
.numbers__inner {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 3rem 3.2rem;
  background: url(/numbers-bg.c74a3de6.svg) right 10% center no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}

.numbers__inner .numbers__text.text-l {
  font-size: 1.9rem;
}

.numbers__inner::after {
  background-color: var(--color-blue-l);
}

.numbers__content {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}

.numbers__image {
  flex: 0 0 auto;
  width: 6.8rem;
  border: 0.2rem solid #fff;
  border-radius: 100%;
}

.numbers__info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.numbers__phone {
  font-family: var(--font-tonus);
  font-weight: 600;
  font-size: 2.8rem;
  color: #000;
  transition: 0.3s;
}

.numbers__phone:hover {
  color: var(--color-pink);
}

.numbers__list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.numbers-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: right;
}

.numbers-item__text {
  font-size: 1.6rem;
  opacity: 0.7;
}

.numbers__plx {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}

/* numbers END */
section.search div#search-results h1 {
  font-family: var(--font-tonus);
  font-weight: 600;
  font-size: 6.4rem;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 428px) {
  section.search div#search-results h1 {
    font-size: 4.2rem;
  }
}
section.search div#search-results .asp_results_top {
  font-family: var(--font-tonus);
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
section.search div#search-results .resdrg {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  section.search div#search-results .resdrg {
    gap: 12px;
  }
}
section.search div#search-results .resdrg .item {
  display: flex;
  width: 32% !important;
  background: rgba(0, 0, 0, 0.04);
  border: 2px solid rgba(233, 215, 251, 0);
  padding: 15px;
}
@media (max-width: 1200px) {
  section.search div#search-results .resdrg .item {
    width: 48% !important;
  }
}
@media (max-width: 428px) {
  section.search div#search-results .resdrg .item {
    padding: 5px;
  }
}
section.search div#search-results .resdrg .item:hover {
  background: rgba(0, 0, 0, 0.02);
  border: 2px solid #e9d7fb;
}
section.search div#search-results .resdrg .item .asp_content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 5px;
}
section.search div#search-results .resdrg .item .asp_content a.asp_res_url {
  color: #000 !important;
  font-family: "Tomato Grotesk" !important;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 28px !important;
}
@media (max-width: 768px) {
  section.search div#search-results .resdrg .item .asp_content a.asp_res_url {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 428px) {
  section.search div#search-results .resdrg .item .asp_content a.asp_res_url {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
section.search div#search-results .resdrg .item .asp_content .asp_image {
  width: 100% !important;
  height: 270px !important;
  margin: 0;
}
@media (max-width: 768px) {
  section.search div#search-results .resdrg .item .asp_content .asp_image {
    height: 170px !important;
  }
}
@media (max-width: 428px) {
  section.search div#search-results .resdrg .item .asp_content .asp_image {
    height: 120px !important;
  }
}
section.search div#search-results .resdrg .item .asp_content {
  padding: 1px !important;
}
section.search div#search-results .results {
  height: 100% !important;
}
section.search div#search-results div.asp_r.asp_r_1.vertical {
  padding: 0px !important;
  background: none !important;
  border-radius: 3px;
  border: 0 none rgb(0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  visibility: hidden;
  display: none;
}
section.search div#search-results div.asp_r.asp_r_1.vertical .results .item::after {
  display: none !important;
}
section.search div#search-results .probox {
  height: 56px !important;
  position: relative !important;
  background: #edd6fd;
  padding: 2px !important;
  width: 50% !important;
}
@media (max-width: 768px) {
  section.search div#search-results .probox {
    width: 100% !important;
  }
}
section.search div#search-results .probox input.orig {
  height: 56px !important;
}
section.search div#search-results .probox input.orig::placeholder {
  font-size: 16px !important;
  font-weight: 600 !important;
}
section.search div#search-results .probox .promagnifier {
  background-color: #b2ecfc !important;
  background-image: none !important;
  height: 56px !important;
}
section.search div#search-results .probox .promagnifier div.asp_text_button {
  padding: 0px 20px 0px 20px !important;
  line-height: 52px !important;
  height: 100% !important;
  font-weight: 700 !important;
}
section.search div#search-results .probox .innericon {
  position: absolute;
  left: 0;
  height: 100% !important;
  pointer-events: none !important;
}
section.search div#search-results .probox .proclose {
  height: 100% !important;
}
section.search div#search-results .probox form {
  margin-left: 20px !important;
}
section.search div#search-results .asp_w_container_1 {
  width: 100%;
}
section.search div#search-results .asp_w_container_1 #ajaxsearchpro1_1,
section.search div#search-results .asp_w_container_1 #ajaxsearchpro1_2,
section.search div#search-results .asp_w_container_1 div.asp_m.asp_m_1 {
  background: none;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.policy-text {
  padding-top: 50px;
  color: #717171;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 768px) {
  .policy-text {
    font-size: 14px;
    padding-top: 20px;
  }
}
.policy-text h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 28px;
  color: #000;
}
@media (max-width: 768px) {
  .policy-text h2 {
    font-size: 20px;
  }
}
.policy-text a {
  display: inline;
  color: var(--Pink, color(display-p3 0.8392 0.051 0.549));
}
.policy-text b {
  color: #000;
}
.policy-text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.policy-text ul li {
  position: relative;
  padding-left: 15px;
}
.policy-text ul li:before {
  content: "";
  height: 5px;
  bottom: 0;
  top: 0;
  width: 5px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  margin: auto;
  left: 0px;
}
.hero_error {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero_error .hero_error__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .hero_error .hero_error__inner {
    gap: 20px;
  }
}
.hero_error .hero_error__inner h1.hero_error_title {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero_error .hero_error__inner h1.hero_error_title {
    font-size: 34px;
    line-height: 40px;
  }
}
.hero_error .hero_error__inner .hero_error_texts {
  color: #292b2c;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  .hero_error .hero_error__inner .hero_error_texts {
    line-height: 20px;
    font-size: 16px;
  }
}
.hero_error .hero_error__inner .buttons {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 768px) {
  .hero_error .hero_error__inner .buttons {
    flex-direction: column;
    gap: 20px;
  }
}
.hero_error .hero_error__inner .buttons a.btn_border {
  border: 2px solid #ff0092;
  background: rgba(255, 255, 255, 0);
}
.hero_error .hero_error__inner .buttons a.btn_border:hover {
  background: rgba(255, 255, 255, 0);
  border-color: var(--color-green-l);
}
.hero_error .hero_error__inner .buttons .hero__btn {
  margin: 0;
}
@media (max-width: 768px) {
  .hero_error .hero_error__inner .buttons .hero__btn {
    width: 100%;
  }
}

body.error404 footer.footer {
  display: none;
}
/* .9px is a fix for windows OS */
@media screen and (max-width: 1240px) {
  .header__menu a {
    font-size: 1.4rem;
  }
  .copyright {
    padding-top: 3.2rem;
  }
  .copyright__clutch {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199.9px) {
  .header__content {
    padding-block: 1.6rem;
  }
  .header__btns {
    margin-left: auto;
  }
  .header__btn {
    min-height: 4.8rem;
    padding: 0 1.2rem;
    font-size: 1.2rem;
  }
  .hero__image_1 {
    width: 14%;
  }
  .hero__image_2 {
    width: 24%;
  }
  .hero__plx-img-1 {
    top: 35%;
    left: 5%;
  }
  .hero__plx-img-2 {
    bottom: -10%;
    right: 0%;
  }
  .numbers-item {
    text-align: left;
  }
}
@media screen and (max-width: 1284px) {
  .title-l,
  .text h1 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 1024.9px) {
  :root {
    --section-padding: 4.2rem;
  }
  body {
    font-size: 1.8rem;
  }
  .plx {
    --parallax-intensity: 1s;
  }
  .title-l,
  .text h1 {
    font-size: 4.8rem;
  }
  .title,
  .text h2 {
    font-size: 3.6rem;
  }
  .title-s,
  .text h3 {
    font-size: 3rem;
  }
  .title-xs,
  .text h4 {
    font-size: 2.6rem;
  }
  .text-l {
    font-size: 1.9rem;
  }
  .hero__image {
    display: none;
  }
  .hero__inner {
    padding-top: 0.8rem;
    padding-bottom: 0;
  }
  .hero__title {
    margin-bottom: 2.4rem;
  }
  .hero__plx-img-1 {
    width: 90%;
    top: -3%;
    left: -46%;
  }
  .hero__plx-img-2 {
    width: 150%;
    bottom: -15%;
    right: -49%;
  }
  .logo-slider__list {
    gap: 9.6rem;
  }
  .card-list-item {
    padding: 4.4rem 3.8rem;
  }
  .footer__menu {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .tab {
    flex: 0 0 auto;
    padding: 0;
    padding-bottom: 1rem;
    margin: 0;
  }
  .tab-info__tabs-wrap {
    overflow-x: auto;
    margin-bottom: 8rem;
  }
  .tab-info__tabs {
    margin-left: 0;
    gap: 2.4rem;
  }
  .card-image-item {
    padding-block: 3.2rem;
  }
  .card-image-item_wide {
    background: none;
  }
  .related-posts__content {
    background-position: center bottom;
    background-size: 300% auto;
  }
  .footer__main {
    flex-direction: column;
    gap: 5.4rem;
  }
  .footer__menu {
    column-count: unset;
  }
  .footer__menu > li {
    margin-bottom: 1.2rem;
  }
  .footer__menu li.menu-item-has-children {
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid var(--color-grey);
  }
  .footer__menu li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.4rem;
    width: 100%;
    margin: 0;
  }
  .footer__menu li.menu-item-has-children > a::after {
    content: "";
    flex: 0 0 auto;
    display: block;
    aspect-ratio: 1/1;
    width: 8px;
    height: 8px;
    border: 0 solid rgba(0, 0, 0, 0);
    border-top: 2px solid;
    border-right: 2px solid;
    background-size: 100% 100%;
    position: static;
    background: none;
    transform: rotate(135deg);
  }
  .footer__menu li.menu-item-has-children ul {
    display: none;
  }
  .footer__menu ul a {
    font-size: 1.4rem;
  }
  .footer__subscribe {
    margin-bottom: 3.2rem;
  }
  .footer__logos {
    justify-content: center;
  }
  .footer__socials-inner {
    justify-content: center;
  }
  .copyright {
    text-align: center;
  }
  .copyright__clutch {
    margin-inline: auto;
  }
  .copyright__menu {
    justify-content: center;
  }
  .card-list-item__title {
    text-align: center;
  }
}
@media screen and (max-width: 575.9px) {
  :root {
    --gutter: 2rem;
    --section-padding: 2.4rem;
  }
  body {
    font-size: 1.6rem;
  }
  .title-l,
  .text h1 {
    font-size: 3.2rem;
    line-height: normal;
  }
  .title,
  .text h2 {
    font-size: 2.4rem;
  }
  .title-s,
  .text h3 {
    font-size: 2.4rem;
  }
  .title-xs,
  .text h4 {
    font-size: 2rem;
  }
  .text,
  .text-l {
    line-height: normal;
  }
  .text-l {
    font-size: 1.6rem;
  }
  .text * + ul {
    margin-top: 2.2rem;
  }
  .tags {
    gap: 0.6rem;
  }
  .tag {
    padding: 0.5rem 0.7rem;
    font-size: 1rem;
  }
  .tab {
    padding-bottom: 0.5rem;
  }
  .post-item__image {
    aspect-ratio: 335/223;
  }
  .post-item__content {
    padding: 1.8rem 1.6rem;
  }
  .post-item__date {
    font-size: 1.2rem;
  }
  .post-item__more {
    font-size: 1.4rem;
  }
  .address {
    gap: 2.4rem;
  }
  .header__content {
    padding: 1.2rem 0.8rem;
  }
  .header__logo {
    width: 10rem;
  }
  .footer {
    padding: 3.2rem 0 1.2rem;
  }
  .footer__logo {
    height: 2.4rem;
  }
  .footer__main {
    gap: 3.2rem;
  }
  .footer__menu > li > a,
  .address__item-city,
  .subscribe__title {
    font-size: 1.4rem;
  }
  .subscribe__title {
    margin-bottom: 2rem;
  }
  .subscribe__text {
    margin-bottom: 1.5rem;
  }
  .copyright {
    font-size: 1rem;
  }
  .copyright__clutch {
    margin-bottom: 3.5rem;
  }
  .hero__text {
    margin-bottom: 2.4rem;
  }
  .hero__clutch {
    gap: 1.5rem;
  }
  .hero__clutch-link {
    width: 16rem;
  }
  .hero__clutch-text {
    font-size: 1rem;
    line-height: 1.6;
  }
  .hero__btn {
    width: 19rem;
    min-height: 4.8rem;
    margin-bottom: 2.5rem;
  }
  .hero__bg {
    width: 100%;
  }
  .logo-slider__title {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
  .logo-slider__content {
    gap: 2.4rem;
    margin-bottom: 0.8rem;
  }
  .logo-slider__list-wrap {
    height: 2.4rem;
  }
  .logo-slider__list {
    gap: 3.2rem;
    animation-duration: var(--duration-mob);
  }
  .card-list__title {
    margin-bottom: 1.6rem;
  }
  .card-list__text {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
  .card-list-item__title {
    margin-bottom: 2.4rem;
  }
  .card-list-item__btn-icon {
    width: 2rem;
  }
  .tab-info__title {
    margin-bottom: 3rem;
  }
  .tab-info__tabs-wrap {
    margin-bottom: 4rem;
  }
  .tab-info__tabs-wrap::-webkit-scrollbar {
    display: none;
  }
  .tab-info-item__text li {
    padding-left: 2.8rem;
  }
  .tab-info-item__text li::before {
    width: 2rem;
    top: 0;
  }
  .card-image-item {
    padding: 3.2rem 1.6rem;
  }
  .card-image-item_normal .card-image-item__image {
    margin-bottom: 2.4rem;
  }
  .card-image-item__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .card-help__header {
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .card-help-item {
    padding: 3.2rem 1rem;
  }
  .card-help-item__inner {
    gap: 1.6rem;
    align-items: center;
  }
  .card-help-item__image {
    width: 9.2rem;
  }
  .card-help-item__title {
    font-size: 2rem;
    text-align: center;
  }
  .card-help-spec {
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
  }
  .card-help-spec .btn__icon {
    width: 3.2rem;
  }
  .related-posts__header {
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .related-posts__content-inner {
    gap: 3.2rem;
  }
  .numbers__inner {
    gap: 3.2rem;
    padding: 3.2rem 1.6rem;
    background-size: 70%;
  }
  .numbers__image {
    width: 5.8rem;
  }
  .numbers__phone {
    font-size: 1.8rem;
  }
  .numbers__list {
    gap: 2.4rem;
  }
  .numbers-item__text {
    font-size: 1.4rem;
  }
}
.menu-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  aspect-ratio: 1/1;
  background: var(--blue);
  transition: 0.6s ease-out;
  position: relative;
  z-index: 10;
  --lines-height: 0.2rem;
  --lines-gap: 0.4rem;
}

.menu-trigger__lines {
  display: flex;
  flex-direction: column;
  width: 2rem;
  cursor: pointer;
  gap: var(--lines-gap);
}

.menu-trigger__lines i {
  display: block;
  width: 100%;
  height: var(--lines-height);
  background: currentColor;
  position: relative;
  transform-origin: 50% 50%;
  transition: transform 0.3s;
  border-radius: 1rem;
}

.menu-trigger.active .menu-trigger__lines i:nth-child(2) {
  display: none;
}

.menu-trigger.active .menu-trigger__lines i:nth-child(1) {
  transform: translate3d(0, calc(var(--lines-height) / 2 + var(--lines-gap) / 2), 0) rotate(45deg);
}

.menu-trigger.active .menu-trigger__lines i:nth-child(3) {
  transform: translate3d(0, calc((var(--lines-height) / 2 + var(--lines-gap) / 2) * -1), 0) rotate(-45deg);
}

/* menu trigger END */
/* mobile-menu START */
.mobile-menu {
  width: 100%;
  max-width: 100%;
  /*box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transform: translateX(-200%);
  transition: 1s transform;
  transition-delay: 0.2s;
  overflow: hidden;
  backdrop-filter: blur(7.5px);
  will-change: transform;
}

.mobile-menu.active {
  transition-delay: 0s;
  transform: translateX(0);
}

.mobile-menu__overlay {
  width: 100%;
  height: 100%;
  background: #000;
  background: var(--color-orange);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition-delay: 0.2s;
}

.mobile-menu.active .mobile-menu__overlay {
  transition-delay: 0s;
}

.mobile-menu__inner {
  padding-top: 11rem;
  background: #fff;
  position: relative;
  z-index: 1;
  transform: translateX(-100%);
  transition: 1s ease-out;
}

.mobile-menu.active .mobile-menu__inner {
  transform: translateX(0);
  transition-delay: 0.2s;
}

.mobile-menu__wrapper-inner {
  box-sizing: border-box;
  width: 100%;
  height: calc(100dvh - 11rem);
  overflow-y: auto;
}

.mobile-menu__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 2.5rem 2rem 8rem;
  position: relative;
}

.mobile-menu__title {
  font-family: var(--font-tomato);
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
}

.mobile-menu__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.3rem 0;
  font-family: var(--font-tomato);
  font-weight: 500;
  font-size: 1.8rem;
  cursor: pointer;
}

.mobile-menu__item:not(:last-child) .mobile-menu__main {
  border-bottom: 0.1rem solid rgba(41, 43, 44, 0.1);
}

.mobile-menu__main-icon {
  width: 1.6rem;
  aspect-ratio: 1/1;
}

.mobile-menu__sub {
  box-sizing: border-box;
  width: 100%;
  height: calc(100dvh - 11rem);
  min-height: 100%;
  padding: 0 2rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.5s ease-out;
  overflow-y: auto;
}

.mobile-menu__sub:not(.active) {
  transform: translateX(-110%);
}

.mobile-menu__sub-inner {
  display: flex;
  gap: 1.6rem;
  min-height: 100%;
}

.mobile-menu__back {
  flex: 0 0 auto;
  width: 6rem;
  padding-top: 4rem;
  background: #f5edff;
  font-family: var(--font-tomato);
  font-weight: 500;
  font-size: 1.8rem;
  cursor: pointer;
}

.mobile-menu__back span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  transform: rotate(-90deg);
  translate: 0.3rem 0rem;
}

.mobile-menu__submenu {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 4rem 0;
  width: 100%;
}

.mobile-menu__submenu .custom-menu-item__icon {
  display: none;
}

.mobile-menu__submenu .custom-menu-item {
  padding: 0.9rem;
  border-bottom: 1px solid rgba(203, 17, 143, 0.3215686275);
}
.mobile-menu__submenu .custom-menu-item:hover {
  background: #ecf9ff;
  border-bottom: 0px solid rgba(203, 17, 143, 0.3215686275);
}

.mobile-menu__submenu .custom-menu-item__title {
  font-family: var(--font-opensans);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.42;
}

.mobile-menu__submenu .custom-menu-item__text {
  font-size: 1.2rem;
  line-height: 1.66;
}
/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

.swiper-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-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
section.hero-ecomerce {
  padding-top: 100px;
  position: relative;
}
section.hero-ecomerce .hero-ecomerce_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 856px) {
  section.hero-ecomerce .hero-ecomerce_content {
    flex-direction: column;
    gap: 40px;
  }
}
section.hero-ecomerce .hero-ecomerce_content .hero-ecomerce_information {
  width: 518px;
}
@media (max-width: 856px) {
  section.hero-ecomerce .hero-ecomerce_content .hero-ecomerce_information {
    width: 100%;
    text-align: center;
  }
}
section.hero-ecomerce .hero-ecomerce_content .hero-ecomerce_information h1 {
  font-size: 64px;
}
@media (max-width: 526px) {
  section.hero-ecomerce .hero-ecomerce_content .hero-ecomerce_information h1 {
    font-size: 3.6rem;
    text-align: center;
  }
}
section.hero-ecomerce .hero-ecomerce__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  section.hero-ecomerce .hero-ecomerce__bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
    width: auto;
    height: 100%;
  }
  section.hero-ecomerce .hero-ecomerce__bg svg {
    height: 100%;
  }
}

.page-template-b2b-website-design .hero-ecomerce_image {
  position: relative;
}
.page-template-b2b-website-design .hero-ecomerce_image img.images_graph {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 768px) {
  .page-template-b2b-website-design .hero-ecomerce_image img.images_graph {
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
  }
}
section.expertise {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.expertise {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
  }
}
section.expertise .expertise_information {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
section.expertise .expertise_information .expertise_text {
  width: 869px;
}
@media (max-width: 1024px) {
  section.expertise .expertise_information .expertise_text {
    width: 100%;
  }
}
section.expertise .experience_content {
  padding-top: 100px;
}
@media (max-width: 526px) {
  section.expertise .experience_content {
    gap: 20px;
  }
}
section.expertise .experience_content .experience_item {
  border: 1px solid var(--Light-Purple, #f2d5ff);
  border: 1px solid var(--Light-Purple, color(display-p3 0.9137 0.8431 0.9804));
  background: #fcf8ff;
  background: color(display-p3 0.9843 0.9725 0.9961);
  padding: 48px;
}
@media (max-width: 1420px) {
  section.expertise .experience_content .experience_item {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  section.expertise .experience_content .experience_item {
    padding: 24px;
  }
}
section.expertise .experience_content .experience_item img.icon_experience {
  width: 64px;
  height: 64px;
  padding-bottom: 32px;
}
section.expertise .experience_content .experience_item h3.experience_number {
  color: #000;
  color: color(display-p3 0 0 0);
  font-family: var(--font-opensans);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  section.expertise .experience_content .experience_item h3.experience_number {
    font-size: 28px;
  }
}
section.expertise .experience_content .experience_item .experience_text {
  color: var(--Black, color(display-p3 0 0 0));
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.7;
}
@media (max-width: 1190px) {
  section.expertise .experience_content .experience_item .experience_text {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  section.expertise .experience_content .experience_item .experience_text {
    font-size: 16px;
  }
}
section.technologies {
  position: relative;
  background-color: rgba(190, 235, 250, 0.431372549);
  padding-top: 100px;
  padding-bottom: 155px;
}
section.technologies .technologies_text.anim.animated {
  width: 660px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.2px;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  section.technologies .technologies_text.anim.animated {
    width: 100%;
  }
}
section.technologies .hero-technologies__bg.d-none.d-sm-block {
  position: absolute;
  top: 10%;
  right: 0;
  opacity: 0.8;
  z-index: -1;
}
section.technologies .technologies_content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 64px;
}
section.technologies .technologies_content .list {
  width: 24%;
  padding: 40px 50px;
  border: 1px solid var(--Light-Blue, #a1effe);
  border: 1px solid var(--Light-Blue, color(display-p3 0.7451 0.9216 0.9804));
  background: var(--White, #fff);
  background: var(--White, color(display-p3 1 1 1));
}
@media (max-width: 1420px) {
  section.technologies .technologies_content .list {
    width: 25%;
    padding: 30px 40px;
  }
}
@media (max-width: 1205px) {
  section.technologies .technologies_content .list {
    width: 26%;
    padding: 20px 30px;
  }
}
@media (max-width: 1190px) {
  section.technologies .technologies_content .list {
    padding: 25px 34px;
    width: 25%;
  }
}
@media (max-width: 1190px) {
  section.technologies .technologies_content .list {
    width: 41%;
  }
}
@media (max-width: 960px) {
  section.technologies .technologies_content .list {
    width: 39%;
  }
}
@media (max-width: 790px) {
  section.technologies .technologies_content .list {
    width: 38%;
  }
}
@media (max-width: 730px) {
  section.technologies .technologies_content .list {
    width: 100%;
  }
}
section.technologies .technologies_content .list .technologies_item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 64px;
}
section.technologies .technologies_content .list .technologies_item img.icon_technologies {
  width: 49.999px;
  height: 59.089px;
}
section.technologies .technologies_content .list .technologies_item h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
section.technologies .technologies_content .list .technologies_item .technologies_text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.7;
}
@media (max-width: 1190px) {
  section.technologies .technologies_content .list .technologies_item .technologies_text {
    font-size: 17px;
  }
}
section.technologies .technologies_content .list .technologies_item .technologies_text button.more-btn {
  font-size: 18px;
  text-decoration: underline;
  color: #70419f;
  font-weight: 500;
  cursor: pointer;
}
section.technologies .technologies_content .list .technologies_item ul.list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.technologies .technologies_content .list .technologies_item ul.list-unstyled li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
section.technologies .technologies_content .list .technologies_item ul.list-unstyled li p {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  width: 90%;
}
@media (max-width: 1190px) {
  section.technologies .technologies_content .list .technologies_item ul.list-unstyled li {
    font-size: 14px;
    width: 100%;
  }
}
section.succes {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  section.succes {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
section.succes .succes_information {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.succes .succes_information h2 {
  width: 460px;
}
@media (max-width: 526px) {
  section.succes .succes_information h2 {
    width: 100%;
  }
}
section.succes .succes_information .succes_text.text.anim.animated {
  width: 760px;
}
@media (max-width: 1024px) {
  section.succes .succes_information .succes_text.text.anim.animated {
    width: 100%;
  }
}
section.succes .succes_content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 90px;
}
section.succes .succes_content .list.anim.animated {
  width: 41%;
  padding: 48px;
  background-color: rgba(190, 235, 250, 0.25);
}
@media (max-width: 1225px) {
  section.succes .succes_content .list.anim.animated {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  section.succes .succes_content .list.anim.animated {
    width: 100%;
  }
}
@media (max-width: 526px) {
  section.succes .succes_content .list.anim.animated {
    width: 100%;
    padding: 25px;
  }
}
section.succes .succes_content .list.anim.animated img.images_succes {
  width: 540px;
  height: 304px;
  padding-bottom: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  section.succes .succes_content .list.anim.animated img.images_succes {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 526px) {
  section.succes .succes_content .list.anim.animated img.images_succes {
    width: 100%;
    height: 100%;
  }
}
section.succes .succes_content .list.anim.animated h3.succes_title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 28px;
}
@media (max-width: 1024px) {
  section.succes .succes_content .list.anim.animated h3.succes_title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 526px) {
  section.succes .succes_content .list.anim.animated h3.succes_title {
    font-size: 18px;
    line-height: 24px;
  }
}
section.succes .succes_content .list.anim.animated .img_bg {
  position: relative;
}
section.succes .succes_content .list.anim.animated .img_bg .photos_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
section.succes .succes_content .list.anim.animated .img_bg .photos_list .card_succes_bg_1 {
  position: absolute;
  right: 8%;
  z-index: -1;
  top: -7%;
}
section.succes .succes_content .list.anim.animated .img_bg .photos_list .card_succes_bg_2 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@charset "UTF-8";
section.service .service_information {
  padding-bottom: 80px;
}
section.service .service_information .service_sub_title {
  color: #292b2c;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 20px;
}
section.service .d-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 1420px) {
  section.service .d-display {
    gap: 1rem;
  }
}
@media (max-width: 910px) {
  section.service .d-display {
    gap: 4rem;
  }
}
@media (max-width: 526px) {
  section.service .d-display {
    justify-content: center;
    flex-direction: row-reverse;
  }
}
section.service .d-display .d-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 910px) {
  section.service .d-display .d-details {
    width: 100%;
  }
}
section.service .d-display .d-details .tab-control.active .tab-control_titles:after {
  transform: rotate(180deg);
}
section.service .d-display .d-details .tab-control.active .info.anim.animated {
  display: block;
  height: fit-content;
  padding: 32px;
  padding-top: 0px;
}
section.service .d-display .d-details .tab-control.active .info.anim.animated p {
  color: var(--Grey, #292b2c);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 526px) {
  section.service .d-display .d-details .tab-control.active .info.anim.animated p {
    font-size: 14px;
  }
}
section.service .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled {
  padding-top: 24px;
}
section.service .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled li {
  display: flex;
  gap: 16px;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
}
@media (max-width: 526px) {
  section.service .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled li {
    font-size: 14px;
  }
}
section.service .d-display .d-details .tab-control {
  border: 1px solid rgba(242, 213, 255, 0.1019607843);
  background: rgba(237, 214, 253, 0.26);
  transition: height 0.3s ease;
  width: 526px;
}
@media (max-width: 1420px) {
  section.service .d-display .d-details .tab-control {
    width: 486px;
  }
}
@media (max-width: 1145px) {
  section.service .d-display .d-details .tab-control {
    width: 436px;
  }
}
@media (max-width: 998px) {
  section.service .d-display .d-details .tab-control {
    width: 410px;
  }
}
@media (max-width: 910px) {
  section.service .d-display .d-details .tab-control {
    width: 100%;
  }
}
section.service .d-display .d-details .tab-control .info.anim.animated {
  display: none;
}
section.service .d-display .d-details .tab-control .tab-control_titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  cursor: pointer;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 526px) {
  section.service .d-display .d-details .tab-control .tab-control_titles {
    font-size: 18px;
    line-height: 24px;
  }
}
section.service .d-display .d-details .tab-control .tab-control_titles:after {
  content: "›";
  font-size: 4rem;
  font-weight: 200;
  transition: 0.3s;
  transform: rotate(360deg);
}
section.service .tab-image {
  display: none;
}
@media (max-width: 910px) {
  section.service .d-imgs {
    width: 100%;
  }
}
section.service .tab-image.active {
  display: block;
  width: 698px;
  height: 550px;
  background-size: contain;
}
@media (max-width: 1243px) {
  section.service .tab-image.active {
    width: 598px;
    height: 450px;
  }
}
@media (max-width: 1145px) {
  section.service .tab-image.active {
    width: 528px;
  }
}
section.service .tab-image.active img.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  section.service .tab-image.active {
    width: 450px;
    height: 380px;
  }
}
@media (max-width: 998px) {
  section.service .tab-image.active {
    width: 440px;
  }
}
@media (max-width: 910px) {
  section.service .tab-image.active {
    width: 100%;
  }
}
@media (max-width: 526px) {
  section.service .tab-image.active {
    height: 350px;
  }
}
section.testimonial .service_sub_title {
  color: #292b2c;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}
section.testimonial .testimonial.content {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 80px;
}
@media (max-width: 526px) {
  section.testimonial .testimonial.content {
    flex-direction: column;
  }
}
section.testimonial .testimonial.content .list {
  width: 27%;
  border: 1px solid #ff0092;
  padding: 24px;
}
@media (max-width: 1024px) {
  section.testimonial .testimonial.content .list {
    width: 100%;
  }
}
@media (max-width: 526px) {
  section.testimonial .testimonial.content .list {
    width: auto;
  }
}
section.testimonial .testimonial.content .list .testimonial_item {
  display: flex;
  gap: 20px;
  padding-bottom: 24px;
}
section.testimonial .testimonial.content .list .testimonial_item .testimonial_img {
  width: 56px;
  height: 56px;
}
section.testimonial .testimonial.content .list .testimonial_item .testimonial_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.testimonial .testimonial.content .list .testimonial_item h3.testimonial_name {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 10px;
}
section.testimonial .testimonial.content .list .testimonial_item .testimonial_profession {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  width: 196px;
}
section.testimonial .testimonial.content .list .testimonial_text.anim.animated {
  color: var(--Grey, #292b2c);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 24px;
  border-top: 1px solid #f2d5ff;
}
section.faq .faq_information.centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 63px;
}
@media (max-width: 768px) {
  section.faq .faq_information.centered {
    padding-bottom: 43px;
  }
}
section.faq .faq_information.centered .faq_text {
  width: 900px;
}
@media (max-width: 1024px) {
  section.faq .faq_information.centered .faq_text {
    width: 100%;
  }
}
section.faq .faq_list {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  section.faq .faq_list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.faq .faq_list .faq-container.active {
  border: 1px solid rgba(255, 0, 144, 0);
  background-color: rgba(237, 214, 253, 0.3803921569);
  padding-bottom: 24px;
}
section.faq .faq_list .faq-container {
  border: 1px solid #f2d5ff;
  margin-bottom: 20px;
}
section.faq .faq_list .faq-container .faq-item {
  padding: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  section.faq .faq_list .faq-container .faq-item {
    padding: 18px;
  }
}
section.faq .faq_list .faq-container .faq-item .icon-container {
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  section.faq .faq_list .faq-container .faq-item .icon-container {
    width: 22px;
    height: 22px;
  }
}
section.faq .faq_list .faq-container .faq-item:last-child {
  border-bottom: none;
}
section.faq .faq_list .faq-container .faq-question {
  display: flex;
  align-items: center;
  color: #000;
  font-family: var(--font-opensans);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 526px) {
  section.faq .faq_list .faq-container .faq-question {
    font-size: 21px;
    gap: 10px;
    width: 90%;
  }
}
section.faq .faq_list .faq-container .faq-question .title {
  color: #000;
  font-family: var(--font-opensans);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 526px) {
  section.faq .faq_list .faq-container .faq-question .title {
    font-size: 16px;
    line-height: 21px;
  }
}
section.faq .faq_list .faq-container .answer_faq {
  font-size: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 1px;
  opacity: 0.7;
  line-height: 22px;
}
section.faq .faq_list .faq-container .answer_faq a {
  display: inline;
  color: #72419f;
}
section.faq .faq_list .faq-container .answer_faq a:hover {
  color: #ff2924;
}
section.faq .faq_list .faq-container .icon-container i.icon.active svg {
  transform: rotate(180deg);
}
section.consultation .consultation_information {
  background-color: #b2edfc;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  position: relative;
}
section.consultation .consultation_information h2 {
  z-index: 999;
}
section.consultation .consultation_information .faq_text.text.anim.animated {
  width: 531px;
  z-index: 99;
}
@media (max-width: 1024px) {
  section.consultation .consultation_information .faq_text.text.anim.animated {
    width: 100%;
    z-index: 999;
  }
}
section.consultation .consultation_information a.related-posts__btn.consultation.btn {
  background: #71419f;
  color: #fff;
  width: 23.8rem;
}
section.consultation .consultation_information .consultation_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
section.consultation .consultation_information .consultation_bg_img .image_1 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
  top: 20%;
}
@media (max-width: 1024px) {
  section.consultation .consultation_information .consultation_bg_img .image_1 {
    opacity: 0.6;
  }
}
section.consultation .consultation_information .consultation_bg_img .image_2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.consultation .consultation_information .consultation_bg_img .image_2 {
    opacity: 0.6;
  }
}
section.consultation .consultation_information .consultation_bg_img .image_3 {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.consultation .consultation_information .consultation_bg_img .image_3 {
    opacity: 0;
  }
}
section.consultation .consultation_information .consultation_bg_img .image_5 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
section.consultation .consultation_information .consultation_bg_img .image_4 {
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.consultation .consultation_information .consultation_bg_img .image_4 {
    opacity: 0.6;
  }
}
section.our-work {
  padding-bottom: 0px;
  position: relative;
}
section.our-work .green_big-img {
  bottom: 10%;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  section.our-work .green_big-img {
    bottom: 25%;
    right: -21%;
    z-index: -1;
    width: 30%;
  }
}
section.our-work .hero__bg {
  top: 10%;
}
section.our-work .small_img {
  width: 32px;
  top: 30%;
}
@media (max-width: 768px) {
  section.our-work .small_img {
    display: none;
  }
}
section.our-work .small-green_img {
  width: 32px;
  bottom: 0;
}
section.our-work .purple_big-img {
  bottom: 0%;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  section.our-work .purple_big-img {
    bottom: 22%;
    right: -21%;
    z-index: -1;
    width: 30%;
  }
}
section.our-work .our-work_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.our-work .our-work_content .our-work__text.text.anim.animated {
  width: 800px;
  margin-bottom: 70px;
}
@media (max-width: 868px) {
  section.our-work .our-work_content .our-work__text.text.anim.animated {
    width: 100%;
    margin-bottom: 40px;
  }
}
section.our-work .logo-slider__content {
  padding-bottom: 130px;
}
@media (max-width: 660px) {
  section.our-work .logo-slider__content {
    padding-bottom: 50px;
  }
}
section.our-work .facetwp-filters {
  display: flex;
  align-items: flex-end;
  margin-bottom: 100px;
  z-index: 99;
  position: relative;
}
@media (max-width: 660px) {
  section.our-work .facetwp-filters {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 30px;
    position: relative;
    z-index: 2;
  }
}
section.our-work .facetwp-filters .facetwp-facet {
  margin-bottom: 0px;
}
@media (max-width: 660px) {
  section.our-work .facetwp-filters .facetwp-facet {
    width: 100%;
  }
}
section.our-work .facetwp-filters .work_services {
  margin-left: auto;
}
@media (max-width: 660px) {
  section.our-work .facetwp-filters .work_services {
    width: 100%;
  }
}
section.our-work .facetwp-filters .work_services p.text {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
section.our-work .facetwp-filters .nice-select.facetwp-dropdown {
  width: 430px;
}
@media (max-width: 1024px) {
  section.our-work .facetwp-filters .nice-select.facetwp-dropdown {
    width: 330px;
  }
}
@media (max-width: 868px) {
  section.our-work .facetwp-filters .nice-select.facetwp-dropdown {
    width: 230px;
  }
}
@media (max-width: 660px) {
  section.our-work .facetwp-filters .nice-select.facetwp-dropdown {
    width: 100%;
  }
}
section.our-work .facetwp-filters .nice-select.facetwp-dropdown ul.list {
  width: 100%;
  border: 2px solid #793ea4;
  border-radius: 0;
}
section.our-work .facetwp-filters .nice-select {
  font-size: 16px;
  font-weight: 400;
  height: 56px;
  line-height: 25px;
  width: 430px;
  border: 2px solid #793ea4;
  border-radius: 0;
  padding: 14px 26px;
  position: relative;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 1024px) {
  section.our-work .facetwp-filters .nice-select {
    width: 330px;
  }
}
@media (max-width: 868px) {
  section.our-work .facetwp-filters .nice-select {
    width: 230px;
  }
}
@media (max-width: 660px) {
  section.our-work .facetwp-filters .nice-select {
    width: 100%;
  }
}
section.our-work .facetwp-filters .nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 8px;
  height: 8px;
  right: 19px;
}
section.our-work .facetwp-filters .facetwp-facet-search span.facetwp-input-wrap {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  background-color: rgba(237, 214, 253, 0.7294117647);
  padding: 2px;
}
section.our-work .facetwp-filters .facetwp-facet-search span.facetwp-input-wrap .facetwp-icon {
  position: relative;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  background: var(--Light-Blue, color(display-p3 0.7451 0.9216 0.9804));
  padding: 14px 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
section.our-work .facetwp-filters .facetwp-facet-search span.facetwp-input-wrap .facetwp-icon::before {
  content: "Search";
  width: 100%;
  height: 100%;
  background: none !important;
  background-position: 5px 50%;
  background-size: 20px 20px;
}
section.our-work .facetwp-filters .facetwp-facet-search span.facetwp-input-wrap input.facetwp-search {
  width: 426px;
  height: 100%;
  background-color: rgba(237, 214, 253, 0.37);
  position: relative;
  padding-left: 45px;
  border: 0;
}
@media (max-width: 1024px) {
  section.our-work .facetwp-filters .facetwp-facet-search span.facetwp-input-wrap input.facetwp-search {
    width: 330px;
  }
}
@media (max-width: 868px) {
  section.our-work .facetwp-filters .facetwp-facet-search span.facetwp-input-wrap input.facetwp-search {
    width: 230px;
  }
}
@media (max-width: 660px) {
  section.our-work .facetwp-filters .facetwp-facet-search span.facetwp-input-wrap input.facetwp-search {
    width: 100%;
  }
}
section.our-work .facetwp-filters .facetwp-facet-search span.facetwp-input-wrap::before {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url(http://localhost:8888/Madcraft/wp-content/uploads/2024/03/Search.svg);
  background-position: 5px 50%;
  position: absolute;
  left: 10px;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 9;
}
section.our-work .facetwp-filters .facetwp-facet-search span.facetwp-input-wrap input.facetwp-search::placeholder {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
section.our-work .work_container.anim.animated {
  z-index: 1;
  position: relative;
}
section.our-work .work_container.anim.animated ul.work_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1280px) {
  section.our-work .work_container.anim.animated ul.work_list {
    justify-content: space-between;
  }
}
section.our-work .work_container.anim.animated ul.work_list li.work_item {
  width: 32%;
}
@media (max-width: 1280px) {
  section.our-work .work_container.anim.animated ul.work_list li.work_item {
    width: 31%;
  }
}
@media (max-width: 1024px) {
  section.our-work .work_container.anim.animated ul.work_list li.work_item {
    width: 48%;
  }
}
@media (max-width: 660px) {
  section.our-work .work_container.anim.animated ul.work_list li.work_item {
    width: 100%;
  }
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .work_photo {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 416/263;
  height: 263px;
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .work_photo a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .work_photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
section.our-work .work_container.anim.animated ul.work_list li.work_item:hover .work_text {
  background-color: var(--color-blue-l);
}
section.our-work .work_container.anim.animated ul.work_list li.work_item:hover .work_photo img {
  transform: scale(1.04);
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .work_text {
  background: #f9f2fe;
  background: color(display-p3 0.9725 0.949 0.9922);
  transition: 0.3s;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: -2px;
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .work_text h3.titles_work {
  color: #000;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 16px;
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .work_text .excerpt_work {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .categories_work {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .categories_work span.category {
  position: relative;
  border-radius: 4px;
  color: #000;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 6px 4px;
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .categories_work span.category:nth-child(1n) {
  background: #a8fcb5;
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .categories_work span.category:nth-child(2n) {
  background: #b2edfc;
}
section.our-work .work_container.anim.animated ul.work_list li.work_item .categories_work span.category:nth-child(3n) {
  background: #edd6fd;
}
section.our-work .work_container.anim.animated .facetwp-pager {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
section.our-work .work_container.anim.animated .facetwp-pager a.facetwp-page.prev {
  transform: rotate(180deg);
  padding: 12px 15px;
  background-color: #b2edfc;
}
section.our-work .work_container.anim.animated .facetwp-pager a.facetwp-page.next {
  padding: 12px 15px;
  background-color: #b2edfc;
}
section.our-work .work_container.anim.animated .facetwp-pager a.facetwp-page.active {
  background-color: #edd6fd;
}
section.our-work .work_container.anim.animated .facetwp-pager .facetwp-page {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border: 1px solid rgba(41, 43, 44, 0.05);
  padding: 12px 20px;
}
section.single_work {
  padding-top: 60px;
}
@media (max-width: 768px) {
  section.single_work {
    padding-top: 35px;
  }
}
section.single_work .single_work_social {
  display: none;
}
@media (max-width: 768px) {
  section.single_work .single_work_social {
    display: block;
  }
}
section.single_work .single_work_social .information {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(41, 43, 44, 0.168627451);
  align-items: center;
}
section.single_work .single_work_social .information .work__socials-inner {
  display: flex;
  gap: 5px;
}
section.single_work .single_work_social .information .date.anim.animated {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
section.single_work .hero-ecomerce_information.single_work {
  width: 718px;
}
@media (max-width: 862px) {
  section.single_work .hero-ecomerce_information.single_work {
    width: 100%;
    height: 100%;
  }
}
section.single_work .hero-ecomerce_information.single_work .hero-ecomerce_text {
  font-size: 16px;
  font-weight: 400;
  padding-top: 24px;
}
section.single_work .hero-ecomerce_information.single_work .hero-ecomerce_text a {
  display: inline;
}
@media (max-width: 768px) {
  section.single_work .hero-ecomerce_content {
    padding-top: 24px;
  }
}
section.single_work .single_work {
  width: 526px;
  height: 526px;
}
@media (max-width: 862px) {
  section.single_work .single_work {
    width: 100%;
    height: 315px;
  }
}
section.single_work .single_work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single-post {
  position: relative;
}
body.single-post .tab-info__plx.tab-info__plx_3.plx.plx_s {
  top: 10%;
}
body.single-post .green_big-img {
  top: 35%;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  body.single-post .green_big-img {
    top: 34%;
    right: -21%;
    z-index: -1;
    width: 30%;
  }
}
body.single-post .purple_big-img {
  top: 33%;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  body.single-post .purple_big-img {
    right: -21%;
    z-index: -1;
    width: 30%;
  }
}

.single-services .post-item__date.news-date {
  display: none;
}
section.call_to_action .consultation_information {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
section.call_to_action .consultation_information .our-work__text {
  width: 666px;
}
@media (max-width: 868px) {
  section.call_to_action .consultation_information .our-work__text {
    width: 100%;
  }
}
section.work_advantages {
  padding-top: 130px;
}
@media (max-width: 768px) {
  section.work_advantages {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  section.work_advantages .advantages_content {
    display: none;
  }
}
section.work_advantages .advantages_content .advantages_item {
  padding: 80px 70px;
}
@media (max-width: 768px) {
  section.work_advantages .advantages_content .advantages_item {
    padding: 30px 24px;
    width: 34%;
  }
}
@media (max-width: 415px) {
  section.work_advantages .advantages_content .advantages_item {
    padding: 20px 14px;
    width: 39%;
  }
}
@media (max-width: 365px) {
  section.work_advantages .advantages_content .advantages_item {
    padding: 10px 4px;
    width: 44%;
  }
}
section.work_advantages .advantages_content .advantages_item:nth-child(1n) {
  border: 1.5px solid #a1effe;
  background: rgba(178, 237, 252, 0.2);
}
section.work_advantages .advantages_content .advantages_item:nth-child(2n) {
  border: 1.5px solid #f2d5ff;
  background: rgba(237, 214, 253, 0.2);
}
section.work_advantages .advantages_content .advantages_item:nth-child(3n) {
  border: 1.5px solid #8cffae;
  background: rgba(168, 252, 181, 0.2);
}
section.work_advantages .advantages_content .advantages_item:nth-child(4n) {
  border: 1.5px solid #ff0092;
  background: rgba(234, 0, 143, 0.15);
}
section.work_advantages .advantages_content .advantages_item .advantages_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  section.work_advantages .advantages_content .advantages_item .advantages_text {
    gap: 6px;
  }
}
section.work_advantages .advantages_content .advantages_item .advantages_text h3.title_advantages {
  color: #000;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 768px) {
  section.work_advantages .advantages_content .advantages_item .advantages_text h3.title_advantages {
    font-size: 14px;
    text-align: center;
  }
}
section.work_advantages .advantages_content .advantages_item .advantages_text .number_advantages {
  color: #ea008f;
  font-size: 48px;
  font-style: normal;
  font-family: "Tonus Contrast";
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 768px) {
  section.work_advantages .advantages_content .advantages_item .advantages_text .number_advantages {
    font-size: 24px;
  }
}
section.work_advantages .advantages_content .advantages_item .advantages_text .number_advantages_mark {
  display: flex;
  gap: 10px;
  align-items: center;
}
section.work_advantages .advantages_content .advantages_item .advantages_text .number_advantages_mark .mark {
  color: #ea008f;
  font-family: "Tonus Contrast";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 768px) {
  section.work_advantages .advantages_content .advantages_item .advantages_text .number_advantages_mark .mark {
    font-size: 24px;
  }
}
section.work_advantages .advantages_content .advantages_item .advantages_text .text_advantages {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 768px) {
  section.work_advantages .advantages_content .advantages_item .advantages_text .text_advantages {
    font-size: 14px;
    text-align: center;
  }
}
section.work_advantages .advantages_content.mob {
  display: none;
}
@media (max-width: 768px) {
  section.work_advantages .advantages_content.mob {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
}
@media (max-width: 410px) {
  section.work_advantages .advantages_content.mob {
    gap: 10px;
  }
}
section.title_text {
  padding-bottom: 0px;
}
section.title_text .title_text_content {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  section.title_text .title_text_content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.title_text .title_text_content h1 {
  font-size: 31px;
  padding-bottom: 24px;
}
section.title_text .title_text_content .texts.text {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
section.title_text .title_text_content .texts.text a {
  color: var(--Pink, color(display-p3 0.8392 0.051 0.549));
}
section.title_text .title_text_content .texts.text h3 {
  font-size: 25px;
  color: #151516;
  /* font-family: Sofia; */
  font-weight: 900;
  line-height: 1.3em;
  padding-top: 20px;
}
section.title_text .title_text_content .image_block {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
section.title_text .title_text_content a {
  display: inline;
  color: var(--Pink, color(display-p3 0.8392 0.051 0.549));
}
section.title_text .title_text_content.background {
  border-radius: 24px;
  background: rgba(237, 214, 253, 0.3);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  section.title_text .title_text_content.background {
    padding: 20px;
  }
}
section.work_analytics {
  padding-top: 80px;
}
@media (max-width: 768px) {
  section.work_analytics {
    padding-top: 48px;
  }
}
section.work_analytics .work_analytics_list {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  section.work_analytics .work_analytics_list {
    flex-direction: column;
  }
}
section.work_analytics .work_analytics_list .work_analytics_item {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  section.work_analytics .work_analytics_list .work_analytics_item {
    width: 100%;
  }
}
section.work_analytics .work_analytics_list .work_analytics_item img.icon_analytics {
  width: 64px;
  height: 64px;
}
@media (max-width: 420px) {
  section.work_analytics .work_analytics_list .work_analytics_item img.icon_analytics {
    width: 48px;
    height: 48px;
  }
}
section.work_analytics .work_analytics_list .work_analytics_item h3 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Tonus Contrast";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 768px) {
  section.work_analytics .work_analytics_list .work_analytics_item h3 {
    font-size: 20px;
  }
}
section.work_analytics .work_analytics_list .work_analytics_item .text_analytics {
  color: #292b2c;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.7;
  letter-spacing: -0.14px;
}
.work-request__wrapper {
  position: relative;
  background-color: #fff;
}
.work-request .related-posts__bg.d-sm-block.anim.animated {
  position: absolute;
  bottom: -23%;
  z-index: -1;
}
@media (max-width: 768px) {
  .work-request .related-posts__bg.d-sm-block.anim.animated {
    display: none;
  }
}
.work-request .work-request_information {
  background-color: #f0fbfe;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .work-request .work-request_information {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.work-request h2 {
  z-index: 999;
}
.work-request .work-request_text {
  width: 666px;
  z-index: 99;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .work-request .work-request_text {
    width: 90%;
    z-index: 999;
  }
}
.work-request .consultation_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.work-request .consultation_bg_img .image_1 {
  position: absolute;
  width: auto;
  left: 0;
  z-index: 0;
  top: 20%;
  opacity: 0.5;
}
.work-request .consultation_bg_img .image_2 {
  position: absolute;
  width: auto;
  left: 20%;
  bottom: 0%;
  z-index: 0;
  opacity: 0.1;
}
.work-request .consultation_bg_img .image_3 {
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: 0;
  width: auto;
}
.work-request .consultation_bg_img .image_5 {
  position: absolute;
  width: auto;
  left: 18%;
  bottom: 0%;
  z-index: 0;
  opacity: 0.1;
}
.work-request .consultation_bg_img .image_4 {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 0;
  width: auto;
}
section.hero-contact {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  section.hero-contact {
    padding-bottom: 30px;
  }
}
section.hero-contact .hero-contact_information {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
section.hero-contact .hero-contact_information h1 {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  width: 660px;
}
@media (max-width: 768px) {
  section.hero-contact .hero-contact_information h1 {
    font-size: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 42px;
  }
}
section.hero-contact .hero-contact_information h1 span {
  color: var(--Pink, color(display-p3 0.8392 0.051 0.549));
}
section.hero-contact .hero-contact_information .hero-contact_text {
  color: var(--Grey, #292b2c);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 660px;
}
@media (max-width: 768px) {
  section.hero-contact .hero-contact_information .hero-contact_text {
    width: 100%;
  }
}
section.hero-contact .hero-contact__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: auto;
  height: 100%;
  opacity: 0.8;
}
@media (max-width: 768px) {
  section.hero-contact .hero-contact__bg {
    top: 25%;
  }
}
section.contact {
  background-color: #f9f3fe;
}
@media (max-width: 768px) {
  section.contact {
    margin-bottom: 40px;
  }
}
section.contact .contact_form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section.contact .contact_form .form {
  width: 660px;
}
@media (max-width: 768px) {
  section.contact .contact_form .form {
    width: 100%;
  }
}
section.contact .contact_form .form form.wpcf7-form.invalid {
  z-index: 9;
  position: relative;
}
section.contact .contact_form .form form.wpcf7-form.init {
  z-index: 9;
  position: relative;
}
section.contact .contact_form .form .forms {
  position: relative;
}
section.contact .contact_form .form .forms .bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
section.contact .contact_form .form .forms .bg .contacts_bg_1 {
  position: absolute;
  right: 37%;
  top: -3%;
}
section.contact .contact_form .form .forms .bg .contacts_bg_2 {
  position: absolute;
  left: 10%;
  top: 3%;
}
section.contact .contact_form .form .forms .bg .contacts_bg_3 {
  position: absolute;
  bottom: 54%;
  right: 26%;
}
section.contact .contact_form .form .forms .bg .contacts_bg_4 {
  position: absolute;
  bottom: 46%;
  right: 56%;
}
@media (max-width: 768px) {
  section.contact .contact_form .form .forms .bg {
    display: none;
  }
}
section.contact .contact_form .form h1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
  width: 100%;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  section.contact .contact_form .form h1 {
    font-size: 24px;
    padding-bottom: 22px;
  }
}
section.contact .contact_form .form .contact_page p.form_detal {
  color: #6c6d79;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
}
section.contact .contact_form .form .contact_page .first_last {
  display: flex;
  gap: 20px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  section.contact .contact_form .form .contact_page .first_last {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
  }
}
section.contact .contact_form .form .contact_page .first_last input {
  border: 1px solid #e2e7ea;
  background: #fff;
}
section.contact .contact_form .form .contact_page .first_last input::placeholder {
  color: #17181b;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1024px) {
  section.contact .contact_form .form .contact_page .first_last input::placeholder {
    font-size: 12px;
  }
}
section.contact .contact_form .form .contact_page .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 11px;
}
section.contact .contact_form .form .contact_page p.text_contact {
  color: #000;
  font-family: "Tonus Contrast";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-top: 64px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  section.contact .contact_form .form .contact_page p.text_contact {
    font-size: 24px;
    padding-top: 34px;
    padding-bottom: 10px;
  }
}
section.contact .contact_form .form .contact_page p.texts {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 26px;
}
section.contact .contact_form .form .contact_page .detail_message {
  padding-bottom: 30px;
}
section.contact .contact_form .form .contact_page .detail_message input {
  padding-bottom: 270px;
}
@media (max-width: 768px) {
  section.contact .contact_form .form .contact_page .detail_message input {
    padding-bottom: 170px;
  }
}
section.contact .contact_form .form .contact_page button.homer__button {
  padding: 5px 35px;
  width: 100%;
}
section.contact .contact_form .form .wpcf7-response-output {
  position: absolute;
  bottom: -55px;
  font-size: 16px;
  border-color: #a32b94 !important;
  color: #000;
}
@media (max-width: 428px) {
  section.contact .contact_form .form .wpcf7-response-output {
    bottom: -40px;
    font-size: 10px;
  }
}
section.contact .contact_us {
  display: none;
}

.page-template-contact footer {
  margin: 0px;
}

section.contact.information ul.information_contant_lists {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.contact.information ul.information_contant_lists li {
  border: 1px solid #f2d5ff;
  background: #fff;
  padding: 32px;
}
@media (max-width: 1126px) {
  section.contact.information ul.information_contant_lists li {
    padding: 22px;
  }
}
section.contact.information ul.information_contant_lists li .numbers {
  background: rgba(237, 214, 253, 0.537254902);
  padding: 12px 24px;
  width: 24px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1126px) {
  section.contact.information ul.information_contant_lists li .numbers {
    margin-bottom: 14px;
  }
}
section.contact.information ul.information_contant_lists li .numbers p {
  color: #ea008f;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1126px) {
  section.contact.information ul.information_contant_lists li .numbers p {
    font-size: 26px;
  }
}
section.contact.information ul.information_contant_lists li .title_informations {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 16px;
}
@media (max-width: 1126px) {
  section.contact.information ul.information_contant_lists li .title_informations {
    font-size: 26px;
    padding-bottom: 10px;
    line-height: 34px;
  }
}
section.contact.information ul.information_contant_lists li .text_information__text {
  color: rgba(0, 0, 0, 0.6235294118);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 1126px) {
  section.contact.information ul.information_contant_lists li .text_information__text {
    font-size: 16px;
    line-height: 20px;
  }
}
section.contact.information .contact_sidebar {
  display: block;
  width: 50%;
}
@media (max-width: 1280px) {
  section.contact.information .contact_sidebar {
    width: 40%;
  }
}
@media (max-width: 1126px) {
  section.contact.information .contact_sidebar {
    width: 30%;
  }
}
@media (max-width: 926px) {
  section.contact.information .contact_sidebar {
    width: 100%;
  }
}
section.contact.information .contact_informations {
  display: flex;
}
@media (max-width: 926px) {
  section.contact.information .contact_informations {
    flex-direction: column;
    gap: 40px;
  }
}
section.contact.information .contact_informations .contact_form {
  width: 70%;
  padding-right: 150px;
}
@media (max-width: 1280px) {
  section.contact.information .contact_informations .contact_form {
    padding-right: 50px;
  }
}
@media (max-width: 1126px) {
  section.contact.information .contact_informations .contact_form {
    width: 60%;
  }
}
@media (max-width: 926px) {
  section.contact.information .contact_informations .contact_form {
    padding-right: 0px;
    width: 100%;
  }
}
section.contact.information .contact_informations .contact_form .form {
  width: 100%;
}
section.contact.information .contact_informations .contact_form .form label {
  width: 100%;
}

section.contact.default .contact_sidebar {
  display: none;
}

section.contact.office .contact_sidebar {
  display: none;
}
section.contact.office .contact_us {
  display: block;
  padding-left: 50px;
  border-left: 1px solid rgba(234, 0, 143, 0.631372549);
}
section.contact.office .contact_us h1 {
  padding-bottom: 32px;
}
@media (max-width: 926px) {
  section.contact.office .contact_us {
    border-left: none;
    padding-left: 0px;
  }
}
section.contact.office .contact_us ul.email_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 30px;
}
section.contact.office .contact_us ul.email_list li.email_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 526px) {
  section.contact.office .contact_us ul.email_list li.email_item {
    gap: 6px;
  }
}
section.contact.office .contact_us ul.email_list li.email_item h3.title_email {
  color: var(--Pink, #ea008f);
  font-family: "Tonus Contrast";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.contact.office .contact_us ul.email_list li.email_item a {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.contact.office .contact_us .office h3.title_office {
  color: var(--Pink, #ea008f);
  font-family: "Tonus Contrast";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 24px;
}
@media (max-width: 926px) {
  section.contact.office .contact_us .office h3.title_office {
    font-size: 16px;
  }
}
section.contact.office .contact_us .office ul.office_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.contact.office .contact_us .office ul.office_list li {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
section.contact.office .contact_us .office ul.office_list li .information_office {
  width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
section.contact.office .contact_us .office ul.office_list li .information_office h3.title_offices {
  color: #17181b;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 526px) {
  section.contact.office .contact_us .office ul.office_list li .information_office h3.title_offices {
    font-size: 14px;
  }
}
section.contact.office .contact_us .office ul.office_list li .information_office p.location {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 526px) {
  section.contact.office .contact_us .office ul.office_list li .information_office p.location {
    font-size: 12px;
  }
}
section.contact.office .contact_us .office ul.office_list li .information_office .btn {
  max-width: 100%;
  min-height: 4.2rem;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.1;
  align-self: flex-start;
}
@media (max-width: 526px) {
  section.contact.office .contact_us .office ul.office_list li .information_office .btn {
    max-width: 100%;
    min-height: 3.2rem;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 0.2;
    align-self: flex-start;
    padding: 10px 5px;
  }
}
section.contact.office .contact_us .office ul.office_list li .img_office {
  width: 196px;
  height: auto;
}
@media (max-width: 526px) {
  section.contact.office .contact_us .office ul.office_list li .img_office {
    width: 160px;
  }
}
section.contact.office .contact_us .office ul.office_list li .img_office img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.contact.office .contact_informations {
  display: flex;
}
@media (max-width: 926px) {
  section.contact.office .contact_informations {
    flex-direction: column;
    gap: 40px;
  }
}
section.contact.office .contact_informations .contact_form {
  width: 70%;
  padding-right: 50px;
}
@media (max-width: 926px) {
  section.contact.office .contact_informations .contact_form {
    padding-right: 0px;
    width: 100%;
  }
}
section.contact.office .contact_informations .contact_form .form {
  width: 100%;
}
section.contact.office .contact_informations .contact_form .form label {
  width: 100%;
}
section.hero-services-website {
  padding-top: 100px;
}
@media (max-width: 856px) {
  section.hero-services-website {
    padding-top: 50px;
  }
}
section.hero-services-website .services-website_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 856px) {
  section.hero-services-website .services-website_content {
    flex-direction: column;
    gap: 40px;
  }
}
section.hero-services-website .services-website_content .services-website_information {
  width: 518px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 856px) {
  section.hero-services-website .services-website_content .services-website_information {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}
section.hero-services-website .services-website_content .services-website_information h1 {
  font-size: 64px;
}
@media (max-width: 996px) {
  section.hero-services-website .services-website_content .services-website_information h1 {
    font-size: 44px;
  }
}
@media (max-width: 526px) {
  section.hero-services-website .services-website_content .services-website_information h1 {
    font-size: 3.6rem;
    text-align: center;
  }
}
section.hero-services-website .services-website_content .services-website_information .hero-ecomerce_text {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
section.hero-services-website .services-website_content .services-website_information .buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 854px) {
  section.hero-services-website .services-website_content .services-website_information .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
  }
  section.hero-services-website .services-website_content .services-website_information .buttons .hero__btn {
    width: 100%;
  }
}
section.hero-services-website .services-website_content .services-website_information .buttons a.hero__btn {
  margin: 0;
}
section.hero-services-website .services-website_content .services-website_information .buttons a.hero__btn.services-website {
  background: none;
  border: 2px solid #ff0092;
}
section.hero-services-website .services-website_content .services-website_information .buttons a.hero__btn.services-website:hover {
  border: 2px solid #bcfbbb;
}
section.hero-services-website .hero-ecomerce__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: auto;
  height: 100%;
}
section.logo {
  padding: 0;
}
section.logo .logo_gallery {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  section.logo .logo_gallery {
    gap: 20px;
  }
}
section.logo .logo_gallery .services-logo {
  width: 184px;
  height: 41px;
}
@media (max-width: 768px) {
  section.logo .logo_gallery .services-logo {
    width: 46%;
    height: 41px;
  }
}
section.logo .logo_gallery .services-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.web_design {
  background-color: rgba(237, 214, 253, 0.3764705882);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  section.web_design {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.web_design h2 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  width: 715px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  section.web_design h2 {
    font-size: 36px;
    width: 100%;
    text-align: center;
    line-height: 44px;
    padding-bottom: 40px;
  }
}
section.web_design .web_design {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
section.web_design .web_design .web_design_item {
  width: 42%;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #f2d5ff;
  background: #fcf8ff;
}
@media (max-width: 1224px) {
  section.web_design .web_design .web_design_item {
    width: 39%;
  }
}
@media (max-width: 902px) {
  section.web_design .web_design .web_design_item {
    width: 100%;
    padding: 28px 20px;
  }
}
section.web_design .web_design .web_design_item img.web_design_icon {
  width: 64px;
  height: 64px;
}
section.web_design .web_design .web_design_item .design_title {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 1224px) {
  section.web_design .web_design .web_design_item .design_title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 520px) {
  section.web_design .web_design .web_design_item .design_title {
    font-size: 26px;
  }
}
section.web_design .web_design .web_design_item .design_text {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.7;
}
@media (max-width: 1224px) {
  section.web_design .web_design .web_design_item .design_text {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  section.web_design .web_design .web_design_item .design_text {
    font-size: 16px;
  }
}
section.web_design .web_imgs__bg.d-none.d-sm-block {
  position: absolute;
  top: 2%;
  right: 0;
  opacity: 0.4;
  z-index: -1;
}
section.web_design .web_imgs__bg.d-none.d-sm-block img.ofc {
  opacity: 0.2;
}
section.web_design .web_img__bg.d-none.d-sm-block {
  position: absolute;
  top: 2%;
  right: 60px;
  opacity: 0.4;
  z-index: -1;
}
section.web_design .web_img__bg.d-none.d-sm-block img.ofc {
  opacity: 0.2;
}

section.web_design.backgrounds {
  background-color: rgba(255, 255, 255, 0);
}
section.web_design.backgrounds h2 {
  width: 100%;
  text-align: center;
}
section.web_agency {
  padding-top: 150px;
  padding-bottom: 110px;
  width: auto;
  position: relative;
}
@media (max-width: 1280px) {
  section.web_agency {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  section.web_agency {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.web_agency .web_agency_information {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  section.web_agency .web_agency_information {
    gap: 20px;
  }
}
section.web_agency .web_agency_information h2 {
  color: #000;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  width: 687px;
}
@media (max-width: 1024px) {
  section.web_agency .web_agency_information h2 {
    font-size: 38px;
  }
}
@media (max-width: 756px) {
  section.web_agency .web_agency_information h2 {
    font-size: 28px;
    width: 100%;
    line-height: 36px;
  }
}
section.web_agency .web_agency_information h2 span {
  color: var(--Pink, color(display-p3 0.8392 0.051 0.549));
}
section.web_agency .web_agency_information .web_agency_text {
  color: #292b2c;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 716px;
}
@media (max-width: 756px) {
  section.web_agency .web_agency_information .web_agency_text {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }
}
section.web_agency .web_agency_gallery {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  position: relative;
  padding: 0;
  z-index: 1;
  display: block;
  padding: 50px;
}
section.web_agency .web_agency_1 {
  position: absolute;
  right: 0;
  top: -10%;
  z-index: -1;
}
section.web_agency .web_agency_2 {
  position: absolute;
  left: 0;
  top: 35%;
  z-index: -1;
}
section.web_process {
  padding-top: 0px;
}
section.web_process .web_process_content {
  background: #ebf9fd;
  padding: 150px 110px;
  display: flex;
  gap: 170px;
}
@media (max-width: 1280px) {
  section.web_process .web_process_content {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  section.web_process .web_process_content {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  section.web_process .web_process_content {
    flex-direction: column;
  }
}
section.web_process .web_process_content .web_process_information {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 40%;
}
@media (max-width: 768px) {
  section.web_process .web_process_content .web_process_information {
    width: 100%;
  }
}
section.web_process .web_process_content .web_process_information h2 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  width: 416px;
}
@media (max-width: 1024px) {
  section.web_process .web_process_content .web_process_information h2 {
    width: auto;
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 528px) {
  section.web_process .web_process_content .web_process_information h2 {
    font-size: 28px;
    width: 100%;
    line-height: 29px;
  }
}
section.web_process .web_process_content .web_process_information .text_web_process {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1024px) {
  section.web_process .web_process_content .web_process_information .text_web_process {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.7;
  }
}
@media (max-width: 528px) {
  section.web_process .web_process_content .web_process_information .text_web_process {
    font-size: 14px;
  }
}
section.web_process .web_process_content .web_process_information .star_image {
  width: 168px;
}
section.web_process .web_process_content .proces_list {
  width: 60%;
}
@media (max-width: 768px) {
  section.web_process .web_process_content .proces_list {
    width: 100%;
  }
}
section.web_process .web_process_content .proces_list .proces_item {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #a8a8a8;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  section.web_process .web_process_content .proces_list .proces_item {
    gap: 20px;
  }
}
section.web_process .web_process_content .proces_list .proces_item:nth-child(1) {
  padding-top: 0px;
}
section.web_process .web_process_content .proces_list .proces_item:last-child {
  border-bottom: 0px solid #a8a8a8;
}
section.web_process .web_process_content .proces_list .proces_item .img {
  height: 64px;
  width: 64px;
}
section.web_process .web_process_content .proces_list .proces_item .img img.proces_icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.web_process .web_process_content .proces_list .proces_item .title_text {
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  section.web_process .web_process_content .proces_list .proces_item .title_text {
    width: 70%;
  }
}
@media (max-width: 428px) {
  section.web_process .web_process_content .proces_list .proces_item .title_text {
    width: 80%;
  }
}
section.web_process .web_process_content .proces_list .proces_item .title_text .proces_title {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 768px) {
  section.web_process .web_process_content .proces_list .proces_item .title_text .proces_title {
    font-size: 20px;
  }
}
section.web_process .web_process_content .proces_list .proces_item .title_text .proces_text {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
  opacity: 0.7;
}
@charset "UTF-8";
section.web_services {
  position: relative;
}
section.web_services .service_information {
  padding-bottom: 80px;
  width: 526px;
}
@media (max-width: 1024px) {
  section.web_services .service_information {
    width: 100%;
  }
}
section.web_services .service_information .service_sub_title {
  color: #292b2c;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 20px;
}
section.web_services .d-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 526px) {
  section.web_services .d-display {
    justify-content: center;
    flex-direction: row-reverse;
  }
}
section.web_services .d-display .d-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.web_services .d-display .d-details .tab-control.active .tab-control_titles:after {
  transform: rotate(270deg);
}
section.web_services .d-display .d-details .tab-control.active .info.anim.animated {
  display: block;
  height: fit-content;
  padding: 32px;
  padding-top: 0px;
}
section.web_services .d-display .d-details .tab-control.active .info.anim.animated p {
  color: var(--Grey, #292b2c);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 526px) {
  section.web_services .d-display .d-details .tab-control.active .info.anim.animated p {
    font-size: 14px;
  }
}
section.web_services .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled {
  padding-top: 24px;
}
section.web_services .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled li {
  display: flex;
  gap: 16px;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
}
@media (max-width: 526px) {
  section.web_services .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled li {
    font-size: 14px;
  }
}
section.web_services .d-display .d-details .tab-control {
  border: 1px solid rgba(242, 213, 255, 0.1019607843);
  background: rgba(237, 214, 253, 0.26);
  transition: height 0.3s ease;
  width: 576px;
}
@media (max-width: 1340px) {
  section.web_services .d-display .d-details .tab-control {
    width: 416px;
  }
}
@media (max-width: 1024px) {
  section.web_services .d-display .d-details .tab-control {
    width: auto;
  }
}
section.web_services .d-display .d-details .tab-control .info.anim.animated {
  display: none;
}
section.web_services .d-display .d-details .tab-control .tab-control_titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  cursor: pointer;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 526px) {
  section.web_services .d-display .d-details .tab-control .tab-control_titles {
    font-size: 18px;
    line-height: 24px;
  }
}
section.web_services .d-display .d-details .tab-control .tab-control_titles:after {
  content: "›";
  font-size: 4rem;
  font-weight: 200;
  transition: 0.3s;
  transform: rotate(90deg);
}
section.web_services .tab-image {
  display: none;
}
@media (max-width: 1024px) {
  section.web_services .d-imgs {
    width: 100%;
    height: 100%;
  }
}
section.web_services .tab-image.active {
  display: block;
  width: auto;
  height: 550px;
  background-size: contain;
}
@media (max-width: 1180px) {
  section.web_services .tab-image.active {
    height: 490px;
  }
}
@media (max-width: 1110px) {
  section.web_services .tab-image.active {
    height: 525px;
    width: 535px;
  }
}
@media (max-width: 1024px) {
  section.web_services .tab-image.active {
    height: 100%;
    width: 100%;
  }
}
section.web_services .tab-image.active img.web_service_images {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  section.web_services .tab-image.active {
    width: auto;
  }
}
@media (max-width: 526px) {
  section.web_services .tab-image.active {
    height: 350px;
  }
}
section.web_services .web_services1__bg {
  position: absolute;
  top: 5%;
  z-index: -1;
}
@media (max-width: 1110px) {
  section.web_services .web_services1__bg {
    display: none !important;
  }
}
@media (max-width: 428px) {
  section.web_services .web_services1__bg {
    display: block !important;
    bottom: 5%;
    z-index: -1;
    top: auto;
  }
}
section.web_services .web_services2__bg {
  position: absolute;
  top: 30%;
  right: 28%;
  z-index: -1;
}
@media (max-width: 1110px) {
  section.web_services .web_services2__bg {
    display: none !important;
  }
}
@media (max-width: 428px) {
  section.web_services .web_services2__bg {
    display: block !important;
    bottom: 0%;
    right: 0;
    top: unset;
  }
}
section.web_services .web_services4__bg {
  position: absolute;
  top: 5%;
  right: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  section.web_services .web_services4__bg {
    display: none !important;
  }
}
section.web_services .web_services5__bg {
  position: absolute;
  top: 44%;
  right: 15%;
  z-index: -1;
}
section.web_services .web_services3__bg {
  position: absolute;
  top: 52%;
  right: 25%;
  z-index: -1;
}
@media (max-width: 1110px) {
  section.web_services .web_services3__bg {
    display: none !important;
  }
}
section.hero-design-development {
  padding-top: 100px;
}
@media (max-width: 856px) {
  section.hero-design-development {
    padding-top: 50px;
  }
}
section.hero-design-development .services-website_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 856px) {
  section.hero-design-development .services-website_content {
    flex-direction: column;
  }
}
section.hero-design-development .services-website_content .services-website_information {
  width: 636px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 856px) {
  section.hero-design-development .services-website_content .services-website_information {
    width: 100%;
    text-align: center;
    align-items: center;
    gap: 5px;
  }
  section.hero-design-development .services-website_content .services-website_information .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding-top: 10px;
  }
  section.hero-design-development .services-website_content .services-website_information .buttons .hero__btn {
    width: 100%;
  }
}
section.hero-design-development .services-website_content .services-website_information h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  padding-bottom: 32px;
}
@media (max-width: 1280px) {
  section.hero-design-development .services-website_content .services-website_information h1 {
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  section.hero-design-development .services-website_content .services-website_information h1 {
    font-size: 28px;
    padding-bottom: 22px;
  }
}
section.hero-design-development .services-website_content .services-website_information .hero-ecomerce_text {
  font-size: 16px;
}
section.hero-design-development .services-website_content .services-website_information .hero-ecomerce_text a {
  display: inline;
  color: var(--Pink, color(display-p3 0.8392 0.051 0.549));
}
@media (max-width: 768px) {
  section.hero-design-development .services-website_content .services-website_information .hero__btn {
    margin: 0;
  }
}
section.hero-design-development .hero-ecomerce__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: auto;
  height: 100%;
}
section.about_our_web {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  section.about_our_web {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
section.about_our_web h2 {
  color: #000;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 100px;
}
@media (max-width: 861px) {
  section.about_our_web h2 {
    font-size: 3.6rem;
    padding-bottom: 50px;
  }
}
section.about_our_web .about_web {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
section.about_our_web .about_web .about_our_web_item {
  width: 25%;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1280px) {
  section.about_our_web .about_web .about_our_web_item {
    padding: 28px 15px;
    gap: 30px;
  }
}
@media (max-width: 1120px) {
  section.about_our_web .about_web .about_our_web_item {
    width: 33%;
  }
}
@media (max-width: 861px) {
  section.about_our_web .about_web .about_our_web_item {
    width: 40%;
  }
}
@media (max-width: 730px) {
  section.about_our_web .about_web .about_our_web_item {
    width: 100%;
  }
}
section.about_our_web .about_web .about_our_web_item:nth-child(1n) {
  border: 1.5px solid #f2d5ff;
  background: rgba(237, 214, 253, 0.2);
}
section.about_our_web .about_web .about_our_web_item:nth-child(2n) {
  border: 1.5px solid #a1effe;
  background: rgba(178, 237, 252, 0.2);
}
section.about_our_web .about_web .about_our_web_item:nth-child(3n) {
  border: 1.5px solid #8cffae;
  background: rgba(168, 252, 181, 0.2);
}
section.about_our_web .about_web .about_our_web_item .about_our_web_information {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.about_our_web .about_web .about_our_web_item .about_our_web_information img.about_our_web_icon {
  width: 64px;
  height: 64px;
}
section.about_our_web .about_web .about_our_web_item .about_our_web_information .about_our_web_title {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1280px) {
  section.about_our_web .about_web .about_our_web_item .about_our_web_information .about_our_web_title {
    font-size: 20px;
  }
}
section.about_our_web .about_web .about_our_web_item .about_our_web_information .about_our_web_text.text {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.7;
}
@media (max-width: 1280px) {
  section.about_our_web .about_web .about_our_web_item .about_our_web_information .about_our_web_text.text {
    font-size: 14px;
  }
}
section.about_our_web .about_web .about_our_web_item a.about_our_web__btn {
  width: 100%;
  min-height: 2.6rem;
  padding: 1.2rem 2.4rem;
}
section.about_our_web .about_web .about_our_web_item a.about_our_web__btn span.consultation__inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.about_our_web .about_web .about_our_web_item a.about_our_web__btn span.consultation__inner span.consultation__text {
  font-size: 14px;
}
@media (max-width: 1280px) {
  section.about_our_web .about_web .about_our_web_item a.about_our_web__btn span.consultation__inner span.consultation__text {
    font-size: 12px;
  }
}
section.web-design-case-studies {
  background-color: #f9f3fe;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  section.web-design-case-studies {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.web-design-case-studies h2 {
  color: #000;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 80px;
}
@media (max-width: 861px) {
  section.web-design-case-studies h2 {
    font-size: 3.6rem;
    padding-bottom: 50px;
  }
}
section.web-design-case-studies ul.case_study_list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 80px;
}
section.web-design-case-studies ul.case_study_list li {
  padding: 40px;
  border: 1px solid #f2d5ff;
  background: #fcf8ff;
  width: 41%;
}
@media (max-width: 1095px) {
  section.web-design-case-studies ul.case_study_list li {
    padding: 20px;
    width: 39%;
  }
}
@media (max-width: 787px) {
  section.web-design-case-studies ul.case_study_list li {
    width: 100%;
  }
}
section.web-design-case-studies ul.case_study_list li .case_study_photo {
  height: 383px;
  width: 100%;
}
@media (max-width: 1095px) {
  section.web-design-case-studies ul.case_study_list li .case_study_photo {
    height: 283px;
  }
}
@media (max-width: 787px) {
  section.web-design-case-studies ul.case_study_list li .case_study_photo {
    height: 323px;
  }
}
@media (max-width: 397px) {
  section.web-design-case-studies ul.case_study_list li .case_study_photo {
    height: 255px;
  }
}
section.web-design-case-studies ul.case_study_list li .case_study_photo a {
  width: 100%;
  height: 100%;
}
section.web-design-case-studies ul.case_study_list li .case_study_photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.web-design-case-studies ul.case_study_list li .info_case_study {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  gap: 15px;
}
section.web-design-case-studies ul.case_study_list li .info_case_study .category {
  color: rgba(169, 168, 168, 0.8784313725);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
section.web-design-case-studies ul.case_study_list li .info_case_study h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 876px) {
  section.web-design-case-studies ul.case_study_list li .info_case_study h3 {
    font-size: 20px;
  }
}
section.web-design-case-studies ul.case_study_list li .info_case_study .buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
section.web-design-case-studies ul.case_study_list li .info_case_study .buttons a {
  color: #71419f;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 876px) {
  section.web-design-case-studies ul.case_study_list li .info_case_study .buttons a {
    font-size: 16px;
  }
}
section.web-design-case-studies ul.case_study_list li .info_case_study .buttons:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 98%;
  height: 1px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
section.web-design-case-studies ul.case_study_list li .info_case_study .buttons:hover svg {
  margin-left: 2px;
}
section.web-design-case-studies ul.case_study_list li .info_case_study .buttons:hover:after {
  background-color: #71419f;
}
section.comparison {
  padding-top: 100px;
  padding-bottom: 100px;
}
section.comparison .information {
  display: flex;
  justify-content: center;
}
section.comparison .information h2 {
  color: #000;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 100px;
  width: 774px;
}
@media (max-width: 861px) {
  section.comparison .information h2 {
    font-size: 3.6rem;
    padding-bottom: 50px;
    line-height: 38px;
    width: 100%;
  }
}
section.comparison .comparison_web {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  section.comparison .comparison_web {
    padding-bottom: 60px;
  }
}
section.comparison .comparison_web .comparison_item {
  width: 19%;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media (max-width: 1024px) {
  section.comparison .comparison_web .comparison_item {
    width: 39%;
  }
}
@media (max-width: 756px) {
  section.comparison .comparison_web .comparison_item {
    width: 100%;
  }
}
section.comparison .comparison_web .comparison_item .comparison_text.text {
  text-align: center;
  color: #292b2c;
  opacity: 0.7;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.comparison .comparison_web .comparison_item img {
  width: 64px;
  height: 64px;
}
section.comparison .comparison_web .comparison_item:nth-child(1n) {
  border: 1.5px solid #a1effe;
  background: rgba(178, 237, 252, 0.2);
}
section.comparison .comparison_web .comparison_item:nth-child(2n) {
  border: 1.5px solid #f2d5ff;
  background: rgba(237, 214, 253, 0.2);
}
section.comparison .comparison_web .comparison_item:nth-child(3n) {
  border: 1.5px solid #8cffae;
  background: rgba(168, 252, 181, 0.2);
}
section.comparison .comparison_web .comparison_item:nth-child(4n) {
  border: 1.5px solid #ff0092;
  background: rgba(234, 0, 143, 0.15);
}
section.comparison .comparison_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 44px;
  background: rgba(237, 214, 253, 0.3);
  position: relative;
}
section.comparison .comparison_contact .comparison_text_contact {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  width: 787px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  section.comparison .comparison_contact .comparison_text_contact {
    width: 100%;
  }
}
@media (max-width: 756px) {
  section.comparison .comparison_contact .comparison_text_contact {
    font-size: 18px;
    line-height: 27px;
  }
}
section.comparison .comparison_contact .comparison_contact_image_1 {
  position: absolute;
  background-size: contain;
  right: 5%;
  top: 0;
  max-height: 100%;
  z-index: -1;
}
@media (max-width: 956px) {
  section.comparison .comparison_contact .comparison_contact_image_1 {
    display: none;
  }
}
section.comparison .comparison_contact .comparison_contact_image_2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 956px) {
  section.comparison .comparison_contact .comparison_contact_image_2 {
    display: none;
  }
}
section.comparison .comparison_contact .comparison_contact_image_3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 956px) {
  section.comparison .comparison_contact .comparison_contact_image_3 {
    display: none;
  }
}
section.reviews-design-development {
  background-color: #b2edfc;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  section.reviews-design-development {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
section.reviews-design-development .reviews_information {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  section.reviews-design-development .reviews_information {
    gap: 20px;
  }
}
section.reviews-design-development .reviews_information .reviews_text.text.anim.animated {
  color: #000;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 40px;
  font-style: normal;
  width: 1087px;
  font-weight: 600;
  line-height: normal;
  z-index: 1;
  position: relative;
}
@media (max-width: 1100px) {
  section.reviews-design-development .reviews_information .reviews_text.text.anim.animated {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.reviews-design-development .reviews_information .reviews_text.text.anim.animated {
    font-size: 24px;
  }
}
section.reviews-design-development .reviews_information .personal {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
section.reviews-design-development .reviews_information .personal h3.name.anim.animated {
  color: #000;
  text-align: justify;
  font-family: "Tomato Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 9px;
}
@media (max-width: 768px) {
  section.reviews-design-development .reviews_information .personal h3.name.anim.animated {
    font-size: 18px;
  }
}
section.reviews-design-development .reviews_information .personal .position.text.anim.animated {
  color: rgba(66, 66, 66, 0.7607843137);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.7;
}
@media (max-width: 768px) {
  section.reviews-design-development .reviews_information .personal .position.text.anim.animated {
    font-size: 16px;
  }
}
section.reviews-design-development .reviews_information .images_personal {
  width: 94px;
  height: 94px;
}
@media (max-width: 768px) {
  section.reviews-design-development .reviews_information .images_personal {
    width: 64px;
    height: 64px;
  }
}
section.reviews-design-development .reviews_information .images_personal img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
section.reviews-design-development .consultation_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
section.reviews-design-development .consultation_bg_img .image_1 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
  top: 20%;
}
@media (max-width: 1024px) {
  section.reviews-design-development .consultation_bg_img .image_1 {
    opacity: 0.6;
  }
}
section.reviews-design-development .consultation_bg_img .image_2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.reviews-design-development .consultation_bg_img .image_2 {
    opacity: 0.6;
  }
}
section.reviews-design-development .consultation_bg_img .image_3 {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.reviews-design-development .consultation_bg_img .image_3 {
    opacity: 0;
  }
}
section.reviews-design-development .consultation_bg_img .image_5 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
section.reviews-design-development .consultation_bg_img .image_4 {
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.reviews-design-development .consultation_bg_img .image_4 {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  section.reviews-design-development .consultation_bg_img .image_4 {
    display: none;
  }
}
section.web-better-place {
  position: relative;
  padding-top: 124px;
  padding-bottom: 124px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  section.web-better-place {
    padding-top: 74px;
    padding-bottom: 74px;
    margin-top: 80px;
  }
}
section.web-better-place .image_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section.web-better-place .image_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.web-better-place .web-better-place_information {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
section.web-better-place .web-better-place_information h2 {
  color: #fff;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.web-better-place .web-better-place_information h2 {
    font-size: 3.6rem;
  }
}
section.web-better-place .web-better-place_information .texts {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  width: 787px;
}
@media (max-width: 1024px) {
  section.web-better-place .web-better-place_information .texts {
    font-size: 18px;
    width: 100%;
  }
}
section.web-better-place .web-better-place_information span.consultation__inner {
  display: flex;
  gap: 8px;
  align-items: center;
}
section.web-more-services {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  section.web-more-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  section.web-more-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.web-more-services .web_more_information.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.web-more-services .web_more_information.centered h2 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 56px;
  width: 615px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  section.web-more-services .web_more_information.centered h2 {
    font-size: 36px;
    width: 100%;
    text-align: center;
    line-height: 44px;
    padding-bottom: 40px;
  }
}
section.web-more-services .web_more_information.centered h2.title_questions {
  color: #ea008f;
  font-size: 40px;
  text-align: center;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  section.web-more-services .web_more_information.centered h2.title_questions {
    font-size: 32px;
    width: 100%;
    text-align: center;
    line-height: 44px;
    padding-bottom: 20px;
  }
}
section.web-more-services .web_more_information.centered .more_services_list {
  width: 100%;
  column-count: 3;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  section.web-more-services .web_more_information.centered .more_services_list {
    column-count: 2;
    padding-bottom: 80px;
  }
}
@media (max-width: 420px) {
  section.web-more-services .web_more_information.centered .more_services_list {
    column-count: 2;
    padding-bottom: 30px;
  }
}
section.web-more-services .web_more_information.centered .more_services_list .more_services_item.anim.animated {
  color: #71419f;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  section.web-more-services .web_more_information.centered .more_services_list .more_services_item.anim.animated {
    font-size: 22px;
  }
}
@media (max-width: 420px) {
  section.web-more-services .web_more_information.centered .more_services_list .more_services_item.anim.animated {
    font-size: 14px;
    margin-bottom: 11px;
  }
}
section.web-more-services .web_imgs__bg.d-none.d-sm-block {
  position: absolute;
  top: 2%;
  right: -20%;
  opacity: 0.2;
  z-index: -1;
}
section.web-more-services .web_imgs__bg.d-none.d-sm-block img.ofc {
  opacity: 0.2;
}
section.why-madcraft {
  background-color: #f9f3fe;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 120px;
  position: relative;
}
@media (max-width: 768px) {
  section.why-madcraft {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px;
  }
}
section.why-madcraft .list {
  display: flex;
  flex-direction: column;
  gap: 150px;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  section.why-madcraft .list {
    gap: 50px;
  }
}
section.why-madcraft .list .why_choose_madcraft_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  section.why-madcraft .list .why_choose_madcraft_item {
    flex-direction: column;
  }
}
section.why-madcraft .list .why_choose_madcraft_item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  section.why-madcraft .list .why_choose_madcraft_item:nth-child(odd) {
    flex-direction: column;
  }
}
section.why-madcraft .list .why_choose_madcraft_item .information {
  width: 36%;
}
@media (max-width: 1024px) {
  section.why-madcraft .list .why_choose_madcraft_item .information {
    width: 100%;
  }
}
section.why-madcraft .list .why_choose_madcraft_item .image_madcraft {
  width: 526px;
  height: 600px;
}
@media (max-width: 1024px) {
  section.why-madcraft .list .why_choose_madcraft_item .image_madcraft {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media (max-width: 424px) {
  section.why-madcraft .list .why_choose_madcraft_item .image_madcraft {
    height: 310px;
  }
}
section.why-madcraft .list .why_choose_madcraft_item .image_madcraft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.why-madcraft .list .why_choose_madcraft_item h3.title_why_madcraft {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  section.why-madcraft .list .why_choose_madcraft_item h3.title_why_madcraft {
    font-size: 32px;
    line-height: 36px;
  }
}
section.why-madcraft .list .why_choose_madcraft_item .text_why_madcraft {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
  opacity: 0.7;
}
section.why-madcraft .list .why_choose_madcraft_item ul.list-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.why-madcraft .list .why_choose_madcraft_item ul.list-description li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 768px) {
  section.why-madcraft .list .why_choose_madcraft_item ul.list-description li {
    font-size: 16px;
  }
}
section.why-madcraft .web_imgs__bg {
  position: absolute;
  top: 3%;
  right: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  section.why-madcraft .web_imgs__bg {
    top: 20%;
    right: 0;
  }
}
section.why-madcraft .web_imgs__bg img.ofc {
  opacity: 0.2;
}
section.ux-design-image {
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  section.ux-design-image {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
section.ux-design-image .ux_design_image {
  height: 457px;
  width: 100%;
}
@media (max-width: 525px) {
  section.ux-design-image .ux_design_image {
    height: 157px;
  }
}
section.ux-design-image .ux_design_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.ux-design-image .ux-design-image__bg {
  position: absolute;
  top: 0%;
  left: 25%;
  z-index: -1;
}
@media (max-width: 425px) {
  section.ux-design-image .ux-design-image__bg {
    top: 0%;
    left: 0%;
  }
}
section.web_text-image {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 861px) {
  section.web_text-image {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
section.web_text-image h2 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 30px;
}
@media (max-width: 861px) {
  section.web_text-image h2 {
    font-size: 3.2rem;
    padding-bottom: 19px;
    line-height: 35px;
  }
}
section.web_text-image .text_text_image {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 32px;
}
@media (max-width: 576px) {
  section.web_text-image .text_text_image {
    font-size: 18px;
  }
}
section.web_text-image .web_text-image_information {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 50px;
  align-items: center;
}
@media (max-width: 576px) {
  section.web_text-image .web_text-image_information {
    flex-direction: column;
    gap: 20px;
  }
}
section.web_text-image .web_text-image_information .text-image_content {
  width: 40%;
  position: relative;
}
@media (max-width: 826px) {
  section.web_text-image .web_text-image_information .text-image_content {
    width: 100%;
  }
}
section.web_text-image .web_text-image_information .text-image_content .web_imgs__bg {
  position: absolute;
  top: 0;
}
section.web_text-image .web_text-image_information .text-images {
  width: 423px;
  display: flex;
  justify-content: center;
  background: linear-gradient(to top, rgba(178, 237, 252, 0.39) 80%, transparent 80%);
}
@media (max-width: 826px) {
  section.web_text-image .web_text-image_information .text-images {
    width: 100%;
    background: none;
  }
}
section.web_text-image .web_text-image_information .text-images .img {
  width: 373px;
  height: 476px;
}
@media (max-width: 826px) {
  section.web_text-image .web_text-image_information .text-images .img {
    width: 100%;
    height: 426px;
  }
}
section.web_text-image .web_text-image_information .text-images .img img {
  width: 100%;
  height: 100%;
}
section.your-business {
  background-color: #f9f3fe;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 856px) {
  section.your-business {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
  }
}
section.your-business .your-business_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 1024px) {
  section.your-business .your-business_content {
    gap: 20px;
  }
}
@media (max-width: 856px) {
  section.your-business .your-business_content {
    flex-direction: column;
  }
}
section.your-business .your-business_content .your-business_texts {
  width: 50%;
  padding-left: 100px;
}
@media (max-width: 1280px) {
  section.your-business .your-business_content .your-business_texts {
    width: 40%;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  section.your-business .your-business_content .your-business_texts {
    padding-left: 0px;
  }
}
@media (max-width: 856px) {
  section.your-business .your-business_content .your-business_texts {
    width: 100%;
  }
}
section.your-business .your-business_content .your-business_texts h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  padding-bottom: 32px;
}
@media (max-width: 1280px) {
  section.your-business .your-business_content .your-business_texts h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  section.your-business .your-business_content .your-business_texts h2 {
    font-size: 28px;
    padding-bottom: 22px;
  }
}
section.your-business .your-business_content .your-business_texts .text_businnes {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  section.your-business .your-business_content .your-business_texts .text_businnes {
    font-size: 16px;
    padding-bottom: 22px;
  }
}
section.your-business .your-business_content .your-business_texts ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 32px;
}
@media (max-width: 768px) {
  section.your-business .your-business_content .your-business_texts ul {
    gap: 0px;
  }
}
section.your-business .your-business_content .your-business_texts ul li {
  display: flex;
  gap: 15px;
}
section.your-business .your-business_content .your-business_texts ul li h4.titles {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.7;
  width: 100%;
}
@media (max-width: 768px) {
  section.your-business .your-business_content .your-business_texts ul li h4.titles {
    font-size: 16px;
    padding-bottom: 22px;
  }
}
section.your-business .your-business_content .your-business_img {
  width: 473px;
  height: 432px;
}
@media (max-width: 856px) {
  section.your-business .your-business_content .your-business_img {
    width: 100%;
  }
}
@media (max-width: 425px) {
  section.your-business .your-business_content .your-business_img {
    height: 332px;
  }
}
section.your-business .your-business_content .your-business_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.your-business .comment {
  background: color(display-p3 0.7451 0.9216 0.9804/0.25);
  padding: 40px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 150px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 856px) {
  section.your-business .comment {
    margin-top: 50px;
    flex-direction: column;
  }
}
section.your-business .comment .images {
  width: 68px;
  height: 68px;
}
section.your-business .comment .images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.your-business .comment .comment_text {
  width: 80%;
}
@media (max-width: 856px) {
  section.your-business .comment .comment_text {
    width: 100%;
    text-align: center;
  }
}
section.your-business .comment .comment_text .comment_text {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 15px;
}
@media (max-width: 856px) {
  section.your-business .comment .comment_text .comment_text {
    font-size: 18px;
    font-weight: 400;
  }
}
section.your-business .comment .comment_text .comment_name {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 856px) {
  section.your-business .comment .comment_text .comment_name {
    font-size: 20px;
  }
}
section.your-business .comment .coment_imgs__bg {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: -1;
}
section.your-business .comment .coment_img__bg {
  position: absolute;
  left: 0%;
  top: 0;
  z-index: -1;
}
section.your-business .coment_img_m__bg {
  position: absolute;
  right: 0;
  top: 5%;
  z-index: 0;
}
section.your-business .coment_img_blue__bg {
  position: absolute;
  top: -17%;
  height: auto;
}
section.your-business .coment_img_blue_two__bg {
  position: absolute;
  top: 60%;
}
section.your-business .purple_big-img {
  bottom: 30%;
  right: -10%;
}
@media (max-width: 768px) {
  section.your-business .purple_big-img {
    bottom: 22%;
    right: -21%;
    z-index: -1;
    width: 30%;
  }
}
section.consultation-text-title .consultation_information {
  background-color: #b2edfc;
  padding-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  position: relative;
}
section.consultation-text-title .consultation_information h2 {
  z-index: 999;
}
@media (max-width: 768px) {
  section.consultation-text-title .consultation_information {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}
section.consultation-text-title .consultation_information .faq_text.text.anim.animated {
  width: 531px;
  z-index: 99;
}
@media (max-width: 1024px) {
  section.consultation-text-title .consultation_information .faq_text.text.anim.animated {
    width: 100%;
    z-index: 999;
  }
}
section.consultation-text-title .consultation_information a.related-posts__btn.consultation.btn.anim.btn_default.animated {
  background: #71419f;
  color: #fff;
}
section.consultation-text-title .consultation_information .consultation_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
section.consultation-text-title .consultation_information .consultation_bg_img .image_1 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
  top: 20%;
}
@media (max-width: 1024px) {
  section.consultation-text-title .consultation_information .consultation_bg_img .image_1 {
    opacity: 0.6;
  }
}
section.consultation-text-title .consultation_information .consultation_bg_img .image_2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.consultation-text-title .consultation_information .consultation_bg_img .image_2 {
    opacity: 0.6;
  }
}
section.consultation-text-title .consultation_information .consultation_bg_img .image_3 {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.consultation-text-title .consultation_information .consultation_bg_img .image_3 {
    opacity: 0;
  }
}
section.consultation-text-title .consultation_information .consultation_bg_img .image_5 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
section.consultation-text-title .consultation_information .consultation_bg_img .image_4 {
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.consultation-text-title .consultation_information .consultation_bg_img .image_4 {
    opacity: 0.6;
  }
}
section.opportunities {
  background: #ebf9fd;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 756px) {
  section.opportunities {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.opportunities .web_imgs__bg {
  position: absolute;
  right: 1%;
  top: 5%;
  z-index: -1;
  opacity: 0.3;
}
section.opportunities .web_imgs__bg img.ofc {
  opacity: 0.2;
}
section.opportunities .web_img__bg {
  position: absolute;
  right: -5%;
  top: 3%;
  z-index: -1;
  opacity: 0.3;
}
section.opportunities .web_img__bg img.ofc {
  opacity: 0.2;
}
section.opportunities .opportunities_information {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  padding-bottom: 64px;
  align-items: center;
}
section.opportunities .opportunities_information .opportunities_sub_title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  opacity: 0.6;
}
section.opportunities .opportunities_information h2 {
  color: #000;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  width: 757px;
}
@media (max-width: 1024px) {
  section.opportunities .opportunities_information h2 {
    font-size: 3.6rem;
    line-height: 42px;
    width: 100%;
  }
}
@media (max-width: 525px) {
  section.opportunities .opportunities_information h2 {
    font-size: 2.6rem;
    line-height: 28px;
  }
}
section.opportunities .opportunities_information .opportunities_text {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  width: 856px;
  line-height: 28px;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  section.opportunities .opportunities_information .opportunities_text {
    width: 100%;
  }
}
@media (max-width: 420px) {
  section.opportunities .opportunities_information .opportunities_text {
    font-size: 16px;
  }
}
section.opportunities .opportunities_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
section.opportunities .opportunities_list .opportunities_item.anim.animated {
  padding: 48px 40px 80px 40px;
  border: 1.5px solid #a1effe;
  background: #fff;
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1245px) {
  section.opportunities .opportunities_list .opportunities_item.anim.animated {
    width: 40%;
  }
}
@media (max-width: 995px) {
  section.opportunities .opportunities_list .opportunities_item.anim.animated {
    width: 43%;
    padding: 38px 20px 50px 20px;
  }
}
@media (max-width: 825px) {
  section.opportunities .opportunities_list .opportunities_item.anim.animated {
    width: 100%;
    gap: 18px;
  }
}
section.opportunities .opportunities_list .opportunities_item.anim.animated img.icon_opportunities {
  width: 64px;
  height: 64px;
}
section.opportunities .opportunities_list .opportunities_item.anim.animated .title_opportunities {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 420px) {
  section.opportunities .opportunities_list .opportunities_item.anim.animated .title_opportunities {
    font-size: 26px;
  }
}
section.opportunities .opportunities_list .opportunities_item.anim.animated .text_opportunities.text {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.7;
}
@media (max-width: 420px) {
  section.opportunities .opportunities_list .opportunities_item.anim.animated .text_opportunities.text {
    font-size: 16px;
  }
}
section.results {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 861px) {
  section.results {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
section.results h2 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 30px;
}
@media (max-width: 861px) {
  section.results h2 {
    font-size: 3.2rem;
    padding-bottom: 19px;
    line-height: 35px;
  }
}
section.results .text_text_image {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 32px;
}
@media (max-width: 576px) {
  section.results .text_text_image {
    font-size: 18px;
  }
}
section.results .results_information {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  gap: 50px;
  align-items: center;
}
@media (max-width: 676px) {
  section.results .results_information {
    flex-direction: column;
    gap: 20px;
  }
}
section.results .results_information .text-image_content {
  width: 40%;
  position: relative;
}
@media (max-width: 826px) {
  section.results .results_information .text-image_content {
    width: 100%;
  }
}
section.results .results_information .text-image_content .web_imgs__bg {
  position: absolute;
  top: 0;
}
section.results .results_information .text-images {
  width: 423px;
  display: flex;
  justify-content: center;
}
@media (max-width: 826px) {
  section.results .results_information .text-images {
    width: 100%;
  }
}
section.results .results_information .text-images .img {
  width: 473px;
  height: 432px;
}
@media (max-width: 826px) {
  section.results .results_information .text-images .img {
    width: 100%;
    height: 426px;
  }
}
section.results .results_information .text-images .img img {
  width: 100%;
  height: 100%;
}
section.results .tab-info__plx_3 {
  z-index: 0;
  width: 117.553px;
  bottom: 0%;
  z-index: -1;
}
section.results .tab-info__plx_3 svg path {
  fill: #a8fcb5;
}
section.optimization .optimization_information {
  background-color: #b2edfc;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 170px;
  padding-right: 170px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  section.optimization .optimization_information {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 768px) {
  section.optimization .optimization_information {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
section.optimization .optimization_information h2 {
  z-index: 999;
}
section.optimization .optimization_information .faq_text.text.anim.animated {
  width: 100%;
  z-index: 99;
}
@media (max-width: 1024px) {
  section.optimization .optimization_information .faq_text.text.anim.animated {
    width: 100%;
    z-index: 999;
  }
}
section.optimization .optimization_information .consultation_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
section.optimization .optimization_information .consultation_bg_img .image_1 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
  top: 20%;
}
@media (max-width: 1024px) {
  section.optimization .optimization_information .consultation_bg_img .image_1 {
    opacity: 0.6;
  }
}
section.optimization .optimization_information .consultation_bg_img .image_2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.optimization .optimization_information .consultation_bg_img .image_2 {
    opacity: 0.6;
  }
}
section.optimization .optimization_information .consultation_bg_img .image_3 {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.optimization .optimization_information .consultation_bg_img .image_3 {
    opacity: 0;
  }
}
section.optimization .optimization_information .consultation_bg_img .image_5 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
section.optimization .optimization_information .consultation_bg_img .image_4 {
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.optimization .optimization_information .consultation_bg_img .image_4 {
    opacity: 0.6;
  }
}
section.optimization .optimization_information .list.anim.animated {
  display: flex;
  gap: 48px;
  position: relative;
  z-index: 9;
}
@media (max-width: 425px) {
  section.optimization .optimization_information .list.anim.animated {
    flex-direction: column;
    gap: 28px;
  }
}
section.optimization .optimization_information .list.anim.animated .testimonial_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 425px) {
  section.optimization .optimization_information .list.anim.animated .testimonial_item {
    gap: 12px;
  }
}
section.optimization .optimization_information .list.anim.animated .testimonial_item img.icon {
  width: 64px;
  height: 64px;
}
section.optimization .optimization_information .list.anim.animated .testimonial_item h3.testimonial_name {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 24px;
  opacity: 1;
}
@media (max-width: 425px) {
  section.optimization .optimization_information .list.anim.animated .testimonial_item h3.testimonial_name {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
section.optimization .optimization_information .list.anim.animated .testimonial_item .testimonial_profession {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 425px) {
  section.optimization .optimization_information .list.anim.animated .testimonial_item .testimonial_profession {
    font-size: 16px;
  }
}
section.hero-maintenance {
  padding-top: 100px;
}
@media (max-width: 856px) {
  section.hero-maintenance {
    padding-top: 50px;
  }
}
section.hero-maintenance .hero-maintenance_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 856px) {
  section.hero-maintenance .hero-maintenance_content {
    flex-direction: column;
    gap: 30px;
  }
}
section.hero-maintenance .hero-maintenance_content .hero-maintenance_information {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 856px) {
  section.hero-maintenance .hero-maintenance_content .hero-maintenance_information {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}
section.hero-maintenance .hero-maintenance_content .hero-maintenance_information h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  padding-bottom: 32px;
}
@media (max-width: 1280px) {
  section.hero-maintenance .hero-maintenance_content .hero-maintenance_information h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  section.hero-maintenance .hero-maintenance_content .hero-maintenance_information h1 {
    font-size: 28px;
    padding-bottom: 22px;
    line-height: 28px;
  }
}
section.hero-maintenance .hero-maintenance_content .hero-maintenance_information .title_sub_maintenance {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  opacity: 0.7;
}
@media (max-width: 526px) {
  section.hero-maintenance .hero-maintenance_content .hero-maintenance_information .title_sub_maintenance {
    font-size: 12px;
  }
}
section.hero-maintenance .hero-maintenance_content .hero-maintenance_information .text_maintenance {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}
@media (max-width: 526px) {
  section.hero-maintenance .hero-maintenance_content .hero-maintenance_information .text_maintenance {
    font-size: 14px;
  }
}
section.hero-maintenance .hero-maintenance_content .hero-maintenance_information .hero-maintenance_forms {
  width: 234px;
}
section.hero-maintenance .hero-maintenance_content .hero-maintenance_information .hero-maintenance_forms .wpcf7 form.sent .wpcf7-response-output {
  border-color: #e9d7fb !important;
  font-size: 12px;
  margin: 0;
}
@media (max-width: 526px) {
  section.hero-maintenance .hero-maintenance_content .hero-maintenance_information .hero-maintenance_forms {
    width: 100%;
  }
}
section.hero-maintenance .hero-maintenance_content form.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.hero-maintenance .hero-maintenance_content form.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  display: none;
}
section.hero-maintenance .hero-maintenance_content form.wpcf7-form .wpcf7-response-output {
  margin: 0px;
  font-size: 12px;
  padding: 0.2em 1em;
  border: 2px solid #e9d7fb;
}
section.hero-maintenance .hero-maintenance_content form.wpcf7-form .hero__btn {
  margin-bottom: 0rem;
  width: 100%;
}
section.hero-maintenance .hero-maintenance_content form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.hero-maintenance .hero-maintenance_content form.wpcf7-form.init input.wpcf7-form-control {
  width: 23.8rem;
  min-height: 5.6rem;
  border: 1px solid #000;
}
@media (max-width: 526px) {
  section.hero-maintenance .hero-maintenance_content form.wpcf7-form.init input.wpcf7-form-control {
    width: 100%;
  }
}
section.hero-maintenance .hero-maintenance_content form.wpcf7-form.init .hero__btn {
  margin-bottom: 0rem;
}
@media (max-width: 526px) {
  section.hero-maintenance .hero-maintenance_content form.wpcf7-form.init .hero__btn {
    width: 100%;
  }
}
section.hero-maintenance .list_maintenance {
  display: flex;
  justify-content: center;
  padding-top: 120px;
}
@media (max-width: 850px) {
  section.hero-maintenance .list_maintenance {
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
@media (max-width: 525px) {
  section.hero-maintenance .list_maintenance {
    justify-content: flex-start;
    flex-direction: column;
  }
}
section.hero-maintenance .list_maintenance li {
  color: #71419f;
  font-family: "Tomato Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
@media (max-width: 1280px) {
  section.hero-maintenance .list_maintenance li {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  section.hero-maintenance .list_maintenance li {
    font-size: 16px;
  }
}
@media (max-width: 525px) {
  section.hero-maintenance .list_maintenance li {
    font-size: 14px;
    padding-right: 0px;
  }
}
section.hero-maintenance .list_maintenance li::after {
  content: "";
  position: absolute;
  background-color: #71419f;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media (max-width: 526px) {
  section.hero-maintenance .list_maintenance li::after {
    width: 6px;
    height: 6px;
  }
}
section.hero-maintenance .list_maintenance li:nth-child(1)::after {
  display: none;
}
@media (max-width: 525px) {
  section.hero-maintenance .list_maintenance li:nth-child(1)::after {
    display: block;
  }
}
section.hero-maintenance .hero-ecomerce__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: auto;
  height: 100%;
}
section.hero-archive-blog {
  position: relative;
}
section.hero-archive-blog .info-block {
  align-items: center;
}
section.hero-archive-blog .info-block h1 {
  color: #000;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}
section.hero-archive-blog .info-block h1 span {
  color: #d60d8c;
}
@media (max-width: 1280px) {
  section.hero-archive-blog .info-block h1 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  section.hero-archive-blog .info-block h1 {
    font-size: 32px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    line-height: 35px;
  }
}
section.hero-archive-blog .info-block .hero-archive-blog__text {
  color: #292b2c;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 750px;
  opacity: 0.7;
}
@media (max-width: 1280px) {
  section.hero-archive-blog .info-block .hero-archive-blog__text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  section.hero-archive-blog .info-block .hero-archive-blog__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.hero-archive-blog .info-block .hero-archive-blog__text {
    font-size: 16px;
  }
}
section.blog-posts {
  position: relative;
  padding-top: 0;
}
section.blog-posts .mob_search {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
@media (max-width: 1024px) {
  section.blog-posts .mob_search {
    display: flex;
    padding-bottom: 40px;
  }
  section.blog-posts .mob_search .asp_w_container {
    width: 50%;
  }
}
@media (max-width: 768px) {
  section.blog-posts .mob_search .asp_w_container {
    width: 100%;
  }
}
section.blog-posts .probox {
  height: 56px !important;
  position: relative !important;
  background: #edd6fd;
  padding: 2px !important;
}
section.blog-posts .probox input.orig {
  height: 56px !important;
}
section.blog-posts .probox input.orig::placeholder {
  font-size: 16px !important;
  font-weight: 600 !important;
}
section.blog-posts .probox .promagnifier {
  background-color: #b2ecfc !important;
  background-image: none !important;
  height: 56px !important;
}
section.blog-posts .probox .promagnifier div.asp_text_button {
  padding: 0px 20px 0px 20px !important;
  line-height: 52px !important;
  height: 100% !important;
  font-weight: 700 !important;
}
section.blog-posts .probox .innericon {
  position: absolute;
  left: 0;
  height: 100% !important;
  pointer-events: none !important;
}
section.blog-posts .probox .proclose {
  height: 100% !important;
}
section.blog-posts div.asp_m.ajaxsearchpro .probox .proinput form {
  margin-left: 20px !important;
}
section.blog-posts .facetwp-facet-search span.facetwp-input-wrap {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  background-color: rgba(237, 214, 253, 0.7294117647);
  padding: 2px;
  width: 400px;
}
@media (max-width: 768px) {
  section.blog-posts .facetwp-facet-search span.facetwp-input-wrap {
    width: auto;
  }
}
section.blog-posts .facetwp-facet-search span.facetwp-input-wrap .facetwp-icon {
  position: relative;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  background: var(--Light-Blue, color(display-p3 0.7451 0.9216 0.9804));
  padding: 14px 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
section.blog-posts .facetwp-facet-search span.facetwp-input-wrap .facetwp-icon::before {
  content: "Search";
  width: 100%;
  height: 100%;
  background: none !important;
  background-position: 5px 50%;
  background-size: 20px 20px;
}
section.blog-posts .facetwp-facet-search span.facetwp-input-wrap input.facetwp-search {
  width: 426px;
  height: 100%;
  background-color: rgba(237, 214, 253, 0.37);
  position: relative;
  padding-left: 45px;
  border: 0;
}
@media (max-width: 1024px) {
  section.blog-posts .facetwp-facet-search span.facetwp-input-wrap input.facetwp-search {
    width: 330px;
  }
}
@media (max-width: 868px) {
  section.blog-posts .facetwp-facet-search span.facetwp-input-wrap input.facetwp-search {
    width: 230px;
  }
}
@media (max-width: 660px) {
  section.blog-posts .facetwp-facet-search span.facetwp-input-wrap input.facetwp-search {
    width: 100%;
  }
}
section.blog-posts .facetwp-facet-search span.facetwp-input-wrap::before {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url(http://localhost:8888/Madcraft/wp-content/uploads/2024/03/Search.svg);
  background-position: 5px 50%;
  position: absolute;
  left: 10px;
  background-repeat: no-repeat;
}
section.blog-posts .facetwp-facet-search span.facetwp-input-wrap input.facetwp-search::placeholder {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
section.blog-posts .facetwp-facet-blog_category {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  section.blog-posts .facetwp-facet-blog_category {
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: flex-start;
  }
}
section.blog-posts .facetwp-facet-blog_category .facetwp-radio {
  background: none;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #edd6fd;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1024px) {
  section.blog-posts .facetwp-facet-blog_category .facetwp-radio {
    min-width: fit-content;
  }
}
section.blog-posts .facetwp-facet-blog_category .facetwp-radio:hover {
  background-color: rgba(237, 214, 253, 0.5254901961);
}
section.blog-posts .facetwp-facet-blog_category .facetwp-radio span.facetwp-counter {
  display: none;
}
section.blog-posts .facetwp-facet-blog_category .facetwp-radio .facetwp-display-value {
  padding-right: 0px;
}
section.blog-posts .facetwp-facet-blog_category .facetwp-radio.checked {
  background-color: #bcfbbb;
}
section.blog-posts .blog_post_popular {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular {
    flex-direction: column;
    gap: 24px;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container {
  width: 65%;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .blog-posts_container {
    width: 100%;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list {
    flex-wrap: wrap;
    flex-direction: initial;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list {
    flex-direction: column;
    gap: 15px;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item {
  background: rgba(0, 0, 0, 0.04);
  padding: 44px 16px 16px 46px;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item {
    padding: 32px 15px;
    width: 44%;
  }
}
@media (max-width: 768px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item {
    width: auto;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info {
  display: flex;
  gap: 24px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info {
    flex-direction: column;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info .blog-posts_photo {
  width: 226px;
  height: 150px;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info .blog-posts_photo {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info .blog-posts_photo {
    width: 100%;
    height: 250px;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info .blog-posts_photo a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info .blog-posts_photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info .image_blog_posts {
  position: absolute;
  top: -19%;
  z-index: -1;
  left: 24%;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info .image_blog_posts {
    display: none;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info p.team_autors {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  opacity: 0.6;
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info .blog-posts_text {
  width: 464px;
  color: rgba(0, 0, 0, 0.6666666667);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .blog_info .blog-posts_text {
    width: 100%;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item h3.titles_blog-posts {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  padding-bottom: 24px;
  width: 726px;
}
@media (max-width: 1140px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item h3.titles_blog-posts {
    width: 100%;
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item h3.titles_blog-posts {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item h3.titles_blog-posts {
    font-size: 20px;
    line-height: 28px;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .categories_blog-posts {
  text-align: right;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .categories_blog-posts {
    text-align: left;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .categories_blog-posts span.category {
  color: #ea008f;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 768px) {
  section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .categories_blog-posts span.category {
    font-size: 12px;
  }
}
section.blog-posts .blog_post_popular .blog-posts_container ul.blog-posts_list .blog-posts_item .categories_blog-posts span.category-divider {
  padding-left: 8px;
  padding-right: 8px;
  color: #ea008f;
  font-size: 16px;
}
section.blog-posts .blog_post_popular .sidebar_post {
  width: 35%;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .sidebar_post {
    width: 100%;
  }
}
section.blog-posts .blog_post_popular .sidebar_post .subscrib-forms {
  display: block;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .sidebar_post .subscrib-forms {
    display: none;
  }
}
section.blog-posts .blog_post_popular .sidebar_post .sidebar_post__text {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 24px;
}
section.blog-posts .blog_post_popular .sidebar_post form.wpcf7-form.invalid {
  display: flex;
  padding: 2px;
  background-color: #edd6fd;
}
section.blog-posts .blog_post_popular .sidebar_post form.wpcf7-form.invalid .hero__btn {
  width: 16rem;
  padding: 16px 24px;
  margin-bottom: 0rem;
}
section.blog-posts .blog_post_popular .sidebar_post form.wpcf7-form.invalid input {
  height: 56px;
  background: rgba(0, 0, 0, 0);
}
section.blog-posts .blog_post_popular .sidebar_post form.wpcf7-form.invalid input::placeholder {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
section.blog-posts .blog_post_popular .sidebar_post form.wpcf7-form.invalid .wpcf7-response-output {
  position: absolute;
  bottom: -30%;
  margin: 0;
  margin: 0em !important;
  font-size: 10px;
}
section.blog-posts .blog_post_popular .sidebar_post form.wpcf7-form.invalid span.wpcf7-not-valid-tip {
  position: absolute;
  top: -25%;
  font-size: 10px;
}
section.blog-posts .blog_post_popular .sidebar_post form.wpcf7-form.init {
  display: flex;
  padding: 2px;
  background-color: #edd6fd;
}
section.blog-posts .blog_post_popular .sidebar_post form.wpcf7-form.init .hero__btn {
  width: 16rem;
  padding: 16px 24px;
  margin-bottom: 0rem;
}
section.blog-posts .blog_post_popular .sidebar_post form.wpcf7-form.init input {
  height: 56px;
  background: rgba(0, 0, 0, 0);
}
section.blog-posts .blog_post_popular .sidebar_post form.wpcf7-form.init input::placeholder {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
section.blog-posts .blog_post_popular .sidebar_post .title_more_popular {
  color: #000;
  padding-top: 50px;
  font-family: "Tomato Grotesk";
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .sidebar_post .title_more_popular {
    font-size: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  section.blog-posts .blog_post_popular .sidebar_post .title_more_popular {
    font-size: 34px;
    padding-top: 37px;
  }
}
section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item {
  display: flex;
  gap: 16px;
}
section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item .more_popular_photo {
  width: 120px;
  height: 120px;
}
@media (max-width: 1024px) {
  section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item .more_popular_photo {
    width: 40%;
    height: 220px;
  }
}
@media (max-width: 525px) {
  section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item .more_popular_photo {
    height: 120px;
  }
}
section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item .more_popular_photo a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item .more_popular_photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item h3.titles_case_study {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 69%;
}
@media (max-width: 768px) {
  section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item h3.titles_case_study {
    font-size: 16px;
  }
}
section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item .categories_work {
  color: #ea008f;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item .categories_work {
    font-size: 11px;
  }
}
section.blog-posts .blog_post_popular .sidebar_post ul.more_popular_list li.more_popular_item .categories_work span.category {
  width: auto;
  display: block;
}
section.blog-posts .facetwp-pager {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
section.blog-posts .facetwp-pager a.facetwp-page.prev {
  transform: rotate(180deg);
  padding: 12px 15px;
  background-color: #b2edfc;
}
section.blog-posts .facetwp-pager a.facetwp-page.next {
  padding: 12px 15px;
  background-color: #b2edfc;
}
section.blog-posts .facetwp-pager a.facetwp-page.active {
  background-color: #edd6fd;
}
section.blog-posts .facetwp-pager .facetwp-page {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border: 1px solid rgba(41, 43, 44, 0.05);
  padding: 10px 14px;
}
section.blog-posts .small_img {
  width: 32px;
  top: 30%;
}
@media (max-width: 768px) {
  section.blog-posts .small_img {
    display: none;
  }
}
section.blog-posts .small-green_img {
  width: 32px;
  bottom: 0;
}
section.blog-posts .tab-info__plx_3 {
  top: 0%;
}
@media (max-width: 768px) {
  section.blog-posts .tab-info__plx_3 {
    top: 15%;
  }
}
section.blog-posts .green_big-img {
  bottom: 10%;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  section.blog-posts .green_big-img {
    bottom: 25%;
    right: -21%;
    z-index: -1;
    width: 30%;
  }
}
section.blog-posts .purple_big-img {
  bottom: 0%;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  section.blog-posts .purple_big-img {
    bottom: 22%;
    right: -21%;
    z-index: -1;
    width: 30%;
  }
}

@media (max-width: 768px) {
  .page-template-blog section.work-request {
    display: block;
  }
}
section.hero-single_post {
  padding-bottom: 0px;
}
section.hero-single_post .single_post_container {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  section.hero-single_post .single_post_container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.hero-single_post .information {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(41, 43, 44, 0.3764705882);
}
section.hero-single_post .information .date {
  color: #292b2c;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.hero-single_post .information .work__socials-inner {
  display: flex;
  gap: 6px;
}
section.hero-single_post .information .work__socials-inner a.work__socials-item {
  width: 20px;
  height: 20px;
}
section.hero-single_post .hero-ecomerce_content {
  padding-top: 34px;
}
section.hero-single_post .hero-ecomerce_content h1 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  width: 700px;
  padding-bottom: 24px;
}
@media (max-width: 1024px) {
  section.hero-single_post .hero-ecomerce_content h1 {
    font-size: 38px;
    line-height: 42px;
    width: 100%;
  }
}
section.hero-single_post .hero-ecomerce_content .team_autors {
  color: #292b2c;
  text-align: left;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.hero-single_post .hero-ecomerce_content .img_poosts {
  height: 550px;
  width: 100%;
  padding-top: 34px;
}
@media (max-width: 768px) {
  section.hero-single_post .hero-ecomerce_content .img_poosts {
    height: 300px;
  }
}
section.hero-single_post .hero-ecomerce_content .img_poosts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.hero-single_post .hero-ecomerce__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
section.title-text-post {
  padding-bottom: 0px;
}
section.title-text-post .title_text_content {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  section.title-text-post .title_text_content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.title-text-post .title_text_content h2 {
  font-size: 31px;
  padding-bottom: 24px;
}
section.title-text-post .title_text_content .texts.text {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.7;
}
section.title-text-post .title_text_content .texts.text p {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
section.title-text-post .title_text_content .texts.text h3 {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #000;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  opacity: 0.7;
}
section.title-text-post .title_text_content .texts.text a {
  display: inline;
  color: var(--Pink, color(display-p3 0.8392 0.051 0.549));
}
section.title-text-post .title_text_content.background {
  border-radius: 24px;
  background: rgba(237, 214, 253, 0.3);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  section.title-text-post .title_text_content.background {
    padding: 20px;
  }
}
section.title-text-post .image_analytics_text {
  display: flex;
}
section.content-post {
  padding-bottom: 0px;
}
section.content-post .content-posts {
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
@media (max-width: 1024px) {
  section.content-post .content-posts {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  section.content-post .content-posts {
    gap: 8px;
  }
}
section.content-post .content-posts .web_design_item.anim.animated {
  display: flex;
  gap: 8px;
  color: #ea008f;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  section.content-post .content-posts .web_design_item.anim.animated {
    font-size: 14px;
    gap: 5px;
  }
}
section.post-quote {
  padding-top: 0px;
  padding-bottom: 0px;
}
section.post-quote .quote {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  section.post-quote .quote {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.post-quote .text_quote_information {
  background: color(display-p3 0.7451 0.9216 0.9804/0.25);
  padding: 40px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 856px) {
  section.post-quote .text_quote_information {
    margin-top: 20px;
  }
}
section.post-quote .text_quote_information .text_quote {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 15px;
}
@media (max-width: 856px) {
  section.post-quote .text_quote_information .text_quote {
    font-size: 18px;
    font-weight: 400;
  }
}
section.post-quote .text_quote_information .coment_imgs__bg {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: -1;
}
section.post-quote .text_quote_information .coment_img__bg {
  position: absolute;
  left: 0%;
  top: 0;
  z-index: -1;
}
section.full-image {
  padding-top: 50px;
  padding-bottom: 0;
}
section.full-image .post-full-image {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  section.full-image .post-full-image {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.full-image .post-full-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  section.full-image .post-full-image img {
    height: 250px;
  }
}
section.before-after .before-after_information {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media (max-width: 856px) {
  section.before-after .before-after_information {
    flex-direction: column;
  }
}
section.before-after .before-after_information .arrow_images {
  width: 46px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.before-after .before-after_information .arrow_images img.ofc {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 856px) {
  section.before-after .before-after_information .arrow_images img.ofc {
    transform: rotate(90deg);
  }
}
section.before-after .before-after_information .img_text {
  box-shadow: 0px 0px 14px 0px #dcdcdc;
  background-color: #ffffff;
  border-radius: 20px;
}
section.before-after .before-after_information .img_text .images_before-after {
  padding: 30px;
}
section.before-after .before-after_information .img_text .images_before-after img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
@media (max-width: 856px) {
  section.before-after .before-after_information .img_text .images_before-after img {
    height: 220px;
  }
}
section.before-after .before-after_information .img_text p {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #df678c;
  border-radius: 0px 0px 20px 20px;
  font-size: 31px;
  font-weight: 700;
  color: #fff;
}

.single-services section.full-image .post-full-image img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}
.single-services .hero-ecomerce_image {
  width: 600px;
  height: auto;
}
@media (max-width: 756px) {
  .single-services .hero-ecomerce_image {
    width: 100%;
    height: 350px;
  }
}
.single-services .hero-ecomerce_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-services .hero-ecomerce_text {
  text-align: left;
}
section.hero-about {
  padding-top: 100px;
}
@media (max-width: 856px) {
  section.hero-about {
    padding-top: 50px;
  }
}
section.hero-about .hero-about_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 856px) {
  section.hero-about .hero-about_content {
    flex-direction: column;
  }
}
section.hero-about .hero-about_content .hero-about_information {
  width: 484px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 856px) {
  section.hero-about .hero-about_content .hero-about_information {
    width: 100%;
    text-align: center;
    align-items: center;
    gap: 5px;
  }
}
section.hero-about .hero-about_content .hero-about_information h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  padding-bottom: 32px;
  width: 484px;
}
@media (max-width: 526px) {
  section.hero-about .hero-about_content .hero-about_information h1 {
    width: 100%;
    line-height: 28px;
  }
}
section.hero-about .hero-about_content .hero-about_information h1 span {
  color: var(--Pink, color(display-p3 0.8392 0.051 0.549));
}
@media (max-width: 1280px) {
  section.hero-about .hero-about_content .hero-about_information h1 {
    font-size: 56px;
    line-height: 48px;
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  section.hero-about .hero-about_content .hero-about_information h1 {
    font-size: 28px;
    padding-bottom: 22px;
  }
}
section.hero-about .hero-about_content .hero-about_information .hero-ecomerce_text {
  font-size: 16px;
}
@media (max-width: 768px) {
  section.hero-about .hero-about_content .hero-about_information .hero__btn {
    margin: 0;
  }
}
section.hero-about .hero-about_content .hero-about_information .hero__btn {
  width: 20.8rem;
  margin-bottom: 0rem;
}
section.hero-about .hero-about_content .hero-ecomerce_image {
  width: 586px;
  height: auto;
}
@media (max-width: 1024px) {
  section.hero-about .hero-about_content .hero-ecomerce_image {
    width: 486px;
  }
}
@media (max-width: 526px) {
  section.hero-about .hero-about_content .hero-ecomerce_image {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  section.hero-about .hero-about_content .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-about .hero-about_content .buttons {
    display: none;
  }
}
section.hero-about .hero-ecomerce__bg {
  position: absolute;
  right: 10%;
  top: -5%;
  z-index: -1;
  height: 100%;
  width: 741px;
}
@media (max-width: 1440px) {
  section.hero-about .hero-ecomerce__bg {
    right: 4%;
  }
}
@media (max-width: 1280px) {
  section.hero-about .hero-ecomerce__bg {
    right: 0%;
  }
}
@media (max-width: 1024px) {
  section.hero-about .hero-ecomerce__bg {
    width: 541px;
  }
}
@media (max-width: 856px) {
  section.hero-about .hero-ecomerce__bg {
    right: 0%;
    left: 0%;
    margin: 0 auto;
    top: 10%;
  }
}
@media (max-width: 768px) {
  section.hero-about .hero-ecomerce__bg {
    right: 0%;
    left: 0%;
    margin: 0 auto;
    top: 23%;
    width: auto;
  }
}
section.hero-about .hero-ecomerce__bg img.ofc {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  section.hero-about .hero-ecomerce__bg img.ofc {
    opacity: 0.3;
  }
}
section.our_values {
  background-color: #f9f3fe;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 120px;
  position: relative;
  z-index: -2;
}
@media (max-width: 1024px) {
  section.our_values {
    z-index: 0;
  }
}
@media (max-width: 768px) {
  section.our_values {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
  }
}
section.our_values .sub_title_values {
  text-align: center;
  padding-bottom: 24px;
  color: #292b2c;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.our_values h2 {
  color: #000;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  section.our_values h2 {
    font-size: 3.6rem;
    line-height: 42px;
    padding-bottom: 50px;
  }
}
@media (max-width: 525px) {
  section.our_values h2 {
    font-size: 2.6rem;
    line-height: 28px;
    padding-bottom: 20px;
  }
}
section.our_values .list {
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  section.our_values .list {
    padding-top: 30px;
    gap: 15px;
  }
}
section.our_values .list .our_values_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  section.our_values .list .our_values_item {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
section.our_values .list .our_values_item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  section.our_values .list .our_values_item:nth-child(odd) {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
section.our_values .list .our_values_item .information {
  width: 36%;
}
@media (max-width: 1024px) {
  section.our_values .list .our_values_item .information {
    width: 100%;
  }
}
section.our_values .list .our_values_item .information img.icon_our_values {
  width: 80px;
  height: 80px;
  padding-bottom: 20px;
}
@media (max-width: 568px) {
  section.our_values .list .our_values_item .information img.icon_our_values {
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
  }
}
section.our_values .list .our_values_item .image_madcraft {
  width: 50%;
  height: 450px;
}
@media (max-width: 1024px) {
  section.our_values .list .our_values_item .image_madcraft {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media (max-width: 568px) {
  section.our_values .list .our_values_item .image_madcraft {
    height: 250px;
  }
}
section.our_values .list .our_values_item .image_madcraft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.our_values .list .our_values_item h3.title_why_madcraft {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  section.our_values .list .our_values_item h3.title_why_madcraft {
    font-size: 32px;
    line-height: 36px;
  }
}
section.our_values .list .our_values_item .text_why_madcraft {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
  opacity: 0.7;
}
section.our_values .list .our_values_item ul.list-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.our_values .list .our_values_item ul.list-description li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 768px) {
  section.our_values .list .our_values_item ul.list-description li {
    font-size: 16px;
  }
}
section.our_values .hero-ecomerce__bg {
  position: absolute;
  bottom: 32%;
  left: 0;
  z-index: 0;
}
section.our_values .hero-ecomerce__bg img.ofc {
  opacity: 0.2;
}
section.about-experience {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  section.about-experience {
    padding-top: 50px;
  }
}
@media (max-width: 524px) {
  section.about-experience {
    padding-top: 20px;
  }
}
section.about-experience .about-experience_information {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  section.about-experience .about-experience_information {
    flex-direction: column;
  }
}
section.about-experience .about-experience_information .about-experience_content {
  width: 50%;
  padding: 64px 32px;
  background: rgba(237, 214, 253, 0.4117647059);
}
@media (max-width: 1024px) {
  section.about-experience .about-experience_information .about-experience_content {
    width: 100%;
    padding: 0px;
  }
  section.about-experience .about-experience_information .about-experience_content .title_box {
    padding: 34px 22px;
  }
}
section.about-experience .about-experience_information .about-experience_content .sub_title_experience {
  color: #ea008f;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 16px;
}
section.about-experience .about-experience_information .about-experience_content h2 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  section.about-experience .about-experience_information .about-experience_content h2 {
    font-size: 3.6rem;
    line-height: 42px;
    padding-bottom: 50px;
  }
}
@media (max-width: 525px) {
  section.about-experience .about-experience_information .about-experience_content h2 {
    font-size: 2.6rem;
    line-height: 28px;
    padding-bottom: 20px;
  }
}
section.about-experience .about-experience_information .about-experience_content .text_experience.text.anim.animated {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 24px;
}
section.about-experience .about-experience_information .about-experience-images {
  width: 50%;
  padding: 71px 102px;
  background: rgba(237, 214, 253, 0.4117647059);
  position: relative;
}
@media (max-width: 1280px) {
  section.about-experience .about-experience_information .about-experience-images {
    padding: 51px 62px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  section.about-experience .about-experience_information .about-experience-images {
    padding: 0px;
  }
  section.about-experience .about-experience_information .about-experience-images .image_box {
    padding: 34px 122px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  section.about-experience .about-experience_information .about-experience-images .image_box {
    padding: 64px 72px;
  }
}
@media (max-width: 1024px) and (max-width: 434px) {
  section.about-experience .about-experience_information .about-experience-images .image_box {
    padding: 54px 32px;
  }
}
section.about-experience .about-experience_information .about-experience-images .img {
  width: 100%;
  height: 450px;
}
@media (max-width: 1024px) {
  section.about-experience .about-experience_information .about-experience-images .img {
    height: 550px;
  }
}
@media (max-width: 434px) {
  section.about-experience .about-experience_information .about-experience-images .img {
    height: 275px;
  }
}
section.about-experience .about-experience_information .about-experience-images .second_image {
  width: 316px;
  height: 421px;
  position: absolute;
  bottom: -19%;
  left: 0;
}
@media (max-width: 434px) {
  section.about-experience .about-experience_information .about-experience-images .second_image {
    width: 216px;
    height: 321px;
    left: -19px;
  }
}
section.about-experience .about-experience_information .about-experience-images .second_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.about-experience .about-experience_information .about-experience-images .third_image {
  width: 345px;
  height: auto;
  position: absolute;
  top: 15%;
  right: -30px;
}
@media (max-width: 434px) {
  section.about-experience .about-experience_information .about-experience-images .third_image {
    width: 215px;
  }
}
section.about-experience .about-experience_imgs__bg {
  position: absolute;
  top: -8%;
  z-index: -1;
  right: 16%;
  opacity: 1;
  width: 849px;
}
@media (max-width: 1440px) {
  section.about-experience .about-experience_imgs__bg {
    top: -10%;
    z-index: 1;
    right: 1%;
  }
}
@media (max-width: 768px) {
  section.about-experience .about-experience_imgs__bg {
    top: -10%;
    z-index: 1;
    right: 0%;
    width: auto;
  }
}
section.about-experience .about-experience_imgs__bg img {
  position: relative;
  opacity: 0.8;
}
section.about-testimonial {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  section.about-testimonial {
    padding-top: 50px;
  }
}
@media (max-width: 524px) {
  section.about-testimonial {
    padding-top: 20px;
  }
}
section.about-testimonial .service_sub_title {
  color: #292b2c;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}
section.about-testimonial .sliders {
  position: relative;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 50px;
}
@media (max-width: 526px) {
  section.about-testimonial .sliders {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 110px;
  }
}
section.about-testimonial .sliders .next_prev {
  display: none;
}
@media (max-width: 526px) {
  section.about-testimonial .sliders .next_prev {
    display: block;
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
  }
  section.about-testimonial .sliders .next_prev .swiper-button-prev:after {
    display: none;
  }
  section.about-testimonial .sliders .next_prev .swiper-button-next:after {
    display: none;
  }
  section.about-testimonial .sliders .next_prev .swiper-button-next {
    right: 35%;
  }
  section.about-testimonial .sliders .next_prev .swiper-button-prev {
    left: 33%;
    transform: rotate(180deg);
  }
}
section.about-testimonial .about-testimonials {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  section.about-testimonial .about-testimonials {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  section.about-testimonial .about-testimonials {
    padding-top: 20px;
  }
}
section.about-testimonial .about-testimonials .lists {
  height: auto;
}
section.about-testimonial .about-testimonials .lists .testimonial_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border: 1px solid #ff0092;
}
section.about-testimonial .about-testimonials .lists .testimonial_item h3.testimonial_name {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 10px;
}
section.about-testimonial .about-testimonials .lists .testimonial_item .testimonial_text {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.7;
  margin-bottom: auto;
}
section.about-testimonial .about-testimonials .lists .testimonial_item .testimonial_profession {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
section.about-testimonial .about-testimonials .lists .testimonial_text.anim.animated {
  color: var(--Grey, #292b2c);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
section.b2b-case-studies {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  section.b2b-case-studies {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
section.b2b-case-studies .Swiperind {
  position: relative;
  overflow: hidden;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list {
  padding-bottom: 80px;
}
@media (max-width: 468px) {
  section.b2b-case-studies .Swiperind ul.b2b-case-studies_list {
    padding-bottom: 40px;
  }
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li {
  cursor: pointer;
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .b2b-case-studies_photo {
  height: 483px;
  width: 100%;
}
@media (max-width: 1095px) {
  section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .b2b-case-studies_photo {
    height: 383px;
  }
}
@media (max-width: 950px) {
  section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .b2b-case-studies_photo {
    height: 323px;
  }
}
@media (max-width: 787px) {
  section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .b2b-case-studies_photo {
    height: 253px;
  }
}
@media (max-width: 735px) {
  section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .b2b-case-studies_photo {
    height: 483px;
  }
}
@media (max-width: 497px) {
  section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .b2b-case-studies_photo {
    height: auto;
  }
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .b2b-case-studies_photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .b2b-case-studies_photo a {
  width: 100%;
  height: 100%;
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  gap: 5px;
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies .categories_b2b-case-studies {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies .categories_b2b-case-studies .category {
  color: rgba(169, 168, 168, 0.8784313725);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 876px) {
  section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies h3 {
    font-size: 20px;
  }
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies .buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies .buttons a {
  color: #71419f;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 876px) {
  section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies .buttons a {
    font-size: 16px;
  }
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies .buttons:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 98%;
  height: 1px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies .buttons:hover svg {
  margin-left: 2px;
}
section.b2b-case-studies .Swiperind ul.b2b-case-studies_list li .info_b2b-case-studies .buttons:hover:after {
  background-color: #71419f;
}
section.b2b-case-studies .Swiperind .swiper-scrollbar {
  position: absolute;
  bottom: 3%;
  left: 0%;
  width: 80%;
  background: rgba(41, 43, 44, 0.337254902);
  height: 2px;
}
@media (max-width: 1024px) {
  section.b2b-case-studies .Swiperind .swiper-scrollbar {
    width: 100%;
  }
}
section.b2b-case-studies .Swiperind .swiper-scrollbar .swiper-scrollbar-drag {
  background: #71419f;
}
section.b2b-case-studies .Swiperind .next_prev {
  position: absolute;
  bottom: 4%;
  left: 90%;
  right: 0;
}
@media (max-width: 1024px) {
  section.b2b-case-studies .Swiperind .next_prev {
    display: none;
  }
}
section.b2b-case-studies .Swiperind .next_prev .swiper-button-prev:after {
  display: none;
}
section.b2b-case-studies .Swiperind .next_prev .swiper-button-next:after {
  display: none;
}
section.b2b-case-studies .Swiperind .next_prev .swiper-button-next {
  right: 35%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 10px;
  background: var(--color-purple-l);
}
section.b2b-case-studies .Swiperind .next_prev .swiper-button-prev {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 10px;
  background: var(--color-purple-l);
  left: -30%;
  transform: rotate(180deg);
}
section.world-class {
  background: #ebf9fd;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  section.world-class {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.world-class .title_world_class {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  width: 811px;
  padding-bottom: 100px;
}
section.world-class .title_world_class a {
  color: var(--Purple, color(display-p3 0.4157 0.2627 0.6039));
  display: inline;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  section.world-class .title_world_class {
    font-size: 3.6rem;
    line-height: 42px;
    width: 100%;
  }
}
@media (max-width: 525px) {
  section.world-class .title_world_class {
    font-size: 2.6rem;
    line-height: 28px;
    padding-bottom: 50px;
  }
}
section.world-class ul.world_class_list {
  display: flex;
  gap: 24px;
  padding-bottom: 250px;
}
@media (max-width: 1024px) {
  section.world-class ul.world_class_list {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  section.world-class ul.world_class_list {
    padding-bottom: 50px;
    width: 100%;
  }
}
section.world-class ul.world_class_list li {
  padding: 48px 30px;
  border: 1.5px solid #a1effe;
  background: rgba(178, 237, 252, 0.2);
  width: 33%;
}
@media (max-width: 768px) {
  section.world-class ul.world_class_list li {
    width: 100%;
    padding: 28px 20px;
  }
}
section.world-class ul.world_class_list li h3.number_world-class {
  color: #ea008f;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  section.world-class ul.world_class_list li h3.number_world-class {
    font-size: 38px;
  }
}
section.world-class ul.world_class_list li .text_world-class {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(114, 65, 159, 0.137254902);
}
@media (max-width: 768px) {
  section.world-class ul.world_class_list li .text_world-class {
    font-size: 18px;
  }
}
section.world-class ul.world_class_list li:nth-child(2n) {
  position: relative;
  top: 150px;
}
@media (max-width: 1024px) {
  section.world-class ul.world_class_list li:nth-child(2n) {
    position: relative;
    top: 0px;
  }
}
section.world-class .world-class_information {
  background-color: #edd6fd;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  section.world-class .world-class_information {
    padding: 100px 20px 100px;
  }
}
section.world-class .world-class_information h3 {
  z-index: 999;
}
section.world-class .world-class_information .faq_text.text.anim.animated {
  width: 531px;
  z-index: 99;
}
@media (max-width: 1024px) {
  section.world-class .world-class_information .faq_text.text.anim.animated {
    width: 100%;
    z-index: 999;
  }
}
section.world-class .world-class_information a.related-posts__btn.consultation.btn.anim.btn_default.animated {
  background: #71419f;
  color: #fff;
}
section.world-class .world-class_information .consultation_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
section.world-class .world-class_information .consultation_bg_img .image_1 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
  top: 20%;
}
section.world-class .world-class_information .consultation_bg_img .image_1 path {
  fill: #71419f !important;
}
@media (max-width: 1024px) {
  section.world-class .world-class_information .consultation_bg_img .image_1 {
    opacity: 0.6;
  }
}
section.world-class .world-class_information .consultation_bg_img .image_2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.world-class .world-class_information .consultation_bg_img .image_2 {
    opacity: 0.6;
  }
}
section.world-class .world-class_information .consultation_bg_img .image_3 {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 0;
}
section.world-class .world-class_information .consultation_bg_img .image_3 path {
  fill: #ea008f !important;
}
@media (max-width: 1024px) {
  section.world-class .world-class_information .consultation_bg_img .image_3 {
    opacity: 0;
  }
}
section.world-class .world-class_information .consultation_bg_img .image_5 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
section.world-class .world-class_information .consultation_bg_img .image_4 {
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: 0;
}
@media (max-width: 1024px) {
  section.world-class .world-class_information .consultation_bg_img .image_4 {
    opacity: 0.6;
  }
}

section.related-posts .button_other_case_study {
  text-align: center;
  padding-top: 60px;
}
section.related-posts .button_other_case_study a.related-posts__btn {
  width: 23.8rem;
}
section.b2b-expertise .information_expertise {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  section.b2b-expertise .information_expertise {
    padding-bottom: 30px;
  }
}
section.b2b-expertise .information_expertise .title_sub_expertise {
  color: #292b2c;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
section.b2b-expertise .information_expertise h2 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 28px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  width: 895px;
}
@media (max-width: 1024px) {
  section.b2b-expertise .information_expertise h2 {
    width: auto;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 528px) {
  section.b2b-expertise .information_expertise h2 {
    font-size: 20px;
    width: 100%;
    line-height: normal;
  }
}
section.b2b-expertise .information_expertise p.text_expertise {
  opacity: 0.7;
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1024px) {
  section.b2b-expertise .information_expertise p.text_expertise {
    font-size: 14px;
    line-height: normal;
  }
}
section.b2b-expertise ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 0;
  list-style-type: none;
}
section.b2b-expertise ul.list li.item {
  padding: 20px 15px;
  border: 1px solid #f2d5ff;
  background: #fcf8ff;
  flex: 1 1 22%;
  max-width: 22%;
  box-sizing: border-box;
}
section.b2b-expertise ul.list li.item .img_title {
  padding-bottom: 24px;
}
section.b2b-expertise ul.list li.item .img_title img {
  width: 64px;
  height: 64px;
  padding-bottom: 24px;
}
section.b2b-expertise ul.list li.item .img_title h3.title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 25px;
}
section.b2b-expertise ul.list li.item .texts {
  color: rgba(0, 0, 0, 0.7098039216);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
section.b2b-expertise ul.list li.item a {
  color: #af6ce0;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
section.b2b-expertise ul.list li.item a:hover {
  text-decoration: underline;
}
section.b2b-expertise ul.list:has(li:nth-child(n+5)) li.item {
  flex: 1 1 30%;
  max-width: 30%;
}
@media (max-width: 1024px) {
  section.b2b-expertise ul.list li.item {
    flex: 1 1 45% !important;
    max-width: 45% !important;
  }
}
@media (max-width: 768px) {
  section.b2b-expertise ul.list li.item {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
@charset "UTF-8";
section.tab-info.b2b {
  background: #ebf9fd;
}
section.tab-info.b2b .tab-info-item .row {
  justify-content: space-between;
}
section.tab-info.b2b .d-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.tab-info.b2b .d-details .tab-control.active .tab-control_titles:after {
  transform: rotate(270deg);
}
section.tab-info.b2b .d-details .tab-control.active .info.anim.animated {
  display: block;
  height: fit-content;
  padding: 32px;
  padding-top: 0px;
}
section.tab-info.b2b .d-details .tab-control.active .info.anim.animated p {
  color: var(--Grey, #292b2c);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 526px) {
  section.tab-info.b2b .d-details .tab-control.active .info.anim.animated p {
    font-size: 14px;
  }
}
section.tab-info.b2b .d-details .tab-control.active .info.anim.animated ul.list-unstyled {
  padding-top: 24px;
}
section.tab-info.b2b .d-details .tab-control.active .info.anim.animated ul.list-unstyled li {
  display: flex;
  gap: 16px;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
}
@media (max-width: 526px) {
  section.tab-info.b2b .d-details .tab-control.active .info.anim.animated ul.list-unstyled li {
    font-size: 14px;
  }
}
section.tab-info.b2b .d-details .tab-control.active {
  border: 1px solid #fff;
  background: #fff;
}
section.tab-info.b2b .d-details .tab-control {
  border: 1px solid rgba(179, 179, 179, 0.5254901961);
  background: rgba(255, 255, 255, 0);
  transition: height 0.3s ease;
  width: 100%;
}
@media (max-width: 1024px) {
  section.tab-info.b2b .d-details .tab-control {
    width: auto;
  }
}
section.tab-info.b2b .d-details .tab-control .info.anim.animated {
  display: none;
}
section.tab-info.b2b .d-details .tab-control .tab-control_titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  cursor: pointer;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 526px) {
  section.tab-info.b2b .d-details .tab-control .tab-control_titles {
    font-size: 18px;
    line-height: 24px;
  }
}
section.tab-info.b2b .d-details .tab-control .tab-control_titles:after {
  content: "›";
  font-size: 4rem;
  font-weight: 200;
  transition: 0.3s;
  transform: rotate(90deg);
}
section.full-title-b2b .full-title-b2b_content {
  display: flex;
  gap: 170px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.full-title-b2b .full-title-b2b_content {
    gap: 70px;
  }
}
@media (max-width: 768px) {
  section.full-title-b2b .full-title-b2b_content {
    flex-direction: column;
    gap: 20px;
  }
}
section.full-title-b2b .full-title-b2b_content .b2b_full_title_icons {
  width: 20px;
  height: 25px;
}
section.full-title-b2b .full-title-b2b_content .b2b_full_title_icons img {
  width: 100%;
  height: 100%;
}
section.full-title-b2b .full-title-b2b_content .full-title-b2b {
  color: #000;
  font-size: 41px;
  font-weight: 600;
  line-height: 48px;
  width: 75%;
}
@media (max-width: 1280px) {
  section.full-title-b2b .full-title-b2b_content .full-title-b2b {
    font-size: 36px;
    line-height: 39px;
  }
}
@media (max-width: 1024px) {
  section.full-title-b2b .full-title-b2b_content .full-title-b2b {
    font-size: 29px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  section.full-title-b2b .full-title-b2b_content .full-title-b2b {
    font-size: 26px;
    line-height: 30px;
    width: 100%;
  }
}
@media (max-width: 420px) {
  section.full-title-b2b .full-title-b2b_content .full-title-b2b {
    font-size: 22px;
    line-height: 26px;
  }
}
section.b2b-tab-left .b2b-tab-left-content {
  display: flex;
  justify-content: space-between;
  gap: 200px;
  padding: 150px 110px;
  background: #ecf9fe;
}
@media (max-width: 1280px) {
  section.b2b-tab-left .b2b-tab-left-content {
    gap: 150px;
    padding: 100px 70px;
  }
}
@media (max-width: 924px) {
  section.b2b-tab-left .b2b-tab-left-content {
    gap: 50px;
    padding: 50px 50px;
  }
}
@media (max-width: 768px) {
  section.b2b-tab-left .b2b-tab-left-content {
    flex-direction: column;
    padding: 50px 20px;
  }
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left-titles {
  width: 50%;
}
@media (max-width: 768px) {
  section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left-titles {
    width: 100%;
  }
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left-titles .b2b_left__tabs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left-titles .b2b_left__tabs {
    gap: 20px;
  }
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left-titles .b2b_left__tabs .b2b-tab-left-info_tab {
  cursor: pointer;
  color: #000;
  opacity: 0.3;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 1024px) {
  section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left-titles .b2b_left__tabs .b2b-tab-left-info_tab {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left-titles .b2b_left__tabs .b2b-tab-left-info_tab {
    font-size: 21px;
    line-height: 24px;
  }
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left-titles .b2b_left__tabs .b2b-tab-left-info_tab p {
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 1024px) {
  section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left-titles .b2b_left__tabs .b2b-tab-left-info_tab p {
    font-size: 14px;
  }
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left-titles .b2b_left__tabs .b2b-tab-left-info_tab.active {
  color: #71419f;
  opacity: 1;
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left__list {
  width: 100%;
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left__list .d-details.anim {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 48px;
}
@media (max-width: 1024px) {
  section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left__list .d-details.anim {
    padding-bottom: 28px;
  }
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left__list .d-details.anim .info_tab_left {
  padding: 12px 24px;
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1024px) {
  section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left__list .d-details.anim .info_tab_left {
    padding: 10px 18px;
    line-height: 21px;
    font-size: 12px;
  }
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left__list .d-details.anim .green {
  background: #a8fcb5;
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left__list .d-details.anim .default {
  background: #edd6fd;
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left__list .d-details.anim .blue {
  background: #b2edfc;
}
section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left__list .tab-info-item__text {
  border-top: 1px solid rgba(41, 43, 44, 0.3529411765);
  color: rgba(41, 43, 44, 0.6509803922);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.2px;
  padding-top: 48px;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  section.b2b-tab-left .b2b-tab-left-content .b2b-tab-left__list .tab-info-item__text {
    padding-top: 28px;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 23px;
  }
}
section.recognition {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 1280px) {
  section.recognition {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  section.recognition {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.recognition .recognition__bg.d-none.d-sm-block {
  position: absolute;
  top: -4%;
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 928px) {
  section.recognition .recognition__bg.d-none.d-sm-block {
    display: none;
  }
}
section.recognition h2 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 1024px) {
  section.recognition h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  section.recognition h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
section.recognition .recognition_content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 928px) {
  section.recognition .recognition_content {
    flex-direction: column;
  }
}
section.recognition .recognition_content .titles {
  width: 20%;
}
@media (max-width: 928px) {
  section.recognition .recognition_content .titles {
    width: 100%;
  }
}
section.recognition .recognition_content ul.list {
  width: 50%;
}
@media (max-width: 928px) {
  section.recognition .recognition_content ul.list {
    width: 100%;
  }
}
section.recognition .recognition_content ul.list li.item {
  display: flex;
  gap: 60px;
  padding-bottom: 32px;
  padding-top: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2588235294);
  justify-content: space-between;
}
@media (max-width: 928px) {
  section.recognition .recognition_content ul.list li.item {
    gap: 40px;
  }
}
@media (max-width: 428px) {
  section.recognition .recognition_content ul.list li.item {
    gap: 10px;
  }
}
section.recognition .recognition_content ul.list li.item .recognition_img {
  width: 97px;
  height: 136px;
}
@media (max-width: 428px) {
  section.recognition .recognition_content ul.list li.item .recognition_img {
    width: 92px;
    height: 126px;
  }
}
section.recognition .recognition_content ul.list li.item .recognition_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.recognition .recognition_content ul.list li.item .recognition_information {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 75%;
}
@media (max-width: 928px) {
  section.recognition .recognition_content ul.list li.item .recognition_information {
    width: 70%;
  }
}
section.recognition .recognition_content ul.list li.item .recognition_information .sub_title_recognition {
  color: #000;
  opacity: 0.5;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 928px) {
  section.recognition .recognition_content ul.list li.item .recognition_information .sub_title_recognition {
    font-size: 14px;
    line-height: 18px;
  }
}
section.recognition .recognition_content ul.list li.item .recognition_information h3.title_recognition {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 928px) {
  section.recognition .recognition_content ul.list li.item .recognition_information h3.title_recognition {
    font-size: 21px;
  }
}
section.recognition .recognition_content ul.list li.item .recognition_information .text_recognition {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  opacity: 0.7;
}
@media (max-width: 928px) {
  section.recognition .recognition_content ul.list li.item .recognition_information .text_recognition {
    font-size: 14px;
  }
}
section.hero-excellent-email-marketing {
  padding-top: 50px;
}
@media (max-width: 856px) {
  section.hero-excellent-email-marketing {
    padding-top: 30px;
  }
}
section.hero-excellent-email-marketing .services-website_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 856px) {
  section.hero-excellent-email-marketing .services-website_content {
    flex-direction: column;
    gap: 40px;
  }
}
section.hero-excellent-email-marketing .services-website_content .hero-ecomerce_image {
  width: 45%;
}
@media (max-width: 856px) {
  section.hero-excellent-email-marketing .services-website_content .hero-ecomerce_image {
    width: 100% !important;
  }
}
section.hero-excellent-email-marketing .services-website_content .services-website_information {
  width: 518px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 856px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}
section.hero-excellent-email-marketing .services-website_content .services-website_information h1 {
  font-size: 64px;
}
@media (max-width: 1024px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information h1 {
    font-size: 44px;
  }
}
@media (max-width: 526px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information h1 {
    font-size: 2.4rem;
    text-align: center;
  }
}
section.hero-excellent-email-marketing .services-website_content .services-website_information .hero-ecomerce_text {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 680px;
}
@media (max-width: 1280px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information .hero-ecomerce_text {
    width: 580px;
  }
}
@media (max-width: 1024px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information .hero-ecomerce_text {
    font-size: 14px;
    line-height: 18px;
    width: 480px;
  }
}
@media (max-width: 526px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information .hero-ecomerce_text {
    width: 100%;
  }
}
section.hero-excellent-email-marketing .services-website_content .gallery {
  display: flex;
  gap: 20px;
}
section.hero-excellent-email-marketing .services-website_content .gallery .gallery__item {
  height: 40px;
  width: auto;
}
section.hero-excellent-email-marketing .services-website_content .gallery .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.hero-excellent-email-marketing .hero-ecomerce__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: auto;
  height: 100%;
}
section.text_image_excellent {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  section.text_image_excellent {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 528px) {
  section.text_image_excellent {
    padding-top: 0px;
  }
}
section.text_image_excellent ul.excellent_list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 1280px) {
  section.text_image_excellent ul.excellent_list {
    gap: 50px;
  }
}
section.text_image_excellent ul.excellent_list li {
  display: flex;
  flex-direction: row-reverse;
  gap: 134px;
  align-items: center;
}
@media (max-width: 1280px) {
  section.text_image_excellent ul.excellent_list li {
    gap: 64px;
  }
}
@media (max-width: 868px) {
  section.text_image_excellent ul.excellent_list li {
    flex-direction: column;
  }
}
@media (max-width: 528px) {
  section.text_image_excellent ul.excellent_list li {
    gap: 34px;
  }
}
section.text_image_excellent ul.excellent_list li:nth-child(2n) {
  flex-direction: row;
}
@media (max-width: 868px) {
  section.text_image_excellent ul.excellent_list li:nth-child(2n) {
    flex-direction: column;
  }
}
section.text_image_excellent ul.excellent_list li .images {
  width: 526px;
  height: 600px;
}
@media (max-width: 868px) {
  section.text_image_excellent ul.excellent_list li .images {
    width: 100%;
  }
}
@media (max-width: 528px) {
  section.text_image_excellent ul.excellent_list li .images {
    height: 320px;
  }
}
section.text_image_excellent ul.excellent_list li .images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 868px) {
  section.text_image_excellent ul.excellent_list li .images img {
    object-fit: cover;
  }
}
section.text_image_excellent ul.excellent_list li .texts_excellent {
  width: 50%;
}
@media (max-width: 868px) {
  section.text_image_excellent ul.excellent_list li .texts_excellent {
    width: 100%;
  }
}
section.text_image_excellent ul.excellent_list li .texts_excellent .title_excellents {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 24px;
}
@media (max-width: 1280px) {
  section.text_image_excellent ul.excellent_list li .texts_excellent .title_excellents {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 528px) {
  section.text_image_excellent ul.excellent_list li .texts_excellent .title_excellents {
    font-size: 28px;
    line-height: 32px;
  }
}
section.text_image_excellent ul.excellent_list li .texts_excellent .text_excellents.text {
  opacity: 0.7;
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
  padding-bottom: 24px;
}
@media (max-width: 1280px) {
  section.text_image_excellent ul.excellent_list li .texts_excellent .text_excellents.text {
    line-height: 19px;
  }
}
section.text_image_excellent ul.excellent_list li .texts_excellent .text_excellents.text span {
  font-weight: 600;
}
section.text_image_excellent .excellent_imgs__bg {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 40%;
  right: -6%;
  z-index: -1;
}
section.text_image_excellent .excellent_imgs__bg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  opacity: 0.4;
}
section.tab-info.excellent .tab-info-item .row {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  section.tab-info.excellent .tab-info-item .row .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  section.tab-info.excellent .tab-info-item .row .buttons a.tab-info-item__btn {
    width: auto;
  }
}
section.tab-info.excellent .tab-info-item .row a.excellent {
  background: none;
  border: 1.5px solid #793ea4;
  width: auto;
}
section.tab-info.excellent .tab-info-item .row a.excellent:hover {
  border: 1.5px solid #bcfbbb;
}
section.tab-info.excellent .tab-info-item .row .tab-info-item__text p {
  opacity: 0.8;
}
section.marketing {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 861px) {
  section.marketing {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
section.marketing h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 30px;
}
@media (max-width: 1280px) {
  section.marketing h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 861px) {
  section.marketing h2 {
    font-size: 3.2rem;
    padding-bottom: 19px;
    line-height: 35px;
  }
}
section.marketing .text_text_image {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 32px;
}
section.marketing .text_text_image p {
  opacity: 0.7;
}
@media (max-width: 576px) {
  section.marketing .text_text_image {
    font-size: 14px;
    line-height: 17px;
  }
}
section.marketing .results_information {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
@media (max-width: 876px) {
  section.marketing .results_information {
    flex-direction: column;
    gap: 20px;
  }
}
section.marketing .results_information .text-image_content {
  width: 50%;
  position: relative;
}
@media (max-width: 826px) {
  section.marketing .results_information .text-image_content {
    width: 100%;
  }
}
section.marketing .results_information .text-image_content .web_imgs__bg {
  position: absolute;
  top: 0;
}
section.marketing .results_information .text-images {
  width: 526px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  section.marketing .results_information .text-images {
    width: 456px;
  }
}
@media (max-width: 826px) {
  section.marketing .results_information .text-images {
    width: 100%;
  }
}
section.marketing .results_information .text-images .img {
  width: 526px;
  height: 550px;
}
@media (max-width: 1280px) {
  section.marketing .results_information .text-images .img {
    width: 456px;
    height: 480px;
  }
}
@media (max-width: 826px) {
  section.marketing .results_information .text-images .img {
    width: 100%;
    height: 426px;
  }
}
section.marketing .results_information .text-images .img img {
  width: 100%;
  height: 100%;
}
section.marketing .tab-info__plx_3 {
  z-index: 0;
  width: 117.553px;
  bottom: 0%;
  z-index: -1;
}
section.marketing .tab-info__plx_3 svg path {
  fill: #a8fcb5;
}
section.hero-excellent-email-marketing {
  padding-top: 50px;
}
@media (max-width: 856px) {
  section.hero-excellent-email-marketing {
    padding-top: 30px;
  }
}
section.hero-excellent-email-marketing .services-website_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 856px) {
  section.hero-excellent-email-marketing .services-website_content {
    flex-direction: column;
    gap: 40px;
  }
}
section.hero-excellent-email-marketing .services-website_content .hero-ecomerce_image {
  width: 45%;
}
@media (max-width: 526px) {
  section.hero-excellent-email-marketing .services-website_content .hero-ecomerce_image {
    width: 100%;
  }
}
section.hero-excellent-email-marketing .services-website_content .services-website_information {
  width: 680px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1280px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information {
    width: 580px;
  }
}
@media (max-width: 1024px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information {
    gap: 12px;
    width: 480px;
  }
}
@media (max-width: 856px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}
section.hero-excellent-email-marketing .services-website_content .services-website_information h1 {
  font-size: 64px;
}
@media (max-width: 1024px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information h1 {
    font-size: 44px;
  }
}
@media (max-width: 526px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information h1 {
    font-size: 2.4rem;
    text-align: center;
  }
}
section.hero-excellent-email-marketing .services-website_content .services-website_information .hero-ecomerce_text {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 680px;
}
@media (max-width: 1280px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information .hero-ecomerce_text {
    width: 580px;
  }
}
@media (max-width: 1024px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information .hero-ecomerce_text {
    font-size: 14px;
    line-height: 18px;
    width: 480px;
  }
}
@media (max-width: 526px) {
  section.hero-excellent-email-marketing .services-website_content .services-website_information .hero-ecomerce_text {
    width: 100%;
  }
}
section.hero-excellent-email-marketing .services-website_content .buttons {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 854px) {
  section.hero-excellent-email-marketing .services-website_content .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 575.9px) {
  section.hero-excellent-email-marketing .services-website_content .buttons .hero__btn {
    width: 100%;
  }
}
section.hero-excellent-email-marketing .services-website_content .buttons a.hero__btn {
  margin: 0;
}
section.hero-excellent-email-marketing .services-website_content .buttons a.hero__btn.services-website {
  background: none;
  border: 2px solid #ff0092;
}
section.hero-excellent-email-marketing .services-website_content .buttons a.hero__btn.services-website:hover {
  border: 2px solid #bcfbbb;
}
section.hero-excellent-email-marketing .services-website_content .gallery {
  display: flex;
  gap: 20px;
}
section.hero-excellent-email-marketing .services-website_content .gallery .gallery__item {
  height: 40px;
  width: auto;
}
section.hero-excellent-email-marketing .services-website_content .gallery .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.hero-excellent-email-marketing .hero-ecomerce__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  section.hero-excellent-email-marketing .hero-ecomerce__bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
    width: auto;
    height: 100%;
  }
  section.hero-excellent-email-marketing .hero-ecomerce__bg svg {
    height: 100%;
  }
}
section.seo-management {
  background-color: rgba(178, 237, 252, 0.462745098);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 140px;
  position: relative;
}
@media (max-width: 1280px) {
  section.seo-management {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
  }
}
section.seo-management .seo-management_information {
  display: flex;
  padding-bottom: 100px;
  gap: 240px;
  align-items: center;
}
@media (max-width: 1280px) {
  section.seo-management .seo-management_information {
    gap: 100px;
  }
}
@media (max-width: 856px) {
  section.seo-management .seo-management_information {
    flex-direction: column;
    gap: 50px;
    padding-bottom: 50px;
  }
}
section.seo-management .seo-management_information .content {
  width: 45%;
}
@media (max-width: 856px) {
  section.seo-management .seo-management_information .content {
    width: 100%;
  }
}
section.seo-management .seo-management_information .content h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  section.seo-management .seo-management_information .content h2 {
    font-size: 3.6rem;
    line-height: 42px;
    padding-bottom: 50px;
  }
}
@media (max-width: 525px) {
  section.seo-management .seo-management_information .content h2 {
    font-size: 2.6rem;
    line-height: 28px;
    padding-bottom: 20px;
  }
}
section.seo-management .seo-management_information .content .seo-management_text {
  color: rgba(41, 43, 44, 0.7294117647);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
}
section.seo-management .seo-management_information .image_seo {
  width: 526px;
  height: 600px;
}
@media (max-width: 1280px) {
  section.seo-management .seo-management_information .image_seo {
    width: 426px;
    height: 500px;
  }
}
@media (max-width: 856px) {
  section.seo-management .seo-management_information .image_seo {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 562px) {
  section.seo-management .seo-management_information .image_seo {
    height: 320px;
  }
}
section.seo-management .seo-management_information .image_seo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.seo-management .seo-management_lists h3 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 56px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  section.seo-management .seo-management_lists h3 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  section.seo-management .seo-management_lists h3 {
    font-size: 3.6rem;
    line-height: 42px;
    padding-bottom: 30px;
  }
}
@media (max-width: 525px) {
  section.seo-management .seo-management_lists h3 {
    font-size: 2.6rem;
    line-height: 28px;
    padding-bottom: 20px;
  }
}
section.seo-management .seo-management_lists ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1142px) {
  section.seo-management .seo-management_lists ul {
    justify-content: center;
  }
}
@media (max-width: 835px) {
  section.seo-management .seo-management_lists ul {
    flex-direction: column;
    gap: 18px;
    width: 100%;
  }
}
section.seo-management .seo-management_lists ul li {
  width: 41%;
  padding: 48px 48px 110px 48px;
  border: 1px solid #a1effe;
  background: #fff;
}
@media (max-width: 1280px) {
  section.seo-management .seo-management_lists ul li {
    width: 40%;
  }
}
@media (max-width: 1142px) {
  section.seo-management .seo-management_lists ul li {
    width: 43%;
    padding: 28px 28px 60px 28px;
  }
}
@media (max-width: 1052px) {
  section.seo-management .seo-management_lists ul li {
    width: 41%;
  }
}
@media (max-width: 835px) {
  section.seo-management .seo-management_lists ul li {
    width: auto;
    padding: 20px 20px 50px 20px;
  }
}
section.seo-management .seo-management_lists ul li .seo-management_item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.seo-management .seo-management_lists ul li .seo-management_item img.icon_seo-management {
  width: 64px;
  height: 64px;
}
section.seo-management .seo-management_lists ul li .seo-management_item h4 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 1024px) {
  section.seo-management .seo-management_lists ul li .seo-management_item h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 756px) {
  section.seo-management .seo-management_lists ul li .seo-management_item h4 {
    font-size: 18px;
    line-height: 23px;
  }
}
section.seo-management .seo-management_lists ul li .seo-management_item .seo-management_texts_item {
  color: rgba(41, 43, 44, 0.7294117647);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1024px) {
  section.seo-management .seo-management_lists ul li .seo-management_item .seo-management_texts_item {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 756px) {
  section.seo-management .seo-management_lists ul li .seo-management_item .seo-management_texts_item {
    font-size: 16px;
    line-height: 19px;
  }
}
section.seo-management .hero-ecomerce__bg {
  position: absolute;
  right: 16%;
  top: 3%;
  z-index: -1;
  height: 866.879px;
  width: auto;
  opacity: 0.3;
}
@media (max-width: 1440px) {
  section.seo-management .hero-ecomerce__bg {
    right: 4%;
  }
}
@media (max-width: 1280px) {
  section.seo-management .hero-ecomerce__bg {
    right: 0%;
  }
}
@media (max-width: 1024px) {
  section.seo-management .hero-ecomerce__bg {
    width: 541px;
  }
}
@media (max-width: 856px) {
  section.seo-management .hero-ecomerce__bg {
    right: 0%;
    left: 0%;
    margin: 0 auto;
    top: 10%;
  }
}
section.seo-management .hero-ecomerce__bg img.ofc {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.2;
}
@charset "UTF-8";
section.digital_first_brands {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  section.digital_first_brands {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.digital_first_brands .title_brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  section.digital_first_brands .title_brand {
    padding-bottom: 30px;
  }
}
section.digital_first_brands .title_brand h2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  width: 757px;
}
@media (max-width: 1024px) {
  section.digital_first_brands .title_brand h2 {
    font-size: 3.6rem;
    line-height: 42px;
    width: 100%;
  }
}
@media (max-width: 525px) {
  section.digital_first_brands .title_brand h2 {
    font-size: 2.6rem;
    line-height: 28px;
  }
}
section.digital_first_brands .digital_first_brands_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  section.digital_first_brands .digital_first_brands_list {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
section.digital_first_brands .digital_first_brands_list .digital_first_brands_item .images {
  height: 520px;
  width: auto;
  padding-bottom: 24px;
}
@media (max-width: 924px) {
  section.digital_first_brands .digital_first_brands_list .digital_first_brands_item .images {
    height: 320px;
  }
}
@media (max-width: 768px) {
  section.digital_first_brands .digital_first_brands_list .digital_first_brands_item .images {
    width: 100%;
    height: 460px;
  }
}
@media (max-width: 468px) {
  section.digital_first_brands .digital_first_brands_list .digital_first_brands_item .images {
    width: 100%;
    height: 260px;
  }
}
section.digital_first_brands .digital_first_brands_list .digital_first_brands_item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.digital_first_brands .digital_first_brands_list .digital_first_brands_item .link {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #9e86c1;
  width: fit-content;
}
section.digital_first_brands .digital_first_brands_list .digital_first_brands_item .link a {
  color: #71419f;
  font-family: "Tomato Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.digital_first_brands .digital_first_brands_list .digital_first_brands_item .link path {
  fill: #71419f !important;
}
section.digital_first_brands .digital_first_brands_list .digital_first_brands_item:nth-child(1n) {
  width: 40%;
}
@media (max-width: 1100px) {
  section.digital_first_brands .digital_first_brands_list .digital_first_brands_item:nth-child(1n) {
    width: 39%;
  }
}
@media (max-width: 858px) {
  section.digital_first_brands .digital_first_brands_list .digital_first_brands_item:nth-child(1n) {
    width: 100%;
  }
}
section.digital_first_brands .digital_first_brands_list .digital_first_brands_item:nth-child(2n) {
  width: 58%;
}
@media (max-width: 858px) {
  section.digital_first_brands .digital_first_brands_list .digital_first_brands_item:nth-child(2n) {
    width: 100%;
  }
}
section.digital_first_brands .text_list_block {
  display: flex;
  gap: 170px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.digital_first_brands .text_list_block {
    gap: 70px;
  }
}
@media (max-width: 768px) {
  section.digital_first_brands .text_list_block {
    gap: 30px;
    flex-direction: column;
  }
}
section.digital_first_brands .text_list_block .digital_text {
  width: 746px;
  padding-left: 100px;
}
@media (max-width: 1024px) {
  section.digital_first_brands .text_list_block .digital_text {
    padding-left: 0px;
  }
}
@media (max-width: 924px) {
  section.digital_first_brands .text_list_block .digital_text {
    width: 566px;
  }
}
@media (max-width: 768px) {
  section.digital_first_brands .text_list_block .digital_text {
    width: 100%;
  }
}
section.digital_first_brands .text_list_block .digital_text .texts.text {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.digital_first_brands .text_list_block .lists {
  background: rgba(178, 237, 252, 0.3);
  padding: 24px;
}
section.digital_first_brands .text_list_block .lists .title_list {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 24px;
}
section.digital_first_brands .text_list_block .lists ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
}
section.digital_first_brands .text_list_block .lists ul li {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: inherit;
  position: relative;
}
section.digital_first_brands .text_list_block .lists ul li::before {
  content: "·";
  position: absolute;
  left: -15px;
}
section.marketing-websites {
  background-color: #f9f3fe;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 768px) {
  section.marketing-websites {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0px;
  }
}
section.marketing-websites .title_brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  section.marketing-websites .title_brand {
    padding-bottom: 30px;
  }
}
section.marketing-websites .title_brand h2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  width: 909px;
}
@media (max-width: 1024px) {
  section.marketing-websites .title_brand h2 {
    font-size: 3.6rem;
    line-height: 42px;
    width: 100%;
  }
}
@media (max-width: 525px) {
  section.marketing-websites .title_brand h2 {
    font-size: 2.6rem;
    line-height: 28px;
  }
}
section.marketing-websites .marketing-websites_list {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
@media (max-width: 1024px) {
  section.marketing-websites .marketing-websites_list {
    gap: 50px;
  }
}
section.marketing-websites .marketing-websites_list .marketing-websites_item {
  display: flex;
  gap: 150px;
  justify-content: space-between;
  align-items: center;
}
section.marketing-websites .marketing-websites_list .marketing-websites_item__title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  section.marketing-websites .marketing-websites_list .marketing-websites_item__title {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  section.marketing-websites .marketing-websites_list .marketing-websites_item {
    gap: 50px;
  }
}
@media (max-width: 756px) {
  section.marketing-websites .marketing-websites_list .marketing-websites_item {
    flex-direction: column;
  }
}
section.marketing-websites .marketing-websites_list .marketing-websites_item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 756px) {
  section.marketing-websites .marketing-websites_list .marketing-websites_item:nth-child(2n) {
    flex-direction: column;
  }
}
section.marketing-websites .marketing-websites_list .marketing-websites_item .link_text {
  width: 501px;
}
@media (max-width: 1024px) {
  section.marketing-websites .marketing-websites_list .marketing-websites_item .link_text {
    width: 430px;
  }
}
@media (max-width: 756px) {
  section.marketing-websites .marketing-websites_list .marketing-websites_item .link_text {
    width: 100%;
  }
}
section.marketing-websites .marketing-websites_list .marketing-websites_item .link_text .marketing-websites_text {
  color: rgba(41, 43, 44, 0.8274509804);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  section.marketing-websites .marketing-websites_list .marketing-websites_item .link_text .marketing-websites_text {
    font-size: 16px;
  }
}
section.marketing-websites .marketing-websites_list .marketing-websites_item .images {
  width: 526px;
  height: 100%;
}
@media (max-width: 1024px) {
  section.marketing-websites .marketing-websites_list .marketing-websites_item .images {
    width: 426px;
  }
}
@media (max-width: 756px) {
  section.marketing-websites .marketing-websites_list .marketing-websites_item .images {
    width: 100%;
    height: 320px;
  }
}
section.marketing-websites .marketing-websites_list .marketing-websites_item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.marketing-websites .marketing-websites_list .marketing-websites_item .link {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
section.marketing-websites .marketing-websites_list .marketing-websites_item .link a {
  color: #71419f;
  font-family: "Tomato Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.marketing-websites .marketing-websites_list .marketing-websites_item .link path {
  fill: #71419f !important;
}
section.marketing-websites .marketing-websites_list .marketing-websites_item .link::after {
  position: absolute;
  content: "";
  width: 26%;
  height: 1px;
  background-color: #71419f;
  bottom: 0;
}
@media (max-width: 756px) {
  section.marketing-websites .marketing-websites_list .marketing-websites_item .link::after {
    width: 19%;
  }
}
@charset "UTF-8";
section.website-maintenance-tab .website-maintenance-tab_information {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .website-maintenance-tab_information {
    padding-bottom: 40px;
  }
}
section.website-maintenance-tab .website-maintenance-tab_information h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 56px;
  width: 757px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .website-maintenance-tab_information h2 {
    font-size: 38px;
    width: 100%;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  section.website-maintenance-tab .website-maintenance-tab_information h2 {
    font-size: 36px;
    text-align: center;
    line-height: 39px;
    padding-bottom: 10px;
  }
}
section.website-maintenance-tab .website-maintenance-tab_information .sub_title {
  color: rgba(0, 0, 0, 0.7450980392);
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 856px;
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .website-maintenance-tab_information .sub_title {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
}
section.website-maintenance-tab .d-display {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 856px) {
  section.website-maintenance-tab .d-display {
    flex-direction: column;
  }
}
section.website-maintenance-tab .d-display .d-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 35%;
}
@media (max-width: 856px) {
  section.website-maintenance-tab .d-display .d-details {
    width: 100%;
  }
}
section.website-maintenance-tab .d-display .d-details .tab-control.active {
  background-color: rgba(237, 214, 253, 0.47);
  border: 2px solid rgba(237, 214, 253, 0.06);
}
section.website-maintenance-tab .d-display .d-details .tab-control.active .tab-control_titles:after {
  display: none;
}
section.website-maintenance-tab .d-display .d-details .tab-control.active .info.anim.animated {
  display: block;
  height: fit-content;
  padding: 32px;
  padding-top: 0px;
}
section.website-maintenance-tab .d-display .d-details .tab-control.active .info.anim.animated p {
  color: var(--Grey, #292b2c);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 526px) {
  section.website-maintenance-tab .d-display .d-details .tab-control.active .info.anim.animated p {
    font-size: 14px;
  }
}
section.website-maintenance-tab .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled {
  padding-top: 24px;
}
section.website-maintenance-tab .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled li {
  display: flex;
  gap: 16px;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
}
@media (max-width: 526px) {
  section.website-maintenance-tab .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled li {
    font-size: 14px;
  }
}
section.website-maintenance-tab .d-display .d-details .tab-control {
  border: 2px solid rgba(237, 214, 253, 0.47);
  background: rgba(237, 214, 253, 0);
  transition: height 0.3s ease;
  width: 100%;
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .d-display .d-details .tab-control {
    width: auto;
  }
}
section.website-maintenance-tab .d-display .d-details .tab-control .info.anim.animated {
  display: none;
}
section.website-maintenance-tab .d-display .d-details .tab-control .tab-control_titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  cursor: pointer;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .d-display .d-details .tab-control .tab-control_titles {
    font-size: 18px;
    line-height: 24px;
    padding: 22px;
  }
}
@media (max-width: 526px) {
  section.website-maintenance-tab .d-display .d-details .tab-control .tab-control_titles {
    font-size: 16px;
    line-height: 19px;
    padding: 20px;
  }
}
section.website-maintenance-tab .d-display .d-details .tab-control .tab-control_titles:after {
  content: "›";
  font-size: 4rem;
  font-weight: 200;
  transition: 0.3s;
  transform: rotate(360deg);
}
section.website-maintenance-tab .d-imgs {
  width: 65%;
}
@media (max-width: 856px) {
  section.website-maintenance-tab .d-imgs {
    width: 100%;
  }
}
section.website-maintenance-tab .d-imgs .tab-image {
  display: none;
}
section.website-maintenance-tab .d-imgs .tab-image.active {
  display: block;
  background-color: rgba(237, 214, 253, 0.27);
  width: auto;
  height: 100%;
  background-size: contain;
  padding: 44px 24px;
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .d-imgs .tab-image.active {
    padding: 24px 14px;
  }
}
section.website-maintenance-tab .d-imgs .tab-image.active .text_first {
  color: rgba(0, 0, 0, 0.6980392157);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1280px) {
  section.website-maintenance-tab .d-imgs .tab-image.active .text_first {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .d-imgs .tab-image.active .text_first {
    font-size: 14px;
    line-height: 18px;
  }
}
section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
}
section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li {
  border: 1px solid #793ea4;
  padding: 20px 12px;
  width: 20%;
}
@media (max-width: 1280px) {
  section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li {
    padding: 16px 12px;
    width: 19%;
  }
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li {
    width: 24%;
    gap: 10px;
  }
}
@media (max-width: 856px) {
  section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li {
    width: 28%;
  }
}
@media (max-width: 756px) {
  section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li {
    width: 44%;
  }
}
@media (max-width: 456px) {
  section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li {
    width: 40%;
  }
}
@media (max-width: 400px) {
  section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li {
    width: 39%;
  }
}
section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li .box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li .box {
    gap: 8px;
  }
}
section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li .box h4 {
  color: #000;
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1280px) {
  section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li .box h4 {
    font-size: 16px;
  }
}
section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li .box p {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1280px) {
  section.website-maintenance-tab .d-imgs .tab-image.active ul.list-unstyled li .box p {
    font-size: 14px;
  }
}
section.website-maintenance-tab .d-imgs .tab-image.active .buttons {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}
section.website-maintenance-tab .d-imgs .tab-image.active .text_second {
  color: rgba(0, 0, 0, 0.6980392157);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1280px) {
  section.website-maintenance-tab .d-imgs .tab-image.active .text_second {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .d-imgs .tab-image.active .text_second {
    font-size: 14px;
    line-height: 18px;
  }
}
section.website-maintenance-tab .d-imgs .tab-image.active img.image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  section.website-maintenance-tab .d-imgs .tab-image.active {
    width: auto;
  }
}
section.plans-pricing {
  background: #ebf9fd;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 756px) {
  section.plans-pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.plans-pricing h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  z-index: 99;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  section.plans-pricing h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 528px) {
  section.plans-pricing h2 {
    font-size: 28px;
    width: 100%;
    line-height: 32px;
  }
}
section.plans-pricing .plans-pricing.text {
  color: #292b2c;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
  z-index: 99;
  position: relative;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing.text {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.7;
  }
}
@media (max-width: 528px) {
  section.plans-pricing .plans-pricing.text {
    font-size: 14px;
  }
}
section.plans-pricing .plans-pricing_group {
  position: relative;
  z-index: 99;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 856px) {
  section.plans-pricing .plans-pricing_group {
    flex-direction: column;
    padding-top: 30px;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten {
  width: 530px;
  background: #fff;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten {
    width: 430px;
  }
}
@media (max-width: 856px) {
  section.plans-pricing .plans-pricing_group .pricing_conten {
    width: 100%;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .text_conten {
  background: #edd6fd;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
section.plans-pricing .plans-pricing_group .pricing_conten .text_conten .titles {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten .text_conten .titles {
    font-size: 16px;
    text-align: center;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .text_conten .pricing_sub_title {
  color: rgba(0, 0, 0, 0.7843137255);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten .text_conten .pricing_sub_title {
    font-size: 14px;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .text_conten .price {
  color: rgba(0, 0, 0, 0.7411764706);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten .text_conten .price {
    font-size: 14px;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .text_conten .price span {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 43px;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten .text_conten .price span {
    font-size: 28px;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .benefits {
  padding: 24px;
}
section.plans-pricing .plans-pricing_group .pricing_conten .benefits .price_list_title {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten .benefits .price_list_title {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .benefits ul.benefits_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten .benefits ul.benefits_list {
    gap: 20px;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .benefits ul.benefits_list li.benefits_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten .benefits ul.benefits_list li.benefits_item {
    gap: 9px;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .benefits ul.benefits_list li.benefits_item img {
  width: 64px;
  height: 64px;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten .benefits ul.benefits_list li.benefits_item img {
    width: 46px;
    height: 46px;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .benefits ul.benefits_list li.benefits_item h4 {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten .benefits ul.benefits_list li.benefits_item h4 {
    font-size: 18px;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .benefits ul.benefits_list li.benefits_item p {
  color: rgba(0, 0, 0, 0.768627451);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .pricing_conten .benefits ul.benefits_list li.benefits_item p {
    font-size: 16px;
  }
}
section.plans-pricing .plans-pricing_group .pricing_conten .buttons {
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}
section.plans-pricing .plans-pricing_group .pricing_conten .buttons a {
  margin-bottom: 0px;
  width: auto;
}
section.plans-pricing .plans-pricing_group .plans_conten {
  width: 420px;
  background: #fff;
  padding: 32px 24px;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .plans_conten {
    width: 300px;
  }
}
@media (max-width: 856px) {
  section.plans-pricing .plans-pricing_group .plans_conten {
    width: auto;
  }
}
section.plans-pricing .plans-pricing_group .plans_conten .plans_information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
section.plans-pricing .plans-pricing_group .plans_conten .plans_information .plans_buttons {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.plans-pricing .plans-pricing_group .plans_conten .plans_information .plans_buttons .plans_title {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .plans_conten .plans_information .plans_buttons .plans_title {
    font-size: 16px;
  }
}
section.plans-pricing .plans-pricing_group .plans_conten .plans_information .plans_buttons ul.plans_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 856px) {
  section.plans-pricing .plans-pricing_group .plans_conten .plans_information .plans_buttons ul.plans_list {
    padding-bottom: 30px;
  }
}
section.plans-pricing .plans-pricing_group .plans_conten .plans_information .plans_buttons ul.plans_list li.plans_item {
  display: flex;
  gap: 16px;
  align-items: center;
  color: rgba(0, 0, 0, 0.8705882353);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.plans-pricing .plans-pricing_group .plans_conten .plans_information .plans_buttons ul.plans_list li.plans_item {
    font-size: 16px;
    gap: 6px;
  }
}
section.plans-pricing .plans-pricing_group .plans_conten .plans_information .buttons {
  display: flex;
  justify-content: center;
}
section.plans-pricing .plans-pricing_group .plans_conten .plans_information .buttons a {
  margin-bottom: 0px;
  background: none;
  border: 2px solid #70419f;
  width: auto;
}
section.plans-pricing .plans-pricing_group .plans_conten .plans_information .buttons a:hover {
  border: 2px solid #bcfbbb;
}
section.plans-pricing .buttons_section {
  text-align: center;
  padding-top: 40px;
}
section.plans-pricing .buttons_section a {
  margin-bottom: 0px;
  background: none;
  border: 2px solid #70419f;
  width: auto;
}
section.plans-pricing .buttons_section a:hover {
  border: 2px solid #bcfbbb;
}
section.plans-pricing .web_imgs__bg.d-none.d-sm-block {
  position: absolute;
  top: 20%;
  right: 0;
  opacity: 0.4;
  z-index: 1;
}
section.plans-pricing .web_imgs__bg.d-none.d-sm-block img.ofc {
  opacity: 0.2;
}
section.plans-pricing .web_img__bg.d-none.d-sm-block {
  position: absolute;
  top: 22%;
  right: 60px;
  opacity: 0.4;
  z-index: 1;
}
section.plans-pricing .web_img__bg.d-none.d-sm-block img.ofc {
  opacity: 0.2;
}
section.plans-pricing .tab-info__plx_1 {
  z-index: 1;
}
section.plans-pricing .tab-info__plx_1 path {
  fill: #eed6fd;
}
section.plans-pricing .tab-info__plx_2 {
  z-index: 1;
}
section.plans-pricing .tab-info__plx_3 {
  z-index: 1;
}
section.post-quote.price_plans {
  padding-top: 0px;
  padding-bottom: 0px;
}
section.post-quote.price_plans .quote {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  section.post-quote.price_plans .quote {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.post-quote.price_plans .text_quote_information {
  background: color(display-p3 0.7451 0.9216 0.9804/0.25);
  padding: 30px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 856px) {
  section.post-quote.price_plans .text_quote_information {
    margin-top: 20px;
  }
}
section.post-quote.price_plans .text_quote_information .title_button {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
section.post-quote.price_plans .text_quote_information .title_button .button {
  display: flex;
  justify-content: center;
}
section.post-quote.price_plans .text_quote_information .title_button .button a {
  margin-bottom: 0px;
  width: auto;
}
section.post-quote.price_plans .text_quote_information .title_button .text_quote {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 450px;
}
section.post-quote.price_plans .text_quote_information .title_button .text_quote span {
  color: var(--Purple, color(display-p3 0.4157 0.2627 0.6039));
}
@media (max-width: 1024px) {
  section.post-quote.price_plans .text_quote_information .title_button .text_quote {
    width: 100%;
  }
}
@media (max-width: 856px) {
  section.post-quote.price_plans .text_quote_information .title_button .text_quote {
    font-size: 23px;
  }
}
section.post-quote.price_plans .text_quote_information .coment_imgs__bg {
  position: absolute;
  right: 10%;
  z-index: -1;
  bottom: -20%;
}
section.post-quote.price_plans .text_quote_information .coment_imgs__bg svg {
  height: 100%;
}
section.post-quote.price_plans .text_quote_information .coment_img__bg {
  position: absolute;
  left: 0%;
  z-index: -1;
}
section.greater-marketing .greater-marketing_information {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.greater-marketing .greater-marketing_information h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  width: 980px;
}
section.greater-marketing .greater-marketing_information h2 span {
  color: var(--Purple, color(display-p3 0.4157 0.2627 0.6039));
}
@media (max-width: 1024px) {
  section.greater-marketing .greater-marketing_information h2 {
    width: auto;
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 528px) {
  section.greater-marketing .greater-marketing_information h2 {
    font-size: 28px;
    width: 100%;
    line-height: 29px;
  }
}
section.greater-marketing ul.list {
  padding-top: 80px;
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  section.greater-marketing ul.list {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  section.greater-marketing ul.list {
    flex-direction: column;
  }
}
section.greater-marketing ul.list li.item {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 24px;
  border: 1.5px solid #f2d5ff;
}
@media (max-width: 1024px) {
  section.greater-marketing ul.list li.item {
    width: 43%;
  }
}
@media (max-width: 954px) {
  section.greater-marketing ul.list li.item {
    width: 41%;
  }
}
@media (max-width: 768px) {
  section.greater-marketing ul.list li.item {
    width: auto;
  }
}
section.greater-marketing ul.list li.item img.logo {
  width: 152px;
  height: 48px;
}
section.greater-marketing ul.list li.item .title_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  section.greater-marketing ul.list li.item .title_icon {
    align-items: flex-start;
  }
}
section.greater-marketing ul.list li.item .check {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
section.greater-marketing ul.list li.item .texts {
  width: 318px;
  color: rgba(0, 0, 0, 0.8431372549);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1280px) {
  section.greater-marketing ul.list li.item .texts {
    width: 280px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  section.greater-marketing ul.list li.item .texts {
    width: 100%;
  }
}
section.greater-marketing ul.list li.item .check_title {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
section.greater-marketing ul.list li.item .titles {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1280px) {
  section.greater-marketing ul.list li.item .titles {
    font-size: 20px;
  }
}
@charset "UTF-8";
section.regular-updates-tab {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(237, 214, 253, 0.27);
  position: relative;
}
@media (max-width: 856px) {
  section.regular-updates-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.regular-updates-tab .regular-updates-tab_information {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  section.regular-updates-tab .regular-updates-tab_information {
    padding-bottom: 40px;
  }
}
section.regular-updates-tab .regular-updates-tab_information h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 56px;
  width: 757px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  section.regular-updates-tab .regular-updates-tab_information h2 {
    font-size: 38px;
    width: 100%;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  section.regular-updates-tab .regular-updates-tab_information h2 {
    font-size: 36px;
    text-align: center;
    line-height: 39px;
    padding-bottom: 10px;
  }
}
section.regular-updates-tab .regular-updates-tab_information .text_img {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
@media (max-width: 856px) {
  section.regular-updates-tab .regular-updates-tab_information .text_img {
    flex-direction: column;
  }
}
section.regular-updates-tab .regular-updates-tab_information .text_img .image {
  width: 416px;
  height: 296px;
}
@media (max-width: 856px) {
  section.regular-updates-tab .regular-updates-tab_information .text_img .image {
    width: 100%;
    height: 396px;
  }
}
@media (max-width: 456px) {
  section.regular-updates-tab .regular-updates-tab_information .text_img .image {
    height: 296px;
  }
}
section.regular-updates-tab .regular-updates-tab_information .text_img .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.regular-updates-tab .regular-updates-tab_information .text_img .text.anim.animated {
  display: flex;
  width: 856px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
}
@media (max-width: 1280px) {
  section.regular-updates-tab .regular-updates-tab_information .text_img .text.anim.animated {
    width: 80%;
  }
}
@media (max-width: 856px) {
  section.regular-updates-tab .regular-updates-tab_information .text_img .text.anim.animated {
    width: 100%;
  }
}
section.regular-updates-tab .regular-updates-tab_information .text_img .text.anim.animated p {
  margin-top: 10px;
}
section.regular-updates-tab .regular-updates-tab_information .text_img .text.anim.animated ul {
  margin-top: 10px;
}
section.regular-updates-tab .regular-updates-tab_information .text_img .text.anim.animated ul li {
  font-size: 16px;
  position: relative;
}
section.regular-updates-tab .regular-updates-tab_information .text_img .text.anim.animated ul li:before {
  width: 0.8rem;
  background: #71419f;
}
section.regular-updates-tab .d-display {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}
@media (max-width: 856px) {
  section.regular-updates-tab .d-display {
    flex-direction: column;
  }
}
section.regular-updates-tab .d-display .d-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 35%;
}
@media (max-width: 856px) {
  section.regular-updates-tab .d-display .d-details {
    width: 100%;
  }
}
section.regular-updates-tab .d-display .d-details .tab-control.active {
  background-color: #fff;
  border: 2px solid rgba(237, 214, 253, 0.06);
}
section.regular-updates-tab .d-display .d-details .tab-control.active .tab-control_titles:after {
  display: none;
}
section.regular-updates-tab .d-display .d-details .tab-control.active .info.anim.animated {
  display: block;
  height: fit-content;
  padding: 32px;
  padding-top: 0px;
}
section.regular-updates-tab .d-display .d-details .tab-control.active .info.anim.animated p {
  color: var(--Grey, #292b2c);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 526px) {
  section.regular-updates-tab .d-display .d-details .tab-control.active .info.anim.animated p {
    font-size: 14px;
  }
}
section.regular-updates-tab .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled {
  padding-top: 24px;
}
section.regular-updates-tab .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled li {
  display: flex;
  gap: 16px;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
}
@media (max-width: 526px) {
  section.regular-updates-tab .d-display .d-details .tab-control.active .info.anim.animated ul.list-unstyled li {
    font-size: 14px;
  }
}
section.regular-updates-tab .d-display .d-details .tab-control {
  border: 2px solid rgba(237, 214, 253, 0.47);
  background: rgba(237, 214, 253, 0);
  transition: height 0.3s ease;
  width: 100%;
}
@media (max-width: 1024px) {
  section.regular-updates-tab .d-display .d-details .tab-control {
    width: auto;
  }
}
section.regular-updates-tab .d-display .d-details .tab-control .info.anim.animated {
  display: none;
}
section.regular-updates-tab .d-display .d-details .tab-control .tab-control_titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  cursor: pointer;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1280px) {
  section.regular-updates-tab .d-display .d-details .tab-control .tab-control_titles {
    padding: 23px;
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  section.regular-updates-tab .d-display .d-details .tab-control .tab-control_titles {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
}
@media (max-width: 526px) {
  section.regular-updates-tab .d-display .d-details .tab-control .tab-control_titles {
    font-size: 16px;
    line-height: 19px;
    padding: 18px;
  }
}
section.regular-updates-tab .d-display .d-details .tab-control .tab-control_titles:after {
  content: "›";
  font-size: 4rem;
  font-weight: 200;
  transition: 0.3s;
  transform: rotate(360deg);
}
section.regular-updates-tab .d-imgs {
  width: 65%;
}
@media (max-width: 856px) {
  section.regular-updates-tab .d-imgs {
    width: 100%;
  }
}
section.regular-updates-tab .d-imgs .tab-image {
  display: none;
}
section.regular-updates-tab .d-imgs .imgs {
  height: 100%;
}
section.regular-updates-tab .d-imgs .tab-image.active {
  display: block;
  width: auto;
  height: 100%;
  background-size: contain;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1024px) {
  section.regular-updates-tab .d-imgs .tab-image.active {
    padding: 24px 14px;
  }
}
section.regular-updates-tab .d-imgs .tab-image.active .info.anim.animated {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  height: 100%;
}
section.regular-updates-tab .d-imgs .tab-image.active .text_tab {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
section.regular-updates-tab .d-imgs .tab-image.active .text_tab strong {
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 1280px) {
  section.regular-updates-tab .d-imgs .tab-image.active .text_tab {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  section.regular-updates-tab .d-imgs .tab-image.active .text_tab {
    font-size: 14px;
    line-height: 18px;
  }
}
section.regular-updates-tab .d-imgs .tab-image.active .buttons {
  display: flex;
  justify-content: flex-start;
  padding-top: 32px;
}
section.regular-updates-tab .web_imgs__bg {
  position: absolute;
  top: 20%;
  right: -20%;
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 1280px) {
  section.regular-updates-tab .web_imgs__bg {
    right: 0%;
  }
}
@media (max-width: 768px) {
  section.regular-updates-tab .web_imgs__bg {
    top: 1%;
  }
}
section.regular-updates-tab .web_imgs__bg img.ofc {
  opacity: 0.2;
}
@media (max-width: 1280px) {
  section.regular-updates-tab .web_imgs__bg img.ofc {
    opacity: 0.1;
  }
}
@media (max-width: 768px) {
  section.regular-updates-tab .web_imgs__bg img.ofc {
    opacity: 0.2;
  }
}
section.regular-updates-tab .web_img__bg {
  position: absolute;
  top: 20%;
  right: -17%;
  opacity: 0.8;
  z-index: -1;
}
@media (max-width: 1280px) {
  section.regular-updates-tab .web_img__bg {
    right: 7%;
  }
}
@media (max-width: 768px) {
  section.regular-updates-tab .web_img__bg {
    top: 1%;
  }
}
section.regular-updates-tab .web_img__bg img.ofc {
  opacity: 0.2;
}
@media (max-width: 1280px) {
  section.regular-updates-tab .web_img__bg img.ofc {
    opacity: 0.1;
  }
}
@media (max-width: 768px) {
  section.regular-updates-tab .web_img__bg img.ofc {
    opacity: 0.2;
  }
}
section.contact-information-tab .information_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.contact-information-tab .information_title h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  width: 80%;
}
@media (max-width: 1024px) {
  section.contact-information-tab .information_title h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 528px) {
  section.contact-information-tab .information_title h2 {
    font-size: 28px;
    width: 100%;
    line-height: 32px;
  }
}
section.contact-information-tab .informations {
  display: flex;
  gap: 120px;
  padding-top: 80px;
}
@media (max-width: 1280px) {
  section.contact-information-tab .informations {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  section.contact-information-tab .informations {
    gap: 30px;
  }
}
@media (max-width: 923px) {
  section.contact-information-tab .informations {
    padding-top: 0px;
    flex-direction: column;
    gap: 20px;
  }
}
section.contact-information-tab .informations .faq_text {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6705882353);
}
@media (max-width: 1280px) {
  section.contact-information-tab .informations .faq_text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  section.contact-information-tab .informations .faq_text {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 923px) {
  section.contact-information-tab .informations .faq_text {
    text-align: center;
  }
}
section.contact-information-tab .informations .faq_list {
  width: 90%;
}
@media (max-width: 923px) {
  section.contact-information-tab .informations .faq_list {
    width: 100%;
  }
}
section.contact-information-tab .faq_list .faq-container.active {
  border: 1px solid rgba(255, 0, 144, 0);
  background-color: rgba(237, 214, 253, 0.3803921569);
  padding-bottom: 24px;
}
section.contact-information-tab .faq_list .faq-container {
  border: 1px solid #f2d5ff;
  margin-bottom: 20px;
}
section.contact-information-tab .faq_list .faq-container .faq-item {
  padding: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  section.contact-information-tab .faq_list .faq-container .faq-item {
    padding: 18px;
  }
}
section.contact-information-tab .faq_list .faq-container .faq-item:last-child {
  border-bottom: none;
}
section.contact-information-tab .faq_list .faq-container .faq-question {
  display: flex;
  align-items: center;
  color: #000;
  font-family: var(--font-opensans);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1124px) {
  section.contact-information-tab .faq_list .faq-container .faq-question {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  section.contact-information-tab .faq_list .faq-container .faq-question {
    font-size: 18px;
  }
}
@media (max-width: 526px) {
  section.contact-information-tab .faq_list .faq-container .faq-question {
    gap: 10px;
  }
}
section.contact-information-tab .faq_list .faq-container .faq-question .title {
  color: #000;
  font-family: var(--font-opensans);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1124px) {
  section.contact-information-tab .faq_list .faq-container .faq-question .title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  section.contact-information-tab .faq_list .faq-container .faq-question .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 526px) {
  section.contact-information-tab .faq_list .faq-container .faq-question .title {
    font-size: 16px;
    line-height: normal;
  }
}
section.contact-information-tab .faq_list .faq-container .answer_faq {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 1px;
  opacity: 0.7;
}
section.contact-information-tab .faq_list .faq-container .icon-container i.icon.active svg {
  transform: rotate(180deg);
}
section.security-plans-table {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 856px) {
  section.security-plans-table {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.security-plans-table .tab-info__plx_2 path {
  fill: #a8fcb5;
}
section.security-plans-table .tab-info__plx_3 path {
  fill: #beebfa;
}
section.security-plans-table .security-plans_information {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  section.security-plans-table .security-plans_information {
    gap: 18px;
  }
}
section.security-plans-table .security-plans_information .title_security-plans.anim.animated {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.security-plans-table .security-plans_information .title_security-plans.anim.animated {
    font-size: 26px;
  }
}
@media (max-width: 528px) {
  section.security-plans-table .security-plans_information .title_security-plans.anim.animated {
    font-size: 18px;
  }
}
section.security-plans-table .security-plans_information h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  section.security-plans-table .security-plans_information h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 528px) {
  section.security-plans-table .security-plans_information h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
section.security-plans-table .security-plans_information h3 {
  font-family: var(--font-tonus);
}
section.security-plans-table ul.table {
  border: 1px solid #793ea4;
  background: rgba(218, 246, 254, 0.8352941176);
  position: relative;
}
section.security-plans-table ul.table li.table_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #793ea4;
  z-index: 99;
  position: relative;
}
section.security-plans-table ul.table li.table_item .title_list {
  width: 45%;
  padding: 32px 0px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex: 1 auto;
}
@media (max-width: 1112px) {
  section.security-plans-table ul.table li.table_item .title_list {
    padding: 12px 0px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 528px) {
  section.security-plans-table ul.table li.table_item .title_list {
    width: 37%;
    padding: 10px 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.security-plans-table ul.table li.table_item .title_list .title_item {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1112px) {
  section.security-plans-table ul.table li.table_item .title_list .title_item {
    font-size: 16px;
  }
}
@media (max-width: 528px) {
  section.security-plans-table ul.table li.table_item .title_list .title_item {
    font-size: 11px;
    line-height: 14px;
  }
}
section.security-plans-table ul.table li.table_item .title_list .title_item span {
  display: flex;
  gap: 8px;
  color: #793ea4;
}
section.security-plans-table ul.table li.table_item .first {
  width: 25%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex: 1 auto;
  justify-content: center;
  background: #fff;
}
section.security-plans-table ul.table li.table_item .first .text_first_item {
  padding: 32px 32px;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1112px) {
  section.security-plans-table ul.table li.table_item .first .text_first_item {
    font-size: 16px;
    padding: 12px 12px;
  }
}
@media (max-width: 528px) {
  section.security-plans-table ul.table li.table_item .first .text_first_item {
    font-size: 11px;
    line-height: 14px;
    padding: 6px;
  }
}
section.security-plans-table ul.table li.table_item .first .link_first {
  width: 25%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex: 1 auto;
  justify-content: center;
  background: #fff;
}
section.security-plans-table ul.table li.table_item .first .link_first a {
  color: var(--Black, #000);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background: #edd6fd;
  padding: 16px 24px;
}
@media (max-width: 1112px) {
  section.security-plans-table ul.table li.table_item .first .link_first a {
    font-size: 14px;
    padding: 12px 18px;
  }
}
@media (max-width: 528px) {
  section.security-plans-table ul.table li.table_item .first .link_first a {
    font-size: 8px;
    padding: 8px 12px;
    line-height: normal;
    height: 100%;
    min-height: auto;
  }
}
section.security-plans-table ul.table li.table_item .first .icon_firsts {
  width: 25%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex: 1 auto;
  justify-content: center;
  background: #fff;
}
section.security-plans-table ul.table li.table_item .first .icon_firsts img {
  width: 24px;
  height: 24px;
}
section.security-plans-table ul.table li.table_item .second {
  width: 25%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex: 1 auto;
  justify-content: center;
}
@media (max-width: 528px) {
  section.security-plans-table ul.table li.table_item .second {
    width: 28%;
  }
}
section.security-plans-table ul.table li.table_item .second .text_second_item {
  padding: 32px 32px;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1112px) {
  section.security-plans-table ul.table li.table_item .second .text_second_item {
    font-size: 16px;
    padding: 12px 12px;
  }
}
@media (max-width: 528px) {
  section.security-plans-table ul.table li.table_item .second .text_second_item {
    font-size: 11px;
    line-height: 14px;
    padding: 6px;
  }
}
section.security-plans-table ul.table li.table_item .second .link_second {
  width: 25%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex: 1 auto;
  justify-content: center;
}
section.security-plans-table ul.table li.table_item .second .link_second a {
  color: var(--Black, #000);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background: #edd6fd;
  padding: 16px 24px;
}
@media (max-width: 1112px) {
  section.security-plans-table ul.table li.table_item .second .link_second a {
    font-size: 14px;
    padding: 12px 18px;
  }
}
@media (max-width: 528px) {
  section.security-plans-table ul.table li.table_item .second .link_second a {
    font-size: 8px;
    padding: 8px 12px;
    line-height: normal;
    height: 100%;
    min-height: auto;
  }
}
section.security-plans-table ul.table li.table_item .second .icon_seconds {
  width: 25%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex: 1 auto;
  justify-content: center;
}
section.security-plans-table ul.table li.table_item .second .icon_seconds img {
  width: 24px;
  height: 24px;
}
section.website-performance-table {
  position: relative;
}
section.website-performance-table .website-performance-table_information {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.website-performance-table .website-performance-table_information h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  section.website-performance-table .website-performance-table_information h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 528px) {
  section.website-performance-table .website-performance-table_information h2 {
    font-size: 28px;
    width: 100%;
    line-height: 32px;
  }
}
section.website-performance-table .website-performance-table_information .text_website-performance-table {
  width: 932px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.website-performance-table .website-performance-table_information .text_website-performance-table {
    font-size: 16px;
    width: 100%;
  }
}
section.website-performance-table .website-table {
  padding-top: 80px;
}
@media (max-width: 726px) {
  section.website-performance-table .website-table {
    overflow: scroll;
  }
}
section.website-performance-table .website-table ul.table {
  border: 1px solid #793ea4;
  background: rgba(218, 246, 254, 0.8352941176);
  position: relative;
}
@media (max-width: 726px) {
  section.website-performance-table .website-table ul.table {
    width: 768px;
  }
}
section.website-performance-table .website-table ul.table li.item {
  display: flex;
  border-bottom: 1px solid #793ea4;
}
section.website-performance-table .website-table ul.table li.item .titles {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.website-performance-table .website-table ul.table li.item .titles .title_item {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  padding: 22px 30px;
}
@media (max-width: 1280px) {
  section.website-performance-table .website-table ul.table li.item .titles .title_item {
    font-size: 16px;
    padding: 12px 15px;
    line-height: 19px;
  }
}
@media (max-width: 1024px) {
  section.website-performance-table .website-table ul.table li.item .titles .title_item {
    font-size: 14px;
    padding: 12px 15px;
    line-height: 16px;
  }
}
@media (max-width: 824px) {
  section.website-performance-table .website-table ul.table li.item .titles .title_item {
    font-size: 14px;
    padding: 10px 5px;
  }
}
section.website-performance-table .website-table ul.table li.item .list {
  width: 19%;
  padding: 22px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  section.website-performance-table .website-table ul.table li.item .list {
    padding: 12px 10px;
  }
}
section.website-performance-table .website-table ul.table li.item .list:nth-child(2n) {
  background: #fff;
}
section.website-performance-table .website-table ul.table li.item .list .items {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1280px) {
  section.website-performance-table .website-table ul.table li.item .list .items {
    font-size: 16px;
    padding: 12px 15px;
    line-height: 19px;
  }
}
@media (max-width: 1024px) {
  section.website-performance-table .website-table ul.table li.item .list .items {
    font-size: 14px;
    padding: 0px;
    line-height: 16px;
  }
}
section.agency-rating .agency-rating_information {
  padding: 50px;
  background-color: rgba(237, 214, 253, 0.27);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.agency-rating .agency-rating_information {
    padding: 50px 25px;
  }
}
section.agency-rating .agency-rating_information h2 {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 787px;
}
@media (max-width: 1024px) {
  section.agency-rating .agency-rating_information h2 {
    font-size: 22px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.agency-rating .agency-rating_information h2 {
    font-size: 18px;
  }
}
section.agency-rating .agency-rating_information .rating {
  display: flex;
  justify-content: center;
  gap: 10px;
}
section.agency-rating .agency-rating_information .rating img.icons {
  width: 64px;
  height: 64px;
}
@media (max-width: 768px) {
  section.agency-rating .agency-rating_information .rating img.icons {
    width: 48px;
    height: 48px;
  }
}
section.agency-rating .agency-rating_information .rating .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
section.agency-rating .agency-rating_information .rating .content .title_icon__text {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  section.agency-rating .agency-rating_information .rating .content .title_icon__text {
    font-size: 14px;
  }
}
section.agency-rating .agency-rating_information .rating .content .texts.text.anim.animated {
  color: #71419f;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  section.agency-rating .agency-rating_information .rating .content .texts.text.anim.animated {
    font-size: 14px;
  }
}
section.agency-rating .agency-rating_information .coment_imgs__bg {
  position: absolute;
  right: 0%;
  z-index: -1;
  bottom: 0%;
}
section.agency-rating .agency-rating_information .coment_imgs__bg svg {
  height: 100%;
}
section.agency-rating .agency-rating_information .coment_img__bg {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: -1;
}
section.more-website {
  background: color(display-p3 0.7451 0.9216 0.9804/0.25);
}
section.more-website h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  section.more-website h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 528px) {
  section.more-website h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
section.more-website .more-website_list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 868px) {
  section.more-website .more-website_list {
    flex-direction: column;
  }
}
section.more-website .more-website_list .more-website_item {
  background: #fff;
  padding: 40px 24px;
  width: 23%;
}
@media (max-width: 1280px) {
  section.more-website .more-website_list .more-website_item {
    width: 30%;
  }
}
@media (max-width: 868px) {
  section.more-website .more-website_list .more-website_item {
    width: auto;
  }
}
section.more-website .more-website_list .more-website_item .text_name {
  color: #000;
  text-align: left;
  font-family: "Tomato Grotesk";
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  section.more-website .more-website_list .more-website_item .text_name {
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 22px;
  }
}
@media (max-width: 768px) {
  section.more-website .more-website_list .more-website_item .text_name {
    font-size: 18px;
    line-height: 25px;
  }
}
section.more-website .more-website_list .more-website_item ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.more-website .more-website_list .more-website_item ul a .text {
  color: #71419f;
  font-family: "Tomato Grotesk";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 1024px) {
  section.more-website .more-website_list .more-website_item ul a .text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  section.more-website .more-website_list .more-website_item ul a .text {
    font-size: 16px;
    line-height: 19px;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #9d86c1;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s, transform 0.3s, opacity 0.5s;
  opacity: 0;
  pointer-events: none;
}

.scroll-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.scroll-to-top:hover {
  background-color: #e9d7fb;
  transform: scale(1.1);
}
.hero-teams {
  background: #e9d7fa;
  padding-top: 250px;
  padding-bottom: 200px;
  margin-top: -150px;
}
@media (max-width: 1280px) {
  .hero-teams {
    padding-top: 200px;
  }
}
.hero-teams .hero-teams_content {
  display: flex;
  justify-content: center;
}
.hero-teams__information {
  width: 70%;
}
@media (max-width: 1024px) {
  .hero-teams__information {
    width: 100%;
  }
}
.hero-teams h1 {
  font-size: 64px;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .hero-teams h1 {
    font-size: 44px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero-teams h1 {
    font-size: 32px;
  }
}
.hero-teams h1 span {
  color: #ff2d55;
}
.hero-teams .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .hero-teams .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hero-teams .text {
    font-size: 16px;
  }
}
.hero-teams .hero-teams__bg.d-sm-block.anim.animated {
  position: absolute;
  top: 0;
}
@media (max-width: 1024px) {
  .hero-teams .hero-teams__bg.d-sm-block.anim.animated {
    display: none;
  }
}
.hero-teams .hero-team__bg.d-sm-block.anim.animated {
  position: absolute;
  bottom: -7%;
  right: 0;
}
@media (max-width: 1024px) {
  .hero-teams .hero-team__bg.d-sm-block.anim.animated {
    display: none;
  }
}
section.teams {
  margin-top: -200px;
  position: relative;
}
section.teams ul.teams_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  section.teams ul.teams_list {
    justify-content: center;
  }
}
section.teams ul.teams_list li.teams_item {
  padding: 15px 15px 26px;
  width: 29%;
  border: 1px solid rgba(175, 82, 222, 0.3);
  background: #fff;
}
@media (max-width: 1100px) {
  section.teams ul.teams_list li.teams_item {
    width: 44%;
  }
}
@media (max-width: 768px) {
  section.teams ul.teams_list li.teams_item {
    width: 100%;
  }
}
section.teams ul.teams_list li.teams_item .teams_photo {
  height: 276px;
  width: 100%;
  padding-bottom: 25px;
}
@media (max-width: 428px) {
  section.teams ul.teams_list li.teams_item .teams_photo {
    height: 206px;
  }
}
section.teams ul.teams_list li.teams_item .teams_photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.teams ul.teams_list li.teams_item h3.titles_teams {
  color: #000;
  font-family: "Tomato Grotesk";
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 428px) {
  section.teams ul.teams_list li.teams_item h3.titles_teams {
    font-size: 28px;
  }
}
section.teams ul.teams_list li.teams_item .team-profession {
  color: #af52de;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.84px;
  padding-top: 8px;
}
@media (max-width: 428px) {
  section.teams ul.teams_list li.teams_item .team-profession {
    font-size: 12px;
  }
}
section.teams ul.teams_list li.teams_item .team-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-top: 26px;
}
@media (max-width: 428px) {
  section.teams ul.teams_list li.teams_item .team-text {
    font-size: 14px;
    padding-top: 16px;
  }
}
section.teams ul.teams_list li.teams_item .link-social {
  display: flex;
  padding-top: 20px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: fit-content;
}
section.teams ul.teams_list li.teams_item .link-social a {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  padding: 4px;
}
section.teams ul.teams_list li.teams_item .link-social a:hover {
  background-color: rgba(175, 82, 222, 0.4352941176);
  border-radius: 50%;
  padding: 4px;
}
section.teams ul.teams_list li.teams_item.join {
  border: 1px solid rgba(175, 82, 222, 0.3);
  background: #f2fbfe;
  padding: 74px 13px 102px 13px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 29%;
  align-items: center;
}
@media (max-width: 1100px) {
  section.teams ul.teams_list li.teams_item.join {
    width: 44%;
  }
}
@media (max-width: 768px) {
  section.teams ul.teams_list li.teams_item.join {
    width: 100%;
  }
}
@media (max-width: 428px) {
  section.teams ul.teams_list li.teams_item.join {
    padding: 44px 13px 42px 13px;
  }
}
section.teams ul.teams_list li.teams_item.join img {
  width: 87.933px;
  height: 68.353px;
  padding-bottom: 40px;
}
@media (max-width: 428px) {
  section.teams ul.teams_list li.teams_item.join img {
    padding-bottom: 20px;
  }
}
section.teams ul.teams_list li.teams_item.join .team-title_join {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Tomato Grotesk";
  font-size: 49px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 428px) {
  section.teams ul.teams_list li.teams_item.join .team-title_join {
    font-size: 39px;
    line-height: normal;
  }
}
section.teams ul.teams_list li.teams_item.join .team-text_join {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 30px;
}
@media (max-width: 428px) {
  section.teams ul.teams_list li.teams_item.join .team-text_join {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
section.teams ul.teams_list li.teams_item.join a {
  display: flex;
  width: 201px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Light-Blue, #beebfa);
  color: var(--Black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  z-index: 9;
}
@media (max-width: 428px) {
  section.teams ul.teams_list li.teams_item.join a {
    width: 70%;
    padding: 14px 20px;
  }
}
section.teams ul.teams_list li.teams_item.join a:hover {
  background: var(--color-purple-l);
}
section.teams ul.teams_list li.teams_item.join .team_b_one {
  position: absolute;
  left: 0;
  top: 0;
}
section.teams ul.teams_list li.teams_item.join .team_b_two {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*# sourceMappingURL=/main.css.map */