/*
! tailwindcss v3.2.7 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     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 */
}

/*
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]) {
  -webkit-text-decoration: underline dotted;
          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-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;
}

/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

body {
  --tw-bg-opacity: 1;
  background-color: rgb(42 44 49 / var(--tw-bg-opacity));
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

body {
  font-family: 'Cera Pro', sans-serif !important;
  line-height: 1.35 !important;
}

.container {
  max-width: 1200px !important;
  margin: 0 auto;
}

h1 {
  font-family: 'Conthrax Sb', sans-serif !important;
}

canvas {
  display: block;
}

a{
  transition: 0.3s;
}

a:hover{
  opacity: 0.7;
}

h1,h2,h3,h4{
  line-height: 106.5%;
}

*, ::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-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-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:  ;
}

.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
}

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

.\!visible {
  visibility: visible !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-12 {
  bottom: -3rem;
}

.-bottom-64 {
  bottom: -16rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-bottom-\[430px\] {
  bottom: -430px;
}

.-left-\[1\.5rem\] {
  left: -1.5rem;
}

.-left-\[400px\] {
  left: -400px;
}

.-left-\[500px\] {
  left: -500px;
}

.-left-\[550px\] {
  left: -550px;
}

.-right-\[500px\] {
  right: -500px;
}

.-right-\[650px\] {
  right: -650px;
}

.-top-32 {
  top: -8rem;
}

.-top-64 {
  top: -16rem;
}

.-top-72 {
  top: -18rem;
}

.-top-\[150px\] {
  top: -150px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[-250px\] {
  bottom: -250px;
}

.bottom-\[218px\] {
  bottom: 218px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[-212px\] {
  left: -212px;
}

.left-\[-748px\] {
  left: -748px;
}

.left-\[160px\] {
  left: 160px;
}

.left-\[500px\] {
  left: 500px;
}

.left-\[748px\] {
  left: 748px;
}

.left-\[calc\(50\%_\+_14px\)\] {
  left: calc(50% + 14px);
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-10 {
  top: 2.5rem;
}

.top-8 {
  top: 2rem;
}

.top-\[43px\] {
  top: 43px;
}

.\!z-\[9999999999\] {
  z-index: 9999999999 !important;
}

.\!z-\[99999\] {
  z-index: 99999 !important;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.mb-0 {
  margin-bottom: 0px;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-4 {
  height: 1rem;
}

.h-\[27px\] {
  height: 27px;
}

.h-\[570px\] {
  height: 570px;
}

.h-\[66px\] {
  height: 66px;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

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

.\!w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-5 {
  width: 1.25rem;
}

.w-\[1440px\] {
  width: 1440px;
}

.w-\[35px\] {
  width: 35px;
}

.w-\[calc\(100\%_\+_3rem\)\] {
  width: calc(100% + 3rem);
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.\!min-w-\[310px\] {
  min-width: 310px !important;
}

.min-w-\[2489px\] {
  min-width: 2489px;
}

.min-w-\[450px\] {
  min-width: 450px;
}

.max-w-\[540px\] {
  max-width: 540px;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

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

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

.gap-5 {
  gap: 1.25rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 249 35 / var(--tw-border-opacity));
}

.stroke-primary {
  stroke: #FFF923;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

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

.\!text-21 {
  font-size: 21px !important;
}

.\!text-24 {
  font-size: 24px !important;
}

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

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

.text-18 {
  font-size: 18px;
}

.text-21 {
  font-size: 21px;
}

.text-28 {
  font-size: 28px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[26px\] {
  font-size: 26px;
}

.font-bold {
  font-weight: 700;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 249 35 / var(--tw-text-opacity));
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-70 {
  opacity: 0.7;
}

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-700 {
  transition-duration: 700ms;
}

@font-face {
  font-family: 'Conthrax Sb';

  src: url('../resources/fonts/Conthrax/ConthraxSb-Regular.eot');

  src: local('ConthraxSb-Regular'),
  url('../resources/fonts/Conthrax/ConthraxSb-Regular.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/Conthrax/ConthraxSb-Regular.woff2') format('woff2'),
  url('../resources/fonts/Conthrax/ConthraxSb-Regular.woff') format('woff'),
  url('../resources/fonts/Conthrax/ConthraxSb-Regular.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-Light.eot');

  src: local('Cera Pro Light'), local('CeraPro-Light'),
  url('../resources/fonts/CeraPro/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-Light.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-Light.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-MediumItalic.eot');

  src: local('Cera Pro Medium Italic'), local('CeraPro-MediumItalic'),
  url('../resources/fonts/CeraPro/CeraPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-MediumItalic.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-MediumItalic.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-RegularItalic.eot');

  src: local('Cera Pro Regular Italic'), local('CeraPro-RegularItalic'),
  url('../resources/fonts/CeraPro/CeraPro-RegularItalic.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-RegularItalic.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-RegularItalic.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-RegularItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-BlackItalic.eot');

  src: local('Cera Pro Black Italic'), local('CeraPro-BlackItalic'),
  url('../resources/fonts/CeraPro/CeraPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-BlackItalic.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-BlackItalic.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-BlackItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-Medium.eot');

  src: local('Cera Pro Medium'), local('CeraPro-Medium'),
  url('../resources/fonts/CeraPro/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-Medium.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-Medium.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-BoldItalic.eot');

  src: local('Cera Pro Bold Italic'), local('CeraPro-BoldItalic'),
  url('../resources/fonts/CeraPro/CeraPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-BoldItalic.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-BoldItalic.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-ThinItalic.eot');

  src: local('Cera Pro Thin Italic'), local('CeraPro-ThinItalic'),
  url('../resources/fonts/CeraPro/CeraPro-ThinItalic.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-ThinItalic.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-ThinItalic.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-ThinItalic.ttf') format('truetype');

  font-weight: 100;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-LightItalic.eot');

  src: local('Cera Pro Light Italic'), local('CeraPro-LightItalic'),
  url('../resources/fonts/CeraPro/CeraPro-LightItalic.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-LightItalic.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-LightItalic.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-LightItalic.ttf') format('truetype');

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-Black.eot');

  src: local('Cera Pro Black'), local('CeraPro-Black'),
  url('../resources/fonts/CeraPro/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-Black.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-Black.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-Bold.eot');

  src: local('Cera Pro Bold'), local('CeraPro-Bold'),
  url('../resources/fonts/CeraPro/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-Bold.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-Bold.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-Regular.eot');

  src: local('Cera Pro Regular'), local('CeraPro-Regular'),
  url('../resources/fonts/CeraPro/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-Regular.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-Regular.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';

  src: url('../resources/fonts/CeraPro/CeraPro-Thin.eot');

  src: local('Cera Pro Thin'), local('CeraPro-Thin'),
  url('../resources/fonts/CeraPro/CeraPro-Thin.eot?#iefix') format('embedded-opentype'),
  url('../resources/fonts/CeraPro/CeraPro-Thin.woff2') format('woff2'),
  url('../resources/fonts/CeraPro/CeraPro-Thin.woff') format('woff'),
  url('../resources/fonts/CeraPro/CeraPro-Thin.ttf') format('truetype');

  font-weight: 100;

  font-style: normal;
}

header {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

header .main__menu {
    display: flex;
  }

header .main__menu {
    width: 100%;
  }

header .main__menu {
    align-items: center;
  }

header .main__menu {
    justify-content: space-between;
  }

header .main__menu .wrap__menu {
      display: none;
    }

header .main__menu .wrap__menu {
      flex-direction: column;
    }

@media (min-width: 992px) {
      header .main__menu .wrap__menu {
        display: flex;
      }
    }

header .main__menu .wrap__menu ul {
        display: flex;
      }

header .main__menu .wrap__menu ul > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
      }

header .main__menu .wrap__menu ul li{
          display: flex;
        }

header .main__menu .wrap__menu ul li a{
            font-size: 17px;
            position: relative;
            text-transform: uppercase;
            padding-bottom: 4px;
          }

header .main__menu .wrap__menu ul li a:before{
              content: '';
              width: 100%;
              height: 1px;
              display: block;
              position: absolute;
              bottom: 0;
            }

header .main__menu .wrap__menu ul li a:before {
              --tw-bg-opacity: 1;
              background-color: rgb(255 249 35 / var(--tw-bg-opacity));
            }

header .main__menu .wrap__menu ul li a:after{
              content: '';
              width: 6px;
              height: 6px;
              display: block;
              position: absolute;
              border-radius: 100%;
              transform: translateX(-50%);
              bottom: -3px;
            }

header .main__menu .wrap__menu ul li a:after {
              --tw-bg-opacity: 1;
              background-color: rgb(255 249 35 / var(--tw-bg-opacity));
            }

header .hamburger__menu{
    bottom: -3px
  }

header .hamburger__menu {
    position: relative;
  }

header .hamburger__menu {
    display: flex;
  }

header .hamburger__menu > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

@media (min-width: 992px) {
    header .hamburger__menu {
      display: none;
    }
  }

header .hamburger__menu>span{
      content: '';
      width: 6px;
      height: 6px;
      display: block;
      border-radius: 100%;
    }

header .hamburger__menu>span {
      --tw-bg-opacity: 1;
      background-color: rgb(255 249 35 / var(--tw-bg-opacity));
    }

header .custom-logo{
    height: 80px;
  }

header .underline__btn {
    font-size: 17px;
  }

.underline__animate-btn:after{
    animation: move_circle 10s infinite linear;
  }

.section-main-home h1{
    text-transform: uppercase;
    line-height: 106.5%;
    font-weight: 600;
    color: #F5F5F5;
  }

.section-main-home h1 {
    font-size: 23px;
  }

@media (min-width: 576px) {
    .section-main-home h1 {
      font-size: 28px;
    }
  }

@media (min-width: 768px) {
    .section-main-home h1 {
      font-size: 32px;
    }
  }

@media (min-width: 992px) {
    .section-main-home h1 {
      font-size: 36px;
    }
  }

@media (min-width: 1200px) {
    .section-main-home h1 {
      font-size: 42px;
    }
  }

.section-main-home .main__btn {
    width: 309px;
  }

.underline__btn {
  font-size: 16px;
}

@media (min-width: 576px) {
  .underline__btn {
    font-size: 18px;
  }
}

.underline__btn{
  position: relative;
  text-transform: uppercase;
  padding-bottom: 4px;
  width: -moz-max-content;
  width: max-content;
}

.underline__btn:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
  }

.underline__btn:before {
    --tw-bg-opacity: 1;
    background-color: rgb(255 249 35 / var(--tw-bg-opacity));
  }

.underline__btn:after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
  }

.underline__btn:after {
    --tw-bg-opacity: 1;
    background-color: rgb(255 249 35 / var(--tw-bg-opacity));
  }

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

.custom__arrow .arrow{
    position: relative;
    width: 22px;
    height: 20px;
  }

.custom__arrow .arrow {
    stroke: #FFF923;
  }

.main__btn,.wpforms-submit-container button{
  min-width: 196px;
  box-shadow: 4px 4px 10px 0px #FFED00;
  line-height: 1;
  transition: 0.3s;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 249 35 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(42 44 49 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .main__btn,.wpforms-submit-container button {
    font-size: 20px;
  }
}

.main__btn .arrow,.wpforms-submit-container button .arrow{
    position: relative;
    top: -4px;
    width: 22px;
    height: 20px;
    transition: 0.3s;
  }

.main__btn .arrow, .wpforms-submit-container button .arrow {
    stroke: #FFF923;
  }

.main__btn:hover,.wpforms-submit-container button:hover{
    opacity: 1 !important;
    box-shadow: 0px 4px 10px 4px #62520F
  }

.main__btn:hover, .wpforms-submit-container button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 249 35 / var(--tw-bg-opacity));
  }

.main__btn:hover, .wpforms-submit-container button:hover {
    --tw-text-opacity: 1;
    color: rgb(28 30 36 / var(--tw-text-opacity));
  }

.main__btn:hover .arrow, .wpforms-submit-container button:hover .arrow {
      stroke: #2A2C31;
    }

.custom-logo{
  filter: drop-shadow(2px -4px 26px rgba(223, 218, 61, 0.80));
  height: 112px;
  width: 100%;
}

footer {
  --tw-bg-opacity: 1;
  background-color: rgb(28 30 36 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  footer {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

footer h4{
    color: #F5F5F5;
    font-family: 'Conthrax Sb',sans-serif;
  }

footer h4 {
    margin-bottom: 1.75rem;
  }

footer h4 {
    font-size: 21px;
  }

footer h4 {
    font-weight: 600;
  }

footer h4 {
    text-transform: uppercase;
  }

@media (min-width: 576px) {
    footer h4 {
      font-size: 24px;
    }
  }

footer .address {
    font-size: 16px;
  }

@media (min-width: 576px) {
    footer .address {
      font-size: 18px;
    }
  }

footer .phone__number {
    font-size: 16px;
  }

footer .phone__number {
    font-weight: 700;
  }

footer .phone__number {
    --tw-text-opacity: 1;
    color: rgb(255 249 35 / var(--tw-text-opacity));
  }

@media (min-width: 576px) {
    footer .phone__number {
      font-size: 18px;
    }
  }

footer .custom-logo{
    height: 90px;
  }

@media (min-width: 768px) {
    footer .wrap__contacts {
      width: calc(50% + 28px);
    }
  }

.section__padding {
  padding-bottom: 4rem;
}

@media (min-width: 576px) {
  .section__padding {
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .section__padding {
    padding-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .section__padding {
    padding-bottom: 7rem;
  }
}

@media (min-width: 1200px) {
  .section__padding {
    padding-bottom: 8rem;
  }
}

.card__service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 249 35 / var(--tw-border-opacity));
  background-color: rgb(28 30 36 / 0.7);
}

.card__service h3 {
    font-size: 17px;
  }

.card__service h3 {
    font-weight: 700;
  }

.card__service h3 {
    text-transform: uppercase;
  }

@media (min-width: 992px) {
    .card__service h3 {
      font-size: 20px;
    }
  }

.card__service .service__btn{
    border: 0.5px solid #FFF923 !important;
    background: rgba(28, 30, 36, 0.70);
    box-shadow: 0.5px 0.5px 8px 0px #FFED00;
    text-transform: uppercase;
    line-height: 1
  }

.card__service .service__btn {
    position: relative;
  }

.card__service .service__btn {
    display: flex;
  }

.card__service .service__btn {
    display: flex;
  }

.card__service .service__btn {
    height: 34px;
  }

.card__service .service__btn {
    align-items: center;
  }

.card__service .service__btn {
    padding-left: 1rem;
  }

.card__service .service__btn {
    padding-right: 0.5rem;
  }

.card__service .service__btn {
    font-size: 12px;
  }

.card__service .service__btn {
    font-size: 12px;
  }

.card__service .service__btn {
    font-weight: 500;
  }

@media (min-width: 576px) {
    .card__service .service__btn {
      height: 2.75rem;
    }
  }

@media (min-width: 992px) {
    .card__service .service__btn {
      font-size: 13px;
    }
  }

.card__service .service__btn .arrow{
      width: 17px;
      height: 15px;
      transition: 0.3s;
    }

.card__service .service__btn .arrow {
      position: relative;
    }

.card__service .service__btn .arrow {
      top: -0.25rem;
    }

.card__service .service__btn .arrow {
      margin-left: 0.25rem;
    }

.card__service .service__btn .arrow {
      --tw-scale-x: .9;
      --tw-scale-y: .9;
      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));
    }

.card__service .service__btn .arrow {
      stroke: #FFF923;
    }

@media (min-width: 576px) {
      .card__service .service__btn .arrow {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
      }
    }

.card__service .service__btn:hover{
      opacity: 1 !important;
      box-shadow: 0px 4px 10px 4px #62520F
    }

.card__service .service__btn:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(255 249 35 / var(--tw-bg-opacity));
    }

.card__service .service__btn:hover {
      --tw-text-opacity: 1;
      color: rgb(28 30 36 / var(--tw-text-opacity));
    }

.card__service .service__btn:hover .arrow {
        stroke: #2A2C31;
      }

.card__service .headline {
    margin-bottom: 0.5rem;
  }

.card__service .headline {
    display: flex;
  }

.card__service .headline {
    padding-top: 0.75rem;
  }

.card__service .headline {
    padding-left: 0.75rem;
  }

.card__service .headline {
    padding-right: 22%;
  }

@media (min-width: 576px) {
    .card__service .headline {
      padding-left: 1.5rem;
    }
  }

@media (min-width: 576px) {
    .card__service .headline {
      padding-top: 1.5rem;
    }
  }

@media (min-width: 992px) {
    .card__service .headline {
      padding-right: 1.5rem;
    }
  }

@media (min-width: 1200px) {
    .card__service .headline {
      padding-right: 2.5rem;
    }
  }

.section-services h1{
    line-height: 1.25 !important;
  }

.section-services h1:before,.section-services h1:after {
      display: none !important;
    }

@media (min-width: 1200px) {
      .section-services h1:before,.section-services h1:after {
        display: block !important;
      }
    }

.printer svg{
  filter: drop-shadow(0px 4px 7px rgba(255, 250, 83, 0.50));
}

.monitor svg{
  filter: drop-shadow(0px 4px 30px rgba(255, 250, 83, 0.30));
}

.computer svg{
  filter: drop-shadow(0px 4px 30px rgba(255, 250, 83, 0.40));
}

.router svg{
  filter: drop-shadow(0px 4px 20px rgba(255, 250, 83, 0.40));
}

.network svg{
  filter: drop-shadow(0px 4px 30px rgba(255, 250, 83, 0.40));
}

.section-main-home .service {
    font-size: 19px;
  }

@media (min-width: 768px) {
    .section-main-home .service {
      font-size: 20px;
    }
  }

.main__section{
  min-height: calc(100vh - 128px);
  display: flex;
  align-items: center;
}

.services__background{
  transform: rotate(45deg) scale(2);
  height: 100%;
  width: 100%;
}

.circle{
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #D7CA34;
  display: block;
  filter: drop-shadow(0px 0px 6px #FFFA53);
}

.circle_1{
  offset-path: path("M505.956 519.883L505.956 0.219683L0.219887 0.219705L0.219897 233.275L124.934 233.275L27.1251 333.648L176.691 490.183L281.233 380.755L284.052 519.883L505.956 519.883Z");
  position: absolute;
}

.circle_2{
  offset-path: path("M515.477 529.381L515.477 9.72267L9.74088 9.72269L9.74089 242.774L134.455 242.774L36.6461 343.147L186.212 499.686L290.754 390.253L293.573 529.381L515.477 529.381Z");
  position: absolute;
}

.circle_3{
  offset-path: path("M524.941 538.77L524.941 19.1115L19.2048 19.1115L19.2048 252.163L143.919 252.163L46.1143 352.536L195.676 509.075L300.218 399.642L303.041 538.77L524.941 538.77Z");
  position: absolute;
}

.circle_4{
  offset-path: path("M534.532 548.198L534.532 28.5355L28.7962 28.5355L28.7962 261.591L153.511 261.591L55.7014 361.964L205.267 518.503L309.81 409.071L312.629 548.198L534.532 548.198Z");
  position: absolute;
}

.circle_5{
  offset-path: path("M543.951 557.854L543.951 38.1955L38.2154 38.1955L38.2154 271.247L162.93 271.247L65.1249 371.62L214.687 528.159L319.229 418.726L322.052 557.854L543.951 557.854Z");
  position: absolute;
}

.circle_6{
  offset-path: path("M553.825 567.433L553.825 47.7745L48.0889 47.7745L48.0889 280.826L172.803 280.826L74.9941 381.199L224.56 537.738L329.102 428.305L331.921 567.433L553.825 567.433Z");
  position: absolute;
}

.circle_7{
  offset-path: path("M563.293 576.826L563.293 57.1633L57.5572 57.1633L57.5572 290.214L182.272 290.214L84.4623 390.592L234.024 547.126L338.566 437.698L341.389 576.826L563.293 576.826Z");
  position: absolute;
}

.circle_8{
  offset-path: path("M572.88 586.25L572.88 66.5873L67.1441 66.5873L67.1442 299.643L191.859 299.643L94.0493 400.016L243.615 556.555L348.158 447.122L350.976 586.25L572.88 586.25Z");
  position: absolute;
}

.circle_9{
  offset-path: path("M582.753 596.118L582.753 76.4593L77.017 76.4593L77.017 309.51L201.736 309.51L103.927 409.888L253.488 566.422L358.03 456.995L360.854 596.118L582.753 596.118Z");
  position: absolute;
}

.circle_10{
  offset-path: path("M591.852 606.095L591.852 86.4326L86.1158 86.4326L86.1158 319.488L210.83 319.488L113.021 419.861L262.587 576.396L367.129 466.968L369.948 606.095L591.852 606.095Z");
  position: absolute;
}

.circle_11{
  offset-path: path("M601.316 615.484L601.316 95.8214L95.5797 95.8214L95.5797 328.877L220.299 328.877L122.489 429.25L272.051 585.789L376.593 476.357L379.416 615.484L601.316 615.484Z");
  position: absolute;
}

.circle_12{
  offset-path: path("M610.907 624.913L610.907 105.25L105.171 105.25L105.171 338.301L229.886 338.301L132.076 438.678L281.642 595.213L386.184 485.785L389.003 624.913L610.907 624.913Z");
  position: absolute;
}

.circle_13{
  offset-path: path("M620.78 634.78L620.78 115.117L115.044 115.117L115.044 348.173L239.763 348.173L141.953 448.546L291.515 605.085L396.057 495.653L398.881 634.78L620.78 634.78Z");
  position: absolute;
}

.circle{
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #D7CA34;
  display: block;
  filter: drop-shadow(0px 0px 6px #FFFA53);
}

.circle_1{
  offset-path: path("M505.956 519.883L505.956 0.219683L0.219887 0.219705L0.219897 233.275L124.934 233.275L27.1251 333.648L176.691 490.183L281.233 380.755L284.052 519.883L505.956 519.883Z");
  position: absolute;
}

.circle_2{
  offset-path: path("M515.477 529.381L515.477 9.72267L9.74088 9.72269L9.74089 242.774L134.455 242.774L36.6461 343.147L186.212 499.686L290.754 390.253L293.573 529.381L515.477 529.381Z");
  position: absolute;
}

.circle_3{
  offset-path: path("M524.941 538.77L524.941 19.1115L19.2048 19.1115L19.2048 252.163L143.919 252.163L46.1143 352.536L195.676 509.075L300.218 399.642L303.041 538.77L524.941 538.77Z");
  position: absolute;
}

.circle_4{
  offset-path: path("M534.532 548.198L534.532 28.5355L28.7962 28.5355L28.7962 261.591L153.511 261.591L55.7014 361.964L205.267 518.503L309.81 409.071L312.629 548.198L534.532 548.198Z");
  position: absolute;
}

.circle_5{
  offset-path: path("M543.951 557.854L543.951 38.1955L38.2154 38.1955L38.2154 271.247L162.93 271.247L65.1249 371.62L214.687 528.159L319.229 418.726L322.052 557.854L543.951 557.854Z");
  position: absolute;
}

.circle_6{
  offset-path: path("M553.825 567.433L553.825 47.7745L48.0889 47.7745L48.0889 280.826L172.803 280.826L74.9941 381.199L224.56 537.738L329.102 428.305L331.921 567.433L553.825 567.433Z");
  position: absolute;
}

.circle_7{
  offset-path: path("M563.293 576.826L563.293 57.1633L57.5572 57.1633L57.5572 290.214L182.272 290.214L84.4623 390.592L234.024 547.126L338.566 437.698L341.389 576.826L563.293 576.826Z");
  position: absolute;
}

.circle_8{
  offset-path: path("M572.88 586.25L572.88 66.5873L67.1441 66.5873L67.1442 299.643L191.859 299.643L94.0493 400.016L243.615 556.555L348.158 447.122L350.976 586.25L572.88 586.25Z");
  position: absolute;
}

.circle_9{
  offset-path: path("M582.753 596.118L582.753 76.4593L77.017 76.4593L77.017 309.51L201.736 309.51L103.927 409.888L253.488 566.422L358.03 456.995L360.854 596.118L582.753 596.118Z");
  position: absolute;
}

.circle_10{
  offset-path: path("M591.852 606.095L591.852 86.4326L86.1158 86.4326L86.1158 319.488L210.83 319.488L113.021 419.861L262.587 576.396L367.129 466.968L369.948 606.095L591.852 606.095Z");
  position: absolute;
}

.circle_11{
  offset-path: path("M601.316 615.484L601.316 95.8214L95.5797 95.8214L95.5797 328.877L220.299 328.877L122.489 429.25L272.051 585.789L376.593 476.357L379.416 615.484L601.316 615.484Z");
  position: absolute;
}

.circle_12{
  offset-path: path("M610.907 624.913L610.907 105.25L105.171 105.25L105.171 338.301L229.886 338.301L132.076 438.678L281.642 595.213L386.184 485.785L389.003 624.913L610.907 624.913Z");
  position: absolute;
}

.circle_13{
  offset-path: path("M620.78 634.78L620.78 115.117L115.044 115.117L115.044 348.173L239.763 348.173L141.953 448.546L291.515 605.085L396.057 495.653L398.881 634.78L620.78 634.78Z");
  position: absolute;
}

@keyframes move_circle{
  0% {
    left: 0;
  }

  50% {
    left: 100%
  }

  100%{
    left: 0%;
  }
}

header .menu a:after,.underline__btn:after{
  animation: move_circle 10s infinite linear;
}

.contact__form{
  transition: 0.3s;
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -10;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.contact__form .overlay {
    position: fixed;
  }

.contact__form .overlay {
    left: 0px;
  }

.contact__form .overlay {
    top: 0px;
  }

.contact__form .overlay {
    height: 100%;
  }

.contact__form .overlay {
    width: 100%;
  }

.contact__form .overlay {
    --tw-bg-opacity: 1;
    background-color: rgb(42 44 49 / var(--tw-bg-opacity));
  }

.contact__form h3 {
    margin-bottom: 1.25rem;
  }

.contact__form h3 {
    font-size: 23px;
  }

.contact__form h3 {
    font-weight: 700;
  }

.contact__form h3 {
    text-transform: uppercase;
  }

.contact__form input{
    background: rgba(215, 202, 52, 0.06);
    transition: 0.3s;
    font-size: 15px
  }

.contact__form input {
    border-width: 1px;
  }

.contact__form input {
    --tw-border-opacity: 1;
    border-color: rgb(255 249 35 / var(--tw-border-opacity));
  }

.contact__form input {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

.contact__form input {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

.contact__form input::-moz-placeholder {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.contact__form input::placeholder {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.contact__form .wpforms-field{
    padding: 0 !important;
  }

.contact__form .wpforms-field-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

.contact__form .wpforms-submit-container button{
      width: 100%;
      display: flex;
    }

.contact__form .wpforms-submit-container button span{
        display: flex;
        justify-content: center;
        width: 100%;
        flex: 1;
      }

.close__btn{
  filter: drop-shadow(0px 4px 20px #FFED00);
}

input{
  outline: none;
}

.custom__hover{
  transition: 0.3s;
}

.custom__hover:hover {
    cursor: pointer;
  }

.custom__hover:hover {
    opacity: 0.7;
  }

.mobile__menu{
  transition: 0.3s;
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(42 44 49 / var(--tw-bg-opacity));
  padding-top: 1rem;
  opacity: 0;
}

.mobile__menu .wrap__menu ul > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

.mobile__menu .wrap__menu ul li a {
          width: -moz-max-content;
          width: max-content;
        }

.mobile__menu .wrap__menu ul li a {
          font-size: 20px;
        }

.mobile__menu .wrap__menu ul li a {
          font-weight: 700;
        }

.mobile__menu .wrap__menu ul li a {
          text-transform: uppercase;
        }

.mobile__menu .wrap__menu ul li a {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }

.mobile__menu .wrap__menu ul .current_page_item a {
          --tw-text-opacity: 1;
          color: rgb(255 249 35 / var(--tw-text-opacity));
        }

.mobile__menu .background{
    filter: drop-shadow(3px -1px 40px #FFED00);
  }

.mobile__menu .social__links svg{
      filter: drop-shadow(0px 4px 30px rgba(255, 237, 0, 0.30));
    }

.font-cera-pro{
  font-family: 'Cera Pro','sans-serif' !important;
}

.section-404 h1{
    font-weight: 600;
    text-shadow: 0px 8px 20px rgba(255, 249, 35, 0.50);
  }

.section-404 h1 {
    font-size: 120px;
  }

.section-404 h1 {
    --tw-text-opacity: 1;
    color: rgb(255 249 35 / var(--tw-text-opacity));
  }

@media (min-width: 768px) {
    .section-404 h1 {
      font-size: 180px;
    }
  }

.section-contacts h3 {
    margin-bottom: 0.25rem;
  }

.section-contacts h3 {
    font-size: 24px;
  }

.section-contacts h3 {
    font-weight: 700;
  }

.section-contacts h3 {
    text-transform: uppercase;
  }

.section-contacts h3 {
    --tw-text-opacity: 1;
    color: rgb(255 249 35 / var(--tw-text-opacity));
  }

.section-contacts .contact {
    font-size: 20px;
  }

.section-contacts h2{
    font-family: 'Conthrax Sb',sans-serif;
  }

.section-contacts .wrap__map {
    height: 541px;
  }

.section-contacts .wrap__map {
    width: 100%;
  }

@media (min-width: 992px) {
    .section-contacts .wrap__map {
      width: 60%;
    }
  }

.section-contacts .wrap__contact-info {
    width: 100%;
  }

@media (min-width: 992px) {
    .section-contacts .wrap__contact-info {
      width: 40%;
    }
  }

.section-single-page h1 {
    margin-bottom: 1rem;
  }

.section-single-page h1 {
    font-size: 32px;
  }

@media (min-width: 768px) {
    .section-single-page h1 {
      font-size: 40px;
    }
  }

@media (min-width: 992px) {
    .section-single-page h1 {
      margin-bottom: 1.25rem;
    }
  }

@media (min-width: 992px) {
    .section-single-page h1 {
      font-size: 48px;
    }
  }

.section-single-page .wrap__content {
    max-width: 992px;
  }

.section-quiz .wrap__quiz {
    display: flex;
  }

.section-quiz .wrap__quiz {
    width: 100%;
  }

.section-quiz .wrap__quiz {
    flex-direction: column;
  }

@media (min-width: 992px) {
    .section-quiz .wrap__quiz {
      max-width: 992px;
    }
  }

.section-quiz .wrap__quiz .wrap__select {
      display: grid;
    }

.section-quiz .wrap__quiz .wrap__select {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }

.section-quiz .wrap__quiz .wrap__select {
      -moz-column-gap: 1.5rem;
           column-gap: 1.5rem;
    }

.section-quiz .wrap__quiz .wrap__select {
      row-gap: 1.25rem;
    }

@media (min-width: 576px) {
      .section-quiz .wrap__quiz .wrap__select {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

@media (min-width: 768px) {
      .section-quiz .wrap__quiz .wrap__select {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
      }
    }

@media (min-width: 992px) {
      .section-quiz .wrap__quiz .wrap__select {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

@media (min-width: 992px) {
      .section-quiz .wrap__quiz .wrap__select {
        -moz-column-gap: 4rem;
             column-gap: 4rem;
      }
    }

@media (min-width: 1200px) {
      .section-quiz .wrap__quiz .wrap__select {
        -moz-column-gap: 70px;
             column-gap: 70px;
      }
    }

.section-quiz .wrap__quiz .wrap__select .inner__select {
        position: relative;
      }

.section-quiz .wrap__quiz .wrap__select .inner__select {
        display: flex;
      }

.section-quiz .wrap__quiz .wrap__select .inner__select {
        width: 100%;
      }

.section-quiz .wrap__quiz .wrap__select .inner__select {
        align-items: center;
      }

.section-quiz .wrap__quiz .wrap__select .inner__select {
        justify-content: center;
      }

.section-quiz .wrap__quiz .wrap__select .inner__select {
        text-align: center;
      }

.section-quiz .wrap__quiz .wrap__select .inner__select {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline{
          background: #1C1E24B2
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          display: flex;
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          height: 100%;
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          width: 100%;
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          cursor: pointer;
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          align-items: center;
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          justify-content: center;
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          border-width: 1px;
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          --tw-border-opacity: 1;
          border-color: rgb(255 249 35 / var(--tw-border-opacity));
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          padding: 1.5rem;
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          text-align: center;
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          font-size: 18px;
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline {
          transition-duration: 300ms;
        }

@media (min-width: 768px) {
          .section-quiz .wrap__quiz .wrap__select .inner__select .headline {
            font-size: 21px;
          }
        }

@media (min-width: 992px) {
          .section-quiz .wrap__quiz .wrap__select .inner__select .headline {
            font-size: 24px;
          }
        }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(255 249 35 / var(--tw-bg-opacity));
          }

.section-quiz .wrap__quiz .wrap__select .inner__select .headline:hover {
            --tw-text-opacity: 1;
            color: rgb(42 44 49 / var(--tw-text-opacity));
          }

.section-quiz .wrap__quiz .wrap__select .inner__select input:checked~.headline {
              --tw-bg-opacity: 1;
              background-color: rgb(255 249 35 / var(--tw-bg-opacity));
            }

.section-quiz .wrap__quiz .wrap__select .inner__select input:checked~.headline {
              --tw-text-opacity: 1;
              color: rgb(42 44 49 / var(--tw-text-opacity));
            }

.section-quiz .wrap__quiz .wrap__input input{
        background: #1C1E24B2;
        color: #B2AFAF;
      }

.section-quiz .wrap__quiz .wrap__input input {
        width: 100%;
      }

.section-quiz .wrap__quiz .wrap__input input {
        border-width: 1px;
      }

.section-quiz .wrap__quiz .wrap__input input {
        --tw-border-opacity: 1;
        border-color: rgb(255 249 35 / var(--tw-border-opacity));
      }

.section-quiz .wrap__quiz .wrap__input input {
        padding: 1.5rem;
      }

.section-quiz .wrap__quiz .wrap__input input {
        font-size: 16px;
      }

.section-quiz .wrap__quiz .wrap__input input {
        line-height: 1;
      }

.section-quiz .wrap__quiz .wrap__input input {
        transition-duration: 300ms;
      }

@media (min-width: 768px) {
        .section-quiz .wrap__quiz .wrap__input input {
          font-size: 18px;
        }
      }

@media (min-width: 992px) {
        .section-quiz .wrap__quiz .wrap__input input {
          font-size: 21px;
        }
      }

.section-quiz .wrap__quiz .wrap__checkbox {
      display: flex;
    }

.section-quiz .wrap__quiz .wrap__checkbox {
      align-items: center;
    }

.section-quiz .wrap__quiz .wrap__checkbox label {
        display: flex;
      }

.section-quiz .wrap__quiz .wrap__checkbox label {
        align-items: center;
      }

.section-quiz .wrap__quiz .wrap__checkbox label .checkbox{
          background: #D9D9D9;
        }

.section-quiz .wrap__quiz .wrap__checkbox label .checkbox {
          position: relative;
        }

.section-quiz .wrap__quiz .wrap__checkbox label .checkbox {
          margin-right: 1rem;
        }

.section-quiz .wrap__quiz .wrap__checkbox label .checkbox {
          display: flex;
        }

.section-quiz .wrap__quiz .wrap__checkbox label .checkbox {
          height: 2rem;
        }

.section-quiz .wrap__quiz .wrap__checkbox label .checkbox {
          width: 2rem;
        }

.section-quiz .wrap__quiz .wrap__checkbox label .checkbox {
          align-items: center;
        }

.section-quiz .wrap__quiz .wrap__checkbox label .checkbox {
          justify-content: center;
        }

.section-quiz .wrap__quiz .wrap__checkbox input{
        display: none;
      }

.section-quiz .wrap__quiz .wrap__checkbox input:checked~label .checkbox:before{
                content: '';
                width: 10px;
                height: 20px;
                transform: rotate(45deg);
              }

.section-quiz .wrap__quiz .wrap__checkbox input:checked~label .checkbox:before {
                position: relative;
              }

.section-quiz .wrap__quiz .wrap__checkbox input:checked~label .checkbox:before {
                top: -3px;
              }

.section-quiz .wrap__quiz .wrap__checkbox input:checked~label .checkbox:before {
                border-right-width: 3px;
              }

.section-quiz .wrap__quiz .wrap__checkbox input:checked~label .checkbox:before {
                border-bottom-width: 3px;
              }

.section-quiz .wrap__quiz .wrap__checkbox input:checked~label .checkbox:before {
                --tw-border-opacity: 1;
                border-color: rgb(42 44 49 / var(--tw-border-opacity));
              }

.section-quiz .wrap__quiz h2{
      font-family: 'Conthrax Sb','sans-serif';
    }

.section-quiz .wrap__quiz h2 {
      text-align: center;
    }

.section-quiz .wrap__quiz h2 {
      font-size: 21px;
    }

@media (min-width: 768px) {
      .section-quiz .wrap__quiz h2 {
        font-size: 24px;
      }
    }

@media (min-width: 992px) {
      .section-quiz .wrap__quiz h2 {
        font-size: 28px;
      }
    }

.section-quiz .wrap__quiz .description {
      text-align: center;
    }

.section-quiz .wrap__quiz .description {
      font-size: 18px;
    }

@media (min-width: 768px) {
      .section-quiz .wrap__quiz .description {
        font-size: 21px;
      }
    }

@media (min-width: 992px) {
      .section-quiz .wrap__quiz .description {
        font-size: 24px;
      }
    }

.section-quiz .main__btn {
    width: 100%;
  }

.section-quiz .main__btn {
    padding: 1rem !important;
  }

.section-quiz .main__btn {
    --tw-text-opacity: 1;
    color: rgb(255 249 35 / var(--tw-text-opacity));
  }

@media (min-width: 576px) {
    .section-quiz .main__btn {
      width: 350px;
    }
  }

.section-quiz .main__btn:hover {
      --tw-text-opacity: 1;
      color: rgb(42 44 49 / var(--tw-text-opacity));
    }

.section-quiz .wrap__contacts h2{
      line-height: 1.25 !important;
    }

.custom__underline{
  text-decoration: underline;
}

.section-about-us .description {
    font-size: 15px;
  }

@media (min-width: 768px) {
    .section-about-us .description {
      font-size: 18px;
    }
  }

@media (min-width: 992px) {
    .section-about-us .description {
      font-size: 19px;
    }
  }

.section-about-us .max__block {
    width: 100%;
  }

@media (min-width: 992px) {
    .section-about-us .max__block {
      max-width: 816px;
    }
  }

@media (min-width: 992px) {
    .section-about-us .wrap__block {
      max-width: 816px;
    }
  }

.section-about-us h2 {
    margin-bottom: 0.75rem;
  }

.section-about-us h2 {
    font-size: 19px;
  }

@media (min-width: 768px) {
    .section-about-us h2 {
      font-size: 21px;
    }
  }

@media (min-width: 992px) {
    .section-about-us h2 {
      font-size: 24px;
    }
  }

.section-about-us .wrap__block, .section-service-subscription .wrap__block, .section-tariff .wrap__block, .section-work-result .wrap__block {
    display: flex;
  }

.section-about-us .wrap__block, .section-service-subscription .wrap__block, .section-tariff .wrap__block, .section-work-result .wrap__block {
    width: 100%;
  }

.section-about-us .wrap__block, .section-service-subscription .wrap__block, .section-tariff .wrap__block, .section-work-result .wrap__block {
    flex-direction: column;
  }

.section-about-us .wrap__block, .section-service-subscription .wrap__block, .section-tariff .wrap__block, .section-work-result .wrap__block {
    border-width: 1px;
  }

.section-about-us .wrap__block, .section-service-subscription .wrap__block, .section-tariff .wrap__block, .section-work-result .wrap__block {
    --tw-border-opacity: 1;
    border-color: rgb(255 249 35 / var(--tw-border-opacity));
  }

.section-about-us .wrap__block, .section-service-subscription .wrap__block, .section-tariff .wrap__block, .section-work-result .wrap__block {
    background-color: rgb(28 30 36 / 0.7);
  }

.section-about-us .wrap__block, .section-service-subscription .wrap__block, .section-tariff .wrap__block, .section-work-result .wrap__block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.section-about-us .wrap__block, .section-service-subscription .wrap__block, .section-tariff .wrap__block, .section-work-result .wrap__block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

@media (min-width: 768px) {
    .section-about-us .wrap__block, .section-service-subscription .wrap__block, .section-tariff .wrap__block, .section-work-result .wrap__block {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

@media (min-width: 992px) {
    .section-about-us .wrap__block, .section-service-subscription .wrap__block, .section-tariff .wrap__block, .section-work-result .wrap__block {
      padding: 2.5rem;
    }
  }

.section-about-us .wrap__block ul, .section-service-subscription .wrap__block ul, .section-tariff .wrap__block ul, .section-work-result .wrap__block ul {
      display: flex;
    }

.section-about-us .wrap__block ul, .section-service-subscription .wrap__block ul, .section-tariff .wrap__block ul, .section-work-result .wrap__block ul {
      flex-direction: column;
    }

@media (min-width: 992px) {
      .section-about-us .wrap__block ul, .section-service-subscription .wrap__block ul, .section-tariff .wrap__block ul, .section-work-result .wrap__block ul {
        padding-left: 6rem;
      }
    }

.section-about-us h1, .section-service-subscription h1, .section-tariff h1, .section-work-result h1 {
    margin-bottom: 0.5rem;
  }

.section-about-us h1, .section-service-subscription h1, .section-tariff h1, .section-work-result h1 {
    font-size: 24px;
  }

.section-about-us h1, .section-service-subscription h1, .section-tariff h1, .section-work-result h1 {
    font-weight: 600;
  }

@media (min-width: 576px) {
    .section-about-us h1, .section-service-subscription h1, .section-tariff h1, .section-work-result h1 {
      font-size: 28px;
    }
  }

@media (min-width: 768px) {
    .section-about-us h1, .section-service-subscription h1, .section-tariff h1, .section-work-result h1 {
      font-size: 32px;
    }
  }

@media (min-width: 992px) {
    .section-about-us h1, .section-service-subscription h1, .section-tariff h1, .section-work-result h1 {
      margin-bottom: 0.75rem;
    }
  }

@media (min-width: 992px) {
    .section-about-us h1, .section-service-subscription h1, .section-tariff h1, .section-work-result h1 {
      font-size: 42px;
    }
  }

.section-about-us .content, .section-service-subscription .content, .section-tariff .content, .section-work-result .content {
    font-size: 15px;
  }

@media (min-width: 768px) {
    .section-about-us .content, .section-service-subscription .content, .section-tariff .content, .section-work-result .content {
      font-size: 18px;
    }
  }

@media (min-width: 992px) {
    .section-about-us .content, .section-service-subscription .content, .section-tariff .content, .section-work-result .content {
      font-size: 22px;
    }
  }

.section-about-us h2,.section-service-subscription h2,.section-tariff h2,.section-work-result h2{
    font-family: 'Conthrax Sb', sans-serif;
  }

.section-about-us h3 {
    font-family: 'Conthrax Sb', sans-serif;
  }

.background__shadow svg{
    filter: drop-shadow(8px -1px 30px #FFED0099);
  }

.wrap__form .wpforms-container{
    margin-bottom: 0 !important;
  }

.wrap__form .wpforms-field-container{
    margin-bottom: 24px !important;
  }

.section-service-subscription .wrap__block {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

.section-tariff h2,.section-service-subscription h2,.section-work-result h2,.section-tariff-contacts h2{
    font-family: 'Conthrax Sb', sans-serif;
  }

.section-tariff h2, .section-service-subscription h2, .section-work-result h2, .section-tariff-contacts h2 {
    font-size: 22px;
  }

.section-tariff h2, .section-service-subscription h2, .section-work-result h2, .section-tariff-contacts h2 {
    text-transform: uppercase;
  }

@media (min-width: 576px) {
    .section-tariff h2, .section-service-subscription h2, .section-work-result h2, .section-tariff-contacts h2 {
      font-size: 24px;
    }
  }

@media (min-width: 768px) {
    .section-tariff h2, .section-service-subscription h2, .section-work-result h2, .section-tariff-contacts h2 {
      font-size: 32px;
    }
  }

@media (min-width: 992px) {
    .section-tariff h2, .section-service-subscription h2, .section-work-result h2, .section-tariff-contacts h2 {
      font-size: 40px;
    }
  }

.section-tariff .wrap__block {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

.section-tariff .wrap__block h3:after{
        content: '';
        height: 1px;
      }

.section-tariff .wrap__block h3:after {
        margin-top: 1rem;
      }

.section-tariff .wrap__block h3:after {
        display: block;
      }

.section-tariff .wrap__block h3:after {
        width: 100%;
      }

.section-tariff .wrap__block h3:after {
        --tw-bg-opacity: 1;
        background-color: rgb(255 249 35 / var(--tw-bg-opacity));
      }

.section-tariff .main__btn {
    width: 100% !important;
  }

.section-tariff .main__btn {
    min-width: 0px !important;
  }

@media (min-width: 576px) {
    .section-tariff .main__btn {
      width: -moz-max-content !important;
      width: max-content !important;
    }
  }

@media (min-width: 576px) {
    .section-tariff .main__btn {
      min-width: 310px !important;
    }
  }

.section-tariff .description, .section-work-result .description {
    font-size: 16px;
  }

@media (min-width: 992px) {
    .section-tariff .description, .section-work-result .description {
      font-size: 18px;
    }
  }

.section-tariff .description ul,.section-work-result .description ul{
      padding: 0;
      list-style-type: disc;
      list-style-position: inside;
    }

.section-tariff .description ul, .section-work-result .description ul {
      margin-bottom: 1rem;
    }

.section-tariff .description p, .section-work-result .description p {
      margin-bottom: 0.5rem;
    }

.section-tariff .description h4, .section-work-result .description h4 {
      margin-bottom: 0.375rem;
    }

.section-tariff .description h4, .section-work-result .description h4 {
      font-size: 21px;
    }

.section-tariff .description h4, .section-work-result .description h4 {
      font-weight: 500;
    }

.section-tariff .description h4, .section-work-result .description h4 {
      text-transform: uppercase;
    }

.section-tariff .description h4, .section-work-result .description h4 {
      --tw-text-opacity: 1;
      color: rgb(255 249 35 / var(--tw-text-opacity));
    }

.section-tariff .description *:last-child,.section-work-result .description *:last-child{
        margin-bottom: 0 !important;
      }

.kasoft-excerpt-3{
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.kasoft-excerpt-2{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.kasoft-excerpt-1{
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.section-tariff .main__btn,.section-tariff-contacts .main__btn{
    min-width: 310px;
  }

@media (min-width: 450px) {
  .ssm\:min-w-\[576px\] {
    min-width: 576px;
  }
}

@media (min-width: 576px) {
  .sm\:left-\[-40px\] {
    left: -40px;
  }

  .sm\:left-\[332px\] {
    left: 332px;
  }

  .sm\:h-\[600px\] {
    height: 600px;
  }

  .sm\:\!w-80 {
    width: 20rem !important;
  }

  .sm\:w-\[1600px\] {
    width: 1600px;
  }

  .sm\:min-w-\[768px\] {
    min-width: 768px;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:text-16 {
    font-size: 16px;
  }

  .sm\:text-18 {
    font-size: 18px;
  }

  .sm\:text-32 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .md\:-left-\[5\%\] {
    left: -5%;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-\[750px\] {
    height: 750px;
  }

  .md\:w-\[110\%\] {
    width: 110%;
  }

  .md\:w-\[1800px\] {
    width: 1800px;
  }

  .md\:min-w-\[992px\] {
    min-width: 992px;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:\!text-32 {
    font-size: 32px !important;
  }

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-21 {
    font-size: 21px;
  }

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:text-32 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .lg\:-left-\[500px\] {
    left: -500px;
  }

  .lg\:-right-\[500px\] {
    right: -500px;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-96 {
    top: 24rem;
  }

  .lg\:\!mb-16 {
    margin-bottom: 4rem !important;
  }

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[74px\] {
    height: 74px;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:min-w-\[1377px\] {
    min-width: 1377px;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:\!text-40 {
    font-size: 40px !important;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-21 {
    font-size: 21px;
  }

  .lg\:text-24 {
    font-size: 24px;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-21 {
    font-size: 21px;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1440px) {
  .xxl\:-right-24 {
    right: -6rem;
  }
}
