*,
:after,
:before {
  border: 0 solid;
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
html {
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body {
  background-color: #f7f2f2;
  line-height: inherit;
  margin: 0;
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  height: auto;
  max-width: 100%;
}
[hidden] {
  display: none;
}
.border-1,
.border-2,
.border-b-1,
.border-b-2,
.border-b-\[1px\],
.sm\:border-r-1 {
  border-color: currentColor;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-1 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0px;
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-\[20px\] {
  top: 20px;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[-33px\] {
  top: -33px;
}
.left-\[-3px\] {
  left: -3px;
}
.z-2 {
  z-index: 2;
}
.z-\[-2\] {
  z-index: -2;
}
.order-last {
  order: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-end-7 {
  grid-column-end: 7;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-\[-110px\] {
  margin-top: -110px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mt-10 {
  margin-top: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mt-15 {
  margin-top: 15px;
}
.-mb-150 {
  margin-bottom: -150px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-\[220px\] {
  height: 220px;
}
.h-full {
  height: 100%;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-auto {
  height: auto;
}
.h-100 {
  height: 100px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[19\] {
  height: 19;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[212px\] {
  height: 212px;
}
.h-120 {
  height: 120px;
}
.h-\[170px\] {
  height: 170px;
}
.h-90 {
  height: 90px;
}
.max-h-\[51px\] {
  max-height: 51px;
}
.max-h-0 {
  max-height: 0;
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-full {
  min-height: 100%;
}
.min-h-\[324px\] {
  min-height: 324px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.w-full {
  width: 100%;
}
.w-\[192px\] {
  width: 192px;
}
.w-30 {
  width: 30px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[390px\] {
  width: 390px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[35px\] {
  width: 35px;
}
.w-auto {
  width: auto;
}
.w-120 {
  width: 120px;
}
.w-90 {
  width: 90px;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[32px\] {
  min-width: 32px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[34px\] {
  min-width: 34px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[588px\] {
  max-width: 588px;
}
.max-w-\[916px\] {
  max-width: 916px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[75px\] {
  max-width: 75px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.basis-\[294px\] {
  flex-basis: 294px;
}
.basis-full {
  flex-basis: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-25 {
  gap: 25px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-5 {
  gap: 5px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-12 {
  gap: 12px;
}
.gap-x-30 {
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-14 {
  border-radius: 14px;
}
.rounded-4 {
  border-radius: 4px;
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-40 {
  border-radius: 40px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-c {
  border-radius: 50%;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-18 {
  border-radius: 18px;
}
.rounded-t-\[12px\] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.rounded-b-\[12px\] {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.rounded-t-16 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-1,
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#DEDEDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}
.border-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgb(3 1 70 / var(--tw-border-opacity));
}
.border-blue-dark\/\[0\.15\] {
  border-color: rgba(3, 1, 70, 0.15);
}
.border-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[\#9CA4A4\] {
  --tw-border-opacity: 1;
  border-color: rgb(156 164 164 / var(--tw-border-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(151 36 36 / var(--tw-bg-opacity));
}
.bg-bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(245 236 245 / var(--tw-bg-opacity));
}
.bg-bg-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-bg-3\/40 {
  background-color: hsla(54, 43%, 81%, 0.4);
}
.bg-bg-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 221 221 / var(--tw-bg-opacity));
}
.bg-bg-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 244 / var(--tw-bg-opacity));
}
.bg-bg-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 219 255 / var(--tw-bg-opacity));
}
.bg-bg-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 191 / var(--tw-bg-opacity));
}
.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(3 1 70 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.p-\[4px\] {
  padding: 4px;
}
.p-30 {
  padding: 30px;
}
.p-20 {
  padding: 20px;
}
.p-10 {
  padding: 10px;
}
.p-25 {
  padding: 25px;
}
.p-15 {
  padding: 15px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.py-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.py-111 {
  padding-bottom: 5px;
  padding-top: 0px;
}
.py-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.py-\[3px\] {
  padding-bottom: 3px;
  padding-top: 3px;
}
.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.py-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.py-5 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pr-30 {
  padding-right: 30px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pl-\[35px\] {
  padding-left: 35px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-80 {
  padding-left: 80px;
}
.pt-20 {
  padding-top: 20px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-18 {
  font-size: 18px;
}
.text-14 {
  font-size: 14px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-16 {
  font-size: 16px;
}
.text-20 {
  font-size: 20px;
}
.text-12 {
  font-size: 12px;
}
.text-22 {
  font-size: 22px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-10 {
  font-size: 10px;
}
.text-15 {
  font-size: 15px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-34 {
  font-size: 34px;
}
.font-sb {
  font-weight: 600;
}
.font-b {
  font-weight: 700;
}
.font-m {
  font-weight: 500;
}
.font-eb {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-grey-2 {
  --tw-text-opacity: 1;
  color: rgb(77 86 91 / var(--tw-text-opacity));
}
.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(3 1 70 / var(--tw-text-opacity));
}
.text-grey-1 {
  --tw-text-opacity: 1;
  color: rgb(88 87 123 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(134 108 226 / var(--tw-text-opacity));
}
.text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(38 36 97 / var(--tw-text-opacity));
}
.text-blue-dark\/50 {
  color: rgba(3, 1, 70, 0.5);
}
.underline {
  text-decoration: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 0.6;
}
.after\:hidden:after,
.before\:hidden:before {
  content: var(--tw-content);
  display: none;
}
.after\:content-\[\'\2c \'\]:after {
  --tw-content: ",";
  content: var(--tw-content);
}
.last\:mb-0:last-child {
  margin-bottom: 0;
}
.last\:mr-0:last-child {
  margin-right: 0;
}
.last\:pb-0:last-child {
  padding-bottom: 9px;
}
.last\:after\:hidden:last-child:after {
  content: var(--tw-content);
  display: none;
}
.hover\:bg-btn-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 212 174 / var(--tw-bg-opacity));
}
.hover\:text-blue-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(3 1 70 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration: underline;
}
@media (max-width: 639px) {
  .mxs\:mb-15 {
    margin-bottom: 15px;
  }
  .mxs\:mr-0 {
    margin-right: 0;
  }
  .mxs\:mb-20 {
    margin-bottom: 20px;
  }
  .mxs\:inline-block {
    display: inline-block;
  }
  .mxs\:basis-full {
    flex-basis: 100%;
  }
  .mxs\:flex-col {
    flex-direction: column;
  }
  .mxs\:gap-15 {
    gap: 15px;
  }
  .mxs\:text-center {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sm\:-mx-\[20px\] {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sm\:mb-15 {
    margin-bottom: 15px;
  }
  .sm\:basis-1\/2 {
    flex-basis: 50%;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-0 {
    gap: 0;
  }
  .sm\:gap-x-40 {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .sm\:border-r-1 {
    border-right-width: 1px;
  }
  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  .sm\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .msm\:order-first {
    order: -9999;
  }
  .msm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .msm\:mb-25 {
    margin-bottom: 25px;
  }
  .msm\:mb-15 {
    margin-bottom: 15px;
  }
  .msm\:mb-20 {
    margin-bottom: 20px;
  }
  .msm\:h-\[200px\] {
    height: 200px;
  }
  .msm\:h-\[25px\] {
    height: 25px;
  }
  .msm\:max-w-\[400px\] {
    max-width: 400px;
  }
  .msm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .msm\:flex-col {
    flex-direction: column;
  }
  .msm\:gap-\[10px\] {
    gap: 10px;
  }
  .msm\:gap-y-\[45px\] {
    row-gap: 45px;
  }
  .msm\:pb-50 {
    padding-bottom: 50px;
  }
  .msm\:pt-20 {
    padding-top: 20px;
  }
  .msm\:text-center {
    text-align: center;
  }
  .msm\:text-\[25px\] {
    font-size: 25px;
  }
  .msm\:text-16 {
    font-size: 16px;
  }
  .msm\:text-18 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:mr-20 {
    margin-right: 20px;
  }
  .md\:mr-30 {
    margin-right: 30px;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-50 {
    margin-bottom: 50px;
  }
  .md\:w-\[170px\] {
    width: 170px;
  }
  .md\:basis-auto {
    flex-basis: auto;
  }
  .md\:basis-3\/6 {
    flex-basis: 50%;
  }
  .md\:basis-4\/12 {
    flex-basis: 33.333333%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:\!flex-col {
    flex-direction: column !important;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-30 {
    gap: 30px;
  }
  .md\:gap-x-\[120px\] {
    -moz-column-gap: 120px;
    column-gap: 120px;
  }
  .md\:gap-y-\[20px\] {
    row-gap: 20px;
  }
  .md\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .md\:py-40 {
    padding-bottom: 40px;
  }
  .md\:pt-40,
  .md\:py-40 {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .mmd\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mmd\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mmd\:mb-10 {
    margin-bottom: 10px;
  }
  .mmd\:mb-40 {
    margin-bottom: 40px;
  }
  .mmd\:hidden {
    display: none;
  }
  .mmd\:min-h-\[130px\] {
    min-height: 130px;
  }
  .mmd\:basis-full {
    flex-basis: 100%;
  }
  .mmd\:basis-\[300px\] {
    flex-basis: 300px;
  }
  .mmd\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mmd\:flex-col {
    flex-direction: column;
  }
  .mmd\:p-15 {
    padding: 15px;
  }
  .mmd\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mmd\:py-25 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .mmd\:py-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .mmd\:py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .mmd\:pt-30 {
    padding-top: 30px;
  }
  .mmd\:pb-25 {
    padding-bottom: 25px;
  }
  .mmd\:pt-25 {
    padding-top: 25px;
  }
  .mmd\:pb-10 {
    padding-bottom: 10px;
  }
  .mmd\:pt-80 {
    padding-top: 80px;
  }
  .mmd\:pb-30 {
    padding-bottom: 30px;
  }
  .mmd\:pb-50 {
    padding-bottom: 50px;
  }
  .mmd\:pt-40 {
    padding-top: 40px;
  }
  .mmd\:pb-40 {
    padding-bottom: 40px;
  }
  .mmd\:text-center {
    text-align: center;
  }
  .mmd\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .olg\:max-w-\[150px\] {
    max-width: 150px;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .lg\:mx-30 {
    margin-left: 30px;
  }
  .lg\:mr-30,
  .lg\:mx-30 {
    margin-right: 30px;
  }
  .lg\:mr-20 {
    margin-right: 20px;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:h-\[500px\] {
    height: 500px;
  }
  .lg\:max-w-\[210px\] {
    max-width: 210px;
  }
  .lg\:max-w-\[370px\] {
    max-width: 370px;
  }
  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .lg\:basis-\[240px\] {
    flex-basis: 240px;
  }
  .lg\:basis-\[280px\] {
    flex-basis: 280px;
  }
  .lg\:basis-\[234px\] {
    flex-basis: 234px;
  }
  .lg\:basis-\[180px\] {
    flex-basis: 180px;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-none {
    grid-template-columns: none;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:p-30 {
    padding: 30px;
  }
  .lg\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:py-90 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .lg\:py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .lg\:py-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .lg\:pt-60 {
    padding-top: 60px;
  }
  .lg\:pr-25 {
    padding-right: 25px;
  }
  .lg\:pl-25 {
    padding-left: 25px;
  }
  .lg\:text-34 {
    font-size: 34px;
  }
  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }
}
@media (max-width: 1139px) {
  .mlg\:fixed {
    position: fixed;
  }
  .mlg\:order-first {
    order: -9999;
  }
  .mlg\:order-1 {
    order: 1;
  }
  .mlg\:order-2 {
    order: 2;
  }
  .mlg\:col-start-3 {
    grid-column-start: 3;
  }
  .mlg\:col-end-5 {
    grid-column-end: 5;
  }
  .mlg\:mt-30 {
    margin-top: 30px;
  }
  .mlg\:mb-20 {
    margin-bottom: 20px;
  }
  .mlg\:mb-80 {
    margin-bottom: 80px;
  }
  .mlg\:hidden {
    display: none;
  }
  .mlg\:justify-self-center {
    justify-self: center;
  }
  .mlg\:p-30 {
    padding: 30px;
  }
  .mlg\:p-20 {
    padding: 20px;
  }
  .mlg\:py-15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .mlg\:py-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .mlg\:pt-0 {
    padding-top: 0;
  }
  .mlg\:last\:mb-0:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1140px) {
  .xl\:static {
    position: static;
  }
  .xl\:absolute {
    position: absolute;
  }
  .xl\:left-0 {
    left: 0;
  }
  .xl\:col-start-1 {
    grid-column-start: 1;
  }
  .xl\:col-end-4 {
    grid-column-end: 4;
  }
  .xl\:mr-15 {
    margin-right: 15px;
  }
  .xl\:inline-block {
    display: inline-block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:w-\[410px\] {
    width: 410px;
  }
  .xl\:basis-\[295px\] {
    flex-basis: 295px;
  }
  .xl\:basis-\[300px\] {
    flex-basis: 300px;
  }
  .xl\:basis-\[200px\] {
    flex-basis: 200px;
  }
  .xl\:basis-1\/5 {
    flex-basis: 20%;
  }
  .xl\:basis-3\/12 {
    flex-basis: 25%;
  }
  .xl\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:gap-x-30 {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .xl\:text-22 {
    font-size: 22px;
  }
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/Montserrat-ExtraBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Montserrat-ExtraBoldItalic.woff2) format("woff2"), url(../fonts/Montserrat-ExtraBoldItalic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Montserrat-BoldItalic.woff2) format("woff2"), url(../fonts/Montserrat-BoldItalic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Montserrat-ExtraLight.woff2) format("woff2"), url(../fonts/Montserrat-ExtraLight.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/Montserrat-LightItalic.woff2) format("woff2"), url(../fonts/Montserrat-LightItalic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/Montserrat-Italic.woff2) format("woff2"), url(../fonts/Montserrat-Italic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/Montserrat-MediumItalic.woff2) format("woff2"), url(../fonts/Montserrat-MediumItalic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 200;
  src: url(../fonts/Montserrat-ExtraLightItalic.woff2) format("woff2"), url(../fonts/Montserrat-ExtraLightItalic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBoldItalic.woff2) format("woff2"), url(../fonts/Montserrat-SemiBoldItalic.woff) format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
h1 {
  font-size: 44px;
  font-weight: 800;
}
h1 strong {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  h1 strong:before {
    content: url(../images/svgs/threelines.svg);
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -35px;
  }
}
h1 strong:after {
  --tw-bg-opacity: 1;
  background-color: rgb(228 224 187 / var(--tw-bg-opacity));
  border-radius: 20px;
  bottom: 8px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
h2 {
  font-size: 34px;
  font-weight: 800;
}
h3 {
  font-size: 22px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}
button,
input,
select,
textarea {
  background: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:not([href]) {
  cursor: pointer;
}
button {
  outline: none;
}
:after,
:before,
a,
img {
  transition: all 0.3s ease-in-out;
}
.scroll__btn {
  background-color: #030146;
  border-radius: 50%;
  bottom: 80px;
  box-shadow: 0 6px 12px rgba(134, 108, 226, 0.22);
  height: 50px;
  right: 80px;
  width: 50px;
  z-index: 9999;
}
@media (max-width: 1023px) {
  .scroll__btn {
    bottom: 30px;
    right: 30px;
  }
}
.foc {
  align-items: center;
  display: flex;
  justify-content: center;
}
.foc img {
  max-height: 100%;
  transition: all 0.3s ease-in-out;
}
.foc:hover a img {
  transform: scale(1.1);
}
.l-str:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
img {
  display: inline-block;
  max-height: 100%;
}
@media (max-width: 1139px) {
  .mso {
    overflow: hidden;
    position: relative;
  }
  .mso:before {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
}
.wp-editor blockquote:not(:last-child),
.wp-editor h1:not(:last-child),
.wp-editor h2:not(:last-child),
.wp-editor h3:not(:last-child),
.wp-editor h4:not(:last-child),
.wp-editor h5:not(:last-child),
.wp-editor h6:not(:last-child),
.wp-editor ol:not(:last-child),
.wp-editor p:not(:last-child),
.wp-editor table:not(:last-child),
.wp-editor ul:not(:last-child) {
  margin-bottom: 20px;
}
.wp-editor table {
  border-radius: 10px;
  overflow: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-editor table {
    table-layout: fixed;
  }
}
@media (max-width: 767px) {
  .wp-editor table {
    display: block;
  }
}
.wp-editor table tbody tr:first-child {
  background-color: #866ce2;
  color: #fff;
}
.wp-editor table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.wp-editor table tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.wp-editor table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.wp-editor table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.wp-editor table tr:nth-child(odd) {
  background-color: #f8f7f3;
}
.wp-editor table td {
  padding: 20px;
}
@media (max-width: 767px) {
  .wp-editor table td {
    white-space: nowrap;
  }
}
.wp-editor blockquote {
  background-color: #866ce2;
  border-radius: 16px;
  font-size: 18px;
  font-style: italic;
  line-height: 37px;
  padding: 30px 65px;
  position: relative;
  text-align: center;
}
.wp-editor blockquote p {
  color: #fff;
  font-weight: 600;
}
.wp-editor blockquote:after,
.wp-editor blockquote:before {
  position: absolute;
}
.wp-editor blockquote:before {
  content: url(../images/svgs/comma-left.svg);
  left: 20px;
  top: 20px;
}
.wp-editor blockquote:after {
  bottom: 10px;
  content: url(../images/svgs/comma-right.svg);
  right: 20px;
}
.wp-editor ul li {
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
.wp-editor ul li:not(:last-child) {
  margin-bottom: 10px;
}
.wp-editor ul li:before {
  background-color: #4ca5a0;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px;
}
.wp-editor ul li a {
  text-decoration: underline;
}
.wp-editor ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(134 108 226 / var(--tw-text-opacity));
}
.wp-editor img.aligncenter,
.wp-editor img.alignleft,
.wp-editor img.alignnone,
.wp-editor img.alignright {
  margin-bottom: 20px;
}
.wp-editor img.alignnone {
  display: block;
}
.wp-editor img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .wp-editor img.alignleft {
    float: left;
    margin-right: 20px;
  }
  .wp-editor img.alignright {
    float: right;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .wp-editor img.alignleft,
  .wp-editor img.alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn {
  display: inline-block;
  max-width: 100%;
}
a.btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  white-space: normal;
}
.btn_primary {
  background-color: #972425;
  border-radius: 64px;
  color: #fff;
  line-height: 54px;
  width: 100%;
}
@media (min-width: 1140px) {
  .btn_primary:hover {
    background-color: #f90000;
  }
}
.btn_outline {
  border: 1px solid #866ce2;
  border-radius: 12px;
  color: #866ce2;
  line-height: 48px;
  overflow: hidden;
  position: relative;
}
.btn_outline span {
  position: relative;
  z-index: 1;
}
.btn_outline:after,
.btn_outline:before {
  background-color: #866ce2;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.btn_outline:before {
  left: 50%;
}
.btn_outline:after {
  right: 50%;
}
.bg-primary .btn_outline {
  border: 1px solid #fff;
  color: #fff;
}
.bg-primary .btn_outline:after,
.bg-primary .btn_outline:before {
  background-color: #fff;
}
@media (min-width: 1140px) {
  .bg-primary .btn_outline:hover {
    color: #866ce2;
  }
  .bg-primary .btn_outline:hover:after,
  .bg-primary .btn_outline:hover:before {
    opacity: 1;
    width: 50%;
  }
  .btn_outline:hover {
    color: #fff;
  }
  .btn_outline:hover:after,
  .btn_outline:hover:before {
    opacity: 1;
    width: 50%;
  }
}
.link {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.link:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 62 / var(--tw-bg-opacity));
  border-radius: 20px;
  bottom: 2px;
  content: "";
  height: 4px;
  left: -100%;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: -1;
}
@media (min-width: 1140px) {
  .link:hover:after {
    left: 0;
    opacity: 1;
  }
}
.mso .header_ham {
  position: absolute;
  right: 270px;
  z-index: 1021;
}
.mso .header_ham:before {
  opacity: 1;
}
.mso .header_ham span {
  transition: top 0.35s ease-out 0s, opacity 0.35s ease-out 0s, transform 0.35s ease-out 0.35s;
}
.mso .header_ham span:first-child {
  top: 7px;
  transform: rotate(45deg);
}
.mso .header_ham span:nth-child(2) {
  opacity: 0;
}
.mso .header_ham span:last-child {
  top: 7px;
  transform: rotate(-45deg);
}
.header .logo img {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .header .logo:hover img {
    transform: scale(1.1) rotate(15deg);
  }
}
.header_ham {
  height: 22px;
  right: 0;
  width: 28px;
  z-index: 1020;
}
.header_ham,
.header_ham:before {
  transition: all 0.1s;
  transition-delay: 0.25s;
}
.header_ham:before {
  background: #fff;
  border-radius: 5px 0 0 5px;
  content: "";
  height: 61px;
  left: -10px;
  opacity: 0;
  position: absolute;
  top: -21px;
  width: 40px;
}
.header_ham span {
  --tw-bg-opacity: 1;
  background-color: rgb(3 1 70 / var(--tw-bg-opacity));
  border-radius: 10px;
  height: 2.5px;
  left: 0;
  position: absolute;
  transition: transform 0.35s ease-out 0s, opacity 0.35s ease-out 0.35s, top 0.35s ease-out 0.35s;
  width: 100%;
}
.header_ham span:first-child {
  top: 0;
}
.header_ham span:nth-child(2) {
  left: unset;
  right: 0;
  top: 9px;
  width: 20px;
}
.header_ham span:last-child {
  top: 18px;
}
@media (max-width: 1139px) {
  .header_nav {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    height: 100vh;
    opacity: 0;
    overflow: scroll;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 270px;
    z-index: 1020;
  }
}
.mso .header_nav {
  opacity: 1;
  right: 0;
}
@media (min-width: 1140px) {
  .header_menu li:not(:first-child) {
    padding: 0 20px;
  }
  .header_menu li:first-child {
    padding-right: 20px;
  }
  .header_menu li + li:before {
    --tw-bg-opacity: 1;
    background-color: rgb(134 108 226 / var(--tw-bg-opacity));
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
  }
}
.header_menu li a {
  vertical-align: middle;
}
.header_menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(3 1 70 / var(--tw-text-opacity));
}
.header_menu li a {
  color: #444374;
}
.header_menu li a:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 62 / var(--tw-bg-opacity));
  border-radius: 20px;
  bottom: 5px;
  content: "";
  height: 4px;
  left: -100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: -1;
}
@media (min-width: 1140px) {
  .header_menu li:hover > a:before {
    left: 0;
  }
}
.header_menu .goback {
  background: #fff;
  top: 0;
  z-index: 1;
}
.header_menu .goback:before {
  content: url(../images/arrows/arrow-down.svg);
  left: 0;
  position: absolute;
  top: 62%;
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 1139px) {
  .header_menu .menu-item-has-children > a {
    margin-right: 50px;
  }
}
.header_menu .menu-item-has-children:after {
  content: url(../images/arrows/arrow-down.svg);
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
@media (max-width: 1139px) {
  .header_menu .menu-item-has-children:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .header_menu .menu-item-has-children .sub-menu {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    height: 100vh;
    opacity: 0;
    overflow: scroll;
    right: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 270px;
    z-index: 1020;
  }
}
@media (min-width: 1140px) {
  .header_menu .menu-item-has-children .sub-menu {
    border-radius: 10px;
    box-shadow: 1px 8px 30px 0 rgba(0, 0, 0, 0.15);
    max-height: 0%;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s, opacity 0.3s;
    z-index: -1;
  }
}
.header_menu .menu-item-has-children.open .sub-menu {
  opacity: 1;
  right: 0;
}
@media (min-width: 1140px) {
  .header_menu .menu-item-has-children:hover .sub-menu {
    max-height: 9999px;
    opacity: 1;
    z-index: 11;
  }
}
.language-switcher {
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.language-switcher:before {
  content: url(../images/arrows/arrow-down.svg);
  position: absolute;
  right: 12px;
  top: 45%;
  transform: translateY(-50%);
}
.language-switcher figure {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.language-switcher .other-languages {
  border-radius: 0 0 15px 15px;
  left: 0;
  opacity: 0;
  top: 100%;
  z-index: -1;
}
.language-switcher .other-languages li:hover {
  background-color: #262461;
  color: #fff;
}
.language-switcher .other-languages .active {
  display: none;
}
.language-switcher:hover {
  border-radius: 15px 15px 0 0;
}
.language-switcher:hover .other-languages {
  display: block;
  opacity: 1;
  z-index: 1;
}
.tlc_header h1 {
  color: #030146;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tlc_header h1 {
    font-size: 24px;
  }
}
.tlc_header p {
  color: #030146;
  font-size: 17px;
  font-weight: 500;
}
.tlc_header .decor1 {
  left: 6px;
  top: 40px;
}
.tlc_header .decor2 {
  bottom: 6px;
  left: 0;
}
.tlc_header .decor3 {
  bottom: -40px;
  right: 0;
  transform: scaleX(-1);
}
.tlc_header .decor4 {
  right: 0;
  top: 30px;
}
.tlc_btn {
  font-weight: 500;
  line-height: 50px;
}
.tlc_btn.active {
  background-color: #866ce2;
  color: #fff;
  font-weight: 600;
}
.tlc .lc {
  padding-top: 180px;
}
.tlc__content--btn {
  position: relative;
}
.tlc__content--btn:before {
  bottom: 0;
  content: url(../images/arrows/show-more.svg);
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: -14px;
  top: -1px;
}
.breadcrumbs__list {
  --tw-text-opacity: 1;
  color: rgb(134 108 226 / var(--tw-text-opacity));
  display: flex;
  font-size: 10px;
  font-weight: 500;
  gap: 10px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .breadcrumbs__list {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs__list {
    align-items: center;
    justify-content: space-between;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs__list {
    overflow: hidden;
  }
}
.breadcrumbs__list a {
  color: rgba(68, 67, 116, 0.8);
  font-weight: 500;
}
.breadcrumbs__list a:hover {
  --tw-text-opacity: 1;
  color: rgb(3 1 70 / var(--tw-text-opacity));
}
.breadcrumbs__list span.post {
  --tw-text-opacity: 1;
  color: rgb(38 36 97 / var(--tw-text-opacity));
  font-weight: 700;
}
.breadcrumbs__author p:first-child {
  position: relative;
}
@media (min-width: 768px) {
  .breadcrumbs__author p:first-child:after {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
  }
}
.lc {
  width: 100%;
}
.lc_ordered {
  counter-reset: item;
}
.lc_ordered .cl {
  counter-increment: item;
}
.lc_ordered .cl:first-of-type:before {
  background: #ffec3e;
}
.lc_ordered .cl:before {
  background: #d3eae5;
  border-radius: 50%;
  content: counter(item);
  font-size: 16px;
  font-weight: 700;
  left: -10px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 35px;
  z-index: 1;
}
.lc .foc:hover a img {
  transform: scale(1.1) rotate(15deg);
}
.cl .payment:after,
.cl .payment:before {
  background-image: linear-gradient(90deg, #9ca4a4 75%, hsla(0, 0%, 100%, 0) 0);
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: 11px 1px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
@media (min-width: 1024px) {
  .cl .payment:after,
  .cl .payment:before {
    background-image: linear-gradient(0deg, #9ca4a4 75%, hsla(0, 0%, 100%, 0) 0);
    background-repeat: repeat-y;
    background-size: 1px 11px;
    height: 88px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}
.cl .payment:before {
  left: 0;
}
@media (max-width: 1023px) {
  .cl .payment:before {
    margin: 0 auto;
    right: 0;
    top: 0;
  }
}
.cl .payment:after {
  right: 0;
}
@media (max-width: 1023px) {
  .cl .payment:after {
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
.cl .payment_pay span {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(134 108 226 / var(--tw-bg-opacity));
  border-radius: 4px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 12px;
  left: 50%;
  opacity: 0;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: -18px;
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cl .payment_pay:hover span {
  opacity: 1;
}
.cl .payment .meter {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 10px;
}
.cl .payment .speed {
  bottom: 0;
  width: 100%;
}
.cl .payment svg {
  fill: none;
  stroke:  #f90000;
  stroke-width: 10;
  stroke-linecap: round;
  height: 80px;
  width: 122px;
}
.ub {
  position: relative;
}
.ub table {
  border-radius: 10px;
  overflow: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .ub table {
    table-layout: fixed;
  }
}
@media (max-width: 767px) {
  .ub table {
    display: block;
  }
}
.ub table tbody tr:first-child {
  background-color: #972425;
  color: #fff;
  font-weight: bold;
}
.ub table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.ub table tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.ub table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.ub table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.ub table tr:nth-child(odd) {
  background-color: #f3e9e9;
}
.ub table td {
  padding: 20px;
}
@media (max-width: 767px) {
  .ub table td {
    white-space: nowrap;
  }
}
@media (min-width: 1140px) {
  .ub:before {
    content: url(../images/svgs/cashout-decoration.svg);
    left: 0;
    top: 10px;
  }
  .ub:after,
  .ub:before {
    position: absolute;
  }
  .ub:after {
    bottom: -30px;
    content: url(../images/decorations/history-decor-right.svg);
    right: 0;
    transform: rotate(-80deg);
  }
}
.ub blockquote:not(:last-child),
.ub h1:not(:last-child),
.ub h2:not(:last-child),
.ub h3:not(:last-child),
.ub h4:not(:last-child),
.ub h5:not(:last-child),
.ub h6:not(:last-child),
.ub ol:not(:last-child),
.ub p:not(:last-child),
.ub table:not(:last-child),
.ub ul:not(:last-child) {
  margin-bottom: 20px;
}
.ub ul li {
  font-weight: 500;
  padding-left: 23px;
  position: relative;
}
.ub ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ub ul li:before {
  background-color: #db79af;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px;
}
.title h2 {
  color: #030146;
  font-size: 34px;
  font-weight: 800;
}
.title h2 strong {
  color: #06d4ae;
  position: relative;
}
.title h2 strong:after {
  content: url(../images/svgs/strong.svg);
  position: absolute;
  right: -20px;
  top: -10px;
}
.title h2 b {
  color: #866ce2;
}
.crb {
  counter-reset: item;
}
.crb__box {
  counter-increment: item;
}
.crb__box:first-of-type:before {
  background: #ffeb26;
}
.crb__box:before {
  background: #d3e9e4;
  border-radius: 50%;
  content: counter(item);
  font-size: 16px;
  font-weight: 700;
  left: -10px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 35px;
  z-index: 1;
}
.crb__review figure {
  overflow: hidden;
}
.crb__review figure img {
  width: 100%;
}
.crb__details p {
  position: relative;
}
@media (min-width: 768px) {
  .crb__details p:after {
    content: url(../images/svgs/crb-title-decoration.svg);
    position: absolute;
    right: -20px;
    top: -10px;
  }
}
.crb__license span:not(:last-child):after {
  content: ",";
}
.crb__pros p {
  position: relative;
}
.crb__pros p:before {
  bottom: 0;
  content: url(../images/svgs/yellow-checkbox.svg);
  height: 24px;
  left: 2px;
  margin: auto;
  position: absolute;
  top: -1px;
  width: 24px;
}
.crb table {
  font-size: 12px;
}
.crb table tr:first-child {
  background-color: #878787 !important;
}
.crb table tr:first-child td:first-child {
  border-top-left-radius: 5px !important;
}
.crb table tr:first-child td:last-child {
  border-top-right-radius: 5px !important;
}
.crb table tr:last-child td:first-child {
  border-bottom-left-radius: 5px !important;
}
.crb table tr:last-child td:last-child {
  border-bottom-right-radius: 5px !important;
}
.crb table td {
  padding: 10px;
}
.cashout {
  z-index: 2;
}
.cashout:before {
  content: url(../images/svgs/cashout-decoration.svg);
  left: 0;
  position: absolute;
  top: 20px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .cashout:before {
    opacity: 0.2;
  }
}
.cashout h2,
.cashout h3 {
  color: #030146;
}
.cashout p {
  color: #262461;
}
.cashout strong {
  color: #06d4ae;
  position: relative;
}
.cashout strong:after {
  content: url(../images/svgs/arrow-side.svg);
  left: 0;
  position: absolute;
  top: -60px;
}
@media (max-width: 639px) {
  .cashout strong:after {
    display: none;
  }
}
.cashout__btns a:nth-child(2) {
  background: url(../images/arrows/arrow-right.svg) no-repeat;
  background-position: 136px;
}
.cashout__btns a:nth-child(2):hover {
  background-position: 140px;
}
.cashout__steps {
  list-style: none;
  position: relative;
}
@media (min-width: 1024px) {
  .cashout__steps {
    max-width: 420px;
  }
}
.cashout__steps li {
  padding-left: 62px;
  position: relative;
}
.cashout__steps li:not(:last-child) {
  padding-bottom: 30px;
}
.cashout__steps li p {
  font-weight: 500;
}
.cashout__steps li:first-child {
  counter-reset: custom;
}
.cashout__steps li:before {
  border-radius: 50%;
  content: counter(custom) " ";
  font-size: 21px;
  font-weight: 700;
  height: 42px;
  left: 0;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: -8px;
  width: 42px;
  z-index: 2;
}
.cashout__steps li:not(:last-child):after {
  stroke-dasharray: 2px;
  border-left: 2.5px dashed #030146;
  content: "";
  height: 100%;
  left: 20.5px;
  position: absolute;
  top: 30px;
  z-index: 1;
}
.cashout__steps li:nth-child(2n):before {
  background-color: #fff385;
  color: #030146;
}
.cashout__steps li:nth-child(odd):before {
  background-color: #06d4ae;
  color: #030146;
}
.cashout__steps li:nth-child(3n + 1):before {
  background-color: #866ce2;
  color: #fff;
}
.cashout__step {
  counter-increment: custom;
}
.hts h2,
.hts h2 span {
  position: relative;
}
.hts h2 span:after {
  content: url(../images/svgs/how-to-decoration.svg);
  position: absolute;
  right: -17px;
  top: -13px;
}
.hts h2 strong {
  color:  #f90000;
  position: relative;
}
@media (min-width: 640px) {
  .hts__tools:nth-child(2) {
    border-left: 1px dashed #262461;
    border-right: 1px dashed #262461;
  }
}
.hts__fig {
  background: #d3e9e5;
  border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
}
.hts__fig img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.hts__cards figure {
  position: relative;
}
.hts__cards figure img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.st__collapse {
  position: relative;
}
@media (max-width: 1023px) {
  .st__collapse {
    background: #866ce2;
    border-radius: 10px;
    padding: 20px;
  }
  .st__collapse:before {
    height: 25px;
    right: 30px;
    width: 5px;
  }
  .st__collapse:after,
  .st__collapse:before {
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    content: "";
    margin: auto 0;
    position: absolute;
    top: 0;
  }
  .st__collapse:after {
    height: 5px;
    right: 20px;
    width: 25px;
  }
  .st__collapse.active {
    background: #06d4ae;
    transition: all 0.3s ease-in-out;
  }
  .st__collapse.active:before {
    transform: rotate(90deg);
  }
  p + .st__list {
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }
  p.active + .st__list {
    max-height: 3000px;
    transition: max-height 1s ease-in-out;
  }
}
.st__list ul {
  --tw-text-opacity: 1;
  color: rgb(3 1 70 / var(--tw-text-opacity));
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .st__list ul {
    max-height: 0;
    overflow: hidden;
  }
}
.st__list ul li a {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 10px;
  width: 100%;
}
.st__list ul li a:before {
  background: #866ce2;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.st__list ul li a.active {
  background-color: rgba(134, 108, 226, 0.08);
  font-weight: 700;
}
.st__list ul li a.active:before {
  opacity: 1;
}
.st__list ul li a:hover {
  background-color: rgba(134, 108, 226, 0.08);
}
.st__list ul li a:hover:before {
  opacity: 1;
}
.st table {
  font-size: 12px;
}
.st table tr:first-child {
  background-color: #878787 !important;
}
.st table tr:first-child td:first-child {
  border-top-left-radius: 5px !important;
}
.st table tr:first-child td:last-child {
  border-top-right-radius: 5px !important;
}
.st table tr:last-child td:first-child {
  border-bottom-left-radius: 5px !important;
}
.st table tr:last-child td:last-child {
  border-bottom-right-radius: 5px !important;
}
.st table td {
  padding: 10px;
}
.pc li {
  color: #030146;
  padding-left: 38px;
  position: relative;
}
.pc li:last-child {
  border: 0;
}
.pc__pros ul li:before {
  background-image: url(../images/svgs/pros.svg);
  background-size: 22px 22px;
  content: "";
  height: 22px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 2px;
  width: 22px;
}
.pc__pros p:before {
  content: url(../images/svgs/pros-decoration.svg);
  position: absolute;
  right: -20px;
  top: -10px;
}
.pc__cons ul li:after {
  background-image: url(../images/svgs/cons.svg);
  background-size: 22px 22px;
  content: "";
  height: 22px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 2px;
  width: 22px;
}
.pc__cons p:after {
  content: url(../images/svgs/cons-decoration.svg);
  position: absolute;
  right: -20px;
  top: -10px;
}
.faq__q:hover figure {
  background-color: #fa0100;
}
.faq__q.active img,
.faq__q:hover img {
  filter: brightness(0) invert(1);
}
.faq__q.active figure {
  background-color: #972425;
  transform: rotate(180deg);
}
.faq__a {
  transition: all 0.3s ease-in-out;
}
.active + .faq__a {
  margin-bottom: 30px;
  max-height: 1000px;
}
.aut figure img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .aut__info h3:after {
    --tw-bg-opacity: 1;
    background-color: rgb(6 212 174 / var(--tw-bg-opacity));
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 8px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: -18px;
    top: 0;
    width: 8px;
  }
}
.hra h1 {
  display: inline-block;
  position: relative;
}
.hra h1:after {
  content: url(../images/svgs/crb-title-decoration.svg);
  position: absolute;
  right: -20px;
  top: -20px;
}
.hra:before {
  left: 10px;
  position: absolute;
  top: 10px;
}
@media (max-width: 1023px) {
  .hra:before {
    left: -10px;
    top: -10px;
  }
}
.hra:before {
  content: url(../images/decorations/circles-hero-about.svg);
}
.hra:after {
  bottom: -5px;
  position: absolute;
  right: -10px;
}
@media (max-width: 1023px) {
  .hra:after {
    display: none;
  }
}
.hra:after {
  content: url(../images/decorations/arrow-hero-about.svg);
}
.kpc {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .kpc {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.kpc__cards {
  margin-top: 95px;
}
.kpc__cards figure {
  left: 0;
  right: 0;
  top: -63px;
}
.kpc__cards figure:after {
  bottom: -7px;
  content: url(../images/decorations/circle-left-decor.svg);
  left: -15px;
  position: absolute;
  z-index: -1;
}
.kpc__cards figure:before {
  content: url(../images/decorations/circle-right-decor.svg);
  position: absolute;
  right: -15px;
  top: -4px;
  z-index: -1;
}
.his {
  overflow: hidden;
  position: relative;
}
.his:before {
  content: url(../images/svgs/cashout-decoration.svg);
  position: absolute;
  top: 15px;
}
.his:after {
  bottom: 160px;
  height: 160px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: -25px;
}
@media (max-width: 1023px) {
  .his:after {
    display: none;
  }
}
.his:after {
  content: url(../images/decorations/history-decor-right.svg);
}
.his h2 {
  display: inline-block;
  position: relative;
}
.his h2:after {
  content: url(../images/svgs/how-to-decoration.svg);
  position: absolute;
  right: -20px;
  top: -15px;
}
.his__box,
.his__year {
  border: 1px solid #003459;
  border-radius: 10px;
}
.his__year {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 133 / var(--tw-bg-opacity));
  line-height: 1;
  position: absolute;
  text-align: center;
}
@media (max-width: 767px) {
  .his__year {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .his__year {
    height: 56px;
    width: 81px;
  }
}
@media (max-width: 767px) {
  .his__year:after,
  .his__year:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .his__year:after,
  .his__year:before {
    bottom: 0;
    height: 15px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0;
  }
}
.his__box:nth-child(odd) .his__year {
  right: -101px;
  top: 15px;
}
@media (max-width: 767px) {
  .his__box:nth-child(odd) .his__year {
    right: -5px;
    top: -15px;
  }
}
.his__box:nth-child(odd) .his__year:after {
  content: url(../images/decorations/arrow-left-history.svg);
  left: -42px;
}
.his__box:nth-child(2n) .his__year {
  bottom: 15px;
  left: -101px;
}
@media (max-width: 767px) {
  .his__box:nth-child(2n) .his__year {
    bottom: unset;
    left: unset;
    right: -5px;
    top: -15px;
  }
}
.his__box:nth-child(2n) .his__year:after {
  content: url(../images/decorations/arrow-right-history.svg);
  right: -42px;
}
.contact__page {
  margin-top: -50px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .contact__page {
    margin-top: -25px;
    padding-bottom: 40px;
  }
}
.contact__section {
  --tw-bg-opacity: 1;
  background-color: rgb(226 219 255 / var(--tw-bg-opacity));
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 1023px) {
  .contact__section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.contact__section:before {
  content: url(../images/decorations/form-decor-left.svg);
  left: 10px;
  position: absolute;
  top: 10px;
}
.contact__section:after {
  bottom: 0;
  content: url(../images/decorations/form-decor-right.svg);
  position: absolute;
  right: 0;
  z-index: 1;
}
.contact__title {
  position: relative;
}
.contact__title h2 {
  display: inline-block;
  position: relative;
}
.contact__title h2:after {
  content: url(../images/decorations/contact-title-decoration.svg);
  position: absolute;
  right: -20px;
  top: -15px;
}
.contact__form {
  position: relative;
  z-index: 2;
}
.contact__form--page {
  --tw-bg-opacity: 1;
  background-color: rgb(228 224 187 / var(--tw-bg-opacity));
  border-radius: 15px;
  padding: 40px 30px;
  position: relative;
  text-align: center;
}
.contact__form br {
  display: none;
}
.contact__form input[type="submit"] {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(6 212 174 / var(--tw-bg-opacity));
  border-radius: 64px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 200px;
}
.contact__form input[type="submit"]::hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 212 174 / var(--tw-bg-opacity));
}
.contact__form .wpcf7-not-valid-tip {
  font-size: 14px;
  left: 0;
  position: absolute;
}
.contact__form .wpcf7-form-control-wrap textarea + .wpcf7-not-valid-tip {
  bottom: -20px;
}
.contact__form .wpcf7-form-control-wrap input + .wpcf7-not-valid-tip,
.contact__form .wpcf7-form-control-wrap select + .wpcf7-not-valid-tip {
  top: -20px;
}
.contact__form .wpcf7-spinner {
  bottom: 12px;
  position: absolute;
}
.contact__form textarea ~ .wpcf7-not-valid-tip {
  bottom: -20px;
}
.contact__form input,
.contact__form select {
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.contact__form input[type="email"],
.contact__form input[type="tel"],
.contact__form input[type="text"],
.contact__form select {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 5px;
  display: block;
  width: 100%;
}
.contact__form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/arrows/arrow-select.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.contact__form textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 5px;
  padding: 15px;
  width: 100%;
}
.footer img {
  transition: all 0.3s ease-in-out;
}
.footer .decor1 {
  left: 0;
  top: 20px;
}
.footer .decor2 {
  right: 0;
  top: 50%;
}
.footer .wp-editor p {
  color: #58577b;
}
.footer .wp-editor p strong {
  color: #030146;
}
.footer .logo:hover img {
  transform: scale(1.1);
}
.footer .info {
  color: #58577b;
}
.footer .info:hover img {
  transform: scale(1.1) rotate(15deg);
}
.footer .menu a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.footer .menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(3 1 70 / var(--tw-text-opacity));
}
.footer .menu a {
  color: #58577b;
  padding: 5px 0;
}
.footer .menu a:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 62 / var(--tw-bg-opacity));
  border-radius: 20px;
  bottom: 5px;
  content: "";
  height: 4px;
  left: -100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.footer .menu a:hover:before {
  left: 0;
}
@media (max-width: 639px) {
  .footer_menu button:after,
  .footer_menu button:before {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    border-radius: 20px;
    content: "";
    position: absolute;
    top: 50%;
  }
  .footer_menu button:before {
    height: 3px;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
  }
  .footer_menu button:after {
    height: 3px;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    width: 15px;
  }
  .footer_menu button.active:after {
    transform: translateY(-50%) rotate(0deg);
  }
  .footer_menu .menu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s;
  }
  .footer_menu.active .menu {
    max-height: 300px;
    padding-top: 15px;
  }
}
.footer .line {
  background-image: linear-gradient(90deg, #9ca4a4 75%, hsla(0, 0%, 100%, 0) 0);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 15px 1px;
  height: 1px;
}
.locale__modal {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.locale__modal:before {
  content: url(../images/svgs/decoration-left.svg);
  left: 0;
  position: absolute;
  top: -10px;
}
@media (max-width: 767px) {
  .locale__modal:before {
    left: -30px;
  }
}
.locale__modal:after {
  content: url(../images/svgs/decoration-right.svg);
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .locale__modal:after {
    right: -30px;
  }
}
.locale__lang a {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
.locale__lang a:after {
  content: url(../images/arrows/arrow-right.svg);
  opacity: 0;
  position: absolute;
  right: 10px;
}
.locale__lang a:hover:after {
  opacity: 1;
}
.locale h1 span {
  color: #fff385;
  position: relative;
}
.locale h1 span:before {
  content: url(../images/svgs/locale-header-element.svg);
  position: absolute;
  right: -17px;
  top: -14px;
}
.locale .wp-editor p {
  color: #fff;
}
.font-s {
  font-size: 14px;
}