@charset "UTF-8";
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  color: #131313;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-family: "Inter, sans-serif", sans-serif;
  font-weight: 500;
  line-height: 1;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
  color: #111111;
}

sup {
  color: inherit;
}

/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

h1,
  .h1{
  font-size: 32px;
  line-height: 1.07;
}

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

@media (min-width: 1280px){
  h1,
  .h1{
    font-size: 64px;
  }
}

h2,
  .h2{
  font-size: 36px;
  line-height: 1.07;
}

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

@media (min-width: 1280px){
  h2,
  .h2{
    font-size: 72px;
  }
}

h3,
  .h3{
  font-size: 40px;
}

@media (min-width: 768px){
  h3,
  .h3{
    font-size: 70px;
  }
}

@media (min-width: 1280px){
  h3,
  .h3{
    font-size: 120px;
  }
}

.btn{
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-messager{
  display: flex;
  height: 60px;
  width: 230px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-hover:hover{
  opacity: .8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.btn-full-rounded{
  border-radius: 100px;
}

.btn-rounded-l{
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.btn-rounded-r{
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.btn-rounded-coloristsendmail{
  border-radius: 5px;
}

.messager-rounded{
  border-radius: 30px;
}

.btn-header-register{
  --tw-bg-opacity: 1;
  background-color: rgb(212 181 153 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .btn-header-register{
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.btn-primary{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(60 52 77 / var(--tw-bg-opacity));
  background-image: url('../images/btn-icon-primary.svg');
  background-size: 54px 54px;
  background-position: center right 5px;
  background-repeat: no-repeat;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 85px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 576px){
  .btn-primary{
    background-size: 65px 65px;
    background-position: center right 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 100px;
  }
}

@media (min-width: 992px){
  .btn-primary{
    padding-left: 50px;
    padding-right: 125px;
  }
}

@media (min-width: 1280px){
  .btn-primary{
    padding-left: 100px;
    padding-right: 175px;
    font-size: 20px;
  }
}

.btn-secondary{
  position: relative;
  margin-right: 63px;
  --tw-bg-opacity: 1;
  background-color: rgb(168 121 244 / var(--tw-bg-opacity));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 576px){
  .btn-secondary{
    margin-right: 78px;
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 52px;
    padding-right: 52px;
    font-size: 20px;
  }
}

.btn-secondary:after{
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  position: absolute;
  right: -63px;
  top: 50%;
  display: block;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('../images/btn-icon-secondary.svg');
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 29px;
  padding-bottom: 29px;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 576px){
  .btn-secondary:after{
    right: -78px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.btn-tertiary{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: url('../images/btn-icon-secondary.svg');
  background-size: 54px 54px;
  background-position: center right 5px;
  background-repeat: no-repeat;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 75px;
  padding-left: 25px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(60 52 77 / var(--tw-text-opacity));
}

@media (min-width: 576px){
  .btn-tertiary{
    background-size: 65px 65px;
    background-position: center right 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 125px;
    padding-left: 73px;
    font-size: 20px;
  }
}

#sp-85c027f4-bee4-4c60-b2c6-104dde9ed5c7{
  margin-top: 30px;
}

@media (min-width: 576px){
  #sp-85c027f4-bee4-4c60-b2c6-104dde9ed5c7{
    margin-top: 45px;
  }
}

.btn-send,
.form-block form input.btn-send {
    display: inline-block !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    position: relative;
    display: block;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(168 121 244 / var(--tw-bg-opacity));
    background-image: url('../images/btn-icon-secondary.svg');
    background-size: 54px 54px;
    background-position: center right 5px;
    background-repeat: no-repeat;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 55px;
    font-size: 18px;
	cursor: pointer;
  }

@media (min-width: 576px){
  .btn-send,
	.form-block form input.btn-send{
    background-size: 65px 65px;
    background-position: center right 10px;
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 95px;
    padding-right: 140px;
    font-size: 20px;
  }
}

@media (min-width: 768px){
  .btn-send,
	.form-block form input.btn-send{
    max-width: 408px;
    padding-left: 65px;
  }
}

.btn-coloristsendmail{
  height: 50px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(204 133 133 / var(--tw-bg-opacity));
  padding-left: 15px;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-messager-viber {
    background-image: linear-gradient(180deg, #8752FF 0%, #5D0DFF 100%);
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 32px 0px rgba(50, 23, 147, 0.53);
  }

.btn-messager-telegram {
    background-image: linear-gradient(180deg, #1B88FF 0%, #1F2BE4 100%);
    box-shadow: 0px 0px 32px 0px rgba(50, 23, 147, 0.53);
  }

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-bottom-\[120px\]{
  bottom: -120px;
}
.-bottom-\[140px\]{
  bottom: -140px;
}
.-bottom-\[35px\]{
  bottom: -35px;
}
.-bottom-\[45px\]{
  bottom: -45px;
}
.-left-\[185px\]{
  left: -185px;
}
.-left-\[200px\]{
  left: -200px;
}
.-left-\[230px\]{
  left: -230px;
}
.-left-\[430px\]{
  left: -430px;
}
.-left-\[5px\]{
  left: -5px;
}
.-right-\[32px\]{
  right: -32px;
}
.-right-\[63px\]{
  right: -63px;
}
.-top-\[120px\]{
  top: -120px;
}
.-top-\[170px\]{
  top: -170px;
}
.-top-\[44px\]{
  top: -44px;
}
.-top-\[45\.5\%\]{
  top: -45.5%;
}
.-top-\[80px\]{
  top: -80px;
}
.bottom-\[13px\]{
  bottom: 13px;
}
.bottom-\[15px\]{
  bottom: 15px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-1\/2{
  right: 50%;
}
.right-\[15px\]{
  right: 15px;
}
.right-\[25px\]{
  right: 25px;
}
.right-\[46px\]{
  right: 46px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[25px\]{
  top: 25px;
}
.z-10{
  z-index: 10;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.order-5{
  order: 5;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[35px\]{
  margin-bottom: 35px;
}
.mb-\[37px\]{
  margin-bottom: 37px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[45px\]{
  margin-bottom: 45px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[65px\]{
  margin-bottom: 65px;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mb-\[80px\]{
  margin-bottom: 80px;
}
.ml-auto{
  margin-left: auto;
}
.mr-\[63px\]{
  margin-right: 63px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[37px\]{
  margin-top: 37px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[55px\]{
  margin-top: 55px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[70px\]{
  margin-top: 70px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.hidden{
  display: none;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[230px\]{
  height: 230px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[318px\]{
  height: 318px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[420px\]{
  height: 420px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[785px\]{
  height: 785px;
}
.h-\[789px\]{
  height: 789px;
}
.h-full{
  height: 100%;
}
.min-h-\[70px\]{
  min-height: 70px;
}
.w-0{
  width: 0px;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[17px\]{
  width: 17px;
}
.w-\[199px\]{
  width: 199px;
}
.w-\[205px\]{
  width: 205px;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[281px\]{
  width: 281px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[375px\]{
  width: 375px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[70px\]{
  width: 70px;
}
.w-full{
  width: 100%;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1140px\]{
  max-width: 1140px;
}
.max-w-\[116px\]{
  max-width: 116px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[155px\]{
  max-width: 155px;
}
.max-w-\[166px\]{
  max-width: 166px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[270px\]{
  max-width: 270px;
}
.max-w-\[290px\]{
  max-width: 290px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[315px\]{
  max-width: 315px;
}
.max-w-\[384px\]{
  max-width: 384px;
}
.max-w-\[392px\]{
  max-width: 392px;
}
.max-w-\[401px\]{
  max-width: 401px;
}
.max-w-\[40px\]{
  max-width: 40px;
}
.max-w-\[465px\]{
  max-width: 465px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[512px\]{
  max-width: 512px;
}
.max-w-\[536px\]{
  max-width: 536px;
}
.max-w-\[544px\]{
  max-width: 544px;
}
.max-w-\[555px\]{
  max-width: 555px;
}
.max-w-\[578px\]{
  max-width: 578px;
}
.max-w-\[585px\]{
  max-width: 585px;
}
.max-w-\[60px\]{
  max-width: 60px;
}
.max-w-\[643px\]{
  max-width: 643px;
}
.max-w-\[667px\]{
  max-width: 667px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[715px\]{
  max-width: 715px;
}
.max-w-\[742px\]{
  max-width: 742px;
}
.max-w-\[785px\]{
  max-width: 785px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[870px\]{
  max-width: 870px;
}
.flex-shrink{
  flex-shrink: 1;
}
.grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-5{
  gap: 1.25rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[19px\]{
  gap: 19px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[25px\]{
  gap: 25px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[42px\]{
  gap: 42px;
}
.gap-\[45px\]{
  gap: 45px;
}
.gap-\[5px\]{
  gap: 5px;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[100px\]{
  border-radius: 100px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[75px\]{
  border-radius: 75px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-l-\[30px\]{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.rounded-bl-\[100px\]{
  border-bottom-left-radius: 100px;
}
.rounded-br-\[100px\]{
  border-bottom-right-radius: 100px;
}
.rounded-tl-\[100px\]{
  border-top-left-radius: 100px;
}
.rounded-tr-\[100px\]{
  border-top-right-radius: 100px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.bg-colorist-black-300{
  --tw-bg-opacity: 1;
  background-color: rgb(60 52 77 / var(--tw-bg-opacity));
}
.bg-colorist-black-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.bg-colorist-brown-150{
  --tw-bg-opacity: 1;
  background-color: rgb(251 244 232 / var(--tw-bg-opacity));
}
.bg-colorist-brown-200{
  --tw-bg-opacity: 1;
  background-color: rgb(212 181 153 / var(--tw-bg-opacity));
}
.bg-colorist-brown-250{
  --tw-bg-opacity: 1;
  background-color: rgb(244 218 216 / var(--tw-bg-opacity));
}
.bg-colorist-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(232 236 239 / var(--tw-bg-opacity));
}
.bg-colorist-violet-150{
  --tw-bg-opacity: 1;
  background-color: rgb(211 188 249 / var(--tw-bg-opacity));
}
.bg-colorist-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 121 244 / var(--tw-bg-opacity));
}
.bg-coloristsendmail-brown-200{
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 46 / var(--tw-bg-opacity));
}
.bg-coloristsendmail-brown-400{
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 36 / var(--tw-bg-opacity));
}
.bg-coloristsendmail-pink-150{
  --tw-bg-opacity: 1;
  background-color: rgb(237 162 162 / var(--tw-bg-opacity));
}
.bg-coloristsendmail-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(204 133 133 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-btn-icon-primary{
  background-image: url('../images/btn-icon-primary.svg');
}
.bg-btn-icon-secondary{
  background-image: url('../images/btn-icon-secondary.svg');
}
.bg-cilcle-bg-lg{
  background-image: url('../images/cilcle-bg-lg.svg');
}
.bg-circle-bg-md{
  background-image: url('../images/circle-bg-md.svg');
}
.bg-circle-bg-sm{
  background-image: url('../images/circle-bg-sm.svg');
}
.bg-gift-section{
  background-image: url('../images/bg-gift.png');
}
.bg-list-secondary{
  background-image: url('../images/bg-list.png');
}
.bg-main-bg{
  background-image: url('../images/main-bg.svg');
}
.bg-star-bg{
  background-image: url('../images/star-bg.svg');
}
.bg-\[length\:54px_54px\]{
  background-size: 54px 54px;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-\[center_center\]{
  background-position: center center;
}
.bg-\[center_right\]{
  background-position: center right;
}
.bg-\[center_right_5px\]{
  background-position: center right 5px;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.p-0{
  padding: 0px;
}
.p-\[15px\]{
  padding: 15px;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[35px\]{
  padding-left: 35px;
  padding-right: 35px;
}
.px-\[44px\]{
  padding-left: 44px;
  padding-right: 44px;
}
.px-\[45px\]{
  padding-left: 45px;
  padding-right: 45px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[29px\]{
  padding-top: 29px;
  padding-bottom: 29px;
}
.py-\[33px\]{
  padding-top: 33px;
  padding-bottom: 33px;
}
.py-\[43px\]{
  padding-top: 43px;
  padding-bottom: 43px;
}
.py-\[45px\]{
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-\[52px\]{
  padding-top: 52px;
  padding-bottom: 52px;
}
.py-\[55px\]{
  padding-top: 55px;
  padding-bottom: 55px;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[15px\]{
  padding-bottom: 15px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[33px\]{
  padding-bottom: 33px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[65px\]{
  padding-bottom: 65px;
}
.pb-\[70px\]{
  padding-bottom: 70px;
}
.pb-\[76px\]{
  padding-bottom: 76px;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pl-\[20px\]{
  padding-left: 20px;
}
.pl-\[25px\]{
  padding-left: 25px;
}
.pl-\[32px\]{
  padding-left: 32px;
}
.pl-\[70px\]{
  padding-left: 70px;
}
.pr-\[10px\]{
  padding-right: 10px;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pr-\[30px\]{
  padding-right: 30px;
}
.pr-\[55px\]{
  padding-right: 55px;
}
.pr-\[75px\]{
  padding-right: 75px;
}
.pr-\[85px\]{
  padding-right: 85px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[125px\]{
  padding-top: 125px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[225px\]{
  padding-top: 225px;
}
.pt-\[27px\]{
  padding-top: 27px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[45px\]{
  padding-top: 45px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[65px\]{
  padding-top: 65px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-\[label\]{
  font-family: label;
}
.font-messager{
  font-family: Montserrat, sans-serif;
}
.text-\[110px\]{
  font-size: 110px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[85px\]{
  font-size: 85px;
}
.\!font-black{
  font-weight: 900 !important;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[\.8\]{
  line-height: .8;
}
.leading-\[0\.82\]{
  line-height: 0.82;
}
.leading-\[0\.85\]{
  line-height: 0.85;
}
.leading-\[1\.07\]{
  line-height: 1.07;
}
.leading-\[1\.16\]{
  line-height: 1.16;
}
.leading-\[1\.17\]{
  line-height: 1.17;
}
.leading-\[1\.19\]{
  line-height: 1.19;
}
.leading-\[1\.25\]{
  line-height: 1.25;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[48px\]{
  line-height: 48px;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-colorist-black-300{
  --tw-text-opacity: 1;
  color: rgb(60 52 77 / var(--tw-text-opacity));
}
.text-colorist-black-350{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-colorist-black-450{
  --tw-text-opacity: 1;
  color: rgb(84 89 95 / var(--tw-text-opacity));
}
.text-colorist-brown-200{
  --tw-text-opacity: 1;
  color: rgb(212 181 153 / var(--tw-text-opacity));
}
.text-colorist-brown-250{
  --tw-text-opacity: 1;
  color: rgb(244 218 216 / var(--tw-text-opacity));
}
.text-colorist-violet-100{
  --tw-text-opacity: 1;
  color: rgb(115 105 137 / var(--tw-text-opacity));
}
.text-colorist-violet-500{
  --tw-text-opacity: 1;
  color: rgb(168 121 244 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-5{
  opacity: 0.05;
}
.opacity-\[\.8\]{
  opacity: .8;
}
.outline{
  outline-style: solid;
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\'\'\]{
  --tw-content: '';
  content: var(--tw-content);
}
.content-\[url\(\'\.\.\/images\/arrow-svg-primary\.svg\'\)\]{
  --tw-content: url('../images/arrow-svg-primary.svg');
  content: var(--tw-content);
}
.content-\[url\(\'\.\.\/images\/arrow-svg-secondary\.svg\'\)\]{
  --tw-content: url('../images/arrow-svg-secondary.svg');
  content: var(--tw-content);
}
/* =======================================================================================================================
* Библиотеки
* раскомментировать для использования
*/
* {
  scrollbar-width: 0.5rem;
  scrollbar-color: #131313 #d6d6d6;
}
*::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #fff;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: #eee;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  border: 0 none #fff;
  background-color: #2d2d2d;
  transition: all 280ms ease-in-out;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #131313;
}

html.menu-open {
  overflow: hidden;
  touch-action: none;
}

body {
  background: #EDDEC5;
}
body.lock {
  overflow: hidden;
  touch-action: none;
}
body.padding-top {
  padding-top: 74px;
}

/*
* (i) Стили будут применяться ко 
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/
[class*=__container] {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

[class*=_overlay-bg] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
  z-index: 2000;
  padding: 3.75rem 0.9375rem;
  overflow-y: auto;
}
@media (max-width: 768.98px) {
  [class*=_overlay-bg]::-webkit-scrollbar {
    display: none;
  }
}
[class*=_overlay-bg]._is-open {
  opacity: 1;
  visibility: visible;
}

html {
  scroll-behavior: smooth;
}

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

.page {
  position: relative;
  flex: 1 1 auto;
  padding: 0 15px;
  padding-top: 25px;
}
.page [data-observ] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: transparent;
  pointer-events: none;
}
.page_start {
  padding-top: 6.25rem;
}

.header.sticky {
  position: fixed !important;
  top: 0 !important;
  z-index: 5000;
}

.menu__list{
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.menu__list a{
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
.menu__list a:hover{
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.header {
  position: relative;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 1000;
}

.menu-open .header {
  top: 0 !important;
}
.menu-open .header__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: -15px;
  background-color: white;
}
.menu-open .menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-menu {
  display: none;
  margin-left: auto;
}
@media (max-width: 1279.98px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 300ms ease 0ms;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 36 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer a{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer .flex-wraper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 640px){
  .footer .flex-wraper{
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 960px){
  .footer .flex-wraper{
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
  }
}
.footer .col-1{
  order: 1;
  padding-bottom: 20px;
}
@media (min-width: 640px){
  .footer .col-1{
    width: 100%;
  }
}
@media (min-width: 960px){
  .footer .col-1{
    order: 1;
    width: auto;
  }
}
.footer .col-2{
  order: 4;
}
@media (min-width: 640px){
  .footer .col-2{
    order: 3;
    width: 50%;
  }
}
@media (min-width: 960px){
  .footer .col-2{
    order: 1;
    width: auto;
  }
}
.footer .col-2 a{
  text-decoration-line: underline;
}
.footer .col-2 li:first-child{
  padding-bottom: 10px;
}
.footer .col-2 li:last-child{
  padding-top: 30px;
}
.footer .col-3{
  order: 3;
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
  text-align: center;
}
@media (min-width: 640px){
  .footer .col-3{
    order: 4;
    margin: 0px;
    width: 40%;
    max-width: none;
  }
}
@media (min-width: 960px){
  .footer .col-3{
    order: 1;
    width: auto;
    max-width: 290px;
    text-align: left;
  }
}
.footer .col-3 .links li:first-child{
  padding-bottom: 40px;
}
@media (min-width: 960px){
  .footer .col-3 .links li:first-child{
    display: none;
    padding-bottom: 20px;
  }
}
.footer .col-3 .links li:first-child a{
  font-size: 14px;
  text-decoration-line: underline;
}
.footer .col-4{
  order: 2;
}
@media (min-width: 640px){
  .footer .col-4{
    width: 50%;
  }
}
@media (min-width: 960px){
  .footer .col-4{
    order: 1;
    width: auto;
    padding-top: 15px;
  }
}
@media (min-width: 640px){
  .footer .col-4 li:first-child{
    padding-left: 15px;
  }
}
.footer .col-4 li:first-child a{
  position: relative;
  z-index: 10;
  font-size: 16px;
}
.footer .col-4 li:first-child a::before{
  position: absolute;
  top: -20px;
  left: -15px;
  z-index: -1;
  height: 53px;
  width: 53px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 162 162 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
  --tw-content: "";
  content: var(--tw-content);
}
.footer .col-4 li:first-child a:hover::before{
  content: var(--tw-content);
  display: block;
}
@media (min-width: 480px){
  .footer .col-4 li:first-child a::before{
    top: -25px;
    height: 60px;
    content: var(--tw-content);
    width: 60px;
  }
}
@media (min-width: 1200px){
  .footer .col-4 li:first-child a::before{
    content: var(--tw-content);
    display: none;
  }
}
.footer .col-4 .email{
  display: none;
  padding-top: 40px;
  padding-bottom: 10px;
}
@media (min-width: 960px){
  .footer .col-4 .email{
    display: block;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.footer .col-4 .email a{
  font-size: 14px;
  text-decoration-line: underline;
}
.footer .col-4 li:last-child{
  display: none;
}
@media (min-width: 960px){
  .footer .col-4 li:last-child{
    display: block;
  }
}
.footer .logos-biling{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 10px;
}
@media (min-width: 480px){
  .footer .logos-biling{
    gap: 40px;
  }
}
@media (min-width: 960px){
  .footer .logos-biling{
    justify-content: flex-start;
    gap: 20px;
    padding-top: 30px;
  }
}
.footer .col-5{
  order: 5;
}
@media (min-width: 960px){
  .footer .col-5{
    display: none;
  }
}
.footer .col-5 a{
  font-size: 14px;
}
/*
.wpcf7-form-control-wrap {
  @apply block mb-[20px];

  &:last-child {
    @apply mb-0;
  }
}
.wpcf7-submit {
  @apply block mt-[30px] sm:mt-[45px];
}
*/
.form-block .sp-form-custom {
  font-family: "Inter, sans-serif";
  width: auto;
  border-radius: 0px;
  border-width: 0px;
  padding: 0px;
}
.form-block form{
  position: relative;
  width: 100%;
}
@media (min-width: 768px){
  .form-block form{
    max-width: 580px;
  }
}
.form-block form input {
  margin-bottom: 20px !important;
  color: #3C344D !important;
  font-size: 20px !important;
  display: block;
  width: 100%;
  border-radius: 100px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 236 239 / var(--tw-bg-opacity));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgb(60 52 77 / var(--tw-text-opacity));
}
@media (min-width: 576px){
  .form-block form input{
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 65px;
  }
}
.form-block form input::placeholder {
  font-size: 20px !important;
  color: #3C344D !important;
}
.form-block form input.wpcf7-not-valid, .form-block form input.sp-invalid{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 50 50 / var(--tw-border-opacity));
}
.form-block form input.wpcf7-not-valid::placeholder{
  --tw-text-opacity: 1;
  color: rgb(220 50 50 / var(--tw-text-opacity));
}
.form-block form input.sp-invalid::placeholder {
  color: #dc3232 !important;
}

.form-coloristsendmail form{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
}

@media (min-width: 480px){
  .form-coloristsendmail form{
    margin-left: 20px;
    max-width: 350px;
  }
}

@media (min-width: 960px){
  .form-coloristsendmail form{
    margin-left: 0px;
  }
}
.form-coloristsendmail .wpcf7-spinner{
  position: absolute;
  bottom: 13px;
  right: 0px;
}
@media (min-width: 480px){
  .form-coloristsendmail .wpcf7-spinner{
    bottom: 15px;
  }
}
.form-coloristsendmail label{
  margin-bottom: 20px;
  display: block;
  font-family: label;
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-coloristsendmail input:not(input[type=submit]){
  margin-top: 5px;
  display: inline-block;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.form-coloristsendmail input:not(input[type=submit])::placeholder{
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.form-coloristsendmail input:not(input[type=submit]).wpcf7-not-valid{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 50 50 / var(--tw-border-opacity));
}
.form-coloristsendmail input:not(input[type=submit]).wpcf7-not-valid::placeholder{
  --tw-text-opacity: 1;
  color: rgb(220 50 50 / var(--tw-text-opacity));
}
.form-coloristsendmail .btn{
  display: block;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip,
.sp-tip.sp-invalid{
  display: none;
}

.lessons-program-section .main-list img{
  height: 70px;
  width: 70px;
}
.lessons-program-section .main-list li{
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 33px;
  font-size: 16px;
}
.lessons-program-section .main-list li:last-child{
  padding-bottom: 0px;
}
@media (min-width: 576px){
  .lessons-program-section .main-list li{
    gap: 30px;
    font-size: 22px;
  }
}
.lessons-program-section .main-list p{
  --tw-text-opacity: 1;
  color: rgb(60 52 77 / var(--tw-text-opacity));
}
.lessons-program-section .main-list p span{
  --tw-text-opacity: 1;
  color: rgb(115 105 137 / var(--tw-text-opacity));
}
.lessons-program-section .secondary-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px;
  font-size: 16px;
}
@media (min-width: 576px){
  .lessons-program-section .secondary-list{
    font-size: 22px;
  }
}
@media (min-width: 1024px){
  .lessons-program-section .secondary-list{
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px){
  .lessons-program-section .secondary-list{
    gap: 15px;
  }
}
.lessons-program-section .secondary-list img{
  height: 70px;
  width: 70px;
}
.lessons-program-section .secondary-list li{
  display: flex;
  width: 100%;
  max-width: 465px;
  align-items: center;
  gap: 15px;
}
@media (min-width: 576px){
  .lessons-program-section .secondary-list li{
    gap: 30px;
  }
}
.lessons-program-section .secondary-list li p{
  --tw-text-opacity: 1;
  color: rgb(60 52 77 / var(--tw-text-opacity));
}
.lessons-program-section .secondary-list li p span{
  --tw-text-opacity: 1;
  color: rgb(115 105 137 / var(--tw-text-opacity));
}

.target-audience-section .card{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 15px;
}

@media (min-width: 992px){
  .target-audience-section .card{
    width: calc(100% / 3 - 15px);
  }
}

@media (min-width: 1280px){
  .target-audience-section .card{
    width: calc(100% / 4 - 15px * 2 / 3);
  }
}
.target-audience-section .card::before{
  position: absolute;
  bottom: 15px;
  right: 25px;
}
.target-audience-section .card.card-primary::before{
  --tw-content: url("../images/arrow-svg-primary.svg");
  content: var(--tw-content);
}
.target-audience-section .card.card-primary .card-header{
  --tw-bg-opacity: 1;
  background-color: rgb(211 188 249 / var(--tw-bg-opacity));
}
.target-audience-section .card.card-primary p span{
  --tw-text-opacity: 1;
  color: rgb(168 121 244 / var(--tw-text-opacity));
}
.target-audience-section .card.card-primary > span{
  --tw-text-opacity: 1;
  color: rgb(178 128 253 / var(--tw-text-opacity));
}
@media (min-width: 992px){
  .target-audience-section .card.card-secondary{
    --tw-translate-y: 150px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.target-audience-section .card.card-secondary::before{
  --tw-content: url("../images/arrow-svg-secondary.svg");
  content: var(--tw-content);
}
.target-audience-section .card.card-secondary .card-header{
  --tw-bg-opacity: 1;
  background-color: rgb(212 181 153 / var(--tw-bg-opacity));
}
.target-audience-section .card.card-secondary p span{
  --tw-text-opacity: 1;
  color: rgb(212 181 153 / var(--tw-text-opacity));
}
.target-audience-section .card.card-secondary span{
  --tw-text-opacity: 1;
  color: rgb(212 181 153 / var(--tw-text-opacity));
}
.target-audience-section .card .card-header{
  display: flex;
  height: 42px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.target-audience-section .card p{
  flex-grow: 1;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 27px;
  padding-bottom: 65px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(60 52 77 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .target-audience-section .card p{
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px;
  }
}
.target-audience-section .card > span{
  padding-left: 25px;
  font-size: 85px;
  line-height: .8;
}

.lesson-speaker h3{
  display: inline-flex;
  flex-direction: column;
  gap: 42px;
}
.lesson-speaker h3::after{
  display: block;
  height: 10px;
  width: 100%;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 244 232 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.lesson-speaker ul{
  padding-left: 32px;
}
.lesson-speaker li{
  margin-bottom: 5px;
  list-style-type: disc;
  font-size: 20px;
  line-height: 1.17;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.lesson-speaker li:last-child{
  margin-bottom: 0px;
}
@media (min-width: 576px){
  .lesson-speaker li{
    font-size: 24px;
  }
}

.gift-section p{
  padding-top: 55px;
  padding-bottom: 55px;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(60 52 77 / var(--tw-text-opacity));
}

@media (min-width: 576px){
  .gift-section p{
    font-size: 28px;
  }
}
.gift-section p strong{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.star {
  animation: rotate 40s infinite linear;
  position: absolute;
  bottom: -120px;
  right: 50%;
  height: 200px;
  width: 199px;
  background-image: url('../images/star-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 375px){
  .star{
    bottom: 0px;
    height: 281px;
    width: 279px;
  }
}

@media (min-width: 640px){
  .star{
    bottom: auto;
    right: -100px;
    top: 0px;
    height: 371px;
    width: 369px;
  }
}

@media (min-width: 992px){
  .star{
    right: 0px;
    top: 10%;
    height: 442px;
    width: 439px;
  }
}

@keyframes rotate {
  0% {
    transform: translateX(50%) rotate(0deg);
    animation-timing-function: linear;
  }
  100% {
    transform: translateX(50%) rotate(360deg);
  }
}
@media (min-width: 640px) {
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
      animation-timing-function: linear;
    }
    100% {
      transform: rotate(360deg);
    }
  }
}
.circle-bg-sm{
  position: absolute;
  top: -80px;
  left: -185px;
  display: none;
  height: 230px;
  width: 205px;
  background-image: url('../images/circle-bg-sm.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px){
  .circle-bg-sm{
    display: block;
  }
}
@media (min-width: 1280px){
  .circle-bg-sm{
    left: -230px;
  }
}
@media (min-width: 2250px){
  .circle-bg-sm{
    top: 6%;
  }
}

.circle-bg-md{
  position: absolute;
  top: -120px;
  left: -200px;
  display: none;
  height: 318px;
  width: 281px;
  background-image: url('../images/circle-bg-md.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px){
  .circle-bg-md{
    display: block;
  }
}

@media (min-width: 1280px){
  .circle-bg-md{
    left: -260px;
  }
}

@media (min-width: 2250px){
  .circle-bg-md{
    top: 3%;
  }
}

.cilcle-bg-lg{
  position: absolute;
  top: -170px;
  left: -230px;
  display: none;
  height: 420px;
  width: 375px;
  background-image: url('../images/cilcle-bg-lg.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px){
  .cilcle-bg-lg{
    display: block;
  }
}

@media (min-width: 1280px){
  .cilcle-bg-lg{
    left: -300px;
  }
}

@media (min-width: 2250px){
  .cilcle-bg-lg{
    top: -0.5%;
  }
}

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }
  @media (min-width: 1760px){
    .xl\:container{
      max-width: 1760px;
    }
  }
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-\[15px\]::before{
  content: var(--tw-content);
  left: -15px;
}

.before\:-top-\[20px\]::before{
  content: var(--tw-content);
  top: -20px;
}

.before\:-z-\[1\]::before{
  content: var(--tw-content);
  z-index: -1;
}

.before\:h-\[53px\]::before{
  content: var(--tw-content);
  height: 53px;
}

.before\:w-\[53px\]::before{
  content: var(--tw-content);
  width: 53px;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-coloristsendmail-pink-150::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(237 162 162 / var(--tw-bg-opacity));
}

.before\:transition-all::before{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-500::before{
  content: var(--tw-content);
  transition-duration: 500ms;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:hidden:last-child{
  display: none;
}

.last\:pb-0:last-child{
  padding-bottom: 0px;
}

.before\:hover\:block:hover::before{
  content: var(--tw-content);
  display: block;
}

@media (min-width: 375px){
  .xs\:bottom-0{
    bottom: 0px;
  }
  .xs\:mb-\[25px\]{
    margin-bottom: 25px;
  }
  .xs\:h-\[100vh\]{
    height: 100vh;
  }
  .xs\:h-\[281px\]{
    height: 281px;
  }
  .xs\:w-\[279px\]{
    width: 279px;
  }
  .xs\:max-w-none{
    max-width: none;
  }
}

@media (min-width: 480px){
  .xs1\:bottom-1\/2{
    bottom: 50%;
  }
  .xs1\:bottom-\[15px\]{
    bottom: 15px;
  }
  .xs1\:ml-\[20px\]{
    margin-left: 20px;
  }
  .xs1\:h-\[436px\]{
    height: 436px;
  }
  .xs1\:max-w-\[350px\]{
    max-width: 350px;
  }
  .xs1\:max-w-none{
    max-width: none;
  }
  .xs1\:translate-y-1\/2{
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xs1\:justify-center{
    justify-content: center;
  }
  .xs1\:gap-\[40px\]{
    gap: 40px;
  }
  .xs1\:gap-\[50px\]{
    gap: 50px;
  }
  .xs1\:pb-\[160px\]{
    padding-bottom: 160px;
  }
  .xs1\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .xs1\:pt-\[150px\]{
    padding-top: 150px;
  }
  .xs1\:text-\[28px\]{
    font-size: 28px;
  }
  .xs1\:before\:-top-\[25px\]::before{
    content: var(--tw-content);
    top: -25px;
  }
  .xs1\:before\:h-\[60px\]::before{
    content: var(--tw-content);
    height: 60px;
  }
  .xs1\:before\:w-\[60px\]::before{
    content: var(--tw-content);
    width: 60px;
  }
}

@media (min-width: 576px){
  .sm\:-left-\[20px\]{
    left: -20px;
  }
  .sm\:-right-\[15px\]{
    right: -15px;
  }
  .sm\:-right-\[78px\]{
    right: -78px;
  }
  .sm\:mr-\[78px\]{
    margin-right: 78px;
  }
  .sm\:mt-\[45px\]{
    margin-top: 45px;
  }
  .sm\:mt-\[63px\]{
    margin-top: 63px;
  }
  .sm\:h-\[134px\]{
    height: 134px;
  }
  .sm\:w-\[134px\]{
    width: 134px;
  }
  .sm\:max-w-\[409px\]{
    max-width: 409px;
  }
  .sm\:gap-\[30px\]{
    gap: 30px;
  }
  .sm\:bg-\[length\:65px_65px\]{
    background-size: 65px 65px;
  }
  .sm\:bg-\[center_right_10px\]{
    background-position: center right 10px;
  }
  .sm\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:px-\[28px\]{
    padding-left: 28px;
    padding-right: 28px;
  }
  .sm\:px-\[44px\]{
    padding-left: 44px;
    padding-right: 44px;
  }
  .sm\:px-\[52px\]{
    padding-left: 52px;
    padding-right: 52px;
  }
  .sm\:py-\[25px\]{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sm\:py-\[28px\]{
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .sm\:py-\[29px\]{
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .sm\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:pb-\[25px\]{
    padding-bottom: 25px;
  }
  .sm\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .sm\:pl-\[25px\]{
    padding-left: 25px;
  }
  .sm\:pl-\[27px\]{
    padding-left: 27px;
  }
  .sm\:pl-\[65px\]{
    padding-left: 65px;
  }
  .sm\:pl-\[73px\]{
    padding-left: 73px;
  }
  .sm\:pl-\[95px\]{
    padding-left: 95px;
  }
  .sm\:pr-\[100px\]{
    padding-right: 100px;
  }
  .sm\:pr-\[125px\]{
    padding-right: 125px;
  }
  .sm\:pr-\[140px\]{
    padding-right: 140px;
  }
  .sm\:pr-\[27px\]{
    padding-right: 27px;
  }
  .sm\:pt-\[25px\]{
    padding-top: 25px;
  }
  .sm\:text-\[186px\]{
    font-size: 186px;
  }
  .sm\:text-\[20px\]{
    font-size: 20px;
  }
  .sm\:text-\[22px\]{
    font-size: 22px;
  }
  .sm\:text-\[24px\]{
    font-size: 24px;
  }
  .sm\:text-\[28px\]{
    font-size: 28px;
  }
  .sm\:text-\[36px\]{
    font-size: 36px;
  }
  .sm\:text-\[42px\]{
    font-size: 42px;
  }
}

@media (min-width: 640px){
  .bm\:-right-\[100px\]{
    right: -100px;
  }
  .bm\:bottom-auto{
    bottom: auto;
  }
  .bm\:right-\[50px\]{
    right: 50px;
  }
  .bm\:top-0{
    top: 0px;
  }
  .bm\:top-\[25px\]{
    top: 25px;
  }
  .bm\:order-3{
    order: 3;
  }
  .bm\:order-4{
    order: 4;
  }
  .bm\:m-0{
    margin: 0px;
  }
  .bm\:mb-\[105px\]{
    margin-bottom: 105px;
  }
  .bm\:mb-\[10px\]{
    margin-bottom: 10px;
  }
  .bm\:mb-\[70px\]{
    margin-bottom: 70px;
  }
  .bm\:h-\[371px\]{
    height: 371px;
  }
  .bm\:h-\[580px\]{
    height: 580px;
  }
  .bm\:w-1\/2{
    width: 50%;
  }
  .bm\:w-\[369px\]{
    width: 369px;
  }
  .bm\:w-\[40\%\]{
    width: 40%;
  }
  .bm\:w-full{
    width: 100%;
  }
  .bm\:max-w-none{
    max-width: none;
  }
  .bm\:flex-row{
    flex-direction: row;
  }
  .bm\:flex-col{
    flex-direction: column;
  }
  .bm\:flex-wrap{
    flex-wrap: wrap;
  }
  .bm\:items-center{
    align-items: center;
  }
  .bm\:gap-\[70px\]{
    gap: 70px;
  }
  .bm\:px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }
  .bm\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .bm\:py-\[33px\]{
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .bm\:py-\[43px\]{
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .bm\:pb-0{
    padding-bottom: 0px;
  }
  .bm\:pb-\[40px\]{
    padding-bottom: 40px;
  }
  .bm\:pl-\[15px\]{
    padding-left: 15px;
  }
  .bm\:pl-\[60px\]{
    padding-left: 60px;
  }
  .bm\:pt-\[90px\]{
    padding-top: 90px;
  }
  .bm\:text-\[22px\]{
    font-size: 22px;
  }
  .bm\:text-\[26px\]{
    font-size: 26px;
  }
}

@media (min-width: 768px){
  .md\:-right-\[35px\]{
    right: -35px;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:h-\[187px\]{
    height: 187px;
  }
  .md\:w-\[187px\]{
    width: 187px;
  }
  .md\:max-w-\[408px\]{
    max-width: 408px;
  }
  .md\:max-w-\[580px\]{
    max-width: 580px;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:gap-\[15px\]{
    gap: 15px;
  }
  .md\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .md\:pl-\[65px\]{
    padding-left: 65px;
  }
  .md\:pl-\[77px\]{
    padding-left: 77px;
  }
  .md\:pl-\[94px\]{
    padding-left: 94px;
  }
  .md\:pr-\[56px\]{
    padding-right: 56px;
  }
  .md\:pr-\[57px\]{
    padding-right: 57px;
  }
  .md\:pt-\[125px\]{
    padding-top: 125px;
  }
  .md\:pt-\[155px\]{
    padding-top: 155px;
  }
  .md\:pt-\[30px\]{
    padding-top: 30px;
  }
  .md\:text-\[27px\]{
    font-size: 27px;
  }
  .md\:text-\[36px\]{
    font-size: 36px;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-\[42px\]{
    font-size: 42px;
  }
  .md\:text-\[70px\]{
    font-size: 70px;
  }
}

@media (min-width: 960px){
  .ml0\:bottom-0{
    bottom: 0px;
  }
  .ml0\:order-1{
    order: 1;
  }
  .ml0\:m-0{
    margin: 0px;
  }
  .ml0\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .ml0\:block{
    display: block;
  }
  .ml0\:hidden{
    display: none;
  }
  .ml0\:h-\[2px\]{
    height: 2px;
  }
  .ml0\:h-\[620px\]{
    height: 620px;
  }
  .ml0\:w-\[30px\]{
    width: 30px;
  }
  .ml0\:w-auto{
    width: auto;
  }
  .ml0\:max-w-\[124px\]{
    max-width: 124px;
  }
  .ml0\:max-w-\[290px\]{
    max-width: 290px;
  }
  .ml0\:max-w-\[512px\]{
    max-width: 512px;
  }
  .ml0\:max-w-\[75px\]{
    max-width: 75px;
  }
  .ml0\:flex-col{
    flex-direction: column;
  }
  .ml0\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .ml0\:justify-start{
    justify-content: flex-start;
  }
  .ml0\:justify-between{
    justify-content: space-between;
  }
  .ml0\:gap-\[20px\]{
    gap: 20px;
  }
  .ml0\:gap-\[50px\]{
    gap: 50px;
  }
  .ml0\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .ml0\:pl-\[15px\]{
    padding-left: 15px;
  }
  .ml0\:pt-\[115px\]{
    padding-top: 115px;
  }
  .ml0\:pt-\[15px\]{
    padding-top: 15px;
  }
  .ml0\:pt-\[25px\]{
    padding-top: 25px;
  }
  .ml0\:pt-\[30px\]{
    padding-top: 30px;
  }
  .ml0\:text-left{
    text-align: left;
  }
  .ml0\:text-\[35px\]{
    font-size: 35px;
  }
  .ml0\:last\:block:last-child{
    display: block;
  }
}

@media (min-width: 992px){
  .ml\:-left-\[30px\]{
    left: -30px;
  }
  .ml\:right-0{
    right: 0px;
  }
  .ml\:top-\[10\%\]{
    top: 10%;
  }
  .ml\:block{
    display: block;
  }
  .ml\:h-\[442px\]{
    height: 442px;
  }
  .ml\:w-\[439px\]{
    width: 439px;
  }
  .ml\:w-\[calc\(100\%\/3-15px\)\]{
    width: calc(100% / 3 - 15px);
  }
  .ml\:translate-y-\[150px\]{
    --tw-translate-y: 150px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .ml\:flex-row{
    flex-direction: row;
  }
  .ml\:justify-start{
    justify-content: flex-start;
  }
  .ml\:px-\[58px\]{
    padding-left: 58px;
    padding-right: 58px;
  }
  .ml\:pb-\[59px\]{
    padding-bottom: 59px;
  }
  .ml\:pl-\[50px\]{
    padding-left: 50px;
  }
  .ml\:pr-\[125px\]{
    padding-right: 125px;
  }
  .ml\:pt-\[100px\]{
    padding-top: 100px;
  }
  .ml\:pt-\[55px\]{
    padding-top: 55px;
  }
}

@media (min-width: 1024px){
  .lg\:-top-\[94px\]{
    top: -94px;
  }
  .lg\:mb-\[115px\]{
    margin-bottom: 115px;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:pb-\[10px\]{
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px){
  .xl0\:h-\[32px\]{
    height: 32px;
  }
  .xl0\:max-w-\[110px\]{
    max-width: 110px;
  }
  .xl0\:max-w-\[600px\]{
    max-width: 600px;
  }
  .xl0\:pl-\[60px\]{
    padding-left: 60px;
  }
  .xl0\:pt-\[200px\]{
    padding-top: 200px;
  }
  .xl0\:text-\[45px\]{
    font-size: 45px;
  }
  .xl0\:before\:hidden::before{
    content: var(--tw-content);
    display: none;
  }
}

@media (min-width: 1280px){
  .xl\:-left-\[230px\]{
    left: -230px;
  }
  .xl\:-left-\[260px\]{
    left: -260px;
  }
  .xl\:-left-\[300px\]{
    left: -300px;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:mb-\[230px\]{
    margin-bottom: 230px;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:min-h-\[110px\]{
    min-height: 110px;
  }
  .xl\:w-\[calc\(100\%\/4-15px\*2\/3\)\]{
    width: calc(100% / 4 - 15px * 2 / 3);
  }
  .xl\:max-w-\[110px\]{
    max-width: 110px;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .xl\:items-start{
    align-items: flex-start;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-\[15px\]{
    gap: 15px;
  }
  .xl\:gap-\[30px\]{
    gap: 30px;
  }
  .xl\:py-\[28px\]{
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .xl\:pl-\[100px\]{
    padding-left: 100px;
  }
  .xl\:pr-\[175px\]{
    padding-right: 175px;
  }
  .xl\:text-\[120px\]{
    font-size: 120px;
  }
  .xl\:text-\[20px\]{
    font-size: 20px;
  }
  .xl\:text-\[22px\]{
    font-size: 22px;
  }
  .xl\:text-\[64px\]{
    font-size: 64px;
  }
  .xl\:text-\[72px\]{
    font-size: 72px;
  }
}

@media (min-width: 1536px){
  .\32xl\:-right-\[55px\]{
    right: -55px;
  }
  .\32xl\:bottom-0{
    bottom: 0px;
  }
  .\32xl\:left-0{
    left: 0px;
  }
  .\32xl\:right-0{
    right: 0px;
  }
  .\32xl\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .\32xl\:h-auto{
    height: auto;
  }
  .\32xl\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .\32xl\:items-end{
    align-items: flex-end;
  }
  .\32xl\:gap-\[60px\]{
    gap: 60px;
  }
  .\32xl\:px-\[45px\]{
    padding-left: 45px;
    padding-right: 45px;
  }
  .\32xl\:pl-\[120px\]{
    padding-left: 120px;
  }
  .\32xl\:pl-\[127px\]{
    padding-left: 127px;
  }
  .\32xl\:pr-\[160px\]{
    padding-right: 160px;
  }
  .\32xl\:pr-\[167px\]{
    padding-right: 167px;
  }
  .\32xl\:pr-\[80px\]{
    padding-right: 80px;
  }
}

@media (min-width: 2250px){
  .xxxl\:-top-\[0\.5\%\]{
    top: -0.5%;
  }
  .xxxl\:top-\[3\%\]{
    top: 3%;
  }
  .xxxl\:top-\[6\%\]{
    top: 6%;
  }
}