.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.header .header_logo, footer .footer_logo {
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .header .header_logo:hover, footer .footer_logo:hover {
    --tw-translate-x: -0.25rem;
    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));
  }

  .header .header_logo:active, footer .footer_logo:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }
}

.header .header_menu > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .header .header_menu > ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.header .header_menu > ul > li > a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.header .header_menu a {
  position: relative;
  transition-duration: 300ms;
}

.header .header_menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

.header .header_menu .sub-menu a::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

.header .header_menu .sub-menu a:hover::after {
  width: 100%;
}

.header .header_menu > ul > .menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0px;
  z-index: 10;
  display: none;
  max-height: 70vh;
  width: 100%;
  min-width: 200px;
  overflow-y: auto;
  border-radius: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(47 52 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .header .header_menu > ul > .menu-item-has-children > .sub-menu {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.header .header_menu > ul > .menu-item-has-children:hover > .sub-menu {
  display: flex !important;
}

.header .header_menu > ul > .menu-item-has-children:not(.full_width) {
  position: relative;
}

.header .header_menu > ul > .menu-item-has-children:not(.full_width) > .sub-menu {
  top: calc(100% + 16px);
  flex-direction: column;
  gap: 1rem;
}

.header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu {
  top: calc(100% - 16px);
  flex-wrap: wrap;
}

.header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu > li {
  max-width: 300px;
  flex: 1 1 0%;
  padding-right: 5rem;
}

.header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu > li:last-child {
  padding-right: 0px;
}

.header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu > li .sub-menu {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu > li a:has(+ .sub-menu) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu > li a:has(+ .sub-menu) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.header_massenger {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .header_massenger {
    gap: 0.75rem;
  }
}

.massenger_item {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.massenger_item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .massenger_item:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }
}

.massenger_item img {
  height: 1rem;
  width: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

header .callback {
  /* @apply py-4 px-8 font-bold bg-nt_gray text-nt_dark duration-300 hover:bg-nt_dark/20 rounded-[50px] border-t-2 border-nt_blue max-md:w-full !leading-none lg:active:scale-95; */
  border-radius: 50px;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(47 52 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  fill: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .callback:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  fill: #fff;
}

/* Mobile menu */

.mobile_menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.mobile_menu .back {
  margin-left: -50px;
  width: 50px;
  cursor: pointer;
  opacity: 0;
  transition-duration: 300ms;
}

.mobile_menu .back.show {
  margin-left: 0px;
  opacity: 1;
}

.mobile_menu .mobile_menu-header svg {
  height: 1.75rem;
  width: 1.75rem;
}

.mobile_menu-inner {
  position: relative;
  z-index: 10;
  padding-bottom: 2.5rem;
}

.mobile_menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
}

.mobile_menu-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-weight: 500;
}

.mobile_menu-content[data-step="1"] {
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  text-align: center;
}

.mobile_menu-content:not(.active),.mobile_menu-content .sub-menu {
  display: none !important;
}

.mobile_menu-content ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mobile_menu-content .page-link {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.mobile_menu-content .page-link .mark {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
}

.mobile_menu-content .page-link .mark::after {
  margin-left: 0.5rem;
  display: inline-block;
  height: 0.5rem;
  width: 1.25rem;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNEgxOU0xOSA0TDE2IDdNMTkgNEwxNiAxIiBzdHJva2U9IiMyMTIyNDMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
  --tw-content: '';
  content: var(--tw-content);
}

footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

footer .footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media not all and (min-width: 768px) {
  footer .footer {
    flex-direction: column;
  }
}

footer .footer .footer_col {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

footer .footer .footer_col:last-child {
  max-width: 500px;
  justify-content: space-between;
}

@media (min-width: 768px) {
  footer .footer .footer_col {
    width: 50%;
    gap: 1.5rem;
  }

  footer .footer .footer_col:last-child {
    gap: 2.5rem;
  }
}

.footer_contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer_contacts a {
  position: relative;
  display: inline-block;
  transition-duration: 300ms;
}

.footer_contacts a:hover {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

.footer_contacts a::after {
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

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

.footer_contacts-title {
  margin-right: 0.75rem;
  display: inline-block;
  font-weight: 700;
}

.footer_sunscribe-title,
.footer_social-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer_sunscribe-title,
.footer_social-title {
    margin-bottom: 1rem;
  }
}

.footer_contacts-value {
  display: inline-block;
}

.footer_sunscribe-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer_sunscribe-form-input {
  position: relative;
  display: flex;
  gap: 0.75rem;
}

@media not all and (min-width: 640px) {
  .footer_sunscribe-form-input {
    flex-direction: column;
  }
}

.footer_sunscribe-form input {
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(47 52 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.footer_sunscribe-form input::-moz-placeholder {
  color: rgb(47 52 84 / 0.4);
}

.footer_sunscribe-form input::placeholder {
  color: rgb(47 52 84 / 0.4);
}

.footer_sunscribe-form button {
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 9999px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .footer_sunscribe-form button {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer_sunscribe-form .form-message {
  position: absolute;
  left: 1rem;
  top: 100%;
  background-color: transparent;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.subscribe-result {
  margin-top: 0.25rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.subscribe-result .subscribe-success {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.subscribe-result .subscribe-error {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.footer_social-items {
  display: flex;
  gap: 1rem;
}

.footer_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.footer_bottom a {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.footer_bottom a:hover {
  color: rgb(110 193 228 / 0.8);
}

/* Callback */

.callback_project {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.callback_project > div {
  position: relative;
  z-index: 20;
  max-width: 600px;
}

.callback_project .headline_title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 140% !important;
}

@media (min-width: 768px) {
  .callback_project .headline_title {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .callback_project .headline_title {
    font-size: 32px;
  }
}

.callback_project::before,
.callback_project::after {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  height: 600px;
  width: 600px;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.callback_project::before,
.callback_project::after {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url('/wp-content/themes/bydigital/assets/img/home/bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.callback_project::before {
  top: 0px;
  left: 0px;
  --tw-translate-x: -60%;
  --tw-translate-y: -10%;
  --tw-rotate: 60deg;
  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));
  transition-duration: 1000ms;
}

.callback_project::after {
  bottom: -1.5rem;
  right: 0px;
  --tw-translate-x: 50%;
  --tw-rotate: 10deg;
  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));
  transition-duration: 2000ms;
}

.callback_project-form form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

@media (min-width: 640px) {
  .callback_project-form form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.callback_project-form .input_group label,
.callback_project-form .checkbox_group label {
  margin-bottom: 0.5rem;
  display: block;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.callback_project-form .input_group input,
.callback_project-form .input_group textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 227 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(66 71 100 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.callback_project-form .input_group input::-moz-placeholder, .callback_project-form .input_group textarea::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.callback_project-form .input_group input::placeholder,
.callback_project-form .input_group textarea::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.callback_project-form .input_group input {
  border-radius: 9999px;
}

.callback_project-form .input_group textarea {
  border-radius: 20px;
}

.callback_project-form .checkbox_group .checkbox_group-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.callback_project-form .checkbox_group .checkbox_group-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

.callback_project-form .checkbox_group .checkbox_group-item input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.callback_project-form .checkbox_group .checkbox_group-item label {
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 233 229 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .callback_project-form .checkbox_group .checkbox_group-item label {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.callback_project-form .checkbox_group .checkbox_group-item input:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.callback_project-form .agreement,
.footer_sunscribe-form .agreement {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.callback_project-form .agreement input,
.footer_sunscribe-form .agreement input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.callback_project-form .agreement .check {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.callback_project-form .agreement .check svg,
.footer_sunscribe-form .agreement .check svg {
  opacity: 0;
}

.callback_project-form .agreement input:checked + .check svg,
.footer_sunscribe-form .agreement input:checked + .check svg {
  opacity: 1;
}

.callback_project-form .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer_sunscribe-form .agreement .check {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

/* Callback Modal */

.callback_modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
}

.callback_modal-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.callback_modal-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 100%;
  max-width: 500px;
  --tw-translate-x: -50%;
  --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));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media not all and (min-width: 640px) {
  .callback_modal-inner {
    max-width: 90%;
  }
}

@media (min-width: 1024px) {
  .callback_modal-inner {
    padding: 2.5rem;
  }
}

.callback_modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.callback_modal-close svg {
  height: 1.5rem;
  width: 1.5rem;
}

.callback_modal-title {
  z-index: 10;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.callback_modal-description {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.callback_modal-content form > p {
  position: relative;
}

.callback_modal-content .form_input,
.callback_modal-content .wpcf7-acceptance {
  margin-bottom: 1.25rem;
}

/* ALL FORM INPUTS */

.form_input {
  position: relative;
  display: block;
  width: 100%;
}

.form_input input, 
.form_input textarea {
  display: block;
  height: 3.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form_input input + span,
.form_input textarea + span {
  position: absolute;
  top: calc(100% - 12px);
  right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.form_input label {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  z-index: 10;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  --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));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form_input.textarea_input label {
  top: 28px;
}

.form_input.focus label {
  top: 0.5rem;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 10px;
}

.form_input br {
  display: none !important;
}

.wpcf7-acceptance {
  display: block;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0px;
}

.wpcf7-acceptance label {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
}

.wpcf7-acceptance label input {
  height: 1.75rem;
  min-height: 1.75rem;
  width: 1.75rem;
  min-width: 1.75rem;
  cursor: pointer;
  opacity: 0;
}

.wpcf7-acceptance label input + span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.wpcf7-acceptance label input:checked + span:before {
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.61719 14.4453C5.13281 14.4453 4.72917 14.2526 4.40625 13.8672L0.375 8.98438C0.234375 8.82292 0.135417 8.66667 0.078125 8.51562C0.0208333 8.36458 -0.0078125 8.20833 -0.0078125 8.04688C-0.0078125 7.67708 0.114583 7.3724 0.359375 7.13281C0.609375 6.88802 0.921875 6.76562 1.29688 6.76562C1.71354 6.76562 2.0599 6.9349 2.33594 7.27344L5.58594 11.2969L11.9688 1.21094C12.1302 0.966146 12.2969 0.794271 12.4688 0.695312C12.6458 0.591146 12.862 0.539062 13.1172 0.539062C13.4922 0.539062 13.8021 0.658854 14.0469 0.898438C14.2917 1.13802 14.4141 1.4401 14.4141 1.80469C14.4141 1.9401 14.3906 2.08073 14.3438 2.22656C14.2969 2.3724 14.224 2.52344 14.125 2.67969L6.85156 13.8125C6.5651 14.2344 6.15365 14.4453 5.61719 14.4453Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.wpcf7-response-output {
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

input.wpcf7-submit {
  height: 3.5rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, 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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

input.wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
}

input.wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

span.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  --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));
}

.breadcrumbs_container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumbs_container > span {
  display: flex;
  gap: 6px;
  font-size: 10px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(151 163 190 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .breadcrumbs_container > span {
    font-size: 12px;
  }
}

.breadcrumbs_container > span a {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.breadcrumbs_container > span a:hover {
  color: rgb(110 193 228 / 0.8);
}

.breadcrumbs_container > span img {
  height: 16px;
  min-height: 16px;
  width: 16px;
  min-width: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.breadcrumbs_container > span img:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .breadcrumbs_container > span img {
    height: 18px;
    min-height: 18px;
    width: 18px;
    min-width: 18px;
  }
}

.breadcrumbs_container .breadcrumb_last {
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
}

.page_header {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .page_header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.page_header h1 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 0.95 !important;
}

@media (min-width: 768px) {
  .page_header h1 {
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .page_header h1 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .page_header h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.page_header .page_description {
  max-width: 800px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .page_header .page_description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page_header .collapse_text {
  max-height: 50rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.page_header .collapse_text:not(.collapsed) {
  max-height: 3.75rem;
}

@media (min-width: 768px) {
  .page_header .collapse_text:not(.collapsed) {
    max-height: 4.5rem;
  }
}

.page_header .actions {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .page_header .actions {
    margin-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .page_header .actions {
    margin-top: 1.5rem;
  }
}

@media not all and (min-width: 460px) {
  .page_header .actions > * {
    width: 100%;
  }
}

.steps_work {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .steps_work {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.steps_work .headline-container {
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

@media not all and (min-width: 768px) {
  .steps_work .headline-container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .steps_work .headline-container {
    margin-bottom: 5rem;
  }
}

.steps_work .headline-container .headline {
  margin-bottom: 0px !important;
  width: 100%;
}

@media (min-width: 768px) {
  .steps_work .headline-container .headline {
    width: 370px;
    min-width: 370px;
  }
}

.steps_work .headline-container .steps_work-beautiful {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  overflow: hidden;
}

@media not all and (min-width: 768px) {
  .steps_work .headline-container .steps_work-beautiful {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .steps_work .headline-container .steps_work-beautiful {
    justify-content: flex-end;
    gap: 3.5rem;
  }
}

.steps_work .headline-container .steps_work-beautiful img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.steps_work .headline-container .steps_work-beautiful img.steps_work-dots {
  width: 75%;
}

.steps_work .headline-container .steps_work-beautiful img.steps_work-icon {
  width: 12.5%;
}

.steps_work-slider .section_container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .steps_work-slider .section_container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.steps_work-slider .swiper-wrapper {
  height: auto;
}

.steps_work-item {
  display: flex !important;
  flex-direction: column;
  gap: 1.25rem;
  overflow: hidden;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(138 139 152 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .steps_work-item {
    gap: 1.75rem;
    padding-left: 30px;
  }
}

.steps_work-item .number {
  margin-left: -35px;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 0.8 !important;
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .steps_work-item .number {
    margin-left: -45px;
    font-weight: 700;
  }
}

.steps_work-item .title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.1 !important;
}

@media (min-width: 768px) {
  .steps_work-item .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.steps_work-item .description {
  font-weight: 400;
  line-height: 1.2 !important;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .steps_work-item .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.steps_work-slider .swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .steps_work-slider .swiper-pagination {
    margin-top: 1.25rem;
  }
}

.callback_block {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .callback_block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.callback_block .callback-inner {
  display: flex;
  gap: 1rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 250 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media not all and (min-width: 1024px) {
  .callback_block .callback-inner {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .callback_block .callback-inner {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .callback_block .callback-inner {
    gap: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.callback_block .callback-inner .callback_block-headline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

.callback_block .callback-inner .callback_block-headline .title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.1 !important;
}

@media (min-width: 768px) {
  .callback_block .callback-inner .callback_block-headline .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.callback_block .callback-inner .callback_block-headline .description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.2 !important;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .callback_block .callback-inner .callback_block-headline .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.callback_block-form form {
  margin-bottom: 0px !important;
  gap: 1rem;
}

@media not all and (min-width: 768px) {
  .callback_block-form form {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .callback_block-form form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0.75rem;
  }
}

.callback_block-form form .wpcf7-response-output {
  width: 100%;
}

@media (min-width: 768px) {
  .callback_block-form form .wpcf7-response-output {
    grid-column: span 2 / span 2;
  }
}

/* Specialisation block */

.specialisation_block {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .specialisation_block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.specialisation_block-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .specialisation_block-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.specialisation_card-headline {
  grid-column: span 2 / span 2;
}

.specialisation_card-headline .content {
  max-width: 650px;
}

.specialisation_card {
  position: relative;
  z-index: 0;
  display: flex;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .specialisation_card {
    padding: 1.75rem;
  }

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

.specialisation_card::before {
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: rgb(110 193 228 / 0.2);
  --tw-content: '';
  content: var(--tw-content);
}

.specialisation_card img {
  position: absolute;
  inset: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.specialisation_card span {
  z-index: 10;
  display: block;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .specialisation_card span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .specialisation_card span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .specialisation_card:hover span {
    --tw-translate-y: -0.5rem;
    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));
  }
}

.specialisation_card-first::after {
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 50vw;
  --tw-bg-opacity: 1;
  background-color: rgb(238 239 248 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.specialisation_card-five::after {
  position: absolute;
  right: 100%;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 50vw;
  --tw-bg-opacity: 1;
  background-color: rgb(238 239 248 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.partners_block {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .partners_block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.partners_block .content {
  max-width: 935px;
}

.partners-gallery {
  margin-top: 1.75rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {
  .partners-gallery {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .partners-gallery {
    margin-top: 5rem;
  }
}

.partners-gallery img {
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .partners-gallery img {
    max-height: 55px;
    max-width: calc(100% / 5 - 13px);
  }
}

@media (min-width: 1024px) {
  .partners-gallery img {
    max-height: 80px;
    max-width: 280px;
  }
}

@media not all and (min-width: 768px) {
  .partner_1,
.partner_2 {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(50% - 8px);
  }

  .partner_3,
.partner_4,
.partner_5 {
    max-width: calc(100% / 3 - 11px);
  }
}

/* Template parts */

.simple_text.background_section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.simple_text .gallery img {
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 248 247 / var(--tw-border-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
}

.simple_text-image > .section_container {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.5rem;
}

@media not all and (min-width: 768px) {
  .simple_text-image > .section_container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .simple_text-image.simple_text-repeat:nth-of-type(even) > .section_container {
    flex-direction: row-reverse;
  }
}

.simple_text-image .content {
  width: 100%;
}

@media (min-width: 768px) {
  .simple_text-image .content {
    width: 65%;
  }
}

.simple_text-image .gallery {
  width: 100%;
}

@media (min-width: 768px) {
  .simple_text-image .gallery {
    width: 35%;
    width: calc(35% - 40px);
  }
}

@media (min-width: 460px) {
  @media not all and (min-width: 768px) {
    .simple_text-image .gallery img {
      aspect-ratio: 16 / 9;
    }
  }
}

.simple_text-gallery > .section_container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.simple_text-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .simple_text-gallery.two_images .gallery img {
    aspect-ratio: 16 / 9;
  }

  .simple_text-gallery.more_images.even_images .gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .simple_text-gallery.more_images.odd_images .gallery,
.simple_text-gallery.three_images .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* 
.simple_text-gallery.more_images.even_images .gallery > *:last-of-type img{
    @apply max-md:aspect-[2/1];
} */

@media (min-width: 768px) {
  .simple_text-gallery.odd_images:not(.one_image) .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media not all and (min-width: 768px) {
  .simple_text-gallery.odd_images .gallery > *:last-of-type {
    grid-column: span 2 / span 2;
  }

  .simple_text-gallery.odd_images .gallery > *:last-of-type img {
    aspect-ratio: 2/1;
  }
}

@media (min-width: 768px) {
  .simple_text-gallery.long_last .gallery > *:last-of-type {
    grid-column: span 2 / span 2;
  }

  .simple_text-gallery.long_last .gallery > *:last-of-type img {
    aspect-ratio: auto;
    height: 100%;
  }
}

/* Content */

.simple_text .content {
  display: flex;
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .simple_text .content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.simple_text .content>*:last-child {
  margin-bottom: 0px;
}

.simple_text-no_image .content {
  max-width: 100% !important;
}

.simple_text .content figure {
  margin-bottom: 0.75rem;
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .simple_text .content figure {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .simple_text .content figure {
    margin-bottom: 1.25rem;
  }
}

.simple_text .content figure figcaption {
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .simple_text .content figure figcaption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.simple_text .content img {
  max-height: 300px;
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(47 52 84 / 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .simple_text .content img {
    max-height: 400px;
  }
}

/* Collapse */

.simple_text .collapse_text-container {
  position: relative;
}

.simple_text .collapse_text {
  max-height: 100rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.simple_text .collapse_text:not(.collapsed) {
  max-height: 15rem;
}

@media (min-width: 768px) {
  .simple_text .collapse_text:not(.collapsed) {
    max-height: 19rem;
  }
}

@media (min-width: 1024px) {
  .simple_text .collapse_text:not(.collapsed) {
    max-height: 23rem;
  }
}

.simple_text .collapse_text-button_container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  min-height: 5rem;
  width: 100%;
  align-items: flex-end;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.simple_text.background_section .collapse_text-button_container {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.simple_text .collapse_text.collapsed {
  padding-bottom: 1.75rem;
}

.simple_text .collapse_text.collapsed + .collapse_text-button_container {
  min-height: 0px;
  background-color: transparent;
}

/* Single Post Block */

.simple_text.single_post_block > * {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.simple_text-image .content {
  width: 100% !important;
}

.simple_text-image.single_post_block .gallery {
  width: 100% !important;
}

@media (min-width: 768px) {
  .simple_text-image.single_post_block .gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.simple_text.single_post_block .gallery img {
  border-color: rgb(47 52 84 / 0.1);
}

.simple_text-image.single_post_block .gallery img {
  aspect-ratio: 16 / 9;
}

.faq > * {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.5rem;
}

@media not all and (min-width: 768px) {
  .faq > * {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .faq_one_col > *, .faq.faq_list_two_col > * {
    flex-direction: column;
  }
}

.faq_two_col > * .content {
  width: 100%;
}

@media (min-width: 768px) {
  .faq_two_col > * .content {
    width: 40%;
  }
}

.faq_two_col > * .list {
  width: 100%;
}

@media (min-width: 768px) {
  .faq_two_col > * .list {
    width: 60%;
    width: calc(60% - 40px);
  }
}

.faq .list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .faq.faq_list_two_col .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.faq:not(.single_post_block) .item {
  border-bottom-width: 1px;
  border-color: rgb(47 52 84 / 0.2);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq:not(.single_post_block) .item:first-child {
  border-top-width: 1px;
}

@media (min-width: 768px) {
  .faq:not(.single_post_block) .item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .faq.faq_list_two_col .item[data-key="1"] {
    border-top-width: 1px;
  }
}

.faq:not(.faq_list_two_col) .question, .faq:not(.faq_list_two_col) .list .question * {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .faq:not(.faq_list_two_col) .question, .faq:not(.faq_list_two_col) .list .question * {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .faq:not(.faq_list_two_col) .question, .faq:not(.faq_list_two_col) .list .question * {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.faq.faq_list_two_col .question, .faq.faq_list_two_col .list .question * {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .faq.faq_list_two_col .question, .faq.faq_list_two_col .list .question * {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.faq .question::after {
  content: url("data:image/svg+xml,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 6l4 4 4-4' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  display: flex;
  height: 1rem;
  min-height: 1rem;
  width: 1rem;
  min-width: 1rem;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .faq .question::after {
    height: 1.75rem;
    min-height: 1.75rem;
    width: 1.75rem;
    min-width: 1.75rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  }
}

.faq .question::after {
  font-size: 26px;
}

.faq .question.active::after {
  --tw-rotate: 180deg;
  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));
}

@media (min-width: 768px) {
  .faq .question.active::after {
    background-color: rgb(110 193 228 / 0.3);
  }
}

.faq .answer {
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .faq .answer {
    padding-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.faq.single_post_block .item {
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq.single_post_block .item:last-child {
  margin-bottom: 0px;
}

.faq.single_post_block .item .question * {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .faq.single_post_block .item .question * {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.faq figure {
  margin-bottom: 0.75rem;
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .faq figure {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .faq figure {
    margin-bottom: 1.25rem;
  }
}

.faq figure figcaption {
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .faq figure figcaption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.faq img {
  max-height: 300px;
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(47 52 84 / 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .faq img {
    max-height: 400px;
  }
}

.short_callback .short_callback-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .short_callback .short_callback-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.short_callback .short_callback-inner {
  background-image: url('/wp-content/themes/bydigital/assets/img/home/bg.svg');
  background-size: 350px 350px;
  background-position: 110% 80%;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .short_callback.two_col .short_callback-inner {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.short_callback .short_callback-inner .short_callback-headline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.short_callback.two_col .short_callback-inner .short_callback-headline {
  width: 100%;
}

@media (min-width: 1280px) {
  .short_callback.two_col .short_callback-inner .short_callback-headline {
    width: calc(40% - 20px);
  }
}

.short_callback .short_callback-headline .title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .short_callback .short_callback-headline .title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .short_callback .short_callback-headline .title {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.short_callback .short_callback-headline .description {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .short_callback .short_callback-headline .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.short_callback.two_col .short_callback-inner .short_callback-form {
  margin-bottom: 0px !important;
  width: 100%;
  gap: 1rem;
}

@media not all and (min-width: 768px) {
  .short_callback.two_col .short_callback-inner .short_callback-form {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .short_callback.two_col .short_callback-inner .short_callback-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .short_callback.two_col .short_callback-inner .short_callback-form {
    width: calc(60% - 20px);
  }
}

/* .short_callback-form form{
    @apply max-md:flex max-md:flex-col gap-4 md:grid md:grid-cols-2 md:gap-x-5 md:gap-y-3 !mb-0 md:items-center;
} */

.short_callback .form-message {
  margin-top: 1rem;
  width: 100%;
}

.short_callback-form .agreement .check {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.grid_block:not(.single_post_block).background_section {
  background-image: url('/wp-content/themes/bydigital/assets/img/home/bg.svg');
  background-size: 350px 350px;
  background-position: -100px 0px;
  background-repeat: no-repeat;
}

/* .grid_block:not(.single_post_block, .background_section) {
  @apply bg-[url('/wp-content/themes/bydigital/assets/img/home/bg.svg')] bg-[80%_0px] bg-no-repeat bg-[length:350px_350px];
} */

.grid_block.background_section:not(.single_post_block) {
  background-size: 350px 350px;
  background-position: 100px 100px;
}

.grid_block > * {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .grid_block > * {
    gap: 1.5rem;
  }
}

.grid_block .content > *:last-child {
  margin-bottom: 0px !important;
}

.grid_block .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .grid_block .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .grid_block.single_post_block.grid-one_col .list {
    display: flex;
    flex-direction: column;
  }
}

.grid_block:not(.grid-image) .item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .grid_block:not(.grid-image) .item {
    gap: 1rem;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .grid_block:not(.grid-image) .item {
    padding: 1.5rem;
  }
}

.grid_block.background_section:not(.grid-image) .item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0px 0px 37px -2px #1118270d;
}

.grid_block .list .item h2,
.grid_block .list .item h3,
.grid_block .list .item h4,
.grid_block .list .item h5,
.grid_block .list .item h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .grid_block .list .item h2,
.grid_block .list .item h3,
.grid_block .list .item h4,
.grid_block .list .item h5,
.grid_block .list .item h6 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* 3 columns */

@media (min-width: 1024px) {
  .grid-three_col .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  @media not all and (min-width: 1024px) {
    .grid-three_col .list > .item:last-child {
      grid-column: span 2 / span 2;
    }
  }
}

/* 4 columns */

@media (min-width: 1024px) {
  .grid-four_col .list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* With Numbers */

.grid-number .item .number {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  font-size: 64px;
  font-weight: 800;
  line-height: 75% !important;
  color: rgb(47 52 84 / 0.1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.grid-number .item .number::after {
  display: block;
  height: 0.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .grid-number .item:hover .number::after {
    --tw-translate-y: -0.25rem;
    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-number.grid-two_col:not(.single_post_block) .item .number::after {
    --tw-content: none !important;
    content: var(--tw-content) !important;
  }

  .grid-number.grid-two_col:not(.single_post_block) .item .text {
    margin-left: 1rem;
    border-left-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
    padding-left: 2.5rem;
  }
}

/* With icon */

.grid-icon .item .icon {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .grid-icon .item .icon {
    padding-bottom: 1rem;
  }
}

.grid-icon .item .icon * {
  height: 4rem;
  width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* With image */

.grid-image .item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .grid-image .item {
    gap: 1rem;
  }
}

.grid-image .item .image {
  position: relative;
  aspect-ratio: 16 / 9;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.grid-image .item .image::before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 90%;
  width: 90%;
  border-radius: 0.5rem;
  background-color: rgb(110 193 228 / 0.3);
  --tw-content: '';
  content: var(--tw-content);
}

.grid-image .item .image img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  aspect-ratio: 16 / 9;
  width: 90%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(47 52 84 / 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
.grid-image .item .image img {
    @apply w-full aspect-video max-sm:aspect-video sm:h-[200px] object-cover rounded-lg;
} */

.action_banner h2,
.action_banner h3,
.action_banner h4,
.action_banner h5,
.action_banner h6 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.action_banner .action_banner-container {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 1rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .action_banner .action_banner-container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .action_banner .action_banner-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .action_banner .action_banner-container {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.action_banner .action_banner-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.action_banner-bg_image .action_banner-container::after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-content: '';
  content: var(--tw-content);
}

.action_banner-image .action_banner-image {
  z-index: 20;
  height: -moz-fit-content;
  height: fit-content;
  width: 300px;
  min-width: 300px;
}

.action_banner .action_banner-inner {
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .action_banner .action_banner-inner {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .action_banner .action_banner-inner {
    gap: 1.5rem;
  }
}

.action_banner .action_banner-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
}

@media not all and (min-width: 768px) {
  .action_banner .action_banner-buttons {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .action_banner .action_banner-buttons {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .action_banner .action_banner-buttons {
    gap: 1.5rem;
  }
}

.action_banner .action_banner-buttons > * {
  width: 100%;
}

@media (min-width: 768px) {
  .action_banner .action_banner-buttons > * {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.action_banner .action_banner-buttons:hover .btn_white {
  fill: #fff;
}

.action_banner .action_banner-buttons .btn_blue {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  fill: #fff;
}

.action_banner .action_banner-buttons .btn_blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  fill: #2F3454;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
}

.tariffs.background_section {
  background-image: url('/wp-content/themes/bydigital/assets/img/home/bg.svg');
  background-position: 90% 0px;
  background-repeat: no-repeat;
  background-size: 350px 350px;
  background-position: 200px 150px;
}

.tariffs > .section_container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .tariffs > .section_container {
    gap: 1.5rem;
  }
}

.tariffs .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .tariffs .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.tariffs .item > div {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .tariffs .item > div {
    gap: 1rem;
  }
}

.tariffs .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .tariffs .item {
    gap: 1.25rem;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .tariffs .item {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .tariffs .item:hover {
    --tw-translate-y: -0.5rem;
    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));
  }
}

.tariffs:not(.background_section) .item {
  background-color: rgb(110 193 228 / 0.1);
}

.tariffs.background_section .item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0px 0px 37px -2px #1118270d;
}

.tariffs .item.top_item {
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tariffs .item.top_item .action {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.tariffs .item.top_item .title:before {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.25rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.tariffs .item .title,
.tariffs .item .title * {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .tariffs .item .title,
.tariffs .item .title * {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.tariffs .item .description,
.tariffs .item .description * {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .tariffs .item .description,
.tariffs .item .description * {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.tariffs .item .include,
.tariffs .item .include * {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .tariffs .item .include,
.tariffs .item .include * {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.tariffs .item .include_list {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.tariffs .item .include_list li {
  margin-right: 0.5rem;
  display: inline-block;
}

.tariffs .item .include_list li::before {
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
  --tw-content: '+';
  content: var(--tw-content);
}

.tariffs .item .action {
  border-top-width: 1px;
  border-color: rgb(47 52 84 / 0.1);
  padding-top: 0.75rem;
}

@media (min-width: 1024px) {
  .tariffs .item .action {
    padding-top: 1rem;
  }
}

.tariffs .item .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .tariffs .item .price {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* 2 columns */

.tariffs.tariffs-two_col .item .include_text {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.tariffs.tariffs-two_col .item .include_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tariffs.tariffs-two_col .item .include_list li {
  margin-right: 0px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tariffs.background_section.tariffs-two_col .item .include_text,
.tariffs.background_section.tariffs-two_col .item .include_list > * {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.tariffs.tariffs-two_col .item.top_item .include_list > *,
.tariffs.tariffs-two_col .item.top_item .include_text {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 111 133 / var(--tw-bg-opacity, 1)) !important;
}

@media (min-width: 768px) {
  .tariffs.tariffs-two_col.tariffs-odd .item:last-child {
    grid-column: span 2 / span 2;
  }
}

/* 3 columns */

@media (min-width: 1024px) {
  .tariffs-three_col .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tariffs.tariffs-three_col .item.top_item .include {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 111 133 / var(--tw-bg-opacity, 1)) !important;
}

.tariffs.tariffs-three_col .item .include {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.tariffs.background_section.tariffs-three_col .item .include {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .tariffs-three_col.tariffs-even .item:last-child {
    grid-column: span 2 / span 2;
  }
}

/* 4 columns */

@media (min-width: 1024px) {
  .tariffs-four_col .list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.tariffs-four_col .list .item .include {
  background-color: transparent !important;
  padding: 0px !important;
}

@media (min-width: 768px) {
  .tariffs-four_col.tariffs-odd .item:last-child {
    grid-column: span 2 / span 2;
  }
}

/* With image */

.tariffs .item .image {
  position: relative;
  aspect-ratio: 16 / 9;
  max-width: 550px;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.tariffs .item .image img {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificate .content {
  margin-bottom: 1.5rem;
}

.certificate .item {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.certificate .item:hover {
  --tw-translate-y: -0.5rem;
  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));
}

@media not all and (min-width: 768px) {
  .certificate .item {
    width: 168px;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .certificate .item {
    align-items: flex-end;
  }
}

.certificate .item .image {
  display: block;
  height: 230px;
  width: 168px;
  min-width: 168px;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(47 52 84 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 245 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.certificate .item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificate .item .item-inner {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.certificate .item .item-inner .title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1 !important;
}

@media (min-width: 768px) {
  .certificate .item .item-inner .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.certificate .item .item-inner .description {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .certificate .item .item-inner .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.certificate .certificate_swiper {
  position: relative;
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  overflow: visible;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.certificate_swiper::before {
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 100%;
  z-index: 10;
  height: 100%;
  width: 33vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.certificate_swiper::after {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 10;
  height: 100%;
  width: 33vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

/* Post content */

/* @import './accent_text.css'; */

.cases_item {
  position: relative;
  display: flex;
  height: 340px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(47 52 84 / 0.1);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .cases_item {
    height: 400px;
  }
}

.cases_item img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cases_item .placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(246 248 247 / 0.5);
}

.cases_item .placeholder img {
  bottom: 50%;
  left: 50%;
  height: 80%;
  width: 80%;
  --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));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.cases_item .cases_item-content {
  position: relative;
  z-index: 10;
  background-color: rgb(47 52 84 / 0.95);
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .cases_item .cases_item-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.cases_item:hover .cases_item-content {
  padding-bottom: 2rem;
}

.cases_item .cases_item-date {
  margin-bottom: 0.5rem;
  line-height: 1 !important;
  opacity: 0.6;
}

@media not all and (min-width: 768px) {
  .cases_item .cases_item-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .cases_item .cases_item-date {
    margin-bottom: 0.75rem;
  }
}

.cases_item .cases_item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 39px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .cases_item .cases_item-title {
    height: 44px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .cases_item .cases_item-title {
    height: 48px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.page_card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .page_card {
    padding: 1rem;
  }
}

.page_card {
  box-shadow: 0px 8px 28px 0px #8898AA1F;
}

.page_card-image {
  margin-bottom: 0.75rem;
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .page_card-image {
    margin-bottom: 1rem;
  }
}

.page_card-image img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_card .page_card-content {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page_card-content .page_card-title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 22px !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.page_card-content .page_card-title:hover {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

.page_card-content .page_card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .page_card-content .page_card-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Post */

.post_card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .post_card {
    padding: 1rem;
  }
}

.post_card {
  box-shadow: 0px 8px 28px 0px #8898AA1F;
}

.post_card-image {
  margin-bottom: 0.75rem;
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .post_card-image {
    margin-bottom: 1rem;
  }
}

.post_card-image img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_card .post_card-content {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.post_card-content .post_card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 22px !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.post_card-content .post_card-title:hover {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

.post_card-content .post_card-date {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(136 152 170 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .post_card-content .post_card-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.post_card-content .post_card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .post_card-content .post_card-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.vacancy_item {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  transition-duration: 300ms;
}

.vacancy_item:hover {
  --tw-translate-y: 0.5rem;
  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));
}

@media (min-width: 768px) {
  .vacancy_item {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .vacancy_item {
    padding: 1.5rem;
  }
}

.vacancy_item .top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.vacancy_item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vacancy_item-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.vacancy_item-short_description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .vacancy_item-short_description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.vacancy_item-price {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vacancy_item-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.blog_item {
  position: relative;
  display: flex;
  height: 340px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(47 52 84 / 0.1);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .blog_item {
    height: 400px;
  }
}

.blog_item img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_item .placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(246 248 247 / 0.5);
}

.blog_item .placeholder img {
  bottom: 50%;
  left: 50%;
  height: 80%;
  width: 80%;
  --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));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.blog_item .blog_item-content {
  position: relative;
  z-index: 10;
  background-color: rgb(47 52 84 / 0.95);
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .blog_item .blog_item-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.blog_item:hover .blog_item-content {
  padding-bottom: 2rem;
}

.blog_item .blog_item-date {
  margin-bottom: 0.5rem;
  line-height: 1 !important;
  opacity: 0.6;
}

@media not all and (min-width: 768px) {
  .blog_item .blog_item-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .blog_item .blog_item-date {
    margin-bottom: 0.75rem;
  }
}

.blog_item .blog_item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 39px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .blog_item .blog_item-title {
    height: 44px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .blog_item .blog_item-title {
    height: 48px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.nt_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nt_pagination-button, .nt_pagination-page {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .nt_pagination-button, .nt_pagination-page {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.nt_pagination-button.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.nt_pagination-pages {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .nt_pagination-pages {
    gap: 0.75rem;
  }
}

.nt_pagination-pages .nt_pagination-page {
  border-radius: 9999px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .nt_pagination-pages .nt_pagination-page {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .nt_pagination-pages .nt_pagination-page {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.nt_pagination-pages a.nt_pagination-page {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nt_pagination-pages a.nt_pagination-page:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 238 240 / var(--tw-bg-opacity, 1));
}

.nt_pagination-pages .nt_pagination-page.active {
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nt_pagination-pages .nt_pagination-dots {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 238 240 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .nt_pagination-pages .nt_pagination-dots {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.nt_pagination-pages .nt_pagination-count {
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(144 147 154 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .nt_pagination-pages .nt_pagination-count {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .nt_pagination-pages .nt_pagination-count {
    height: 2.5rem;
  }
}

/* Страницы */

/* Global */

.home_page .headline {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

@media not all and (min-width: 768px) {
  .home_page .headline {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .home_page .headline {
    margin-bottom: 2.5rem;
    align-items: center;
  }
}

.home_page .headline_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 140% !important;
}

@media (min-width: 768px) {
  .home_page .headline_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .home_page .headline_title {
    font-size: 32px;
  }
}

.home_page .headline_btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  fill: #6EC1E4;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .headline_btn:hover {
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .home_page .headline_btn:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }
}

.home_page .headline_btn .icon {
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .headline_btn:hover .icon {
  --tw-translate-x: 0.25rem;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
}

/* Hero */

.home_page .hero {
  position: relative;
}

.home_page .hero_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .home_page .hero_container {
    gap: 3.5rem;
  }
}

.home_page .hero_bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -10;
  height: 450px;
  width: 450px;
  --tw-translate-x: 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));
  -o-object-fit: contain;
     object-fit: contain;
}

.home_page .hero_image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media not all and (min-width: 768px) {
  .home_page .hero_image {
    order: 2;
    max-height: 470px;
  }
}

@media (min-width: 768px) {
  .home_page .hero_image {
    min-width: 384px;
    max-width: 384px;
  }
}

.home_page .hero_content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.home_page .hero_title {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 140% !important;
}

@media not all and (min-width: 768px) {
  .home_page .hero_title {
    order: 1;
  }
}

@media (min-width: 768px) {
  .home_page .hero_title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .home_page .hero_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .home_page .hero_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .home_page .hero_title {
    font-size: 40px;
  }
}

.home_page .advantages {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media not all and (min-width: 768px) {
  .home_page .advantages {
    order: 4;
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .home_page .advantages {
    margin-bottom: 2.5rem;
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .home_page .advantages {
    gap: 1rem;
  }
}

.home_page .advantages_item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.home_page .advantages_item-icon {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.home_page .advantages_item-icon img {
  width: 1rem;
  --tw-translate-x: 70%;
  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));
}

.home_page .hero_btn {
  width: 100%;
  white-space: nowrap;
}

@media not all and (min-width: 768px) {
  .home_page .hero_btn {
    order: 5;
  }
}

@media (min-width: 768px) {
  .home_page .hero_btn {
    margin-bottom: 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.home_page .hero_accent {
  display: block;
  max-width: 650px;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .home_page .hero_accent {
    order: 3;
  }
}

@media (min-width: 768px) {
  .home_page .hero_accent {
    --tw-translate-x: -110px;
    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));
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .home_page .hero_accent {
    padding: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Cases */

.home_page .swiper_nav {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media not all and (min-width: 768px) {
  .home_page .swiper_nav {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .home_page .swiper_nav {
    gap: 3.5rem;
  }
}

.home_page .swiper_nav > * {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0px !important;
  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)) !important;
}

.home_page .swiper-button-next,
.home_page .swiper-button-prev {
  margin: 0px !important;
  display: flex;
  height: 2.5rem;
  min-height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  fill: #6EC1E4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .swiper-button-next:hover,
.home_page .swiper-button-prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  fill: #fff;
}

.home_page .swiper-button-next:active,
.home_page .swiper-button-prev:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.home_page .swiper-button-next:disabled,
.home_page .swiper-button-prev:disabled {
  cursor: default;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .home_page .swiper-button-next,
.home_page .swiper-button-prev {
    height: 4rem;
    min-height: 4rem;
    width: 4rem;
    min-width: 4rem;
  }
}

.home_page .swiper-button-next:after,
.home_page .swiper-button-prev:after {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.home_page .swiper-button-next svg,
.home_page .swiper-button-prev svg {
  height: 1.25rem;
  width: 11px;
}

.home_page .swiper_nav-dots {
  display: flex;
  width: auto !important;
  max-width: calc(100% - 120px);
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}

.home_page .swiper_nav-dots > * {
  left: auto !important;
  top: auto !important;
  margin: 0px !important;
  display: block;
  height: 1rem !important;
  min-height: 1rem;
  width: 1rem !important;
  min-width: 1rem;
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0px !important;
  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)) !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 233 229 / var(--tw-bg-opacity, 1));
  opacity: 1 !important;
}

.home_page .swiper_nav-dots > .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1)) !important;
}

/* Services */

.home_page .services {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.home_page .services a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .services a:hover {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

.home_page .services .headline_title {
  margin-bottom: 2.5rem;
  text-align: center;
}

.home_page .services .services_list {
  gap: 2rem;
}

@media not all and (min-width: 768px) {
  .home_page .services .services_list {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .home_page .services .services_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home_page .services .services_item {
  position: relative;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .home_page .services .services_item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.home_page .services .services_item {
  box-shadow: 0px 0px 37px -2px #1118270d;
}

.home_page .services .services_item-icon {
  height: 3.5rem;
  min-height: 3.5rem;
  width: 3.5rem;
  min-width: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.home_page .services hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 2px;
  width: 3.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(224 227 235 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .home_page .services hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.home_page .services .services_item-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .home_page .services .services_item-title {
    margin-bottom: 1.25rem;
  }
}

.home_page .services_item-children {
  margin-bottom: 2rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media not all and (min-width: 768px) {
  .home_page .services_item-children {
    order: 4;
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .home_page .services_item-children {
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .home_page .services_item-children {
    gap: 1rem;
  }
}

.home_page .services_item-child {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.home_page .services_item-child:hover .services_item-child-icon img {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.home_page .services_item-child-icon {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.home_page .services_item-child-icon img {
  width: 1rem;
  --tw-translate-x: 70%;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .services .services_item-bg {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 12rem;
  width: 12rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Team */

.team .headline_title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 600px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1 !important;
}

@media (min-width: 768px) {
  .team .headline_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .team .headline_title {
    font-size: 32px;
  }
}

.team .headline_desc {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 550px;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .team .headline_desc {
    margin-bottom: 2.5rem;
  }
}

.team .team_swiper {
  position: relative;
  margin-left: 0px;
  max-width: 1032px;
  overflow: visible;
}

.team .team_item {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.25rem;
  opacity: 0.2;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media not all and (min-width: 768px) {
  .team .team_item {
    flex-direction: column;
  }
}

.team .team_swiper .team_item.swiper-slide-active {
  opacity: 1;
}

.team .team_item > * {
  width: 100%;
}

@media (min-width: 768px) {
  .team .team_item > * {
    width: 50%;
  }
}

.team .team_item-image {
  overflow: hidden;
}

@media not all and (min-width: 768px) {
  .team .team_item-image {
    aspect-ratio: 1/1.25;
  }
}

.team .team_item-image img {
  aspect-ratio: 1/1.25;
  height: auto;
  width: 100%;
  border-radius: 0.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  box-shadow: 0px 8px 8px -4px #1118270a;
}

.team .team_item-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .team .team_item-content {
    padding-bottom: 7rem;
  }
}

.team .team_item-header {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.team .team_item-position {
  margin-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

.team .team_item-name {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.team .team_item-description {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.team .team_item-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .team .team_item-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.team .swiper_nav {
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .team .swiper_nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
  }
}

/* Solutions */

.home_page .solutions {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.home_page .solutions .headline_title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 580px;
  text-align: center;
  line-height: 1 !important;
}

.home_page .solutions .headline_desc {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 580px;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .home_page .solutions .headline_desc {
    margin-bottom: 2.5rem;
  }
}

.home_page .solutions .solutions_list {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .home_page .solutions .solutions_list {
    margin-bottom: 2.5rem;
  }
}

.home_page .solutions .solutions_item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1000px;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: url('/wp-content/themes/bydigital/assets/img/home/bg.svg');
  background-size: 350px 350px;
  background-repeat: no-repeat;
}

.home_page .solutions .solutions_item:nth-child(odd) {
  background-position: -100px -100px;
}

.home_page .solutions .solutions_item:nth-child(even) {
  background-position: 100px 100px;
}

@media not all and (min-width: 768px) {
  .home_page .solutions .solutions_item {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .home_page .solutions .solutions_item {
    padding: 1.5rem;
  }

  .home_page .solutions .solutions_item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.home_page .solutions .solutions_item-image {
  aspect-ratio: 16/10;
  height: 100%;
  width: 380px;
  overflow: hidden;
}

.home_page .solutions .solutions_item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_page .solutions .solutions_item-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

@media not all and (min-width: 768px) {
  .home_page .solutions .solutions_item-content {
    padding: 0.75rem;
  }
}

@media (min-width: 768px) {
  .home_page .solutions .solutions_item-content {
    width: calc(100% - 400px);
    padding-top: 2.5rem;
  }
}

.home_page .solutions .solutions_item-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.home_page .solutions .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Steps */

.home_page .steps .headline_title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 580px;
  text-align: center;
  line-height: 1 !important;
}

.home_page .steps .headline_desc {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 580px;
  text-align: center;
}

@media (min-width: 768px) {
  .home_page .steps .headline_desc {
    margin-bottom: 2.5rem;
  }
}

.home_page .steps .steps_list {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (min-width: 640px) {
  .home_page .steps .steps_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }
}

@media (min-width: 768px) {
  .home_page .steps .steps_list {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .home_page .steps .steps_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 76px;
  }
}

.home_page .steps .steps_list::after {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 125px;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('/wp-content/themes/bydigital/assets/img/home/steps_line.svg');
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .home_page .steps .steps_list::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

.home_page .steps .steps_item-line {
  width: 100%;
}

@media not all and (min-width: 1024px) {
  .home_page .steps .steps_item-line {
    display: none !important;
  }
}

.home_page .steps .steps_item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media not all and (min-width: 1024px) {
  .home_page .steps .steps_item-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  }
}

.home_page .steps .steps_item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .steps .steps_item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .home_page .steps .steps_item {
    height: 200px;
  }
}

.home_page .steps .steps_item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 64px;
  font-weight: 800;
  line-height: 75% !important;
  color: rgb(47 52 84 / 0.1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .steps .steps_item:hover .steps_item-header {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

.home_page .steps .steps_item-content {
  margin-left: 1rem;
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .steps .steps_item:hover .steps_item-content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.home_page .steps .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* Info */

.about_page-info {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

@media not all and (min-width: 768px) {
  .about_page-info {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .about_page-info {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.about_page-info::before {
  position: absolute;
  inset: 0px;
  z-index: 0;
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(246 246 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 251 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

@media not all and (min-width: 768px) {
  .about_page-info::before {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
}

@media (min-width: 768px) {
  .about_page-info::before {
    background-color: rgb(246 246 251 / 0.9);
  }
}

.about_page-info .section_container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .about_page-info .section_container {
    gap: 2.5rem;
  }
}

.about_page-info-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .about_page-info-inner {
    gap: 2.5rem;
  }
}

.about_page-info-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media not all and (min-width: 768px) {
  .about_page-info-grid {
    border-radius: 0.75rem;
    background-color: rgb(255 255 255 / 0.7);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 768px) {
  .about_page-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .about_page-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about_page-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .about_page-info-item {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .about_page-info-item {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.about_page-info-grid .about_page-info-item:not(.first):last-child {
  border-style: none;
}

@media not all and (min-width: 768px) {
  .about_page-info-grid .about_page-info-item:not(.first) {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(197 204 221 / var(--tw-border-opacity, 1));
    padding-bottom: 1.25rem;
  }

  .about_page-info-grid .about_page-info-item:not(.first):last-child {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .about_page-info-grid .about_page-info-item:not(.first) {
    border-radius: 0.75rem;
    background-color: rgb(255 255 255 / 0.7);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.about_page-info-item.first {
  font-weight: 600;
}

@media not all and (min-width: 768px) {
  .about_page-info-item.first {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .about_page-info-grid .about_page-info-item.first {
    display: none !important;
  }
}

/* Advantages */

.about_page-advantages-inner {
  display: flex;
}

@media not all and (min-width: 768px) {
  .about_page-advantages-inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.about_page-advantages-inner > div {
  width: 100%;
}

@media (min-width: 768px) {
  .about_page-advantages-inner > div {
    width: 50%;
  }

  .about_page-advantages-inner > div:first-child {
    padding-right: 2.5rem;
  }
}

.accent-block {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 2.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

@media not all and (min-width: 768px) {
  .accent-block {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    justify-content: center;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .accent-block {
    flex-direction: column;
    border-left-width: 1px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .accent-block {
    padding-left: 68px;
    padding-right: 68px;
  }
}

.accent-block p {
  width: 100%;
  text-align: left;
  font-weight: 600;
  line-height: 1.25 !important;
}

@media (min-width: 768px) {
  .accent-block p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .accent-block p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.accent-block svg {
  height: 5rem;
  width: 5rem;
}

@media (min-width: 768px) {
  .accent-block svg {
    height: 100px;
    width: 100px;
  }
}

.about_page-advantages-grid {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

@media not all and (min-width: 768px) {
  .about_page-advantages-grid {
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}

@media (min-width: 768px) {
  .about_page-advantages-grid {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.about_page-advantages-grid::before,
.about_page-advantages-grid::after {
  position: absolute;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .about_page-advantages-grid::before,
.about_page-advantages-grid::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

.about_page-advantages-grid::before {
  top: 50%;
  left: 0px;
  height: 1px;
  width: 100%;
}

.about_page-advantages-grid::after {
  top: 0px;
  left: 50%;
  height: 100%;
  width: 1px;
}

.about_page-advantages-item {
  display: flex;
  align-items: center;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

@media not all and (min-width: 768px) {
  .about_page-advantages-item {
    padding: 1.25rem;
  }
}

@media not all and (min-width: 640px) {
  .about_page-advantages-item {
    padding: 0.75rem;
  }
}

@media (min-width: 768px) {
  .about_page-advantages-item {
    justify-content: center;
    border-right-width: 1px;
  }

  .about_page-advantages-item:first-child {
    border-left-width: 1px;
  }
}

.about_page-advantages-item > div {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.about_page-advantages-item .title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .about_page-advantages-item .title {
    font-size: 56px;
    font-weight: 600;
  }
}

@media (min-width: 1024px) {
  .about_page-advantages-item .title {
    font-size: 70px;
  }
}

.about_page-advantages-item .description {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .about_page-advantages-item .description {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .about_page-advantages-item .description {
    font-size: 18px;
  }
}

.about_page-advantages .callback {
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.about_page-advantages .callback:hover {
  background-color: rgb(110 193 228 / 0.8);
}

@media (min-width: 768px) {
  .about_page-advantages .callback {
    padding: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .about_page-advantages .callback {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Documents */

.about_page-documents {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1330px;
}

@media (min-width: 1024px) {
  .about_page-documents {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.about_page-documents .about_page-documents-inner {
  width: 100%;
}

@media not all and (min-width: 768px) {
  .about_page-documents .about_page-documents-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about_page-documents .about_page-documents-inner .headline,
.about_page-documents .about_page-documents-inner .content {
  max-width: 700px;
}

.about_page-documents-inner img.dots {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: auto;
  width: calc(100% - 780px);
}

@media not all and (min-width: 1024px) {
  .about_page-documents-inner img.dots {
    display: none;
  }
}

.about_page-documents .documents_swiper {
  margin-top: 1.5rem;
  max-width: 850px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about_page-documents .documents_swiper {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about_page-documents .documents_swiper {
    margin-top: 5rem;
  }
}

.about_page-documents .documents_swiper .swiper-wrapper {
  width: 100%;
}

@media not all and (min-width: 768px) {
  .about_page-documents .documents_swiper .swiper-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about_page-documents .documents_swiper .swiper-slide {
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .about_page-documents .documents_swiper .swiper-slide {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .about_page-documents .documents_swiper .swiper-slide {
    flex-direction: row;
    align-items: flex-end;
    border-right-width: 1px;
    padding-right: 2rem;
  }
}

.about_page-documents .documents_swiper .swiper-slide img {
  height: 250px;
  width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_page-documents .documents_swiper .swiper-slide > div {
  display: flex;
  width: 180px;
  flex-direction: column;
  gap: 6px;
}

@media not all and (min-width: 1024px) {
  .about_page-documents .documents_swiper .swiper-slide > div {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .about_page-documents .documents_swiper .swiper-slide > div {
    gap: 10px;
  }
}

.about_page-documents .documents_swiper .swiper-slide .title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .about_page-documents .documents_swiper .swiper-slide .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .about_page-documents .documents_swiper .swiper-slide .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.about_page-documents .documents_swiper .swiper-slide .description {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .about_page-documents .documents_swiper .swiper-slide .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Divider */

.about_page-divider .section_container {
  pointer-events: none;
  position: relative;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
}

.about_page-divider .section_container hr {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(197 204 221 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .about_page-divider .section_container hr {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .about_page-divider .section_container img.dots {
    display: none !important;
  }
}

.about_page-divider .section_container img.circle {
  position: absolute;
  top: 50%;
  aspect-ratio: 1 / 1;
  width: 160px;
  --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));
}

@media (min-width: 768px) {
  .about_page-divider .section_container img.circle {
    left: 1090px;
    width: 624px;
  }
}

/* Partners */

.about_page-partners {
  margin-bottom: 0px !important;
}

.about_page-partners .headline,
.about_page-partners .content {
  max-width: 700px;
}

.about_page-partners .partners_swiper {
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about_page-partners .partners_swiper {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about_page-partners .partners_swiper {
    padding-top: 5rem;
  }
}

.about_page-partners .partners_swiper .swiper-slide {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about_page-partners .partners_swiper .swiper-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.about_page-partners .partners_swiper .swiper-slide {
  box-shadow: 0px 8px 18px 0px #909EAF42;
}

.about_page-partners .partners_swiper .swiper-slide img {
  margin-bottom: 1.75rem;
  height: 100px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .about_page-partners .partners_swiper .swiper-slide img {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about_page-partners .partners_swiper .swiper-slide img {
    margin-bottom: 3.5rem;
  }
}

.about_page-partners .partners_swiper .swiper-slide .title {
  margin-bottom: 0.5rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.about_page-partners .partners_swiper .swiper-slide .description {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(80 90 114 / var(--tw-text-opacity, 1));
}

.contacts_container {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 2.5rem;
}

@media not all and (min-width: 768px) {
  .contacts_container {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .contacts_container {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.contacts_column {
  flex: 1 1 0%;
}

.contacts_column.post_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .contacts_column.post_content {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .contacts_column.post_content {
    padding: 2.5rem;
  }
}

.contacts_column .social_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contacts_column .contacts_divider {
  margin-bottom: 1rem;
  margin-top: 0px;
  height: 0.25rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .contacts_column .contacts_divider {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .contacts_column .contacts_divider {
    margin-bottom: 1.5rem;
  }
}

.posts_list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .posts_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .posts_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.posts_pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 860px;
}

@media (min-width: 768px) {
  .posts_pagination {
    margin-top: 5rem;
  }
}

/* Single post */

.post_title {
  margin-top: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(197 204 221 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .post_title {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.post_title h1 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 0.95 !important;
}

@media (min-width: 768px) {
  .post_title h1 {
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .post_title h1 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .post_title h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.post_title .date {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .post_title .date {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .post_title .date {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.post_content {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .post_content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.post_content h2 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .post_content h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .post_content h2 {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.post_content h3 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .post_content h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .post_content h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.post_content h4 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .post_content h4 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .post_content h4 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.post_content h5 {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .post_content h5 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .post_content h5 {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.post_content p:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .post_content p:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .post_content p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.post_content ul {
  margin-bottom: 0.75rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 18px;
}

@media (min-width: 768px) {
  .post_content ul {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .post_content ul {
    margin-bottom: 1.25rem;
  }
}

.post_content ol {
  margin-bottom: 0.75rem;
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 18px;
}

@media (min-width: 768px) {
  .post_content ol {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .post_content ol {
    margin-bottom: 1.25rem;
  }
}

.post_content li {
  margin-bottom: 0.5rem;
}

.post_content a {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.post_content a:hover {
  color: rgb(110 193 228 / 0.5);
}

.post_content hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 1px;
  border-width: 0px;
  background-color: rgb(47 52 84 / 0.1);
}

@media (min-width: 768px) {
  .post_content hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .post_content hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.post_image img {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_image .image_title {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.post_divider hr {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(197 204 221 / var(--tw-bg-opacity, 1));
}

.post_gallery .post_gallery-text {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .post_gallery .post_gallery-text {
    margin-bottom: 30px;
  }
}

.post_gallery .post_gallery-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}

@media (min-width: 768px) {
  .post_gallery .post_gallery-images {
    gap: 0.25rem;
  }
}

.post_gallery .post_gallery-item {
  display: block;
  aspect-ratio: 1 / 1;
}

.post_gallery .post_gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_grid {
  position: relative;
}

.post_grid_swiper-item {
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0px 8px 28px 0px #8898aa1f;
}

.post_grid_swiper-item > *:first-child {
  margin-top: 0px;
}

.post_grid_swiper-item > *:last-child {
  margin-bottom: 0px;
}

.post_grid_swiper-item img {
  margin-bottom: 1.25rem;
  height: 3rem;
  width: 3rem;
}

@media (min-width: 1024px) {
  .post_grid_swiper-item img {
    height: 4rem;
    width: 4rem;
  }
}

.post_grid_swiper-item .title {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .post_grid_swiper-item .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.post_grid_swiper-item .description {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .post_grid_swiper-item .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.vacancies_page-divider {
  height: 1px;
  border-width: 0px;
  background-color: rgb(47 52 84 / 0.1);
}

.vacancies_page-list .listing_container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .vacancies_page-list .listing_container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page-list .listing_container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

/* Modal */

.vacancies_page-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  overflow-y: auto;
  background-color: rgb(0 0 0 / 0.5);
  padding: 1rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px) {
  .vacancies_page-modal {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page-modal {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.vacancies_page-modal .modal_inner {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  max-width: 800px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .vacancies_page-modal .modal_inner {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page-modal .modal_inner {
    padding: 1.5rem;
  }
}

.vacancies_page-modal .modal_inner .header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vacancies_page-modal .modal_inner .header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 0.95 !important;
}

@media (min-width: 768px) {
  .vacancies_page-modal .modal_inner .header .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page-modal .modal_inner .header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .vacancies_page-modal .modal_inner .header .title {
    font-size: 3rem;
    line-height: 1;
  }
}

.vacancies_page-modal .modal_inner .header .close {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.vacancies_page-modal .modal_inner .body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vacancies_page-modal .modal_inner .body .price {
  margin-top: 1rem;
  border-top-width: 1px;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

/* Loader */

.vacancies_page-modal.loading .modal_inner {
  min-height: 60vh;
}

.vacancies_page-modal:not(.loading) .loader {
  display: none !important;
}

.vacancies_page-modal .loader {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.5);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.vacancies_page-modal .loader .loader_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.vacancies_page-modal .loader .loader_inner .loader_inner_item {
  height: 0.75rem;
  width: 0.75rem;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.vacancies_page-modal .loader .loader_inner .loader_inner_item {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  animation: loader-bounce 1.4s infinite ease-in-out both;
}

.vacancies_page-modal .loader .loader_inner .loader_inner_item:nth-child(1) {
  animation-delay: -0.32s;
}

.vacancies_page-modal .loader .loader_inner .loader_inner_item:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes loader-bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/* Типы записей */

/* Cases Listing */

.cases_page .cases_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .cases_page .cases_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .cases_page .cases_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Cases Categories Filter */

.cases_page .cases_categories {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .cases_page .cases_categories {
    margin-bottom: 2.5rem;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .cases_page .cases_categories {
    margin-bottom: 3rem;
  }
}

.cases_page .cases_categories .cases_category-item {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(47 52 84 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.cases_page .cases_categories .cases_category-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .cases_page .cases_categories .cases_category-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cases_page .cases_categories .cases_category-item.active {
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cases_page .cases_empty {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(47 52 84 / 0.6);
}

@media (min-width: 768px) {
  .cases_page .cases_empty {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Single Case */

.case_container {
  display: flex;
  row-gap: 1.25rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media not all and (min-width: 768px) {
  .case_container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .case_container {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .case_container {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

/* Single Case | Company Info */

.case_container .company_info {
  position: relative;
  display: flex;
  min-width: 270px;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .case_container .company_info {
    width: 270px;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .case_container .company_info {
    width: 400px;
    min-width: 400px;
  }
}

.case_container .company_info .company_info-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .case_container .company_info .company_info-container {
    height: -moz-fit-content;
    height: fit-content;
    gap: 1.5rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .case_container .company_info .company_info-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.case_container .company_info .company_info-logo {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.case_container .company_info .company_info-logo img {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.case_container .company_info .company_info-case_content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .case_container .company_info .company_info-case_content {
    gap: 1rem;
  }
}

.case_container .company_info .company_info-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .case_container .company_info .company_info-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.case_container .company_info .company_info-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  @media not all and (min-width: 1024px) {
    .case_container .company_info .company_info-description {
      font-size: 0.75rem;
      line-height: 1rem;
    }
  }
}

.case_container .company_info .company_info-description > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* Single Case | Share Block */

.case_container .share_block {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .case_container .share_block {
    border-radius: 0.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.case_container .share_block .share_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .case_container .share_block .share_button {
    border-radius: 0.5rem;
  }
}

.case_container .share_block.active .share_button {
  background-color: rgb(47 52 84 / 0.05);
}

.case_container .share_block .share_block-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.case_container .share_block .share_block-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

/* Single Case | Case Content */

.case_container > .case_content {
  width: 100%;
}

@media (min-width: 768px) {
  .case_container > .case_content {
    width: calc(100% - 310px);
  }
}

@media (min-width: 1024px) {
  .case_container > .case_content {
    width: calc(100% - 480px);
  }
}

.case_container .case_content > *:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.case_container .case_content > div:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* Single Case | Case Content | Image */

.case_container .case_image img {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(47 52 84 / 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Single Case | Case Content | Accent Text */

.case_container .accent_text > * {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .case_container .accent_text > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .case_container .accent_text > * {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Single Case | Case Content | HR Block */

.case_container .hr_block hr {
  height: 2px;
  width: 100%;
  border-style: none;
  background-color: rgb(47 52 84 / 0.1);
}

/* Single Case | Case Content | Space Block */

.case_content > * {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .case_content > * {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .case_content > * {
    margin-bottom: 1.25rem;
  }
}

.case_container .space_block {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .case_container .space_block {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .case_container .space_block {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.case_container .space_block hr {
  opacity: 0;
}

/* Blog Categories Filter */

.blog_categories {
  width: 100%;
  overflow-x: auto;
}

.blog_categories::-webkit-scrollbar {
  display: none;
}

.blog_categories-wrapper {
  display: flex;
  gap: 0.75rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .blog_categories-wrapper {
    gap: 1rem;
    padding-bottom: 1.25rem;
  }
}

.blog_categories .blog_category-item {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(47 52 84 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.blog_categories .blog_category-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .blog_categories .blog_category-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.blog_categories .blog_category-item.active {
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blog_empty {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(47 52 84 / 0.6);
}

@media (min-width: 768px) {
  .blog_empty {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Single Post */

.single_post-content h2,
.single_post-content h3,
.single_post-content h4,
.single_post-content h5 {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .single_post-content h2,
.single_post-content h3,
.single_post-content h4,
.single_post-content h5 {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .single_post-content h2,
.single_post-content h3,
.single_post-content h4,
.single_post-content h5 {
    margin-top: 1.5rem;
  }
}

.post_header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.post_header-thumbnail img {
  height: auto;
  max-height: 40vh;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .post_header-thumbnail img {
    aspect-ratio: 16 / 9;
  }
}

.post_header-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.post_header-meta > * {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .post_header-meta > * {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

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

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

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

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

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

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

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

html,
:host {
  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: Montserrat, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-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]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: Montserrat, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
}

main {
  min-height: 50vh;
  overflow: hidden;
}

@font-face {
  font-family: "Montserrat";

  src: url("../fonts/Montserrat.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";

  font-style: italic;

  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
}

.container {
  width: 100%;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-md {
  max-width: 28rem;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

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

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

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

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 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));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

.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-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-nt_blue {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.blur {
  --tw-blur: blur(8px);
  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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Global styles */

.section_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1248px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home_page .margin_section {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .home_page .margin_section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .home_page .margin_section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.home_page .padding_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .home_page .padding_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .home_page .padding_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.margin_section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .margin_section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .margin_section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.padding_section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .padding_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .padding_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.background_section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.to_top-button {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 20;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.to_top-button:hover {
  background-color: rgb(110 193 228 / 0.8);
}

@media not all and (min-width: 768px) {
  .to_top-button {
    bottom: 2.5rem;
  }
}

.btn_default {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .btn_default {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .btn_default:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }
}

.btn_light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .btn_light {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .btn_light:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }
}

.btn_dark {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn_dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
}

.btn_blue {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(47 52 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn_blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  fill: #fff;
}

.btn_white {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
}

.btn_white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn_arrow svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn_arrow:hover svg {
  --tw-translate-x: 0.25rem;
  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));
}

.default_form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.default_form .input_group label,
.default_form .checkbox_group label {
  margin-bottom: 0.5rem;
  display: block;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.default_form .input_group input,
.default_form .input_group textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(47 52 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.default_form .input_group input::-moz-placeholder, .default_form .input_group textarea::-moz-placeholder {
  color: rgb(47 52 84 / 0.6);
}

.default_form .input_group input::placeholder,
.default_form .input_group textarea::placeholder {
  color: rgb(47 52 84 / 0.6);
}

.default_form .input_group input {
  border-radius: 9999px;
}

.default_form .input_group textarea {
  border-radius: 20px;
}

.default_form .checkbox_group .checkbox_group-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.default_form .checkbox_group .checkbox_group-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

.default_form .checkbox_group .checkbox_group-item input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.default_form .checkbox_group .checkbox_group-item label {
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 233 229 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .default_form .checkbox_group .checkbox_group-item label {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.default_form .checkbox_group .checkbox_group-item input:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.default_form .agreement {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.default_form .agreement input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.default_form .agreement .check {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.default_form .agreement .check svg {
  opacity: 0;
}

.default_form .agreement input:checked + .check svg {
  opacity: 1;
}

.default_form .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.form-message {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(47 52 84 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .form-message {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.collapse_text_button {
  display: inline-block;
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 193 228 / var(--tw-border-opacity, 1));
  padding-bottom: 2px;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-duration: 300ms;
}

.collapse_text_button:hover {
  color: rgb(110 193 228 / 0.8);
}

@media (min-width: 768px) {
  .collapse_text_button {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Swiper */

body .swiper_nav {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media not all and (min-width: 768px) {
  body .swiper_nav {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  body .swiper_nav {
    gap: 3.5rem;
  }
}

body .swiper_nav > * {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0px !important;
  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)) !important;
}

body .swiper-button-next,
body .swiper-button-prev {
  margin: 0px !important;
  display: flex;
  height: 2.5rem;
  min-height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  fill: #6EC1E4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

body .swiper-button-next:hover,
body .swiper-button-prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 52 84 / var(--tw-bg-opacity, 1));
  fill: #fff;
}

body .swiper-button-next:active,
body .swiper-button-prev:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

body .swiper-button-next:disabled,
body .swiper-button-prev:disabled {
  cursor: default;
  opacity: 0.5;
}

@media (min-width: 768px) {
  body .swiper-button-next,
body .swiper-button-prev {
    height: 4rem;
    min-height: 4rem;
    width: 4rem;
    min-width: 4rem;
  }
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

body .swiper-button-next svg,
body .swiper-button-prev svg {
  height: 1.25rem !important;
  width: 11px !important;
}

body .swiper_nav-dots {
  display: flex;
  width: auto !important;
  max-width: calc(100% - 120px);
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}

body .swiper_nav-dots > * {
  left: auto !important;
  top: auto !important;
  margin: 0px !important;
  display: block;
  height: 1rem !important;
  min-height: 1rem;
  width: 1rem !important;
  min-width: 1rem;
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0px !important;
  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)) !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 233 229 / var(--tw-bg-opacity, 1));
  opacity: 1 !important;
}

body .swiper_nav-dots > .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(110 193 228 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

@media not all and (min-width: 1024px) {
  .max-lg\:\!hidden {
    display: none !important;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:\!hidden {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .md\:\!hidden {
    display: none !important;
  }

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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