/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
}

h1 {
  margin: 0 0 2.5rem;
  font-size: 4.5rem;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.05em;
}

h2 {
  margin: 0 0 1.25rem;
  font-size: 3.375rem;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.05em;
}

h3 {
  margin: 0 0 1.25rem;
  font-size: 2.875rem;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.05em;
}

h4 {
  margin: 0 0 1rem;
  font-size: 2.25rem;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.05em;
}

h5 {
  margin: 0 0 1rem;
  font-size: 1.3125rem;
  line-height: 1.3;
  font-weight: 500;
}

a {
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}

strong {
  font-weight: 600;
}

p {
  margin: 0 0 1rem;
}

.rich-text h1 {
  margin: 0 0 1.875rem;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 800;
}
.rich-text h2 {
  margin: 0 0 1.875rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
}
.rich-text h3 {
  margin: 0 0 1.25rem;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 800;
}
.rich-text h4 {
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
}
.rich-text h5 {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 800;
}
.rich-text img {
  margin: 0 0 1.25rem;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .rich-text img {
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .rich-text img {
    border-radius: 0.5rem;
  }
}
.rich-text a {
  color: #000000;
}
@media (hover: hover) {
  .rich-text a:hover {
    color: #ff4800;
  }
}
.rich-text p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.rich-text ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.rich-text ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.rich-text ul li:last-child {
  margin-bottom: 0;
}
.rich-text ul li:before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #007672;
}

.form-group {
  position: relative;
  margin-bottom: 1.125rem;
}

.choices {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .choices {
    font-size: 1.3125rem;
  }
}
@media (max-width: 767px) {
  .choices {
    font-size: 1rem;
  }
}
.choices[data-type*=select-one]:after {
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDE2SDExVjE0SDEzVjE2Wk0xMSAxNEg5VjEySDExVjE0Wk0xNSAxNEgxM1YxMkgxNVYxNFpNOSAxMkg3VjEwSDlWMTJaTTE3IDEySDE1VjEwSDE3VjEyWk03IDEwSDVWOEg3VjEwWk0xOSAxMEgxN1Y4SDE5VjEwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 none;
  margin-top: -0.4375rem;
}
.choices[data-type*=select-one].is-open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -0.4375rem;
}
.choices__item-label {
  word-break: break-word;
}
.choices__item-custom-label {
  font-size: 0.75rem;
  color: #bfbbba;
  word-break: break-word;
}
.choices__inner {
  padding: 0 !important;
  border-width: 0 0 0.0625rem;
  border-color: #bfbbba !important;
  border-radius: 0 !important;
  background: none !important;
}
@media (min-width: 768px) {
  .choices__inner {
    height: 2.875rem;
  }
}
@media (max-width: 767px) {
  .choices__inner {
    height: 2.6875rem;
  }
}
@media (min-width: 768px) {
  .choices__list--single {
    padding: 0.9375rem 2.5rem 0.1875rem 0;
  }
}
@media (max-width: 767px) {
  .choices__list--single {
    padding: 0.9375rem 2.5rem 0.1875rem 0;
  }
}
.choices__list--single .choices__item--selectable {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.choices__list--dropdown .choices__placeholder {
  display: none;
}
.choices__list--dropdown, .choices__list[aria-expanded] {
  z-index: 100;
}
.choices__placeholder {
  padding-top: 8px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1 !important;
  white-space: nowrap;
  color: #374151;
  opacity: 1;
}
@media (min-width: 768px) {
  .choices__placeholder {
    font-size: 1.3125rem !important;
  }
}
@media (max-width: 767px) {
  .choices__placeholder {
    font-size: 1rem !important;
  }
}
.choices__item.is-selected {
  background-color: #e6f0ff !important;
  color: #1f2937;
}
.choices__item--selectable {
  line-height: 1.45;
}
@media (min-width: 768px) {
  .choices__item--selectable {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .choices__item--selectable {
    font-size: 1rem;
  }
}

.hs-form-field {
  position: relative;
}
@media (min-width: 768px) {
  .hs-form-field {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .hs-form-field {
    margin-bottom: 1.875rem;
  }
}
.hs-form-field.has-value label {
  top: -0.625rem;
  color: #6b7280;
}
@media (min-width: 768px) {
  .hs-form-field.has-value label {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .hs-form-field.has-value label {
    font-size: 0.75rem;
  }
}
.hs-form-field label {
  position: absolute;
  z-index: 2;
  left: 0;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  color: #374151;
  -webkit-transition: 0.2s top ease-in-out, 0.2s font-size ease-in-out;
  transition: 0.2s top ease-in-out, 0.2s font-size ease-in-out;
}
@media (min-width: 768px) {
  .hs-form-field label {
    top: 1.25rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .hs-form-field label {
    top: 1.25rem;
    font-size: 1rem;
  }
}
.hs-form-field label sup,
.hs-form-field label .hs-form-required {
  position: relative;
  top: -0.3125rem;
  font-size: 75%;
}

.hs-input {
  display: block;
  width: 100% !important;
  height: auto;
  padding: 0.9375rem 0 0.25rem;
  border-width: 0 0 0.0625rem;
  border-style: solid;
  border-color: #bfbbba;
  border-radius: 0;
  background: #ffffff;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.45;
  color: #111827;
  outline: 0 none;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .hs-input {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .hs-input {
    font-size: 1rem;
  }
}
.hs-input:-webkit-autofill {
  -webkit-text-fill-color: #111827;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  box-shadow: 0 0 0 1000px #ffffff inset;
}
.hs-input::-webkit-input-placeholder {
  font-size: 0;
}
.hs-input::-moz-placeholder {
  font-size: 0;
}
.hs-input:-moz-placeholder {
  font-size: 0;
}
.hs-input:-ms-input-placeholder {
  font-size: 0;
}

.hs_cos_wrapper_type_form .hs-form-required {
  color: #ff4c4c;
}
.hs_cos_wrapper_type_form .form-title:empty {
  margin: 0 !important;
}
.hs_cos_wrapper_type_form .hs-field-desc {
  display: none !important;
}
.hs_cos_wrapper_type_form .legal-consent-container .hs-richtext {
  margin-bottom: 1.5rem;
}
.hs_cos_wrapper_type_form fieldset {
  padding: 0 !important;
  max-width: 100% !important;
  border: 0 none !important;
}
.hs_cos_wrapper_type_form .hs-button {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s background ease-in-out, 0.3s color ease-in-out;
  transition: 0.3s background ease-in-out, 0.3s color ease-in-out;
}
.hs_cos_wrapper_type_form .hs-button.primary {
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  background: #ff4800;
  border: 0 none;
  border-radius: 1.375rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (hover: hover) {
  .hs_cos_wrapper_type_form .hs-button.primary:hover {
    color: #ffffff;
    background: #1f2937;
  }
}
.hs_cos_wrapper_type_form .input {
  position: relative;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .hs_cos_wrapper_type_form .form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}
.hs_cos_wrapper_type_form .form-columns-2 .hs-form-field {
  float: none !important;
}
@media (min-width: 768px) {
  .hs_cos_wrapper_type_form .form-columns-2 .hs-form-field {
    width: calc(50% - 1.25rem) !important;
  }
}
@media (max-width: 767px) {
  .hs_cos_wrapper_type_form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
.hs_cos_wrapper_type_form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs_cos_wrapper_type_form .inputs-list .hs-form-radio {
  margin-bottom: 1rem;
}
.hs_cos_wrapper_type_form .hs-fieldtype-radio > label {
  display: none;
}
.hs_cos_wrapper_type_form .hs-form-radio-display,
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display {
  position: relative;
  top: 0 !important;
}
.hs_cos_wrapper_type_form .hs-form-radio-display .hs-input,
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.hs_cos_wrapper_type_form .hs-form-radio-display .hs-input + span,
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input + span {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding: 0 0 0 1.6875rem;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #111827;
  cursor: pointer;
  white-space: normal;
  text-transform: none;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
.hs_cos_wrapper_type_form .hs-form-radio-display .hs-input + span a,
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input + span a {
  color: #111827;
}
@media (hover: hover) {
  .hs_cos_wrapper_type_form .hs-form-radio-display .hs-input + span a:hover,
  .hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input + span a:hover {
    color: #ff4800;
  }
}
.hs_cos_wrapper_type_form .hs-form-radio-display .hs-input + span:before, .hs_cos_wrapper_type_form .hs-form-radio-display .hs-input + span:after,
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input + span:before,
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input + span:after {
  content: "";
  position: absolute;
}
.hs_cos_wrapper_type_form .hs-form-radio-display .hs-input + span:before,
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input + span:before {
  top: 0.125rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  background-color: #F9FAFB;
  border: 0.0625rem solid #E5E7EB;
  -webkit-transition: 0.2s border-color ease-in-out, 0.2s background-color ease-in-out;
  transition: 0.2s border-color ease-in-out, 0.2s background-color ease-in-out;
}
.has-error .hs_cos_wrapper_type_form .hs-form-radio-display .hs-input + span:before,
.has-error .hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input + span:before {
  background-color: #ff4c4c;
  border-color: #ff4c4c !important;
}
.hs_cos_wrapper_type_form .hs-form-radio-display .hs-input + span:after,
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input + span:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.hs_cos_wrapper_type_form .hs-form-radio-display .hs-input:checked + span:before,
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input:checked + span:before {
  border-color: #1f2937;
}
.hs_cos_wrapper_type_form .hs-form-radio-display .hs-input:checked + span:after,
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.hs_cos_wrapper_type_form .hs-form-radio-display .hs-input + span:before {
  border-radius: 50%;
}
.hs_cos_wrapper_type_form .hs-form-radio-display .hs-input + span:after {
  top: 0.375rem;
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background: #1f2937;
  border-radius: 50%;
}
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input:checked + span:before {
  background-color: #1f2937;
}
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input + span:before {
  border-radius: 0.25rem;
}
.hs_cos_wrapper_type_form .hs-form-booleancheckbox-display .hs-input + span:after {
  position: absolute;
  left: 0.25rem;
  top: 0.375rem;
  width: 0.6875rem;
  height: 0.375rem;
  border-width: 0 0 0.125rem 0.125rem;
  border-style: solid;
  border-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-list.inputs-list {
  position: relative;
  list-style: none;
}
.no-list.inputs-list label {
  position: static;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ff4c4c;
}

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

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Noto Sans", sans-serif;
  color: #111827;
  background-color: #f8fafc;
  -webkit-tap-highlight-color: transparent;
}

.blog-page,
.article-page {
  background-color: #ffffff;
}

.main {
  position: relative;
  z-index: 100;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 83rem;
  width: 100%;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0 none;
  border-radius: 1.375rem;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  outline: 0 none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s background ease-in-out, 0.3s border-color ease-in-out, 0.3s color ease-in-out;
  transition: 0.3s background ease-in-out, 0.3s border-color ease-in-out, 0.3s color ease-in-out;
}
.btn-default {
  color: #ffffff;
  background: #ff4800;
  padding: 0.5625rem 1.1875rem;
  border: 0.0625rem solid #ff4800;
}
.btn-default:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: 0.5rem;
  bottom: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #f8fafc;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s -webkit-transform ease-in-out;
  transition: 0.4s -webkit-transform ease-in-out;
  transition: 0.4s transform ease-in-out;
  transition: 0.4s transform ease-in-out, 0.4s -webkit-transform ease-in-out;
}
@media (hover: hover) {
  .btn-default:hover {
    color: #ff4800;
  }
  .btn-default:hover .btn-icon-i {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
  }
  .btn-default:hover:before {
    -webkit-transform: scale(20);
    -ms-transform: scale(20);
    transform: scale(20);
  }
}
.btn-bordered {
  padding: 0.625rem 1.25rem;
  color: #ff4800;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
}
.btn-bordered:before {
  content: "";
  position: absolute;
  top: 0.0625rem;
  right: 0.0625rem;
  bottom: 0.0625rem;
  left: 0.0625rem;
  background-color: #f8fafc;
  border-radius: 1.3125rem;
}
@media (hover: hover) {
  .btn-bordered:hover .btn-label {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .btn-bordered:hover .btn-icon-i {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
.btn-label {
  position: relative;
  z-index: 3;
}
.btn-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.1875rem;
  border-radius: 50%;
  background-color: #f8fafc;
}
.btn-icon:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0.1875rem;
  right: 0.1875rem;
  bottom: 0.1875rem;
  left: 0.1875rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(232, 197, 255, 0.5)), color-stop(75%, rgba(133, 242, 232, 0.5)), to(rgba(169, 214, 248, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 25%, rgba(232, 197, 255, 0.5) 50%, rgba(133, 242, 232, 0.5) 75%, rgba(169, 214, 248, 0.5) 100%);
  border-radius: 50%;
}
.btn-icon:last-child {
  margin: 0 -0.75rem 0 0.5rem;
}
.btn-icon-i {
  position: relative;
  z-index: 3;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  padding-top: 0.75rem;
}
@media (max-width: 1023px) {
  .header.is-menu-open {
    background-color: #ffffff;
  }
  .header.is-menu-open .header__inner {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    backdrop-filter: none;
  }
  .header.is-menu-open .header__button {
    visibility: hidden;
  }
  .header.is-menu-open .header__drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.is-menu-open .header__menu-toggle {
    margin-right: -1.125rem;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(71, 103, 136, 0.04), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
    box-shadow: 0 0.25rem 0.25rem rgba(71, 103, 136, 0.04), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
  }
  .header.is-menu-open .header__menu-toggle-icon {
    display: none;
  }
  .header.is-menu-open .header__menu-toggle-icon-close {
    display: block;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  border-radius: 2.125rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(71, 103, 136, 0.04), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
  box-shadow: 0 0.25rem 0.25rem rgba(71, 103, 136, 0.04), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
}
@media (min-width: 768px) {
  .header__inner {
    padding: 0.75rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .header__inner {
    padding: 0.625rem 1.125rem;
  }
}
.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
}
.header__logo-image {
  display: block;
}
@media (min-width: 768px) {
  .header__logo-image {
    width: 11.8125rem;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .header__logo-image {
    width: 7.4375rem;
    height: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .header__drop {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 3.875rem);
    height: calc(100vh - 3.875rem - var(--vh-offset, 0px));
    padding: 1.5rem 1rem 0;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.header__drop-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 -1rem;
  padding: 0.5rem 1rem 1.5rem;
  -webkit-box-shadow: 0 0.25rem 2.125rem rgba(94, 117, 148, 0.2);
  box-shadow: 0 0.25rem 2.125rem rgba(94, 117, 148, 0.2);
}
@media (min-width: 1024px) {
  .header__drop-footer {
    display: none;
  }
}
.header__drop-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .header__menu-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-toggle {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media (max-width: 767px) {
  .header__menu-toggle {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (max-width: 1023px) {
  .header__menu-toggle {
    padding: 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    border: 0 none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.header__menu-toggle-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__menu-toggle-icon-close {
  display: none;
  width: 0.9375rem;
  height: 0.9375rem;
}
.header__menu {
  margin: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .header__menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 0 1.5rem;
  }
}
.header__menu-item {
  position: relative;
}
@media (min-width: 1024px) {
  .header__menu-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0.5625rem;
  }
}
@media (max-width: 1023px) {
  .header__menu-item {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
  }
  .header__menu-item:last-child {
    margin-bottom: 0;
  }
  .header__menu-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0.0625rem solid #d4e0ed;
    border-radius: 0.5rem;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .header__menu-item:after {
    display: none;
    content: "";
    position: absolute;
    top: 100%;
    left: -0.5625rem;
    right: -0.5625rem;
    height: 2rem;
  }
}
@media (max-width: 1023px) {
  .header__menu-item.is-open {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  }
  .header__menu-item.is-open:before {
    top: 0.0625rem;
    right: 0.0625rem;
    bottom: 0.0625rem;
    left: 0.0625rem;
    border-color: transparent;
    background-color: #e6f0ff;
    border-radius: 0.4375rem;
  }
  .header__menu-item.is-open .header__menu-sub {
    display: block;
  }
  .header__menu-item.is-open .header__menu-sub-toggle:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header__menu-item:hover:after {
    display: block;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header__menu-item:hover .header__menu-link-label {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header__menu-item:hover .header__menu-link:before {
    opacity: 1;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header__menu-item:hover .header__menu-sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .header__menu-item-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5rem 0 0.875rem;
  }
}
.header__menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  color: #1f2937;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header__menu-link {
    padding-left: 0.75rem;
  }
  .header__menu-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5625rem;
    width: 0.375rem;
    height: 0.375rem;
    background-color: #ff4800;
    opacity: 0;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
  }
}
@media (max-width: 1023px) {
  .header__menu-link {
    padding: 0.25rem 0 0.3125rem;
    font-size: 1.125rem;
  }
}
.header__menu-link-label {
  display: block;
}
@media (hover: hover) and (min-width: 1024px) {
  .header__menu-link:hover .header__menu-link-label {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header__menu-link:hover:before {
    opacity: 1;
  }
}
.header__menu-sub {
  margin: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .header__menu-sub {
    position: absolute;
    top: calc(100% + 2rem);
    left: 0;
    min-width: 18.75rem;
    padding: 1.125rem 0.875rem;
    background-color: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(71, 103, 136, 0.04), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
    box-shadow: 0 0.25rem 0.25rem rgba(71, 103, 136, 0.04), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0.625rem);
    -ms-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
    -webkit-transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s -webkit-transform ease-in-out;
    transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s -webkit-transform ease-in-out;
    transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s transform ease-in-out;
    transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
  }
}
@media (max-width: 1023px) {
  .header__menu-sub {
    position: relative;
    display: none;
    padding: 0 1.3125rem 0.75rem;
  }
  .header__menu-sub.is-open {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header__menu-sub-toggle {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header__menu-sub-toggle {
    position: relative;
    width: 2.3125rem;
    height: 2.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: 0 none;
    background: none;
  }
  .header__menu-sub-toggle:before, .header__menu-sub-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.125rem;
    height: 0.875rem;
    margin: -0.4375rem 0 0 -0.0625rem;
    background-color: #4b5563;
    border-radius: 0.125rem;
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
  }
  .header__menu-sub-toggle:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.header__menu-sub-item {
  margin-bottom: 0.75rem;
}
.header__menu-sub-item:last-child {
  margin-bottom: 0;
}
.header__menu-sub-link {
  padding: 0.25rem 0.75rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  color: #1f2937;
  border-radius: 0.5rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .header__menu-sub-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
}
@media (max-width: 1023px) {
  .header__menu-sub-link {
    display: block;
  }
}
.header__menu-sub-link:before {
  content: "";
  position: absolute;
  top: 0.0625rem;
  right: 0.0625rem;
  bottom: 0.0625rem;
  left: 0.0625rem;
  border-radius: 0.4375rem;
}
@media (hover: hover) and (min-width: 1024px) {
  .header__menu-sub-link:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header__menu-sub-link:hover:before {
    background-color: #e6f0ff;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header__menu-sub-link:hover .header__menu-sub-title {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header__menu-sub-link:hover .header__menu-sub-icon path {
    fill: url(#remixGradient) !important;
  }
}
.header__menu-sub-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.6875rem;
  position: relative;
}
@media (max-width: 1023px) {
  .header__menu-sub-icon {
    display: inline-block;
    vertical-align: top;
  }
}
.header__menu-sub-icon svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.header__menu-sub-title {
  position: relative;
  margin-right: 0.375rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .header__menu-sub-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .header__menu-sub-title {
    display: inline;
    font-size: 0.875rem;
  }
}
.header__menu-sub-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 0.75rem;
  font-weight: 400;
  color: #374151;
}
@media (min-width: 1024px) {
  .header__menu-sub-label {
    margin: 0 0.375rem 0.125rem 0;
  }
}
@media (max-width: 1023px) {
  .header__menu-sub-label {
    margin: 0 0.375rem 0.25rem 0;
  }
}
.header__menu-sub-badge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0.0625rem;
  position: relative;
  padding: 0.125rem 0.625rem 0.1875rem;
  background-color: #006bff;
  border-radius: 0.6875rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .header__menu-sub-badge {
    display: inline-block;
    vertical-align: middle;
  }
}
.header__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .header__button {
    margin: 0 1rem 0 auto;
  }
}
@media (max-width: 767px) {
  .header__button {
    padding: 0.1875rem 0.75rem 0.25rem;
    font-size: 0.875rem;
  }
  .header__button .btn-icon {
    display: none;
  }
}

.footer {
  position: relative;
  z-index: 50;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media (min-width: 768px) {
  .footer {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__menu {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__menu-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .footer__menu-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .footer__menu-item {
    width: 50%;
    margin-bottom: 0.9375rem;
  }
}
.footer__menu-title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #1f2937;
}
.footer__menu-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .footer__menu-sub {
    font-size: 0.875rem;
  }
}
.footer__menu-sub-item {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu-sub-link {
  color: #374151;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__menu-sub-link:hover {
    color: #ff4800;
  }
}
@media (min-width: 1024px) {
  .footer__social {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15%;
  }
}
@media (max-width: 1023px) {
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__social-title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #1f2937;
}
.footer__copyright {
  color: #374151;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copyright {
    margin-top: 2.125rem;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}

.main-intro {
  position: relative;
}
@media (min-width: 1024px) {
  .main-intro {
    padding: 12.5rem 0 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-intro {
    padding: 8.75rem 0 3rem;
  }
}
@media (max-width: 767px) {
  .main-intro {
    padding: 5.9375rem 0 3rem;
  }
}
@media (min-width: 1024px) {
  .main-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .main-intro__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 41%;
    margin-right: 3.125rem;
  }
}
@media (max-width: 1023px) {
  .main-intro__content {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-intro__content {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .main-intro__content {
    margin-bottom: 2rem;
  }
}
.main-intro__media {
  position: relative;
}
@media (min-width: 1024px) {
  .main-intro__media {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-right: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-intro__media {
    margin: 0 auto;
    width: 80%;
  }
}
.main-intro__image {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  -webkit-box-shadow: 0 0.3125rem 0.8125rem 0 rgba(31, 41, 55, 0.05), 0 0.125rem 0.25rem 0 rgba(31, 41, 55, 0.02);
  box-shadow: 0 0.3125rem 0.8125rem 0 rgba(31, 41, 55, 0.05), 0 0.125rem 0.25rem 0 rgba(31, 41, 55, 0.02);
}
@media (min-width: 768px) {
  .main-intro__image {
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .main-intro__image {
    border-radius: 0.5rem;
  }
}
.main-intro__image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .main-intro__image-inner {
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .main-intro__image-inner {
    gap: 0.625rem;
  }
}
.main-intro__image-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.main-intro__image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-intro__tags {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-intro__tags-item {
  position: absolute;
  top: var(--top);
  right: var(--right);
  left: var(--left);
  bottom: var(--bottom);
  -webkit-transform: rotate(var(--rotate));
  -ms-transform: rotate(var(--rotate));
  transform: rotate(var(--rotate));
}
.main-intro__title {
  margin: 0 0 1.5rem;
  color: #111827;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (min-width: 1400px) {
  .main-intro__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .main-intro__title {
    font-size: 3.625rem;
  }
}
@media (max-width: 767px) {
  .main-intro__title {
    font-size: 2.875rem;
  }
}
.main-intro__title em {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
}
.main-intro__text {
  line-height: 1.5;
  font-weight: 500;
  color: #4b5563;
}
@media (min-width: 768px) {
  .main-intro__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .main-intro__text {
    font-size: 1rem;
  }
}
.main-intro__buttons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .main-intro__buttons {
    gap: 1rem;
  }
}
@media (max-width: 1023px) {
  .main-intro__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.75rem;
  }
}
.main-intro__buttons .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.socials-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials-list__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 1rem 1rem 0;
}
.socials-list__item:last-child {
  margin-right: 0;
}
.socials-list__link {
  display: block;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
@media (hover: hover) {
  .socials-list__link:hover {
    -webkit-transform: translateY(-0.25rem);
    -ms-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
  }
}
.socials-list__icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border: 0.0625rem solid rgba(17, 24, 39, 0.1);
  -webkit-box-shadow: 0 0.3125rem 0.75rem rgba(31, 41, 55, 0.16);
  box-shadow: 0 0.3125rem 0.75rem rgba(31, 41, 55, 0.16);
}
@media (min-width: 768px) {
  .tag {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .tag {
    padding: 0.6875rem;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .tag {
    padding: 0.375rem;
  }
}
@media (max-width: 767px) {
  .tag {
    padding: 0.25rem;
    border-radius: 0.375rem;
  }
}
.tag__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .tag__icon {
    margin-right: 0.5625rem;
    width: 1.8125rem;
    height: 1.8125rem;
  }
}
@media (max-width: 767px) {
  .tag__icon {
    margin-right: 0.3125rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}
.tag__label {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.35;
  font-weight: 300;
  color: #111827;
  padding: 0.125rem 0.25rem;
  border-radius: 0.375rem;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .tag__label {
    font-size: 1.1875rem;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .tag__label {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .tag__label {
    font-size: 0.625rem;
  }
}

.ticker-logos {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ticker-logos {
    margin: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .ticker-logos {
    margin: 3.75rem 0;
  }
}
.ticker-logos_reverse .ticker-logos__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ticker-logos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ticker-logos__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ticker-logos__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 1.875rem;
}
.ticker-logos__content {
  margin-top: 1.5rem;
  text-align: center;
  white-space: normal;
}
.ticker-logos__label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.ticker-logos__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ticker-logos__stars-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .ticker-logos__image {
    width: auto;
    height: 3.125rem;
  }
}
@media (max-width: 767px) {
  .ticker-logos__image {
    width: auto;
    height: 2rem;
  }
}

.stats-info {
  margin-top: -8.75rem;
  padding: 9.375rem 0 7.75rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .stats-info {
    text-align: center;
  }
}
.stats-info__bg-el {
  position: absolute;
  top: -9.375rem;
  left: 16rem;
  pointer-events: none;
}
.stats-info__inner {
  position: relative;
}
@media (min-width: 1024px) {
  .stats-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .stats-info__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding-right: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .stats-info__content {
    margin: 0 auto;
    width: 80%;
  }
}
.stats-info__list {
  margin-bottom: -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .stats-info__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .stats-info__list {
    padding-top: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .stats-info__list {
    padding-top: 3.4375rem;
  }
}
.stats-info__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
}
@media (min-width: 1024px) {
  .stats-info__list-item {
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .stats-info__list-item {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .stats-info__list-item {
    margin-bottom: 2.375rem;
  }
}
.stats-info__list-wrap {
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lora", serif;
  line-height: 1;
  font-weight: 500;
  color: #1f2937;
}
@media (max-width: 1023px) {
  .stats-info__list-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .stats-info__list-wrap {
    font-size: 4.25rem;
  }
}
@media (max-width: 767px) {
  .stats-info__list-wrap {
    font-size: 2.5rem;
  }
}
.stats-info__list-label {
  line-height: 1.5;
  font-weight: 500;
  color: #4b5563;
}
@media (min-width: 768px) {
  .stats-info__list-label {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .stats-info__list-label {
    font-size: 0.875rem;
  }
}
.stats-info__list-icon svg {
  display: block;
}
@media (max-width: 767px) {
  .stats-info__list-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.content-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
}
.content-label__inner {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.8125rem;
  padding: 0.0625rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(25%, #E8C5FF), color-stop(75%, #85F2E8), to(#A9D6F8));
  background: linear-gradient(to bottom, #ffffff 5%, #E8C5FF 25%, #85F2E8 75%, #A9D6F8 100%);
}
.content-label__inner:before {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0.0625rem;
  right: 0.0625rem;
  bottom: 0.0625rem;
  border-radius: 0.75rem;
  background-color: #f8fafc;
}
.content-label__text {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.1875rem 1.4375rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (min-width: 768px) {
  .content-head_horizontal {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .content-head_horizontal {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .content-head_horizontal {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .content-head_horizontal .content-head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.content-head_horizontal .content-head__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 1.5625rem;
}
@media (min-width: 1024px) {
  .content-head_horizontal .content-head__title {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .content-head_horizontal .content-head__text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (min-width: 1400px) {
  .content-head_horizontal .content-head__text {
    padding-left: 5rem;
  }
}
.content-head_default {
  text-align: center;
}
@media (min-width: 768px) {
  .content-head_default {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .content-head_default {
    margin-bottom: 2.5rem;
  }
}
.content-head_default .content-head__inner {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .content-head_default .content-head__inner {
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-head_default .content-head__inner {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .content-head_default .content-head__label {
    margin-bottom: 0.3125rem;
  }
}
@media (max-width: 767px) {
  .content-head_default .content-head__label {
    margin-bottom: 1.25rem;
  }
}
.content-head_align-left .content-head__label {
  margin-bottom: 1rem;
}
.content-head__title {
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .content-head__title {
    font-size: 3.375rem;
    line-height: 1.15;
  }
}
@media (max-width: 767px) {
  .content-head__title {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}
.content-head__title {
  color: #111827;
}
@media (min-width: 768px) {
  .content-head__title {
    margin: 0 0 0.875rem;
  }
}
@media (max-width: 767px) {
  .content-head__title {
    margin: 0 0 1.5rem;
  }
}
.content-head__title em {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
}
.content-head__text {
  font-weight: 500;
  color: #4b5563;
}
@media (min-width: 768px) {
  .content-head__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .content-head__text {
    font-size: 1rem;
  }
}
.content-head__footer {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .content-tabs {
    margin-bottom: 9.625rem;
  }
}
@media (max-width: 767px) {
  .content-tabs {
    margin-bottom: 5rem;
  }
}
.content-tabs__list {
  position: relative;
}
@media (min-width: 1400px) {
  .content-tabs__list {
    padding-right: 65%;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .content-tabs__list {
    padding-right: 60%;
  }
}
@media (min-width: 1024px) {
  .content-tabs__list {
    min-height: 34.375rem;
  }
}
.content-tabs__item {
  margin-bottom: 1.25rem;
  -webkit-transition: 0.2s -webkit-box-shadow ease-in-out;
  transition: 0.2s -webkit-box-shadow ease-in-out;
  transition: 0.2s box-shadow ease-in-out;
  transition: 0.2s box-shadow ease-in-out, 0.2s -webkit-box-shadow ease-in-out;
}
@media (max-width: 1023px) {
  .content-tabs__item {
    position: relative;
    background-color: #ffffff;
    border-radius: 0.25rem;
  }
}
.content-tabs__item:last-child {
  margin-bottom: 0;
}
.content-tabs__item.is-active {
  -webkit-box-shadow: 0 0.0625rem 1.375rem #d7f1fe;
  box-shadow: 0 0.0625rem 1.375rem #d7f1fe;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-tabs__item.is-active {
    padding-bottom: 1.125rem;
  }
}
@media (max-width: 767px) {
  .content-tabs__item.is-active {
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 1023px) {
  .content-tabs__item.is-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.125rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4800), color-stop(100%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to bottom, #ff4800 0%, #7434F4 100%, #006bff 75%, #0099FF 100%);
    border-radius: 0.125rem 0 0 0.125rem;
  }
}
.content-tabs__item.is-active .content-tabs__item-wrap:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4800), color-stop(100%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to bottom, #ff4800 0%, #7434F4 100%, #006bff 75%, #0099FF 100%);
}
.content-tabs__item.is-active .content-tabs__item-image {
  display: block;
}
.content-tabs__item.is-active .content-tabs__item-body {
  display: block;
}
.content-tabs__item.is-active .content-tabs__item-icon path {
  fill: url(#remixGradient) !important;
}
.content-tabs__item.is-active .content-tabs__item-title {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.content-tabs__item-body {
  display: none;
  padding: 0 1.125rem 1rem;
}
.content-tabs__item-wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .content-tabs__item-wrap {
    background-color: #ffffff;
    border-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .content-tabs__item-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.125rem;
    background: #9ca3af;
  }
}
.content-tabs__item-head {
  padding: 0.5rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media (hover: hover) {
  .content-tabs__item-head:hover .content-tabs__item-icon path {
    fill: #1f2937;
  }
  .content-tabs__item-head:hover .content-tabs__item-title {
    color: #1f2937;
  }
}
.content-tabs__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fafc), to(#E4F3FF));
  background: linear-gradient(to bottom, #f8fafc 0%, #E4F3FF 100%);
}
@media (min-width: 768px) {
  .content-tabs__item-icon {
    margin-right: 0.75rem;
  }
}
@media (max-width: 767px) {
  .content-tabs__item-icon {
    margin: 0 0.4375rem 0 -0.625rem;
  }
}
.content-tabs__item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.content-tabs__item-icon path {
  fill: #4b5563;
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.content-tabs__item-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc(100% - 2.75rem);
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1.3;
  font-weight: 500;
  color: #6b7280;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
@media (min-width: 1400px) {
  .content-tabs__item-title {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .content-tabs__item-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-tabs__item-title {
    font-size: 1.3125rem;
  }
}
@media (max-width: 767px) {
  .content-tabs__item-title {
    font-size: 1.125rem;
  }
}
.content-tabs__item-text {
  color: #4b5563;
}
@media (max-width: 767px) {
  .content-tabs__item-text {
    font-size: 0.875rem;
  }
}
.content-tabs__item-text p {
  margin: 0 0 0.75rem;
}
.content-tabs__item-text p:last-child {
  margin-bottom: 0;
}
.content-tabs__item-footer {
  margin-top: 0.75rem;
}
.content-tabs__item-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
}
@media (hover: hover) {
  .content-tabs__item-link:hover .content-tabs__item-link-icon-i {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
.content-tabs__item-link-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content-tabs__item-link-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 0.6875rem;
  width: 1.125rem;
  height: 1.125rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(232, 197, 255, 0.5)), color-stop(75%, rgba(133, 242, 232, 0.5)), to(rgba(169, 214, 248, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 25%, rgba(232, 197, 255, 0.5) 50%, rgba(133, 242, 232, 0.5) 75%, rgba(169, 214, 248, 0.5) 100%);
  border-radius: 50%;
}
.content-tabs__item-link-icon-i {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
.content-tabs__item-image {
  display: none;
  overflow: hidden;
  border: 0.0625rem solid #e5e7eb;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(31, 41, 55, 0.04), 0 0.125rem 0.125rem rgba(31, 41, 55, 0.02), 0 0.25rem 0.25rem rgba(31, 41, 55, 0.02);
  box-shadow: 0 0.0625rem 0.0625rem rgba(31, 41, 55, 0.04), 0 0.125rem 0.125rem rgba(31, 41, 55, 0.02), 0 0.25rem 0.25rem rgba(31, 41, 55, 0.02);
}
@media (min-width: 1024px) {
  .content-tabs__item-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 56%;
  }
}
@media (max-width: 1023px) {
  .content-tabs__item-image {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-tabs__item-image {
    margin: 0 1.125rem;
  }
}
@media (min-width: 768px) {
  .content-tabs__item-image {
    border-radius: 1rem;
    padding: 1.25rem;
  }
}
@media (max-width: 767px) {
  .content-tabs__item-image {
    margin: 0.875rem 0.75rem 0;
    border-radius: 0.5rem;
    padding: 0.625rem;
  }
}
.content-tabs__item-image-inner {
  padding-bottom: 74%;
  position: relative;
  overflow: hidden;
  border: 0.0625rem solid #e5e7eb;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(31, 41, 55, 0.04), 0 0.125rem 0.125rem rgba(31, 41, 55, 0.02), 0 0.25rem 0.25rem rgba(31, 41, 55, 0.02);
  box-shadow: 0 0.0625rem 0.0625rem rgba(31, 41, 55, 0.04), 0 0.125rem 0.125rem rgba(31, 41, 55, 0.02), 0 0.25rem 0.25rem rgba(31, 41, 55, 0.02);
}
@media (min-width: 768px) {
  .content-tabs__item-image-inner {
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  .content-tabs__item-image-inner {
    border-radius: 0.25rem;
  }
}
.content-tabs__item-image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.apps-info {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .apps-info {
    margin-bottom: 7.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .apps-info {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1400px) {
  .apps-info {
    padding-bottom: 10.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .apps-info {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 767px) {
  .apps-info {
    padding-bottom: 5rem;
    margin-bottom: 2.5rem;
  }
}
.apps-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 6.25rem;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fafc), to(#E4F3FF));
  background: linear-gradient(to bottom, #f8fafc 0%, #E4F3FF 100%);
}
.apps-info__bg:before {
  content: "";
  position: absolute;
  top: -1.875rem;
  left: 50%;
  margin-left: -46.875rem;
  width: 31.25rem;
  height: 31.25rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 92, 255, 0.1) 0%, rgba(229, 92, 255, 0) 70%);
}
.apps-info__bg:after {
  content: "";
  position: absolute;
  bottom: -6.25rem;
  left: 0;
  right: 0;
  height: 6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#E4F3FF), to(#f8fafc));
  background: linear-gradient(to bottom, #E4F3FF 0%, #f8fafc 100%);
  border-radius: 0 0 30% 30%;
}
.apps-info__head {
  position: relative;
}
.apps-info__content {
  position: relative;
}
@media (min-width: 1400px) {
  .apps-info__content {
    min-height: 31.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .apps-info__content {
    min-height: 25rem;
  }
}
.apps-info__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .apps-info__image {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 38.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .apps-info__image {
    margin: 0 auto 2.375rem;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .apps-info__image {
    margin-bottom: 1.5rem;
  }
}
.apps-info__image-i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.apps-info__tags {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .apps-info__tags {
    top: -2.1875rem;
  }
}
.apps-info__tags-item {
  position: absolute;
  top: var(--top);
  right: var(--right);
  left: var(--left);
  bottom: var(--bottom);
  -webkit-transform: rotate(var(--rotate));
  -ms-transform: rotate(var(--rotate));
  transform: rotate(var(--rotate));
}
.apps-info__tags-link {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic;
  color: #111827;
  text-decoration: none;
}
@media (min-width: 768px) {
  .apps-info__tags-link {
    padding: 0.625rem 0.9375rem;
    border-radius: 0.625rem;
  }
}
@media (min-width: 1400px) {
  .apps-info__tags-link {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .apps-info__tags-link {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .apps-info__tags-link {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .apps-info__tags-link {
    font-size: 0.625rem;
    padding: 0.3125rem 0.625rem;
    border-radius: 0.3125rem;
  }
}
.apps-info__list {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .apps-info__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 1024px) {
  .apps-info__list {
    padding-top: 4.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .apps-info__list {
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
  }
}
@media (min-width: 768px) {
  .apps-info__list-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .apps-info__list-item {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .apps-info__list-item:nth-child(odd) {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 768px) {
  .apps-info__list-item:nth-child(3) .apps-info__box, .apps-info__list-item:nth-child(4) .apps-info__box {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .apps-info__list-item:last-child {
    margin-bottom: 0;
  }
}
.apps-info__box {
  min-height: 12.5rem;
  background-color: #ffffff;
  border: 0.0625rem solid #e5e7eb;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.3125rem 0.8125rem rgba(31, 41, 55, 0.05), 0 0.125rem 0.25rem rgba(31, 41, 55, 0.02);
  box-shadow: 0 0.3125rem 0.8125rem rgba(31, 41, 55, 0.05), 0 0.125rem 0.25rem rgba(31, 41, 55, 0.02);
}
@media (min-width: 1400px) {
  .apps-info__box {
    width: 55%;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .apps-info__box {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .apps-info__box {
    padding: 2.125rem 1.25rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .apps-info__box {
    padding: 1.625rem 1.25rem;
  }
}
.apps-info__box_purple {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 235, 255)), color-stop(60%, #ffffff));
  background: linear-gradient(to bottom, rgb(242, 235, 255) 0%, #ffffff 60%);
}
.apps-info__box_orange {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 240, 247)), color-stop(60%, #ffffff));
  background: linear-gradient(to bottom, rgb(241, 240, 247) 0%, #ffffff 60%);
}
.apps-info__box_green {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(219, 247, 237)), color-stop(60%, #ffffff));
  background: linear-gradient(to bottom, rgb(219, 247, 237) 0%, #ffffff 60%);
}
.apps-info__box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
}
.apps-info__box-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.apps-info__box-icon-i {
  display: block;
  width: 2rem;
  height: 2rem;
}
.apps-info__box-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #111827;
}
.apps-info__box-text {
  color: #6b7280;
}

@media (min-width: 1024px) {
  .contact-box {
    padding: 11.25rem 0 4.6875rem;
    margin-bottom: -4.6875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-box {
    padding: 10rem 0 4.6875rem;
    margin-bottom: -4.6875rem;
  }
}
@media (max-width: 767px) {
  .contact-box {
    padding: 5.9375rem 0 3rem;
    margin-bottom: -3rem;
  }
}
.contact-box__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.contact-box__bg .container {
  height: 100%;
}
.contact-box__bg-el {
  position: absolute;
  left: 6.25rem;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .contact-box__bg-el {
    top: 6.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-box__bg-el {
    top: 5.3125rem;
  }
}
@media (max-width: 767px) {
  .contact-box__bg-el {
    top: 1.25rem;
  }
}
.contact-box__bg-el-2 {
  position: absolute;
  bottom: -9.375rem;
  right: -16.25rem;
  pointer-events: none;
  width: 62.5rem;
  height: auto;
}
.contact-box__inner {
  position: relative;
}
@media (min-width: 1024px) {
  .contact-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .contact-box__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding-right: 3.75rem;
  }
}
@media (max-width: 1023px) {
  .contact-box__content {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-box__content {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .contact-box__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
.contact-box__frame {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 0.0625rem solid #d4e0ed;
  -webkit-box-shadow: 0 0.25rem 0.3125rem 0 rgba(75, 85, 99, 0.04), 0 0.5rem 0.9375rem 0 rgba(75, 85, 99, 0.03), 0 0.9375rem 1.875rem 0 rgba(75, 85, 99, 0.06);
  box-shadow: 0 0.25rem 0.3125rem 0 rgba(75, 85, 99, 0.04), 0 0.5rem 0.9375rem 0 rgba(75, 85, 99, 0.03), 0 0.9375rem 1.875rem 0 rgba(75, 85, 99, 0.06);
}
@media (min-width: 768px) {
  .contact-box__frame {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .contact-box__frame {
    padding: 1.5rem 1rem;
  }
}
.contact-box__title {
  margin: 0 0 1.125rem;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (min-width: 1400px) {
  .contact-box__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .contact-box__title {
    font-size: 3.625rem;
  }
}
@media (max-width: 767px) {
  .contact-box__title {
    font-size: 2.875rem;
  }
}
.contact-box__title {
  color: #111827;
}
.contact-box__title em {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
}
.contact-box__text {
  color: #1f2937;
}
@media (min-width: 768px) {
  .contact-box__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-box__text {
    margin: 0 auto;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .contact-box__text {
    font-size: 1rem;
  }
}
.contact-box__text p:last-child {
  margin-bottom: 0;
}
.contact-box__secure {
  margin-top: 2.75rem;
}

@media (max-width: 1023px) {
  .secure-box_default {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .secure-box_default .secure-box__label {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .secure-box_default .secure-box__images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.secure-box_default .secure-box__image {
  width: 3rem;
  height: 3rem;
}
.secure-box_center {
  text-align: center;
}
@media (min-width: 768px) {
  .secure-box_center .secure-box__label {
    margin-bottom: 2.75rem;
  }
}
.secure-box_center .secure-box__images {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .secure-box_center .secure-box__images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .secure-box_center .secure-box__image {
    width: 5.625rem;
    height: 5.625rem;
  }
}
@media (max-width: 767px) {
  .secure-box_center .secure-box__image {
    width: 3.375rem;
    height: 3.375rem;
  }
}
.secure-box__label {
  font-family: "Lora", serif;
  line-height: 1.4;
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 768px) {
  .secure-box__label {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .secure-box__label {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
}
.secure-box__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .secure-box__images {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .secure-box__images {
    gap: 1rem;
  }
}
.secure-box__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.resource-center {
  overflow: hidden;
}
@media (min-width: 768px) {
  .resource-center {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .resource-center {
    margin-bottom: 5rem;
  }
}
.resource-center__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1400px) {
  .resource-center__list {
    margin: 0 -1.375rem;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .resource-center__list {
    margin: 0 -0.625rem;
  }
}
@media (max-width: 1023px) {
  .resource-center__list {
    margin: 0 -1.25rem;
    padding-left: 1.25rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .resource-center__list::-webkit-scrollbar {
    height: 0;
  }
  .resource-center__list::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .resource-center__list::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}
.resource-center__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .resource-center__list-item {
    width: 33.333333%;
  }
}
@media (min-width: 1400px) {
  .resource-center__list-item {
    padding: 0 1.375rem;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .resource-center__list-item {
    padding: 0 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resource-center__list-item {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .resource-center__list-item {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .resource-center__list-item {
    padding-right: 1.25rem;
  }
}

.post-card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #111827;
  text-decoration: none;
}
@media (hover: hover) {
  .post-card:hover .post-card__title {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.post-card__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-card__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .post-card__image {
    padding-bottom: 87.5%;
  }
}
@media (max-width: 767px) {
  .post-card__image {
    padding-bottom: 118%;
  }
}
.post-card__image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}
.post-card__tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.25rem 0.5rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.post-card__tag-label {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.post-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.1875rem;
  line-height: 1.46;
  font-weight: 500;
}
.post-card__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.post-card__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-card__info-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-card__info-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  color: #4b5563;
}

.support-info {
  position: relative;
  margin-top: -3rem;
  padding: 3rem 0;
  overflow: hidden;
}
.support-info__bg-el {
  position: absolute;
  bottom: -6.25rem;
  left: -25rem;
}
.support-info__secure {
  position: relative;
}
@media (min-width: 768px) {
  .support-info__secure {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .support-info__secure {
    margin-bottom: 3.75rem;
  }
}
.support-info__inner {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.3125rem 0.8125rem 0 rgba(75, 85, 99, 0.05), 0 0.125rem 0.25rem 0 rgba(75, 85, 99, 0.02);
  box-shadow: 0 0.3125rem 0.8125rem 0 rgba(75, 85, 99, 0.05), 0 0.125rem 0.25rem 0 rgba(75, 85, 99, 0.02);
}
@media (min-width: 768px) {
  .support-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2rem;
  }
}
@media (max-width: 767px) {
  .support-info__inner {
    border-radius: 1.25rem;
  }
}
@media (min-width: 768px) {
  .support-info__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 25rem;
  }
}
@media (max-width: 767px) {
  .support-info__content {
    padding: 2rem 1rem;
    text-align: center;
  }
}
.support-info__title {
  margin: 0 0 0.875rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {
  .support-info__title {
    font-size: 2.875rem;
    line-height: 1.2;
  }
}
@media (max-width: 1023px) {
  .support-info__title {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}
.support-info__title {
  color: #111827;
}
.support-info__title em {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
}
.support-info__text {
  line-height: 1.5;
  font-weight: 500;
  color: #4b5563;
}
@media (min-width: 768px) {
  .support-info__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .support-info__text {
    font-size: 1rem;
  }
}
.support-info__footer {
  margin-top: 2rem;
}
.support-info__media {
  position: relative;
}
@media (min-width: 768px) {
  .support-info__media {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-left: 3rem;
  }
}
.support-info__image {
  position: relative;
}
@media (min-width: 768px) {
  .support-info__image {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .support-info__image {
    padding-bottom: 72%;
  }
}
.support-info__image-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-info__image-el {
  position: absolute;
  left: -5rem;
  bottom: 0;
}
@media (max-width: 767px) {
  .support-info__image-el {
    display: none;
  }
}
.support-info__image-el-i {
  display: block;
}

.reviews-box {
  margin-bottom: 7.75rem;
}
.reviews-box__list {
  position: relative;
  overflow: hidden;
  height: 40.625rem;
}
@media (min-width: 768px) {
  .reviews-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.reviews-box__list:before, .reviews-box__list:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 5rem;
}
.reviews-box__list:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fafc), to(rgba(248, 250, 252, 0)));
  background: linear-gradient(to bottom, #f8fafc 0%, rgba(248, 250, 252, 0) 100%);
}
.reviews-box__list:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 250, 252, 0)), to(#f8fafc));
  background: linear-gradient(to bottom, rgba(248, 250, 252, 0) 0%, #f8fafc 100%);
}
@media (min-width: 768px) {
  .reviews-box__list-col {
    padding: 0 0.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .reviews-box__list-col {
    width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews-box__list-col {
    width: 50%;
  }
}
.reviews-box__list-col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.reviews-box__list-item {
  padding: 0.75rem 0;
}

.review-card {
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 2rem;
  border: 0.0625rem solid #e5e7eb;
  min-height: 17.5rem;
}
.review-card__rating {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.review-card__rating[data-rating="1"] {
  width: 1.25rem;
}
.review-card__rating[data-rating="2"] {
  width: 2.5rem;
}
.review-card__rating[data-rating="2.5"] {
  width: 3.125rem;
}
.review-card__rating[data-rating="3"] {
  width: 3.75rem;
}
.review-card__rating[data-rating="3.5"] {
  width: 4.375rem;
}
.review-card__rating[data-rating="4"] {
  width: 5rem;
}
.review-card__rating[data-rating="4.5"] {
  width: 5.625rem;
}
.review-card__rating[data-rating="5"] {
  width: 6.25rem;
}
.review-card__rating-stars {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.review-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.review-card__head-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-item-align: center;
  align-self: center;
}
.review-card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.375rem;
  border: 0.25rem solid #f3f4f6;
  border-radius: 50%;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
}
.review-card__image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.review-card__title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #111827;
}
.review-card__label {
  margin-top: 0.1875rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 300;
  color: #1f2937;
}
.review-card__text {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 300;
  color: #1f2937;
}
.review-card__logo {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-card__logo-i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 1.5rem;
}

.info-section {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .info-section {
    margin-bottom: 7.75rem;
  }
}
@media (max-width: 767px) {
  .info-section {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .info-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.info-section__image {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 0.0625rem solid rgba(31, 41, 55, 0.06);
  -webkit-box-shadow: 0 0.375rem 1.5rem rgba(31, 41, 55, 0.05);
  box-shadow: 0 0.375rem 1.5rem rgba(31, 41, 55, 0.05);
}
@media (min-width: 1024px) {
  .info-section__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-section__image {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .info-section__image {
    margin-bottom: 1rem;
  }
}
.info-section__image-i {
  display: block;
  width: 100%;
  height: auto;
}
.info-section__tags {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.info-section__tags-item {
  position: absolute;
  top: var(--top);
  right: var(--right);
  left: var(--left);
  bottom: var(--bottom);
  -webkit-transform: rotate(var(--rotate));
  -ms-transform: rotate(var(--rotate));
  transform: rotate(var(--rotate));
}
.info-section__tags-link {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic;
  color: #111827;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0.25rem rgba(31, 41, 55, 0.04), 0 0.25rem 0.5rem rgba(31, 41, 55, 0.06);
  box-shadow: 0 0 0.25rem rgba(31, 41, 55, 0.04), 0 0.25rem 0.5rem rgba(31, 41, 55, 0.06);
}
@media (min-width: 768px) {
  .info-section__tags-link {
    padding: 0.625rem 0.9375rem;
    font-size: 1rem;
    border-radius: 0.625rem;
  }
}
@media (max-width: 767px) {
  .info-section__tags-link {
    padding: 0.3125rem 0.625rem;
    font-size: 0.625rem;
    border-radius: 0.3125rem;
  }
}
.info-section__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 1400px) {
  .info-section__content {
    padding-left: 4.375rem;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .info-section__content {
    padding-left: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .info-section__content {
    text-align: center;
  }
}

.collapsed-list {
  position: relative;
  overflow: hidden;
  margin-top: -25rem;
}
@media (min-width: 768px) {
  .collapsed-list {
    padding: 25rem 0 4.5rem;
  }
}
@media (max-width: 767px) {
  .collapsed-list {
    padding: 25rem 0 3.125rem;
  }
}
.collapsed-list__bg-el {
  position: absolute;
  left: -15.625rem;
  bottom: -4.5rem;
  width: 56.25rem;
  height: auto;
}
.collapsed-list__inner {
  position: relative;
}
.collapsed-list__title {
  margin: 0 0 1.75rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .collapsed-list__title {
    font-size: 3.375rem;
    line-height: 1.15;
  }
}
@media (max-width: 767px) {
  .collapsed-list__title {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}
.collapsed-list__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.collapsed-list__title-label {
  padding: 0 0.25rem;
  font-family: "Lora", serif;
  font-style: italic;
  background-color: #b1f8ac;
  border-radius: 0.375rem;
}
@media (min-width: 1024px) {
  .collapsed-list__content {
    margin: 0 auto;
    width: 100%;
    max-width: 43.75rem;
  }
}
.collapsed-list__item {
  margin-bottom: 0.625rem;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d4e0ed;
  -webkit-box-shadow: 0 0.25rem 0.3125rem rgba(71, 103, 136, 0.05), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
  box-shadow: 0 0.25rem 0.3125rem rgba(71, 103, 136, 0.05), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
}
.collapsed-list__item:last-child {
  margin-bottom: 0;
}
.collapsed-list__item.is-active .collapsed-list__item-toggle-text {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.collapsed-list__item.is-active .collapsed-list__item-toggle-caret:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collapsed-list__item.is-active .collapsed-list__item-toggle-caret:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collapsed-list__item-title {
  margin: 0;
  text-align: left;
}
.collapsed-list__item-text {
  padding: 0 1.5rem 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  color: #6b7280;
}
@media (min-width: 768px) {
  .collapsed-list__item-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .collapsed-list__item-text {
    font-size: 1rem;
  }
}
.collapsed-list__item-drop {
  height: 0;
  overflow: hidden;
}
.collapsed-list__item-toggle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.375rem 1.5rem;
  background: none;
  border: 0 none;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .collapsed-list__item-toggle {
    font-size: 1.3125rem;
  }
}
@media (max-width: 767px) {
  .collapsed-list__item-toggle {
    font-size: 1.125rem;
  }
}
@media (hover: hover) {
  .collapsed-list__item-toggle:hover .collapsed-list__item-toggle-text {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.collapsed-list__item-toggle-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-item-align: center;
  align-self: center;
}
.collapsed-list__item-toggle-caret {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.collapsed-list__item-toggle-caret:before, .collapsed-list__item-toggle-caret:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.0625rem 0 0 -0.5625rem;
  width: 1.125rem;
  height: 0.125rem;
  background-color: #111827;
  border-radius: 0.125rem;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.collapsed-list__item-toggle-caret:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.collapsed-list__bottom-text {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.collapsed-list__bottom-text a {
  color: #006bff;
  text-decoration: underline;
}
@media (hover: hover) {
  .collapsed-list__bottom-text a:hover {
    color: #ff4800;
  }
}

@media (min-width: 768px) {
  .posts-box {
    padding: 9.375rem 0 4.375rem;
  }
}
@media (max-width: 767px) {
  .posts-box {
    padding: 5.9375rem 0 3rem;
  }
}
.posts-box__head {
  margin-bottom: 3.3125rem;
}
.posts-box__label {
  margin-bottom: 1.6875rem;
}
.posts-box__title {
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .posts-box__title {
    font-size: 3.375rem;
    line-height: 1.15;
  }
}
@media (max-width: 767px) {
  .posts-box__title {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .posts-box__title {
    margin: 0 0 2rem;
  }
}
@media (max-width: 767px) {
  .posts-box__title {
    margin: 0 0 0.75rem;
  }
}
.posts-box__title em {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
}
.posts-box__text {
  line-height: 1.5;
  color: #1f2937;
}
@media (min-width: 768px) {
  .posts-box__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .posts-box__text {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .posts-box__text {
    width: 70%;
  }
}
.posts-box__nav {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.posts-box__nav-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.5rem 0.5rem 0;
}
.posts-box__nav-item.active .posts-box__nav-link {
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(71, 103, 136, 0.04), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
  box-shadow: 0 0.25rem 0.25rem rgba(71, 103, 136, 0.04), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
}
.posts-box__nav-item.active .posts-box__nav-link:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
}
.posts-box__nav-item.active .posts-box__nav-link:after {
  background-color: #e6f0ff;
}
.posts-box__nav-item.active .posts-box__nav-link-label {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.posts-box__nav-link {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
}
@media (min-width: 768px) {
  .posts-box__nav-link {
    padding: 1.375rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .posts-box__nav-link {
    padding: 0.625rem 1.5rem;
  }
}
@media (hover: hover) {
  .posts-box__nav-link:hover .posts-box__nav-link-label {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.posts-box__nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #d4e0ed;
}
@media (min-width: 768px) {
  .posts-box__nav-link:before {
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .posts-box__nav-link:before {
    border-radius: 0.5rem;
  }
}
.posts-box__nav-link:after {
  content: "";
  position: absolute;
  top: 0.0625rem;
  right: 0.0625rem;
  bottom: 0.0625rem;
  left: 0.0625rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .posts-box__nav-link:after {
    border-radius: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .posts-box__nav-link:after {
    border-radius: 0.4375rem;
  }
}
.posts-box__nav-link-label {
  position: relative;
  z-index: 2;
  display: block;
}
@media (min-width: 768px) {
  .posts-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .posts-box__list {
    margin: 0 -1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .posts-box__list {
    margin: 0 -0.625rem;
  }
}
.posts-box__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .posts-box__list-item {
    width: 33.333333%;
  }
}
@media (min-width: 1400px) {
  .posts-box__list-item {
    padding: 0 1.25rem 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .posts-box__list-item {
    padding: 0 0.625rem 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts-box__list-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .posts-box__list-item {
    margin-bottom: 2.5rem;
  }
}
.posts-box__pagination {
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .posts-box .post-card__image {
    padding-bottom: 87.5%;
  }
}
.posts-box .blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.posts-box .blog-pagination__prev-link, .posts-box .blog-pagination__next-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.8125rem 1.0625rem;
  background: #ff4800;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}
@media (hover: hover) {
  .posts-box .blog-pagination__prev-link:hover, .posts-box .blog-pagination__next-link:hover {
    background: #1f2937;
  }
}
.posts-box .blog-pagination__prev-link svg, .posts-box .blog-pagination__next-link svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.posts-box .blog-pagination__prev-link svg:first-child, .posts-box .blog-pagination__next-link svg:first-child {
  margin-right: 0.3125rem;
}
.posts-box .blog-pagination__prev-link svg:last-child, .posts-box .blog-pagination__next-link svg:last-child {
  margin-left: 0.3125rem;
}
.posts-box .blog-pagination__prev-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .posts-box .blog-pagination__prev-link {
    margin-right: auto;
  }
}
.posts-box .blog-pagination__next-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .posts-box .blog-pagination__next-link {
    margin-left: auto;
  }
}
.posts-box .blog-pagination__prev-link--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.posts-box .blog-pagination__number-link, .posts-box .blog-pagination__separator-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #111827;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .posts-box .blog-pagination__number-link, .posts-box .blog-pagination__separator-link {
    padding: 0.3125rem;
    min-width: 2.125rem;
  }
}
@media (max-width: 767px) {
  .posts-box .blog-pagination__number-link, .posts-box .blog-pagination__separator-link {
    padding: 0.8125rem 1.0625rem;
    min-width: 3.125rem;
  }
}
.posts-box .blog-pagination__number-link:before, .posts-box .blog-pagination__separator-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #d4e0ed;
  border-radius: 0.5rem;
}
.posts-box .blog-pagination__number-link:after, .posts-box .blog-pagination__separator-link:after {
  content: "";
  position: absolute;
  top: 0.0625rem;
  right: 0.0625rem;
  bottom: 0.0625rem;
  left: 0.0625rem;
  background-color: #ffffff;
  border-radius: 0.4375rem;
}
.posts-box .blog-pagination__number-link span, .posts-box .blog-pagination__separator-link span {
  position: relative;
  z-index: 2;
  display: block;
}
@media (hover: hover) {
  .posts-box .blog-pagination__number-link:hover:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  }
  .posts-box .blog-pagination__number-link:hover span {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.posts-box .blog-pagination__link--active {
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(71, 103, 136, 0.04), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
  box-shadow: 0 0.25rem 0.25rem rgba(71, 103, 136, 0.04), 0 0.5rem 0.9375rem rgba(71, 103, 136, 0.03), 0 0.9375rem 1.875rem rgba(71, 103, 136, 0.06);
}
.posts-box .blog-pagination__link--active:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
}
.posts-box .blog-pagination__link--active:after {
  background-color: #e6f0ff;
}
.posts-box .blog-pagination__link--active span {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.posts-slider {
  margin-bottom: 5.9375rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .posts-slider__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .posts-slider__head {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .posts-slider__head {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .posts-slider__head {
    margin-bottom: 2rem;
  }
}
.posts-slider__title {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .posts-slider__title {
    font-size: 3.375rem;
    line-height: 1.15;
  }
}
@media (max-width: 767px) {
  .posts-slider__title {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .posts-slider__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .posts-slider__title {
    text-align: center;
  }
}
.posts-slider__title em {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
}
.posts-slider__nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .posts-slider__nav {
    margin: 0.625rem 0 0 2rem;
  }
}
@media (max-width: 767px) {
  .posts-slider__nav {
    margin-top: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.posts-slider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.75rem;
  height: 2.625rem;
  border-radius: 1.3125rem;
  border: 0.0625rem solid #e5e3e1;
  background: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s border-color ease-in-out, 0.3s opacity ease-in-out;
  transition: 0.3s border-color ease-in-out, 0.3s opacity ease-in-out;
}
.posts-slider__arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (hover: hover) {
  .posts-slider__arrow:hover {
    border-color: #ff4800;
  }
  .posts-slider__arrow:hover .posts-slider__arrow-icon path {
    fill: #ff4800;
  }
}
.posts-slider__arrow-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.posts-slider__arrow-icon path {
  fill: #000000;
  -webkit-transition: 0.3s fill ease-in-out;
  transition: 0.3s fill ease-in-out;
}
@media (min-width: 1400px) {
  .posts-slider__list-wrap {
    margin: 0 -1.375rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .posts-slider__list-wrap {
    margin: 0 -0.625rem !important;
  }
}
@media (max-width: 767px) {
  .posts-slider__list-wrap {
    margin: 0 -1rem !important;
  }
}
.posts-slider__list-wrap.swiper-initialized .posts-slider__item:nth-child(n+4) {
  display: block;
}
.posts-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posts-slider__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.333333%;
}
@media (min-width: 1400px) {
  .posts-slider__item {
    padding: 0 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .posts-slider__item {
    padding: 0 0.625rem;
  }
}
@media (max-width: 767px) {
  .posts-slider__item {
    padding: 0 1rem;
  }
}
.posts-slider__item:nth-child(n+4) {
  display: none;
}
@media (max-width: 767px) {
  .posts-slider .post-card__image {
    padding-bottom: 87.5%;
  }
}

@media (min-width: 768px) {
  .article-wrap {
    padding: 6.25rem 0 7.1875rem;
  }
}
@media (max-width: 767px) {
  .article-wrap {
    padding: 4.5rem 0 6.25rem;
  }
}
.article-wrap__breadcrumbs {
  border-bottom: 0.0625rem solid #a9d6f8;
}
@media (min-width: 768px) {
  .article-wrap__breadcrumbs {
    margin-bottom: 3.75rem;
    padding: 0.9375rem 0 1.5625rem;
  }
}
@media (max-width: 767px) {
  .article-wrap__breadcrumbs {
    position: relative;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
  }
  .article-wrap__breadcrumbs:before, .article-wrap__breadcrumbs:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 1rem;
  }
  .article-wrap__breadcrumbs:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .article-wrap__breadcrumbs:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
}
.article-wrap__head {
  margin-bottom: 2.5rem;
}
.article-wrap__title {
  margin: 0 0 0.625rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .article-wrap__title {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .article-wrap__title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.article-wrap__descr {
  margin-top: 2rem;
}
.article-wrap__cover {
  margin-bottom: 2rem;
  position: relative;
}
.article-wrap__cover_simple {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (min-width: 768px) {
  .article-wrap__cover_simple {
    padding: 1.9375rem;
    border-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .article-wrap__cover_simple {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 1023px) {
  .article-wrap__cover_simple {
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .article-wrap__cover_simple {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.article-wrap__cover_simple .article-wrap__title {
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .article-wrap__cover_simple .article-wrap__title {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .article-wrap__cover_simple .article-wrap__title {
    font-size: 1.75rem;
  }
}
.article-wrap__cover_simple .article-wrap__descr {
  margin: 1rem 0 0;
}
.article-wrap__cover_simple .article-wrap__cover-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-wrap__cover_simple .article-wrap__cover-media {
  overflow: hidden;
  border-radius: 3.75rem 0 3.75rem 0;
}
@media (min-width: 1024px) {
  .article-wrap__cover_simple .article-wrap__cover-media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40%;
    margin-left: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .article-wrap__cover_simple .article-wrap__cover-media {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-wrap__cover_simple .article-wrap__cover-media {
    height: 18.75rem;
  }
}
.article-wrap__cover_simple .article-wrap__cover-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 1.25rem 1rem 1rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
}
.article-wrap__cover_box {
  overflow: hidden;
  border: 0.0625rem solid rgba(17, 24, 39, 0.1);
  -webkit-box-shadow: 0 0.375rem 1.5rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.375rem 1.5rem rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .article-wrap__cover_box {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .article-wrap__cover_box {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.article-wrap__cover_box .article-wrap__cover-image {
  border-radius: 1.375rem 0 1.375rem 0;
}
.article-wrap__cover_widget {
  overflow: hidden;
  border: 0.0625rem solid rgba(17, 24, 39, 0.1);
  -webkit-box-shadow: 0 0.375rem 1.5rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.375rem 1.5rem rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .article-wrap__cover_widget {
    border-radius: 1rem;
    padding: 1rem 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .article-wrap__cover_widget {
    border-radius: 0.5rem;
    padding: 1rem;
  }
}
.article-wrap__cover_widget .article-wrap__cover-image {
  border-radius: 1.375rem 0 1.375rem 0;
}
@media (max-width: 767px) {
  .article-wrap__cover_widget .article-wrap__category {
    margin-bottom: 1rem;
  }
}
.article-wrap__cover-content {
  position: relative;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .article-wrap__cover-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.article-wrap__cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-wrap__cover-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.article-wrap__category {
  margin-bottom: 1.25rem;
}
.article-wrap__category_box {
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  border-radius: 1rem;
}
.article-wrap__category_box .article-wrap__category-link {
  padding: 0.1875rem 0.5rem 0.25rem;
}
.article-wrap__category-link {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.article-wrap__date {
  font-size: 1rem;
  line-height: 1.5;
  color: #111827;
}
.article-wrap__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .article-wrap__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .article-wrap__body-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% - 5rem);
  }
}
@media (min-width: 1024px) {
  .article-wrap__body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .article-wrap__body-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) {
  .article-wrap__share {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: sticky;
    top: 6.25rem;
    width: 5rem;
    margin-top: -0.3125rem;
    padding-right: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .article-wrap__share {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 3rem;
  }
}
.article-wrap__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .article-wrap__aside {
    margin-left: 2.1875rem;
    width: 20rem;
  }
}
@media (max-width: 1023px) {
  .article-wrap__aside {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .article-wrap__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% - 22.1875rem);
  }
}
.article-wrap__tags {
  margin-top: 2rem;
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article-wrap__tags-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0.25rem 0.625rem 0 0;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}
.article-wrap__tags-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.625rem;
}
.article-wrap__tags-list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.article-wrap__tags-link {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.article-wrap__feedback {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .article-wrap__widget {
    margin-top: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .article-wrap__widget {
    margin-top: 2rem;
  }
}
.article-wrap__widget:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .article-wrap__widget_info {
    position: sticky;
    top: 6.25rem;
    z-index: 5;
  }
}
@media (max-width: 1023px) {
  .article-wrap__widget_info {
    margin: 2rem 0;
  }
}

.share-widget__title {
  margin-bottom: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  color: #111827;
  text-align: center;
}
@media (min-width: 768px) {
  .share-widget__title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .share-widget__title {
    font-size: 1.5rem;
  }
}
.share-widget .a2a_kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .share-widget .a2a_kit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.share-widget .a2a_default_style:not(.a2a_flex_style) a {
  padding: 0;
}
@media (min-width: 768px) {
  .share-widget .a2a_default_style:not(.a2a_flex_style) a {
    margin: 1.25rem auto 0;
  }
}
@media (max-width: 767px) {
  .share-widget .a2a_default_style:not(.a2a_flex_style) a {
    margin: 0 0.75rem;
  }
}
.share-widget .a2a_default_style:not(.a2a_flex_style) a:first-child {
  margin-top: 0;
}
@media (hover: hover) {
  .share-widget .a2a_default_style a:hover .a2a_svg {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF)) !important;
    background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%) !important;
  }
  .share-widget .a2a_default_style a:hover .a2a_svg path {
    fill: #ffffff !important;
  }
}
.share-widget .a2a_default_style .a2a_svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 1.3125rem;
  background-color: #ffdbcc !important;
  opacity: 1 !important;
}
.share-widget .a2a_default_style .a2a_svg svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.share-widget .a2a_default_style .a2a_svg path {
  fill: #ff4800;
}

.breadcrumbs {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    margin: 0 -1rem;
    padding: 0 1rem;
  }
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .breadcrumbs__item:last-child {
    padding-right: 1rem;
  }
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.breadcrumbs__link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #111827;
  text-decoration: none;
}
@media (hover: hover) {
  .breadcrumbs__link:hover {
    color: #ff4800;
  }
}
.breadcrumbs__separator {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.375rem;
  width: 0.75rem;
  height: 0.6875rem;
}
.breadcrumbs__separator path {
  fill: #9ca3af;
}

.feedback-wrapper {
  background: linear-gradient(45deg, #def0ff 0%, #f7f9f9 60%);
  border: 0.0625rem solid #eceff1;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.06);
}
@media (min-width: 1400px) {
  .feedback-wrapper {
    padding: 1.875rem 3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .feedback-wrapper {
    padding: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feedback-wrapper {
    padding: 1.875rem 3rem;
  }
}
@media (max-width: 767px) {
  .feedback-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .feedback-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.feedback-wrapper__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {
  .feedback-wrapper__label {
    font-size: 2.875rem;
    line-height: 1.2;
  }
}
@media (max-width: 1023px) {
  .feedback-wrapper__label {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .feedback-wrapper__label {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .feedback-wrapper__label {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.feedback-wrapper__label em {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
}
.feedback-wrapper__wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .feedback-wrapper__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.feedback-wrapper__separator {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 1.5rem;
  width: 0.0625rem;
  height: 4.875rem;
  background-color: #8e8e8e;
}
.feedback-wrapper__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.5rem 0.75rem;
  border: 0 none;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
@media (hover: hover) {
  .feedback-wrapper__button_up:hover {
    -webkit-transform: translateY(-0.3125rem);
    -ms-transform: translateY(-0.3125rem);
    transform: translateY(-0.3125rem);
  }
}
@media (hover: hover) {
  .feedback-wrapper__button_down:hover {
    -webkit-transform: translateY(0.3125rem);
    -ms-transform: translateY(0.3125rem);
    transform: translateY(0.3125rem);
  }
}

.contact-simple-widget {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
  border: 0.0625rem solid #eceff1;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.06);
}
.contact-simple-widget__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-simple-widget__content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.contact-simple-widget__image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -0.625rem -0.625rem -0.625rem 1rem;
  width: 7.0625rem;
}
.contact-simple-widget__image-i {
  display: block;
  width: 100%;
  height: auto;
}
.contact-simple-widget__title {
  margin: 0 0 1.25rem;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.contact-simple-widget__title span {
  font-family: "Lora", serif;
}

.author-widget {
  background-color: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.author-widget__head {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-widget__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.0625rem;
  border-radius: 50%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff4800), color-stop(50%, #7434F4), color-stop(75%, #006bff), to(#0099FF));
  background: linear-gradient(to right, #ff4800 25%, #7434F4 50%, #006bff 75%, #0099FF 100%);
}
.author-widget__image-i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.author-widget__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.author-widget__name-link {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #111827;
  text-decoration: underline;
}
@media (hover: hover) {
  .author-widget__name-link:hover {
    color: #ff4800;
  }
}
.author-widget__text {
  line-height: 1.5;
  color: #111827;
}
@media (min-width: 1024px) {
  .author-widget__text {
    font-size: 0.75rem;
  }
}
@media (max-width: 1023px) {
  .author-widget__text {
    font-size: 1rem;
  }
}

.article-info-widget {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
@media (min-width: 768px) {
  .article-info-widget {
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .article-info-widget {
    border-radius: 0.5rem;
  }
}
.article-info-widget__title {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 800;
}
.article-info-widget__wrap {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-info-widget__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.25rem;
}
.article-info-widget__label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 600;
}
.article-info-widget__bar {
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .article-info-widget__bar {
    margin-bottom: 1.875rem;
    position: relative;
    background-color: #f3f4f6;
    border-radius: 0.125rem;
    height: 0.3125rem;
  }
}
@media (max-width: 1023px) {
  .article-info-widget__bar {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    height: 0.1875rem;
  }
}
.article-info-widget__bar-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ff4800;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .article-info-widget__bar-progress {
    border-radius: 0.125rem;
  }
}
@media (max-width: 1023px) {
  .article-info-widget__bar-progress.active {
    opacity: 0;
  }
}
.article-info-widget__box {
  position: relative;
  padding: 0.375rem 0.9375rem 0.375rem 1.875rem;
  background-color: #f3f4f6;
  overflow: hidden;
}
@media (min-width: 768px) {
  .article-info-widget__box {
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .article-info-widget__box {
    border-radius: 0.5rem;
  }
}
.article-info-widget__box:before, .article-info-widget__box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 1.5rem;
  height: 2.25rem;
  pointer-events: none;
}
.article-info-widget__box:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #f3f4f6), to(rgba(243, 244, 246, 0)));
  background: linear-gradient(to bottom, #f3f4f6 15%, rgba(243, 244, 246, 0) 100%);
}
.article-info-widget__box:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 244, 246, 0)), color-stop(85%, #f3f4f6));
  background: linear-gradient(to bottom, rgba(243, 244, 246, 0) 0%, #f3f4f6 85%);
}
.article-info-widget__list {
  max-height: 14.125rem;
  padding: 1.125rem 0.9375rem 1.125rem 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .article-info-widget__list::-webkit-scrollbar {
    width: 0.1875rem;
  }
  .article-info-widget__list::-webkit-scrollbar-track {
    background-color: #f3f4f6;
  }
  .article-info-widget__list::-webkit-scrollbar-thumb {
    background-color: rgba(17, 24, 39, 0.1);
    border-radius: 0.125rem;
  }
}
.article-info-widget__list-item {
  margin-bottom: 0.75rem;
}
.article-info-widget__list-item:last-child {
  margin-bottom: 0;
}
.article-info-widget__list-link {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.285;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
}
@media (hover: hover) {
  .article-info-widget__list-link:hover {
    color: #006bff;
  }
}
/*# sourceMappingURL=styles.css.map */