/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: "DINP-R";
  src: url(../images/design/DINPro-Regular.2ac4eb.eot) format("eot"), url(../images/design/DINPro-Regular.7b307e.woff) format("woff"), url(../images/design/DINPro-Regular.f8ce19.ttf) format("truetype");
  font-style: normal;
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
:root {
  --font-family-main: "Montserrat", sans-serif;
  --time-color: #1f6792;
  --disable-btn-color: #c9c9c9;
  --addition-bg-color: #f4f6f7;
  --make-order-form-input-color: #84a3b5;
  --headers-color: #00324f;
  --bright-accent: #15ffff;
  --box-shadow: 2px 2px 4px 0px rgba(0, 103, 154, 0.41);
  --main-background-color: #f9f9f9;
  --warning-color: #ff0000;
  --accent-gradient: linear-gradient(
    180deg,
    rgba(0, 159, 159, 0.6) 0%,
    rgba(53, 219, 255, 0.6) 100%
  );
  --border-grad-color: linear-gradient(180deg, #000000 0%, #00a6cb 62%);
  --hover-border-color: #4ec5eb;
  --hover-btn-bg-color: linear-gradient(
    180deg,
    #041a2c 0%,
    #041a2c 26.56%,
    #003452 50%,
    #041a2c 70.83%,
    #041a2c 98.44%
  );
  --btn-background-color: #041a2c;
  --secondary-accent-color: #35dbff;
  --input-placeholder-color: #84a3b5;
  --pure-black: #000000;
  --pure-white: #ffffff;
  --addition-text-color: #bbbbbb;
  --main-linear-gradient: linear-gradient(180deg, #4eafeb 0%, #ffffff 100%);
  --main-border-color: #4eafeb;
  --price-table-bg-color: #eef2f4;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-main);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  position: relative;
}

a {
  text-decoration: none;
  color: var(--pure-white);
}

ul {
  list-style: none;
}

.hidden {
  display: none;
}

.headers_decor {
  text-align: center;
}

.accent {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  background: var(--accent-gradient);
}

.headers_decor.call_cost,
.headers_decor.repair_price,
.headers_decor.work_examples,
.headers_decor.testimonials,
.headers_decor.questions {
  text-align: start;
}

.call_cost h2,
.repair_price h2,
.work_examples h2,
.testimonials h2,
.questions h2 {
  display: inline;
  font-weight: 700;
  font-size: 45px;
  line-height: 33px;
  text-align: right;
  text-transform: uppercase;
  color: var(--headers-color);
}

.input_name,
.input_phone_number {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--font-family-main);
  display: block;
  line-height: 22px;
  font-size: 18px;
  padding: 15px 20px;
  color: var(--pure-white);
  border: 1px solid var(--main-border-color);
  background: transparent;
}

.input_name::-webkit-input-placeholder, .input_phone_number::-webkit-input-placeholder {
  color: var(--input-placeholder-color);
}

.input_name::-moz-placeholder, .input_phone_number::-moz-placeholder {
  color: var(--input-placeholder-color);
}

.input_name:-ms-input-placeholder, .input_phone_number:-ms-input-placeholder {
  color: var(--input-placeholder-color);
}

.input_name::-ms-input-placeholder, .input_phone_number::-ms-input-placeholder {
  color: var(--input-placeholder-color);
}

.input_name::placeholder,
.input_phone_number::placeholder {
  color: var(--input-placeholder-color);
}

.input_name:active,
.input_name:focus,
.input_phone_number:active,
.input_phone_number:focus {
  outline: none;
}

.call_order_btn {
  /* box-sizing: border-box; */
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  padding: 10px 15px;
  width: 100%;
  text-transform: uppercase;
  font-family: var(--font-family-main);
  color: var(--pure-white);
  border: 2px solid var(--main-border-color);
  background: var(--btn-background-color);
}

.call_order_btn:hover,
.call_order_btn:focus {
  cursor: pointer;
  background: var(--hover-btn-bg-color);
  border-color: var(--hover-border-color);
}

.slider_btns {
  text-align: center;
}

.slider_btn {
  width: 40px;
  height: 40px;
  margin: 15px;
  font-size: 15px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  outline: 1px solid var(--secondary-accent-color);
  outline-offset: 3px;
  border: 1px solid var(--secondary-accent-color);
}

.draggable .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.slider_btn:disabled {
  outline: 1px solid var(--disable-btn-color);
  border: 1px solid var(--disable-btn-color);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.page_overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  background-color: var(--pure-black);
  z-index: 1;
}

.orderForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.orderForm input {
  width: 375px;
  padding: 12px 20px;
}
.orderForm button {
  width: 375px;
  padding: 12px;
}

.slick-dots li {
  width: 8px !important;
  height: 8px !important;
  background: #c9c9c9 !important;
  color: transparent !important;
}

.slick-dots li.slick-active button {
  background: #35DBFF !important;
  color: transparent !important;
}

.slick-dots li button:before {
  width: 8px !important;
  height: 8px !important;
  background: #c9c9c9 !important;
  color: transparent !important;
}

.slick-dots button {
  width: 8px !important;
  height: 8px !important;
  background: #c9c9c9 !important;
  color: transparent !important;
}

th {
  text-align: center;
  vertical-align: middle;
}

.section {
  padding: 50px 0;
}

.container-fluid {
  width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1350px) {
  .container-fluid {
    width: 100%;
    padding: 0 48px;
  }
}
@media screen and (max-width: 576px) {
  .headers_decor.call_cost,
  .headers_decor.repair_price,
  .headers_decor.work_examples,
  .headers_decor.testimonials,
  .headers_decor.questions {
    text-align: center;
  }
  .call_cost h2,
  .repair_price h2,
  .work_examples h2,
  .testimonials h2,
  .questions h2 {
    font-size: 30px;
    line-height: 20px;
    text-align: center;
  }
  table {
    font-size: 8px;
  }
  table.bigTable {
    font-size: 12px;
  }
}
@media screen and (min-width: 679px) {
  .slick-dots {
    display: none !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 680px) {
  .slider_btn,
  .slider_btn {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .repair_price {
    margin-bottom: 30px !important;
  }
  .title_decor {
    display: none !important;
  }
  .repaire_price_title h3 {
    margin-bottom: 10px;
  }
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-st {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.hero_container {
  background: url(../images/design/hero.6047e1.png), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: url(../images/design/hero.6047e1.png), linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 100%;
}

.hero_container-st {
  background: url(../images/design/bg.bfe1fc.png), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: url(../images/design/bg.bfe1fc.png), linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 70%;
}

.hero_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  height: 100%;
}

.heroSubtitle {
  font-size: 26px;
}

h1 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  text-transform: uppercase;
  background: var(--main-linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 > div {
  font-size: 3.5rem;
}

.location {
  position: absolute;
  top: 25%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.location-st {
  top: 75%;
  left: 0%;
  right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.location p {
  display: inline;
  font-weight: 700;
  font-size: 35px;
  background: var(--main-linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero .call_order_form {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.hero h2 {
  font-weight: 400;
  color: var(--pure-white);
}

.hero_bottom_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero_bottom_block p {
  font-size: 16px;
  line-height: 116%;
  color: var(--pure-white);
}

.hero_bottom_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero_bottom_item > p {
  -ms-flex-item-align: center;
      align-self: center;
}

.hero_bottom_item > img {
  margin: 0 18px 0;
}

.grad_border {
  width: 1px;
  height: 40px;
  margin: 0 50px 0 82px;
  background: var(--border-grad-color);
}

@media screen and (max-width: 1350px) {
  .location-st {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .hero {
    width: 100%;
    padding: 30px 12px;
  }
  .hero_container {
    background-position-x: 95%;
    background-position-y: 90%;
    background-size: 190%;
  }
  .hero_container-st {
    background-size: 100%;
  }
  h1 > div {
    font-size: 36px;
  }
  .location {
    left: 10%;
    bottom: 15%;
    top: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .location-st {
    bottom: 10%;
    font-size: 14px;
  }
  .location-st p {
    font-size: 22px;
  }
  .heroSubtitle {
    font-size: 18px;
  }
  .hero_title {
    gap: 16px;
    width: 100%;
    text-align: center;
  }
  .orderForm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .orderForm input {
    width: 90%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
  }
  .orderForm button {
    width: 90%;
  }
  .location > p {
    font-size: 22px;
  }
  .location img {
    width: 20px;
  }
  .hero_bottom_block {
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    z-index: 9;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero_bottom_block p {
    font-size: 14px;
  }
  .hero_bottom_item > img {
    margin: 0 10px;
  }
}
.shadow-2 {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* header */
header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  background: var(--pure-black);
}

.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 12px;
}

.nav_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-item-align: center;
      align-self: center;
}

nav a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

.phone_number_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--main-border-color);
  padding: 12px 32px;
}

.phone_number_block img,
.location img {
  margin: 0 10px 0 0;
}

.contact_number {
  -ms-flex-item-align: center;
      align-self: center;
}

.phone_number_link {
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
}

.time_call_info {
  color: var(--addition-text-color);
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
}

/* hamburger */
.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 12px;
  display: none;
}

.hamburger span {
  height: 1px;
  width: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #91919a;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active {
  gap: 0;
}

.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 13px;
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: 10px;
}

.hamb_nav_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  padding: 20px 0;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_hamb_open {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: var(--pure-black);
}

/*  */
@media (max-width: 1026px) {
  nav,
  .nav_contact {
    gap: 25px;
  }
}
@media (max-width: 640px) {
  .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 0;
    gap: 12px;
  }
  .header div.order-2 {
    text-align: center;
    width: 100%;
  }
}
@media (max-height: 700px) {
  .header {
    padding: 8px;
    gap: 24px;
  }
  .phone_number_link {
    font-size: 20px;
  }
}
.article_container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/design/tools.9788e1.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/design/tools.9788e1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 105px;
}

.article_text {
  width: 67%;
}

.article_text > h2,
.article_text > p {
  font-weight: 400;
  font-size: 21px;
  margin: 0 0 10px;
  line-height: 117%;
  text-align: center;
  color: var(--pure-white);
}

@media screen and (max-width: 640px) {
  article {
    padding: 40px;
  }
  .article_text {
    margin: 0 auto;
    width: 100%;
  }
  .article_text > h2,
  .article_text > p {
    font-size: 18px;
  }
}
/* call-cost section */
.call_cost_container {
  background-color: var(--main-background-color);
}

.call_cost_section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px;
}

.city_area_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0 55px;
}

.city_title_block {
  width: 48%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDExIiBoZWlnaHQ9IjMwNCIgdmlld0JveD0iMCAwIDQxMSAzMDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzExMl8yNDcpIj4NCjxlbGxpcHNlIGN4PSIyMDUuNSIgY3k9IjE1MiIgcng9IjE0NS41IiByeT0iOTIiIGZpbGw9IiNEOEYwRkYiLz4NCjwvZz4NCjxkZWZzPg0KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzExMl8yNDciIHg9IjAiIHk9IjAiIHdpZHRoPSI0MTEiIGhlaWdodD0iMzA0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+DQo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPg0KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4NCjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMwIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMTEyXzI0NyIvPg0KPC9maWx0ZXI+DQo8L2RlZnM+DQo8L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-position: center;
}

.city_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 127%;
  color: var(--headers-color);
  border-bottom: 2px solid var(--main-border-color);
}

.timing_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.timing_price_item {
  padding: 30px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45%;
  height: 240px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  border: 1px solid var(--main-border-color);
  background-color: var(--pure-white);
}

.timing {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--time-color);
}

.price {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: var(--main-border-color);
}

.addition_price {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.make_order_btn {
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--font-family-main);
  border: 1px solid var(--main-border-color);
  border-top: 2px solid var(--main-border-color);
  background-color: var(--pure-white);
}

.make_order_btn:hover,
.make_order_btn:focus {
  -webkit-transition: 150ms all ease-in-out;
  transition: 150ms all ease-in-out;
  color: var(--pure-white);
  background-color: var(--main-border-color);
}

/*  */
@media screen and (max-width: 640px) {
  .call_cost_section {
    padding: 15px 12px;
  }
  .city_area_container {
    display: block;
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .city_title_block {
    width: 100%;
  }
  .timing_price_item {
    width: calc(50% - 6px);
  }
  .timing_price {
    margin: 12px 0;
  }
}
.questions_container {
  background: var(--pure-white-color);
}

.questions_section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 75px 100px 40px;
}

.questions_list {
  margin: 60px 0 0;
}

.question_item:nth-child(odd) {
  background-color: var(--addition-bg-color);
}

.answer {
  white-space: initial;
  padding: 20px 30px 20px 20px;
  font-size: 17px;
  line-height: 116%;
  color: var(--pure-black);
}

.question_item {
  white-space: nowrap;
  position: relative;
  padding: 10px 50px 10px 40px;
}

.question_item:hover {
  cursor: pointer;
}

.addition_bg_color {
  background: var(--addition-bg-color);
}

.quection_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question {
  white-space: initial;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--headers-color);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.question_btn {
  background: transparent;
  border: none;
  padding: 0 30px;
}

.question_btn:hover,
.question_btn:focus {
  cursor: pointer;
}

.rotate90 {
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*  */
@media screen and (max-width: 640px) {
  .question {
    font-size: 18px;
  }
  .questions_section {
    padding: 60px 12px;
  }
  .question_item {
    padding: 10px 5px;
  }
  .questions_list {
    margin: 25px 0;
  }
}
.repair_price_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--main-background-color);
}

.repair_price_section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px 70px;
}

.repaire_price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 55px 30px 25px;
}

.repaire_price_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
  margin: 0 0 25px;
}

.repaire_price_title h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: var(--headers-color);
}

.title_decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.title_decor span {
  width: 6px;
  height: 6px;
  background: var(--disable-btn-color);
}

.price_info {
  line-height: 20px;
  color: var(--time-color);
}

.table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_row:nth-child(odd) {
  background-color: var(--price-table-bg-color);
}

.car_type {
  width: 75%;
  padding: 15px 90px 15px 0;
  text-align: end;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--headers-color);
}

.repaire_price {
  width: 25%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--main-background-color);
}

.table_header > .car_type,
.repaire_price {
  background: var(--main-border-color);
  color: var(--pure-white);
}

.select_container {
  width: 25%;
  text-align: center;
}

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 15px 0;
  background: transparent;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEzIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNi41IDZMMC44NzA4MzQgMEwxMi4xMjkyIDBMNi41IDZaIiBmaWxsPSIjMDAzMjRGIi8+DQo8L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-position: right;
}

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

table {
  border-bottom: 1px solid lightgray !important;
  border-left: 1px solid lightgray !important;
  border-right: 1px solid lightgray !important;
}

td {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

@media (max-width: 900px) {
  .repaire_price_block {
    padding: 30px;
    gap: 25px;
  }
  .repaire_price_title h3 {
    font-size: 25px;
  }
  .car_type {
    padding: 15px 30px 15px 0;
  }
}
@media (max-width: 640px) {
  .repair_price_section {
    padding: 30px 0;
  }
}
@media (max-width: 580px) {
  .repaire_price_title {
    gap: 0;
    margin-bottom: 10px;
  }
  .repaire_price_title h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .repaire_price_block {
    padding: 25px 0;
  }
  .car_type {
    padding: 15px 30px 15px 0;
  }
}
/* testimonials_section */
.testimonials_container {
  background-color: var(--main-background-color);
}

.testimonials_section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px 35px;
}

.testimonials_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 55px 0 0;
}

.testimonials_list .slick-list {
  height: 216px;
}

.testimonials_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  width: 17%;
  background-color: var(--pure-white);
  border: 1px solid var(--main-border-color);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
}

.testimonials_item > p {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: var(--headers-color);
}

.testimonials_item .point {
  font-size: 18px;
  line-height: 22px;
  color: var(--main-border-color);
}

/*  */
@media screen and (max-width: 1160px) {
  .testimonials_section {
    padding: 0 50px 35px;
  }
}
@media screen and (max-width: 640px) {
  .testimonials_section {
    padding: 30px 12px;
  }
  .testimonials_list {
    padding-top: 25px;
  }
}
/* work_examples */
.examples_container {
  background-color: var(--main-background-color);
}

.work_examples_section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 100px 50px;
}

.examples {
  padding: 30px 0 0;
}

.examples_item > img {
  width: 100%;
}

.examples .slick-list {
  overflow: hidden visible;
  height: 350px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.examples .slick-slide {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.examples .slick-slide:hover,
.examples .slick-slide:focus {
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.examples .slick-slide:hover > .decor_line,
.examples .slick-slide:focus > .decor_line {
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.examples .slick-slide:hover > .overlay,
.examples .slick-slide:focus > .overlay .examples .draggable {
  display: none;
}

.decor_line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: var(--accent-gradient);
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: var(--pure-black);
}

/*  */
@media (max-width: 1160px) {
  .work_examples_section {
    width: 1160px;
    padding: 0 50px 35px;
  }
}
@media screen and (max-width: 640px) {
  .work_examples_section {
    width: 100%;
    padding: 0px 16px 30px 16px;
  }
  .examples_item > img {
    width: 100%;
  }
  .examples .slick-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*  services section*/
.service_container {
  background-color: var(--main-background-color);
}

.services h2 {
  display: inline;
  font-weight: 700;
  font-size: 45px;
  line-height: 33px;
  text-transform: uppercase;
  text-align: center;
  color: var(--headers-color);
}

.services {
  padding: 85px 100px 0 100px;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.service_description {
  padding: 70px 0 60px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.service_text {
  font-size: 16px;
  line-height: 116%;
}

.description {
  margin: 0 0 0 15%;
}

.service_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 116%;
}

.service_item.midle {
  margin: 40px 0 40px 70px;
}

.list_title {
  color: var(--headers-color);
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
}

/* *********** */
.flip_cards_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.flip_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  width: 195px;
  height: 195px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.flip_card_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip_card:hover .flip_card_inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip_card_front,
.flip_card_back {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.flip_card_front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--pure-white);
}

.flip_card_front > img {
  margin: 0 auto;
}

.flip_card_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10%;
  padding: 15px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: var(--pure-white);
}

.flip_card_back > img {
  width: 50%;
  height: 45%;
}

.flip_card_back > p {
  font-weight: 500;
  font-size: 19px;
  line-height: 90%;
  text-align: center;
}

/*  */
/* media query */
@media screen and (max-width: 939px) {
  .flip_card {
    width: 30%;
  }
  .service_main_img {
    width: 30%;
  }
  .service_item.midle {
    margin: 30px 0 30px 70px;
  }
  .service_item img {
    width: 85px;
  }
}
@media (max-width: 576px) {
  .services {
    padding: 30px 8px 0 8px;
  }
  .headers_decor {
    margin-bottom: 10px;
  }
  .services h2 {
    font-size: 30px;
    line-height: 22px;
  }
  .description {
    margin: 0 0 0 10%;
  }
  .service_description {
    padding: 35px 0 60px;
  }
  .service_description > img {
    display: none;
  }
  .service_item.midle {
    margin: 20px 0;
  }
  .flip_card {
    width: 45%;
  }
  .flip_card_front {
    padding: 16px 8px;
  }
  .flip_card_front img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.make_order_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--main-background-color);
}

.make_order_photo {
  width: 43%;
  height: 685px;
  background-image: url(../images/design/make-order.218a0f.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.make_order_photo-st {
  background-image: url(../images/design/make-order-st.16a896.jpg);
}

.decor_photo {
  width: 15%;
  height: 100%;
  background: var(--accent-gradient);
}

.decor_make_order {
  width: 2px;
  background: var(--border-grad-color);
}

.make_order_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--pure-black);
}

.make_order_info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 55px 95px;
}

.decor_blockY {
  width: 8%;
  height: 100%;
  background: var(--accent-gradient);
}

.decor_blockX {
  width: 30%;
  height: 3%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--accent-gradient);
}

.make_order .accent {
  background: var(--bright-accent);
}

.make_order h2 {
  display: inline;
  font-weight: 700;
  font-size: 40px;
  line-height: 33px;
  text-transform: uppercase;
  color: var(--pure-white);
}

.make_order_text {
  margin: 5% 0 11%;
  font-size: 18px;
  line-height: 116%;
  text-align: center;
  color: var(--disable-btn-color);
}

.make_order_text span {
  color: var(--bright-accent);
}

.make_order_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 65%;
  margin: 0 auto;
  text-align: center;
}

.input_phone_number.make_order,
.input_name.make_order {
  width: 100%;
  border: 1px solid var(--make-order-form-input-color);
}

.input_phone_number.make_order::-webkit-input-placeholder, .input_name.make_order::-webkit-input-placeholder, .textarea_comment::-webkit-input-placeholder {
  color: var(--make-order-form-input-color);
}

.input_phone_number.make_order::-moz-placeholder, .input_name.make_order::-moz-placeholder, .textarea_comment::-moz-placeholder {
  color: var(--make-order-form-input-color);
}

.input_phone_number.make_order:-ms-input-placeholder, .input_name.make_order:-ms-input-placeholder, .textarea_comment:-ms-input-placeholder {
  color: var(--make-order-form-input-color);
}

.input_phone_number.make_order::-ms-input-placeholder, .input_name.make_order::-ms-input-placeholder, .textarea_comment::-ms-input-placeholder {
  color: var(--make-order-form-input-color);
}

.input_phone_number.make_order::placeholder,
.input_name.make_order::placeholder,
.textarea_comment::placeholder {
  color: var(--make-order-form-input-color);
}

.input_phone_number.make_order:focus,
.input_phone_number.make_order:active,
.textarea_comment:focus,
.textarea_comment:active,
.input_name.make_order:focus,
.input_name.make_order:active {
  outline: none;
  border: 1px solid var(--main-border-color);
}

.textarea_comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--font-family-main);
  display: block;
  line-height: 22px;
  font-size: 18px;
  padding: 10px 15px;
  width: 100%;
  color: var(--pure-white);
  border: 1px solid var(--make-order-form-input-color);
  background: transparent;
}

@media screen and (max-width: 640px) {
  .make_order_block {
    width: 100%;
  }
  .make_order_info {
    padding: 70px 30px;
  }
  .make_order_info input, .make_order_info textarea {
    padding: 10px 20px !important;
    font-size: 16px;
  }
  .make_order_form {
    width: 90%;
  }
  .make_order h2 {
    font-size: 30px;
  }
  .make_order_text {
    margin: 8px 0 24px 0;
    font-size: 16px;
  }
}
/* servise for transport */
.transport_container {
  background: var(--main-background-color);
}

.service_for_transport {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1280px;
  padding: 70px 205px 85px;
  text-align: center;
}

.transport_section {
  margin: 0 0 60px;
}

.service_for_transport h2 {
  display: inline;
  font-weight: 700;
  font-size: 33px;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--headers-color);
}

.transport_cards_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.transport_card_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23%;
  height: 240px;
  background-color: var(--pure-white);
}

.transport_card_item > p {
  font-size: 16px;
  line-height: 20px;
  margin: 35px auto;
  width: 70%;
  text-transform: uppercase;
  color: var(--headers-color);
}

/*  */
@media screen and (max-width: 785px) {
  .service_for_transport {
    padding: 35px 30px;
  }
  .transport_section {
    margin: 0 0 35px;
  }
  .service_for_transport h2 {
    font-size: 25px;
    line-height: 20px;
  }
  .accent {
    vertical-align: top;
  }
  .transport_cards_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
  .transport_card_item {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .transport_cards_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .transport_card_item {
    height: auto;
    padding: 12px;
  }
  .transport_card_item img {
    width: 80px;
  }
  .transport_card_item p {
    font-size: 14px;
    margin: 0;
    padding: 12px 0;
  }
  .service_for_transport {
    padding: 60px 12px;
  }
  .transport_section {
    margin-bottom: 45px !important;
  }
}
footer {
  background: var(--pure-black);
}

.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 280px;
  padding: 25px 30px 25px 100px;
  background-repeat: no-repeat;
  background-image: url(../images/design/promotich-team.e95c2f.svg);
  background-position: right 4% bottom 25px;
  background-size: 8%;
}

footer .phone_number_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: inherit;
  padding: 10px;
  margin: 0;
}

footer .phone_number_block img {
  width: 25px;
  margin: 10px;
}

footer .contact_number {
  text-align: start;
}

footer form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 5px;
  -ms-flex-item-align: center;
      align-self: center;
}

.rights {
  position: absolute;
  right: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  line-height: 18px;
  color: var(--disable-btn-color);
}

footer .input_name,
footer .input_phone_number {
  padding: 9px 17px;
}

footer .call_order_btn {
  padding: 9px 17px;
}

footer .phone_number_link {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.footer_tools_img {
  /* position: absolute; */
  -ms-flex-item-align: end;
      align-self: end;
  width: 25%;
  right: 40px;
  bottom: 27px;
}

.logo_number {
  width: 265px;
  text-align: center;
}

.logo_number img {
  margin: 15px;
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* position: absolute; */
  right: 28%;
  top: 50%;
  /* transform: translate(-50%, -60%); */
}

.footer_nav a {
  margin: 5px 0;
}

/*  */
/*
@media screen and (max-width: 1125px) {
  .footer_nav {
    right: 20%;
  }
} */
@media screen and (max-width: 640px) {
  .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    padding: 60px 12px;
    height: auto;
    background-size: 30%;
    background-position-y: 91%;
    background-position-x: 90%;
  }
  .logo_number {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .phone_number_block {
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer form {
    width: 80%;
    margin: 0 auto;
  }
  .footer_nav {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    color: #c9c9c9;
  }
  .footer_nav a {
    width: calc(50% - 24px);
    margin: 0;
  }
  .footer_tools_img {
    width: 100%;
  }
  .rights {
    width: 100%;
    text-align: center;
    bottom: 20px;
  }
}
/* Vendor */
/* Components */
/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
/* Demo Page styles */
/* ! 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 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 */
  -webkit-font-feature-settings: normal;
          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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-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;
}
*, ::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:  ;
}
::-webkit-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:  ;
}
::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%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[5\%\] {
  bottom: 5%;
}
.left-0 {
  left: 0px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[60\%\] {
  left: 60%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[50\%\] {
  top: 50%;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-2 {
  height: 0.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-\[40px\] {
  width: 40px;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  -webkit-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: 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-\[-50\%\] {
  --tw-translate-y: -50%;
  -webkit-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: 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 {
  -webkit-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: 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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-auto {
  overflow: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(78 175 235 / var(--tw-border-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(78 175 235 / var(--tw-bg-opacity));
}
.bg-dark-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(5 27 44 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 201 / var(--tw-bg-opacity));
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(112 189 236 / var(--tw-bg-opacity));
}
.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 244 / var(--tw-bg-opacity));
}
.bg-light-gray-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(4 26 44 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(78 175 235 / var(--tw-text-opacity));
}
.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(132 163 181 / var(--tw-text-opacity));
}
.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(0 50 79 / var(--tw-text-opacity));
}
.text-dark-violet {
  --tw-text-opacity: 1;
  color: rgb(5 27 44 / var(--tw-text-opacity));
}
.text-violet {
  --tw-text-opacity: 1;
  color: rgb(4 26 44 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.outline {
  outline-style: solid;
}
.transition {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(78 175 235 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:min-w-\[50px\] {
    min-width: 50px;
  }
  .sm\:min-w-\[60px\] {
    min-width: 60px;
  }
  .sm\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sm\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-\[85px\] {
    font-size: 85px;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/style.css ***!
  \******************************************************************************************************************************************************/
/*
! 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 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 */
  -webkit-font-feature-settings: normal;
          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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

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

input::-ms-input-placeholder, textarea::-ms-input-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;
}

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

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

::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%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[5\%\] {
  bottom: 5%;
}
.left-0 {
  left: 0px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[60\%\] {
  left: 60%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[50\%\] {
  top: 50%;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-2 {
  height: 0.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-\[40px\] {
  width: 40px;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  -webkit-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: 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-\[-50\%\] {
  --tw-translate-y: -50%;
  -webkit-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: 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 {
  -webkit-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: 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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-auto {
  overflow: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(78 175 235 / var(--tw-border-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(78 175 235 / var(--tw-bg-opacity));
}
.bg-dark-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(5 27 44 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 201 / var(--tw-bg-opacity));
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(112 189 236 / var(--tw-bg-opacity));
}
.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 244 / var(--tw-bg-opacity));
}
.bg-light-gray-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(4 26 44 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(78 175 235 / var(--tw-text-opacity));
}
.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(132 163 181 / var(--tw-text-opacity));
}
.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(0 50 79 / var(--tw-text-opacity));
}
.text-dark-violet {
  --tw-text-opacity: 1;
  color: rgb(5 27 44 / var(--tw-text-opacity));
}
.text-violet {
  --tw-text-opacity: 1;
  color: rgb(4 26 44 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.outline {
  outline-style: solid;
}
.transition {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(78 175 235 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

  .sm\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .sm\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
