/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/app.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/app.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************/
/* Fonts */
/* Colors */
/* Shadows */
/* Sizes */
/* Transition */
/* Animation */
/* Responsive font-size */
/* Fade-out */
/* Fade-in */
/* Mq max */
/* Mq min */
.btn {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: white;
  text-align: center;
  padding: 16px 22px;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  -webkit-user-select: none;
          user-select: none;
  background-color: hsl(218, 52%, 39%);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.search_input, .input-control input, .input-control textarea {
  outline: none;
  font: inherit;
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.875rem;
  line-height: 128.571%;
  color: hsl(300, 100%, 0%);
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  padding: 15px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: hsl(217, 21%, 88%);
  border-radius: 0;
  transition: all 0.15s ease-in-out, border 0.15s ease-in-out;
}
.search_input:not(.error):focus-visible, .input-control input:not(.error):focus-visible, .input-control textarea:not(.error):focus-visible {
  box-shadow: 0px 1px 2px 0px rgba(1, 97, 247, 0.4), 0px 0px 0px 4px rgba(1, 97, 247, 0.4);
  border-color: hsl(218, 52%, 39%);
}
[disabled].search_input, .input-control input[disabled], .input-control textarea[disabled] {
  opacity: 0.5;
}
.error.search_input, .input-control input.error, .input-control textarea.error {
  border-color: hsl(359, 81%, 59%);
}
.search_input:-webkit-autofill, .input-control input:-webkit-autofill, .input-control textarea:-webkit-autofill {
  background-color: white !important;
  background-image: none !important;
  color: black !important;
  -webkit-transition: color 0s ease-in-out 50000s, background-color 0s ease-in-out 50000s;
  transition: color 0s ease-in-out 50000s, background-color 0s ease-in-out 50000s;
}
.search_input:-webkit-autofill, .input-control input:-webkit-autofill, .input-control textarea:-webkit-autofill, .search_input:autofill, .input-control input:autofill, .input-control textarea:autofill {
  background-color: white !important;
  background-image: none !important;
  color: black !important;
  -webkit-transition: color 0s ease-in-out 50000s, background-color 0s ease-in-out 50000s;
  transition: color 0s ease-in-out 50000s, background-color 0s ease-in-out 50000s;
}

.search_input::placeholder, .input-control input::placeholder, .input-control textarea::placeholder {
  font-size: 0.875rem;
  line-height: 128.571%;
  color: hsl(216, 4%, 52%);
  opacity: 1;
}
.search_input:focus::placeholder, .input-control input:focus::placeholder, .input-control textarea:focus::placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search_input:focus:-moz-placeholder, .input-control input:focus:-moz-placeholder, .input-control textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search_input:focus::-moz-placeholder, .input-control input:focus::-moz-placeholder, .input-control textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search_input:focus:-ms-input-placeholder, .input-control input:focus:-ms-input-placeholder, .input-control textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search_input:focus::-webkit-input-placeholder, .input-control input:focus::-webkit-input-placeholder, .input-control textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

span.msg-error {
  margin-top: 0.5rem;
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  color: hsl(12, 82%, 46%);
}

.link {
  outline: none;
  font: inherit;
  -webkit-user-select: none;
          user-select: none;
  color: hsl(218, 52%, 39%);
  transition: color 0.15s ease-in-out;
}
.link:not([disabled], .disabled):hover {
  color: hsl(218, 52%, 39%);
}
.link:not([disabled], .disabled):active {
  background: hsl(216, 4%, 52%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: transparent;
}
.link:focus-visible {
  color: hsl(300, 100%, 0%);
}
[disabled].link, .disabled.link {
  cursor: not-allowed;
  opacity: 0.5;
  color: hsl(216, 4%, 52%);
}

.badge {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 3px 8px;
  color: hsl(300, 100%, 0%);
  white-space: nowrap;
  background-color: hsl(240, 20%, 98%);
}

.text-editor {
  display: grid;
  gap: 0.5rem;
}
.text-editor h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: hsl(300, 100%, 0%);
}
.text-editor h5:not(:first-child),
.text-editor h4:not(:first-child),
.text-editor h3:not(:first-child),
.text-editor h2:not(:first-child),
.text-editor h1:not(:first-child) {
  margin-top: 2rem;
}
.text-editor h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 1rem;
}
.text-editor p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: hsl(216, 4%, 52%);
}
.text-editor ul,
.text-editor ol {
  padding-left: 1rem;
  font-size: 18px;
  line-height: 28px;
  color: hsl(216, 4%, 52%);
}
.text-editor ul > li > strong,
.text-editor ol > li > strong {
  color: hsl(300, 100%, 0%);
}
.text-editor ul {
  list-style: none;
}
.text-editor ul > li {
  position: relative;
}
.text-editor ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  overflow: hidden;
  background-color: hsl(216, 4%, 52%);
}
.text-editor ol {
  margin-top: 0.5rem;
  list-style: decimal;
}
.text-editor ol li:not(:first-child) {
  margin-top: 1rem;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

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

* {
  margin: 0;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: "Chakra Petch", sans-serif;
  color: black;
  background-color: white;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}

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

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  font-style: italic;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

button {
  background-color: transparent;
  color: inherit;
  padding: 0;
  border: none;
  cursor: pointer;
}

ul,
ol,
dd {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.no-scroll {
  overflow-y: scroll;
  scroll-behavior: auto;
}

.not-allowed {
  pointer-events: none !important;
}

.background-media {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.border-light-color {
  border: 1px solid hsl(217, 21%, 88%);
}

.bg-gray {
  background-color: hsl(240, 20%, 98%);
}

.bg-black {
  background-color: hsl(300, 100%, 0%);
  color: hsl(0, 0%, 100%);
}

.bg-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(300, 100%, 0%);
}

.bg-dark {
  background-color: hsl(216, 3%, 14%);
  color: hsl(0, 0%, 100%);
}

.clipped {
  clip-path: polygon(0 40px, 50% 0, 100% 40px, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
}
.clipped:has(+ .cta-section) {
  clip-path: polygon(0 40px, 50% 0, 100% 40px, 100% 100%, 0 100%);
}

.title-section-content {
  margin-bottom: 3rem;
}
.title-section-content > *:first-child, .title-section-content > div > *:not(:last-child) {
  margin-bottom: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 10;
}
.logo img {
  width: 48px;
  height: 48px;
}

.fullwidth-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fullwidth-img > picture {
  position: relative;
  width: 100%;
  height: 100%;
}
.fullwidth-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hr-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid hsl(216, 3%, 14%);
}

.breadcrumbs {
  padding-top: 2.5rem;
  padding-bottom: 2.375rem;
}
.breadcrumbs > ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: hsl(216, 4%, 52%);
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs > ul::-webkit-scrollbar {
  display: none;
}
.breadcrumbs > ul > li {
  position: relative;
}
.breadcrumbs > ul > li:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: -15px;
  transition: all 0.3s ease;
}
.breadcrumbs > ul > li:not(:last-child):hover {
  color: hsl(218, 52%, 39%);
}

.share-buttons {
  display: flex;
  gap: 0.5rem;
}
.share-buttons .copy-url {
  position: relative;
}
.share-buttons .copy-url.is-copied::before {
  content: "Copied!";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2rem 0.5rem;
  background-color: transparent;
  color: hsl(300, 100%, 0%);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  z-index: 10;
}

.calendly {
  max-width: 995px;
}

.text-success {
  color: hsl(139, 67%, 45%) !important;
}

.text-error {
  color: hsl(12, 82%, 46%) !important;
}

#fetch-blog-result > p {
  text-align: center;
}

.mobileVideo {
  display: none;
}

.desktopVideo {
  display: block;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: hsl(216, 4%, 52%);
}
.form.contact-form {
  flex-direction: row;
  flex-wrap: wrap;
}
.form.contact-form > .w-100 {
  width: 100%;
}
.form.contact-form > .w-50 {
  max-width: 50%;
  flex-grow: 1;
}
.form.contact-form > .btn {
  width: 100%;
}
.form.contact-form .err {
  color: hsl(359, 81%, 59%);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  line-height: 150%;
  display: none;
}
.form-gap-small {
  gap: 1rem;
}
.form-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.form-columns > * {
  width: calc(50% - 0.75rem);
}
.form .buttons-wrap {
  margin-top: 1rem;
}
.form .attach-wrap input {
  display: none;
}
.form .attach-wrap label {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: hsl(216, 4%, 52%);
  cursor: pointer;
}
.form .attach-wrap label > .label {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: hsl(218, 52%, 39%);
  gap: 8px;
  text-transform: uppercase;
  transition: 0.3s;
}
.form .attach-wrap label > .label:hover {
  opacity: 0.6;
}
.form .attach-wrap label img {
  width: 20px;
}
.form .attach-wrap .attach_inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.form .attach-wrap .input_file_inner {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0.75rem;
  color: hsl(300, 100%, 0%);
  background-color: hsl(240, 20%, 98%);
  border: 1px solid hsl(217, 21%, 88%);
}
.form .attach-wrap .input_file_inner:first-child {
  margin-top: 6px;
}
.form .attach-wrap .input_file_inner:before {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImZpbGUiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMTQgM1Y3QzE0IDcuMjY1MjIgMTQuMTA1NCA3LjUxOTU3IDE0LjI5MjkgNy43MDcxMUMxNC40ODA0IDcuODk0NjQgMTQuNzM0OCA4IDE1IDhIMTlNMTQgM0g3QzYuNDY5NTcgMyA1Ljk2MDg2IDMuMjEwNzEgNS41ODU3OSAzLjU4NTc5QzUuMjEwNzEgMy45NjA4NiA1IDQuNDY5NTcgNSA1VjE5QzUgMTkuNTMwNCA1LjIxMDcxIDIwLjAzOTEgNS41ODU3OSAyMC40MTQyQzUuOTYwODYgMjAuNzg5MyA2LjQ2OTU3IDIxIDcgMjFIMTdDMTcuNTMwNCAyMSAxOC4wMzkxIDIwLjc4OTMgMTguNDE0MiAyMC40MTQyQzE4Ljc4OTMgMjAuMDM5MSAxOSAxOS41MzA0IDE5IDE5VjhNMTQgM0wxOSA4IiBzdHJva2U9IiM5OUEwQTgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K) no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
.form .attach-wrap .input_file_inner[class*=type-image]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImZpbGUiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMTQgM1Y3QzE0IDcuMjY1MjIgMTQuMTA1NCA3LjUxOTU3IDE0LjI5MjkgNy43MDcxMUMxNC40ODA0IDcuODk0NjQgMTQuNzM0OCA4IDE1IDhIMTlNMTQgM0g3QzYuNDY5NTcgMyA1Ljk2MDg2IDMuMjEwNzEgNS41ODU3OSAzLjU4NTc5QzUuMjEwNzEgMy45NjA4NiA1IDQuNDY5NTcgNSA1VjE5QzUgMTkuNTMwNCA1LjIxMDcxIDIwLjAzOTEgNS41ODU3OSAyMC40MTQyQzUuOTYwODYgMjAuNzg5MyA2LjQ2OTU3IDIxIDcgMjFIMTdDMTcuNTMwNCAyMSAxOC4wMzkxIDIwLjc4OTMgMTguNDE0MiAyMC40MTQyQzE4Ljc4OTMgMjAuMDM5MSAxOSAxOS41MzA0IDE5IDE5VjhNMTQgM0wxOSA4IiBzdHJva2U9IiM5OUEwQTgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K) no-repeat center;
  background-size: contain;
}
.form .attach-wrap .input_file_inner[class*=".sheet"]:before, .form .attach-wrap .input_file_inner[class*=csv]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImZpbGUiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMTQgM1Y3QzE0IDcuMjY1MjIgMTQuMTA1NCA3LjUxOTU3IDE0LjI5MjkgNy43MDcxMUMxNC40ODA0IDcuODk0NjQgMTQuNzM0OCA4IDE1IDhIMTlNMTQgM0g3QzYuNDY5NTcgMyA1Ljk2MDg2IDMuMjEwNzEgNS41ODU3OSAzLjU4NTc5QzUuMjEwNzEgMy45NjA4NiA1IDQuNDY5NTcgNSA1VjE5QzUgMTkuNTMwNCA1LjIxMDcxIDIwLjAzOTEgNS41ODU3OSAyMC40MTQyQzUuOTYwODYgMjAuNzg5MyA2LjQ2OTU3IDIxIDcgMjFIMTdDMTcuNTMwNCAyMSAxOC4wMzkxIDIwLjc4OTMgMTguNDE0MiAyMC40MTQyQzE4Ljc4OTMgMjAuMDM5MSAxOSAxOS41MzA0IDE5IDE5VjhNMTQgM0wxOSA4IiBzdHJva2U9IiM5OUEwQTgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K) no-repeat center;
  background-size: contain;
}
.form .attach-wrap .input_file_inner > div {
  font-size: 14px;
  width: 100%;
}
.form .attach-wrap .input_file_inner > div > b {
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  white-space: nowrap;
}
.form .attach-wrap .input_file_inner > div > span {
  font-weight: 400;
  color: hsl(216, 4%, 52%);
}
.form .attach-wrap .input_file_inner > span {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  margin-left: auto;
  color: hsl(359, 81%, 59%);
}
.form .attach-wrap .input_file_inner span:hover {
  opacity: 0.6;
}
.form .msg-error {
  color: hsl(359, 81%, 59%);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  line-height: 150%;
  display: none;
}

@media (max-width: 767px) {
  .clipped {
    clip-path: polygon(0 24px, 50% 0, 100% 24px, 100% calc(100% - 24px), 50% 100%, 0 calc(100% - 24px));
  }
  .clipped:has(+ .cta-section) {
    clip-path: polygon(0 24px, 50% 0, 100% 24px, 100% 100%, 0 100%);
  }
  .logo > img {
    width: 40px;
    height: 40px;
  }
  .background-media {
    height: auto;
  }
  .title-section-content {
    margin-bottom: 2rem;
  }
  .title-section-content > div > * > br {
    display: none;
  }
  .fullwidth-img {
    max-height: 350px;
  }
  .breadcrumbs {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }
  section:nth-of-type(1).pt-xl {
    padding-top: 3rem;
  }
  .form-columns > * {
    width: 100%;
  }
  .form.contact-form > .w-50 {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .mobileVideo {
    display: block;
  }
  .desktopVideo {
    display: none;
  }
}
.titles > h6, .titles > h5, .titles > h4, .titles > h3, .titles > h2, .titles > h1, .title-h6, .title-h6 > h6, .title-h5, .title-h5 > h5, .title-h4, .title-h4 > h4, .title-h3, .title-h3 > h3, .title-h2, .title-h2 > h2, .title-h1, .title-h1 > h1 {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
}

.title-h1, .title-h1 > h1 {
  line-height: 111.111%;
  font-size: calc(40px + 32 * (100vw - 375px) / 1065);
}
.title-h2, .title-h2 > h2 {
  line-height: 116%;
  font-size: calc(40px + 8 * (100vw - 375px) / 1065);
}
.title-h3, .title-h3 > h3 {
  line-height: 120%;
  font-size: calc(32px + 8 * (100vw - 375px) / 1065);
}
.title-h4, .title-h4 > h4 {
  line-height: 125%;
  font-size: calc(24px + 8 * (100vw - 375px) / 1065);
}
.title-h5, .title-h5 > h5 {
  line-height: 32px;
  font-size: calc(18px + 6 * (100vw - 375px) / 1065);
}
.title-h6, .title-h6 > h6 {
  line-height: 133%;
  font-size: 1.125rem;
}

.titles > h1 {
  line-height: 111.111%;
  font-size: calc(40px + 32 * (100vw - 375px) / 1065);
}
.titles > h2 {
  line-height: 116%;
  font-size: calc(40px + 8 * (100vw - 375px) / 1065);
}
.titles > h3 {
  line-height: 120%;
  font-size: calc(32px + 8 * (100vw - 375px) / 1065);
}
.titles > h4 {
  line-height: 125%;
  font-size: calc(24px + 8 * (100vw - 375px) / 1065);
}
.titles > h5 {
  line-height: 32px;
  font-size: calc(18px + 6 * (100vw - 375px) / 1065);
}
.titles > h6 {
  line-height: 133%;
  font-size: 1.125rem;
}

@media (min-width: 1440px) {
  .title-h1, .title-h1 > h1 {
    font-size: 4.5rem;
  }
  .title-h2, .title-h2 > h2 {
    font-size: 3rem;
  }
  .title-h3, .title-h3 > h3 {
    font-size: 2.5rem;
  }
  .title-h4, .title-h4 > h4 {
    font-size: 2rem;
  }
  .title-h5, .title-h5 > h5 {
    font-size: 1.5rem;
  }
  .titles > h1 {
    font-size: 4.5rem;
  }
  .titles > h2 {
    font-size: 3rem;
  }
  .titles > h3 {
    font-size: 2.5rem;
  }
  .titles > h4 {
    font-size: 2rem;
  }
  .titles > h5 {
    font-size: 1.5rem;
  }
}
.text-underlined, .text-body-xs, .text-body-xs > *:is(:not(h1, h2, h3, h4, h5, h6)), .text-body-sm, .text-body-sm > *:is(:not(h1, h2, h3, h4, h5, h6)), .text-body-md, .text-body-md > *:is(:not(h1, h2, h3, h4, h5, h6)), .text-body-lg, .text-body-lg > *:is(:not(h1, h2, h3, h4, h5, h6)) {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 400;
}

.text-scale-xs, .text-scale-xs > *:is(:not(h1, h2, h3, h4, h5, h6)), .text-scale-s, .text-scale-s > *:is(:not(h1, h2, h3, h4, h5, h6)), .text-scale-xl, .text-scale-xl > *:is(:not(h1, h2, h3, h4, h5, h6)) {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-description h1, .text-block-description h2, .text-block-description h3, .text-block-description h4 {
  color: hsl(300, 100%, 0%);
}

.text-start {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: right;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-nowrap {
  white-space: nowrap;
}
.text-regular, .text-regular > * {
  font-weight: 400;
}
.text-medium, .text-medium > * {
  font-weight: 500;
}
.text-bold, .text-bold > * {
  font-weight: 600;
}
.text-body > *:not(:last-child) {
  margin-bottom: 16px;
}
.text-body ul,
.text-body ol {
  padding-left: 1rem;
  font-size: inherit;
  line-height: 24px;
}
.text-body ul {
  list-style: none;
}
.text-body ul > li {
  position: relative;
}
.text-body ul > li a {
  text-decoration: underline;
}
.text-body ul > li a:hover {
  text-decoration: none;
}
.text-body ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  overflow: hidden;
  background-color: hsl(216, 4%, 52%);
}
.text-body ol {
  list-style: decimal;
}
.text-body ol li:not(:first-child),
.text-body ul li:not(:first-child) {
  margin-top: 0.75rem;
}
.text-body-lg, .text-body-lg > *:is(:not(h1, h2, h3, h4, h5, h6)) {
  line-height: 140%;
  font-size: calc(18px + 2 * (100vw - 375px) / 1065);
}
.text-body-md, .text-body-md > *:is(:not(h1, h2, h3, h4, h5, h6)) {
  line-height: 133.333%;
  font-size: calc(16px + 2 * (100vw - 375px) / 1065);
}
.text-body-sm, .text-body-sm > *:is(:not(h1, h2, h3, h4, h5, h6)) {
  line-height: 133.333%;
  font-size: 0.875rem;
}
.text-body-xs, .text-body-xs > *:is(:not(h1, h2, h3, h4, h5, h6)) {
  line-height: 133.333%;
  font-size: 0.75rem;
}
.text-scale-xl, .text-scale-xl > *:is(:not(h1, h2, h3, h4, h5, h6)) {
  line-height: 133.333%;
  font-size: 1.5rem;
}
.text-scale-s, .text-scale-s > *:is(:not(h1, h2, h3, h4, h5, h6)) {
  line-height: 18px;
  font-size: 0.875rem;
}
.text-scale-xs, .text-scale-xs > *:is(:not(h1, h2, h3, h4, h5, h6)) {
  line-height: 128.571%;
  font-size: 0.75rem;
}
.text-underlined {
  line-height: 133.333%;
  font-size: 0.75rem;
  text-decoration: underline;
}

@media (min-width: 1440px) {
  .text-body-lg, .text-body-lg > *:is(:not(h1, h2, h3, h4, h5, h6)) {
    font-size: 1.25rem;
  }
  .text-body-md, .text-body-md > *:is(:not(h1, h2, h3, h4, h5, h6)) {
    font-size: 1.125rem;
  }
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.truncate--line-clamp-3 {
  -webkit-line-clamp: 3;
}
.truncate--line-clamp-4 {
  -webkit-line-clamp: 4;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.block {
  display: block;
}

.none {
  display: none;
}

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

.flex-1 {
  flex: 1 1 0%;
  min-width: 0;
}
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
}
.flex-initial {
  flex: 0 1 auto;
  min-width: 0;
}
.flex-none {
  flex: none;
}
.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.mt-auto {
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

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

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

.pt-2xl {
  padding-top: 7.5rem;
}
.pt-xl {
  padding-top: 6rem;
}
.pt-lg {
  padding-top: 5rem;
}
.pt-md {
  padding-top: 4.25rem;
}
.pt-sm {
  padding-top: 3rem;
}
.pt-xs {
  padding-top: 2rem;
}

.pb-2xl {
  padding-bottom: 7.5rem;
}
.pb-xl {
  padding-bottom: 6rem;
}
.pb-lg {
  padding-bottom: 5rem;
}
.pb-md {
  padding-bottom: 4.25rem;
}
.pb-sm {
  padding-bottom: 3rem;
}
.pb-xs {
  padding-bottom: 2rem;
}

.pl-lg {
  padding-left: 2.5rem;
}
.pl-md {
  padding-left: 1.5rem;
}
.pl-sm {
  padding-left: 1rem;
}

.pr-lg {
  padding-right: 2.5rem;
}
.pr-md {
  padding-right: 1.5rem;
}
.pr-sm {
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .pt-xs {
    padding-top: 1.5rem;
  }
  .pb-xs {
    padding-bottom: 1.5rem;
  }
  .pl-lg, .pl-md {
    padding-left: 1rem;
  }
  .pr-lg, .pr-md {
    padding-right: 1rem;
  }
}
.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.o-hidden {
  overflow: hidden;
}
.o-visible {
  overflow: visible;
}

.scroll-auto-x {
  overflow-x: auto;
}
.scroll-auto-y {
  overflow-y: auto;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.isview {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.isview.visible {
  visibility: visible;
  /*tablets and above*/
}
@media (min-width: 993px) {
  .isview.visible.trd0 {
    transition-delay: 0s;
  }
  .isview.visible.trd02 {
    transition-delay: 0.2s;
  }
  .isview.visible.trd04 {
    transition-delay: 0.4s;
  }
  .isview.visible.trd06 {
    transition-delay: 0.6s;
  }
  .isview.visible.trd08 {
    transition-delay: 0.8s;
  }
  .isview.visible.trd010 {
    transition-delay: 1s;
  }
  .isview.visible.trd12 {
    transition-delay: 1.2s;
  }
  .isview.visible.trd14 {
    transition-delay: 1.4s;
  }
}
.isview.fadein {
  transition-delay: 0.1s;
}
.isview.fadein.visible {
  opacity: 1;
}
.isview.slidetop {
  transform: translateY(50px);
}
.isview.slidetop.visible {
  opacity: 1;
  transform: translateY(0);
}
.isview.slidebottom {
  transform: translateY(-50px);
}
.isview.slidebottom.visible {
  opacity: 1;
  transform: translateY(0);
}
.isview.slidetoright {
  transform: translateX(-30%);
}
.isview.slidetoright.visible {
  opacity: 1;
  transform: translateX(0);
}
.isview.slidetoleft {
  transform: translateX(30%);
}
.isview.slidetoleft.visible {
  opacity: 1;
  transform: translateX(0);
}
.isview.textslide {
  display: block;
  transform: translateY(50px) skew(0deg, 15deg);
  transform-origin: 0;
  opacity: 0;
  transition: 1s;
}
.isview.textslide.visible {
  transform: translateY(0) skew(0deg, 0deg);
  opacity: 1;
}

.btn {
  min-width: 240px;
}
.btn:not([disabled]):hover, .btn:not([disabled]):active, .btn:not(.disabled):hover, .btn:not(.disabled):active {
  background-color: hsl(218, 53%, 27%);
}
.btn[disabled], .btn.disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  background-color: hsl(219, 32%, 81%) !important;
  color: hsl(219, 33%, 72%);
}
.btn svg {
  fill: currentColor;
  flex-shrink: 0;
}
.btn-secondary {
  background-color: hsl(0, 0%, 100%);
  color: hsl(300, 100%, 0%);
}
.btn-secondary-nav {
  color: hsl(12, 82%, 46%);
}
.btn-secondary:not([disabled]):hover, .btn-secondary:not([disabled]):active {
  background-color: hsl(240, 20%, 98%);
}
.btn-secondary[disabled], .btn-secondary.disabled {
  background-color: hsl(0, 0%, 100%) !important;
  color: hsl(219, 32%, 81%);
}
.btn-secondary svg {
  fill: currentColor;
  flex-shrink: 0;
}
.btn-border {
  border: 1px solid hsl(217, 21%, 88%);
}
.btn-sm {
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
  min-width: 204px;
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.input-control input + span, .input-control textarea + span {
  display: none;
}
.input-control input.error + span, .input-control textarea.error + span {
  display: flex;
}
.input-control textarea {
  height: 120px;
  vertical-align: top;
}

span.msg-error {
  align-items: center;
}
span.msg-error:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImV4Y2xhbWF0aW9uLWNpcmNsZSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik04IDZWOC42NjY2N004IDEwLjY2NjdWMTAuNjczM00yIDhDMiA4Ljc4NzkzIDIuMTU1MTkgOS41NjgxNSAyLjQ1NjcyIDEwLjI5NjFDMi43NTgyNSAxMS4wMjQxIDMuMjAwMjEgMTEuNjg1NSAzLjc1NzM2IDEyLjI0MjZDNC4zMTQ1MSAxMi43OTk4IDQuOTc1OTUgMTMuMjQxNyA1LjcwMzkgMTMuNTQzM0M2LjQzMTg1IDEzLjg0NDggNy4yMTIwNyAxNCA4IDE0QzguNzg3OTMgMTQgOS41NjgxNSAxMy44NDQ4IDEwLjI5NjEgMTMuNTQzM0MxMS4wMjQxIDEzLjI0MTcgMTEuNjg1NSAxMi43OTk4IDEyLjI0MjYgMTIuMjQyNkMxMi43OTk4IDExLjY4NTUgMTMuMjQxNyAxMS4wMjQxIDEzLjU0MzMgMTAuMjk2MUMxMy44NDQ4IDkuNTY4MTUgMTQgOC43ODc5MyAxNCA4QzE0IDcuMjEyMDcgMTMuODQ0OCA2LjQzMTg1IDEzLjU0MzMgNS43MDM5QzEzLjI0MTcgNC45NzU5NSAxMi43OTk4IDQuMzE0NTEgMTIuMjQyNiAzLjc1NzM2QzExLjY4NTUgMy4yMDAyMSAxMS4wMjQxIDIuNzU4MjUgMTAuMjk2MSAyLjQ1NjcyQzkuNTY4MTUgMi4xNTUxOSA4Ljc4NzkzIDIgOCAyQzcuMjEyMDcgMiA2LjQzMTg1IDIuMTU1MTkgNS43MDM5IDIuNDU2NzJDNC45NzU5NSAyLjc1ODI1IDQuMzE0NTEgMy4yMDAyMSAzLjc1NzM2IDMuNzU3MzZDMy4yMDAyMSA0LjMxNDUxIDIuNzU4MjUgNC45NzU5NSAyLjQ1NjcyIDUuNzAzOUMyLjE1NTE5IDYuNDMxODUgMiA3LjIxMjA3IDIgOFoiIHN0cm9rZT0iI0VCNDE0MyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat center;
  background-size: contain;
}

.link {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 0.625rem;
}

/* stylelint-disable declaration-colon-newline-after */
.accordion-item {
  padding: 1rem;
  background-color: hsl(240, 20%, 98%);
}
.accordion-item.is-open .accordion-item__toggler::before {
  transform: translate3d(0, 0, 0) translateZ(0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.accordion-item.is-open .accordion-item__toggler::after {
  transform: translate3d(0, 0, 0) translateZ(0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.accordion-item_header {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  cursor: pointer;
}
.accordion-item__holder {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.35, 0.15, 0.37, 1.14);
}
.accordion-item__holder.is-open {
  max-height: none !important;
  overflow: visible;
}
.accordion-item__holder .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: hsl(216, 4%, 52%);
  padding-top: 12px;
}
.accordion-item__toggler {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  outline: none;
  flex-shrink: 0;
  margin-left: auto;
  transition: background-color 0.3s ease;
}
.accordion-item__toggler::before, .accordion-item__toggler::after {
  content: "";
  position: absolute;
  width: 14px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  border-radius: 10px;
  height: 1.5px;
  background-color: hsl(300, 100%, 0%);
  will-change: transform;
  transition: transform 0.3s ease, background-color ease;
}
.accordion-item__toggler::before {
  transform: translate3d(0, 0, 0) translateZ(0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.accordion-item__toggler::after {
  transform: translate3d(0, 0, 0) translateZ(0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.no-animation-accordion .accordion-item, .no-animation-accordion .accordion-item__toggler, .no-animation-accordion .accordion-item__holder {
  transition: none !important;
}
.no-animation-accordion [data-accordion-item-toggler] *, .no-animation-accordion [data-accordion-item-holder] * {
  transition: none !important;
}

@media (max-width: 991px) {
  .accordion-item_header {
    gap: 16px;
  }
  .accordion-item__holder {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.35, 0.15, 0.37, 1.14);
  }
  .accordion-item__holder.is-open {
    max-height: none !important;
    overflow: visible;
  }
  .accordion-item__holder .description {
    font-size: 16px;
    padding-top: 20px;
  }
}
.checkbox-tag {
  display: inline-flex;
}
.checkbox-tag-input {
  display: none;
}
.checkbox-tag-input:checked + .checkbox-tag-label {
  color: hsl(0, 0%, 100%);
  background-color: hsl(218, 52%, 39%);
}
.checkbox-tag-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: inline-flex;
  padding: 4px 8px;
  position: relative;
  cursor: pointer;
  color: hsl(300, 100%, 0%);
  background-color: hsl(240, 20%, 98%);
  -webkit-user-select: none;
          user-select: none;
  outline: 0;
  transition: all 0.3s ease;
}
.checkbox-tag-label:hover {
  background-color: hsl(218, 35%, 94%);
}

.search {
  position: relative;
  display: block;
  height: 40px;
  width: 100%;
  min-width: 250px;
}
.search_input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 38px 10px 38px;
  z-index: 1;
}
.search_input-icon {
  position: absolute;
  top: 9px;
  width: 20px;
  height: 20px;
  z-index: 3;
}
.search_input-icon.icon-left {
  left: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjUgMTcuNUwxMi41IDEyLjVNMi41IDguMzMzMzNDMi41IDkuMDk5MzggMi42NTA4OCA5Ljg1NzkyIDIuOTQ0MDQgMTAuNTY1N0MzLjIzNzE5IDExLjI3MzQgMy42NjY4NyAxMS45MTY0IDQuMjA4NTQgMTIuNDU4MUM0Ljc1MDIyIDEyLjk5OTggNS4zOTMyOCAxMy40Mjk1IDYuMTAxMDEgMTMuNzIyNkM2LjgwODc1IDE0LjAxNTggNy41NjcyOSAxNC4xNjY3IDguMzMzMzMgMTQuMTY2N0M5LjA5OTM4IDE0LjE2NjcgOS44NTc5MiAxNC4wMTU4IDEwLjU2NTcgMTMuNzIyNkMxMS4yNzM0IDEzLjQyOTUgMTEuOTE2NCAxMi45OTk4IDEyLjQ1ODEgMTIuNDU4MUMxMi45OTk4IDExLjkxNjQgMTMuNDI5NSAxMS4yNzM0IDEzLjcyMjYgMTAuNTY1N0MxNC4wMTU4IDkuODU3OTIgMTQuMTY2NyA5LjA5OTM4IDE0LjE2NjcgOC4zMzMzM0MxNC4xNjY3IDcuNTY3MjkgMTQuMDE1OCA2LjgwODc1IDEzLjcyMjYgNi4xMDEwMUMxMy40Mjk1IDUuMzkzMjggMTIuOTk5OCA0Ljc1MDIyIDEyLjQ1ODEgNC4yMDg1NEMxMS45MTY0IDMuNjY2ODcgMTEuMjczNCAzLjIzNzE5IDEwLjU2NTcgMi45NDQwNEM5Ljg1NzkyIDIuNjUwODggOS4wOTkzOCAyLjUgOC4zMzMzMyAyLjVDNy41NjcyOSAyLjUgNi44MDg3NSAyLjY1MDg4IDYuMTAxMDEgMi45NDQwNEM1LjM5MzI4IDMuMjM3MTkgNC43NTAyMiAzLjY2Njg3IDQuMjA4NTQgNC4yMDg1NEMzLjY2Njg3IDQuNzUwMjIgMy4yMzcxOSA1LjM5MzI4IDIuOTQ0MDQgNi4xMDEwMUMyLjY1MDg4IDYuODA4NzUgMi41IDcuNTY3MjkgMi41IDguMzMzMzNaIiBzdHJva2U9IiM5OUEwQTgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center center;
  background-size: contain;
}
.search_input-icon.icon-right {
  right: 12px;
  display: none;
  cursor: pointer;
}
.search:focus-within .icon-left {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjUgMTcuNUwxMi41IDEyLjVNMi41IDguMzMzMzNDMi41IDkuMDk5MzggMi42NTA4OCA5Ljg1NzkyIDIuOTQ0MDQgMTAuNTY1N0MzLjIzNzE5IDExLjI3MzQgMy42NjY4NyAxMS45MTY0IDQuMjA4NTQgMTIuNDU4MUM0Ljc1MDIyIDEyLjk5OTggNS4zOTMyOCAxMy40Mjk1IDYuMTAxMDEgMTMuNzIyNkM2LjgwODc1IDE0LjAxNTggNy41NjcyOSAxNC4xNjY3IDguMzMzMzMgMTQuMTY2N0M5LjA5OTM4IDE0LjE2NjcgOS44NTc5MiAxNC4wMTU4IDEwLjU2NTcgMTMuNzIyNkMxMS4yNzM0IDEzLjQyOTUgMTEuOTE2NCAxMi45OTk4IDEyLjQ1ODEgMTIuNDU4MUMxMi45OTk4IDExLjkxNjQgMTMuNDI5NSAxMS4yNzM0IDEzLjcyMjYgMTAuNTY1N0MxNC4wMTU4IDkuODU3OTIgMTQuMTY2NyA5LjA5OTM4IDE0LjE2NjcgOC4zMzMzM0MxNC4xNjY3IDcuNTY3MjkgMTQuMDE1OCA2LjgwODc1IDEzLjcyMjYgNi4xMDEwMUMxMy40Mjk1IDUuMzkzMjggMTIuOTk5OCA0Ljc1MDIyIDEyLjQ1ODEgNC4yMDg1NEMxMS45MTY0IDMuNjY2ODcgMTEuMjczNCAzLjIzNzE5IDEwLjU2NTcgMi45NDQwNEM5Ljg1NzkyIDIuNjUwODggOS4wOTkzOCAyLjUgOC4zMzMzMyAyLjVDNy41NjcyOSAyLjUgNi44MDg3NSAyLjY1MDg4IDYuMTAxMDEgMi45NDQwNEM1LjM5MzI4IDMuMjM3MTkgNC43NTAyMiAzLjY2Njg3IDQuMjA4NTQgNC4yMDg1NEMzLjY2Njg3IDQuNzUwMjIgMy4yMzcxOSA1LjM5MzI4IDIuOTQ0MDQgNi4xMDEwMUMyLjY1MDg4IDYuODA4NzUgMi41IDcuNTY3MjkgMi41IDguMzMzMzNaIiBzdHJva2U9IiMyRjU0OTYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center center;
}

body {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, auto);
  min-height: 100%;
  grid-template-areas: "main" "footer";
}

main {
  grid-area: main;
  min-width: 0;
}

footer {
  grid-area: footer;
  min-width: 0;
}

.header {
  position: relative;
  padding: 1.5rem;
}
.header.bg-black .toggleBtn > span {
  background: hsl(0, 0%, 100%);
}
.header.bg-black .menu > li::after {
  background-color: hsl(0, 0%, 100%);
}
.header.bg-black .menu > li:has(ul)::before {
  border-left: 1px solid hsl(0, 0%, 100%);
  border-bottom: 1px solid hsl(0, 0%, 100%);
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 1.5rem;
  z-index: 20;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: all 0.2s ease 0.1s;
}
.navigation-mob.isOpen {
  position: fixed;
  border-bottom-color: hsl(216, 3%, 14%);
  background-color: hsl(300, 100%, 0%);
}
.navigation-mob.isOpen .logo {
  color: hsl(0, 0%, 100%);
}

.desktop-visible {
  display: flex;
}

.mobile-visible {
  display: none;
}

.toggleBtn {
  display: none;
  flex-direction: column;
  z-index: 10;
}
.toggleBtn span {
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 8px;
  position: relative;
  background: hsl(300, 100%, 0%);
  border-radius: 1px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.toggleBtn span:nth-child(1) {
  transform-origin: 0% 0%;
}
.toggleBtn span:nth-child(2) {
  transform-origin: 0% 50%;
}
.toggleBtn span:nth-child(3) {
  margin-bottom: 0;
  transform-origin: 0% 100%;
}
.toggleBtn.isOpen > span {
  background: hsl(0, 0%, 100%);
}
.toggleBtn.isOpen > span:nth-child(1) {
  transform: rotate(45deg) translate(0, -9px);
}
.toggleBtn.isOpen > span:nth-child(2) {
  display: none;
}
.toggleBtn.isOpen > span:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, 9px);
}

.nav-mobile {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 115px;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: auto;
  visibility: hidden;
  transform: translateY(-10%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -2;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav-mobile::-webkit-scrollbar {
  display: none;
}
.nav-mobile.isOpen {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.nav-mobile > .hr-line {
  margin-bottom: 1.5rem;
}
.nav-mobile .btn {
  width: 100%;
}
.nav-mobile > .menu-mobile {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.nav-mobile > .menu-mobile > li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 11px 0;
}
.nav-mobile > .menu-mobile > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: hsl(0, 0%, 100%);
  transition: width 0.3s;
}
.nav-mobile > .menu-mobile > li.active::after {
  color: hsl(218, 52%, 39%);
}
.nav-mobile > .menu-mobile > li:has(ul) > a {
  position: relative;
  padding-right: 1.5rem;
  width: min-content;
}
.nav-mobile > .menu-mobile > li:has(ul) > a::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 8px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.nav-mobile > .menu-mobile > li:has(ul).isOpen > a::before {
  transform: rotate(180deg);
}
.nav-mobile > .menu-mobile > li:has(ul) > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.nav-mobile > .menu-mobile > li:has(ul) > ul > li > a[href="#"] {
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
  padding-left: 0;
}
.nav-mobile > .menu-mobile > li:has(ul) > ul > li > a:not([href="#"]) {
  display: block;
  position: relative;
  padding-left: 0.75rem;
}
.nav-mobile > .menu-mobile > li:has(ul) > ul > li > a:not([href="#"])::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -0.1rem;
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: hsl(0, 0%, 100%);
}
.nav-mobile > .menu-mobile > li:has(ul) > ul.isOpen {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 1rem;
  padding-left: 1.25rem;
}

.menu {
  gap: 2rem;
}
.menu > li {
  display: flex;
  gap: 0.5rem;
  position: relative;
  padding: 11px 0;
}
.menu > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: hsl(300, 100%, 0%);
  transition: width 0.3s;
}
.menu > li:hover::after {
  width: 100%;
}
.menu > li.current-menu-item::after {
  width: 100%;
}
.menu > li.current-menu-parent::after {
  width: 100%;
}
.menu > li:has(ul) {
  position: relative;
  padding-right: 1rem;
}
.menu > li:has(ul)::before {
  content: "";
  position: absolute;
  top: 32%;
  right: 0;
  width: 9px;
  height: 9px;
  border-left: 1px solid hsl(300, 100%, 0%);
  border-bottom: 1px solid hsl(300, 100%, 0%);
  transform: rotate(-45deg);
}
.menu > li:has(ul):hover > ul {
  visibility: visible;
  opacity: 1;
}
.menu > li:has(ul) > ul {
  position: absolute;
  top: 68px;
  left: -24px;
  padding-top: 10px;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  border: 1px solid hsl(216, 21%, 88%);
  background: hsl(0, 0%, 100%);
  border-top: none;
  z-index: 1;
}
.menu > li:has(ul) > ul:before {
  content: "";
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.menu > li:has(ul) > ul > li {
  color: hsl(300, 100%, 0%);
  line-height: 18px;
  color: hsl(300, 100%, 0%);
  white-space: nowrap;
}
.menu > li:has(ul) > ul > li.current-menu-item {
  color: hsl(218, 52%, 39%);
}
.menu > li:has(ul) > ul > li:first-child > a[href="#"] {
  margin-top: 0;
}
.menu > li:has(ul) > ul > li:first-child > a[href="#"]::before {
  background-color: transparent;
}
.menu > li:has(ul) > ul > li > a[href="#"] {
  position: relative;
  pointer-events: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.menu > li:has(ul) > ul > li > a[href="#"]::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: hsl(216, 21%, 88%);
}
.menu > li:has(ul) > ul > li > a {
  display: block;
  font-weight: 500;
  text-transform: none;
  padding-top: 0.75rem;
}
.menu > li:has(ul) > ul > li > a:hover {
  color: hsl(218, 52%, 39%);
}

@media (max-width: 1199px) {
  .menu {
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .header {
    height: 81px;
    padding: 1rem 1.5rem;
  }
  .desktop-visible {
    display: none;
  }
  .mobile-visible {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header {
    height: 73px;
    padding: 1rem 1.5rem;
  }
  .navigation-mob {
    padding: 1rem;
  }
  .nav-mobile {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
  }
}
.footer {
  flex-shrink: 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-bottom: 40px;
  border-bottom: 1px solid hsl(214, 4%, 16%);
}
.footer-top .title-h3 {
  font-size: 40px;
}
.footer-top .text-body-lg {
  margin-top: 1rem;
  font-size: 20px;
}
.footer-middle {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  padding: 40px 0;
  border-bottom: 1px solid hsl(214, 4%, 16%);
}
.footer-middle_contact, .footer-middle > div {
  width: 22%;
}
.footer-middle_contact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-middle_contact > li > a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.footer-middle_contact > li > a.logo {
  gap: 1rem;
}
.footer-middle_menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 18px;
  font-size: 0.875rem;
}
.footer_nav .title {
  margin-bottom: 1rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-top: 40px;
  color: hsl(0, 0%, 63%);
}
.footer-bottom > ul {
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .footer-middle {
    column-gap: 20px;
    row-gap: 40px;
  }
  .footer-middle_contact, .footer-middle > div {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .footer-top {
    flex-direction: column;
    padding-bottom: 32px;
    text-align: center;
  }
  .footer-top .btn {
    width: 100%;
  }
  .footer-middle {
    padding: 32px 0;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 32px;
  }
}
@media (max-width: 479px) {
  .footer-middle {
    row-gap: 2rem;
  }
  .footer-middle_contact, .footer-middle > div {
    width: 100%;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: flex-start;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, z-index 0s 0.3s;
}
.popup.js-popup-opened {
  opacity: 1;
  z-index: 20;
  visibility: visible;
  transition: opacity 0s 0s, visibility 0s 0s, z-index 0s 0s;
}
.popup.js-popup-opened .popup__overlay {
  opacity: 1;
  z-index: 20;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s, z-index 0s 0s, -webkit-backdrop-filter 0.3s 0s;
  transition: opacity 0.3s 0s, backdrop-filter 0.3s 0s, visibility 0s 0s, z-index 0s 0s;
  transition: opacity 0.3s 0s, backdrop-filter 0.3s 0s, visibility 0s 0s, z-index 0s 0s, -webkit-backdrop-filter 0.3s 0s;
}
.popup.js-popup-opened .popup__wrap {
  transform: translateX(0);
}
.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, z-index 0s 0.3s, -webkit-backdrop-filter 0s 0s;
  transition: opacity 0.3s 0s, backdrop-filter 0s 0s, visibility 0s 0.3s, z-index 0s 0.3s;
  transition: opacity 0.3s 0s, backdrop-filter 0s 0s, visibility 0s 0.3s, z-index 0s 0.3s, -webkit-backdrop-filter 0s 0s;
}
.popup__wrap {
  padding: 1.5rem;
  background-color: hsl(0, 0%, 100%);
  position: relative;
  z-index: 20;
  max-width: 576px;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  transform: translateX(20px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}
@media (max-width: 479px) {
  .popup__wrap {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.popup__wrap-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.popup__wrap-title > h5 {
  font-size: 1.5rem;
}

.home-hero {
  position: relative;
  height: 100vh;
  max-height: 1080px;
  min-height: 490px;
}
.home-hero_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2.5rem 2.5rem 4.5rem;
  color: hsl(300, 100%, 0%);
}
.home-hero_content .title-h1 {
  max-width: 780px;
}
.home-hero_content .description-wrapper {
  gap: 2.5rem;
}
.home-hero_content .description-wrapper_text {
  max-width: 877px;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .home-hero {
    height: 100svh;
  }
  .home-hero_container {
    padding: 1rem 1rem 3rem;
  }
  .home-hero_content {
    text-align: center;
  }
  .home-hero_content .description-wrapper {
    flex-direction: column;
  }
  .home-hero_content .description-wrapper .btn {
    width: 100%;
  }
}
.text-image {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.text-image > div {
  flex: 1;
}
.text-image > .text-content > *:first-child {
  margin-bottom: 1.5rem;
}
.text-image > .text-content > div > *:not(:last-child) {
  margin-bottom: 1rem;
}
.text-image > .text-content > .btn {
  margin-top: 2.5rem;
}
.text-image > .image-content {
  position: relative;
  overflow: hidden;
}
.text-image > .image-content > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .text-image {
    flex-direction: column;
  }
  .text-image.reverse {
    flex-direction: column-reverse;
  }
  .text-image > .image-content {
    max-height: 520px;
  }
}
@media (max-width: 767px) {
  .text-image > .text-content {
    word-break: break-word;
    text-align: center;
  }
  .text-image > .text-content > .btn {
    width: 100%;
  }
  .text-image.reverse > .text-content {
    text-align: left;
  }
}
.columns > .container > .btn {
  margin-top: 3rem;
}
.columns-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.columns-holder.column-1 > * {
  width: 100%;
}
.columns-holder.column-2 > * {
  width: calc(50% - 1rem);
}
.columns-holder.column-3 > * {
  width: calc(33.333% - 1.333rem);
}
.columns-holder.column-4 > * {
  width: calc(25% - 1.5rem);
}
.columns .column {
  display: grid;
  text-align: left;
}
.columns .column-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  word-break: break-word;
}
.columns .column-title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  padding: 11px;
  background-color: #f9f9fb;
  border: 1px solid hsl(217, 21%, 88%);
}
.columns .column-title .icon > img {
  width: 100%;
  height: 100%;
}
.columns .column-title:not(:has(.title)) .icon {
  padding: 0;
  background-color: transparent;
  border: none;
}
.columns .column > .description {
  margin-top: 1.5rem;
}
.columns .column > .description ul,
.columns .column > .description ol {
  padding-left: 1rem;
  font-size: 18px;
  line-height: 24px;
}
.columns .column > .description ul {
  list-style: none;
}
.columns .column > .description ul > li {
  position: relative;
}
.columns .column > .description ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  overflow: hidden;
  background-color: hsl(216, 4%, 52%);
}
.columns .column > .description ol {
  list-style: decimal;
}
.columns .column > .description ol li:not(:first-child),
.columns .column > .description ul li:not(:first-child) {
  margin-top: 0.75rem;
}
.columns .column-subtitle {
  margin-top: 1.5rem;
}
.columns .column-subtitle + .description {
  margin-top: 0.75rem;
}
.columns .column > .link {
  margin-top: 1.5rem;
  align-self: flex-end;
}
.columns .column.bg-white.column-title, .columns .column.bg-white.column-subtitle, .columns .column.bg-gray.column-title, .columns .column.bg-gray.column-subtitle {
  color: hsl(300, 100%, 0%);
}
.columns .column.bg-white .description, .columns .column.bg-gray .description {
  color: hsl(216, 4%, 52%);
}
.columns .column.bg-dark.column-title, .columns .column.bg-dark.column-subtitle {
  color: hsl(0, 0%, 100%);
}
.columns .column.bg-dark .description {
  color: hsl(0, 0%, 63%);
}
.columns .column-horizontal {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: left;
}
.columns .column-horizontal > .description {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.columns .column-horizontal > .description > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.columns .column-horizontal > .description > ul > li {
  font-weight: 600;
}
.columns .column-horizontal > .description > ul > li > span {
  font-weight: 400;
  color: hsl(216, 4%, 52%);
}
.columns .column-horizontal > .description > .btn {
  min-width: unset;
}

@media (max-width: 991px) {
  .columns-holder.column-2 > *, .columns-holder.column-3 > *, .columns-holder.column-4 > * {
    width: calc(50% - 1rem);
    min-width: none;
  }
}
@media (max-width: 767px) {
  .columns.bg-black.pt-xl {
    padding-top: 3rem;
  }
  .columns.bg-black.pb-xl {
    padding-bottom: 3rem;
  }
  .columns .columns > .container > .btn {
    margin-top: 2.5rem;
    width: 100%;
  }
  .columns-holder.column-2 > *, .columns-holder.column-3 > *, .columns-holder.column-4 > * {
    width: 100%;
  }
  .columns .column-horizontal {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
  }
  .columns .column-horizontal > .description {
    flex-direction: column;
  }
  .columns .column-horizontal > .description > .btn {
    width: 100%;
  }
}
.text-block {
  display: flex;
  column-gap: 2rem;
  row-gap: 3rem;
}
.text-block-column-1 {
  flex-direction: column;
  align-items: center;
}
.text-block-column-1 > .text-block-title {
  text-align: center;
}
.text-block img, .text-block iframe {
  width: 100%;
}
.text-block iframe {
  height: 500px;
}
.text-block-title {
  word-break: break-word;
}
.text-block-description {
  display: flex;
  gap: 2rem;
  color: hsl(216, 4%, 52%);
  width: 100%;
}
.text-block-description > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.text-block-description > div .btn_wrap {
  margin-top: auto;
  padding-top: 16px;
}
.text-block-description > div > *:not(:last-child) {
  margin-bottom: 1rem;
}
.text-block-column-2-auto > div {
  flex: auto;
}
.text-block-column-2-auto > div.text-block-title {
  min-width: 32%;
  max-width: calc(50% - 1rem);
}
.text-block-column-2-auto > div.text-block-description {
  max-width: 890px;
  min-width: calc(50% - 1rem);
}
.text-block-column-2-equal > div {
  flex: 1;
}

@media (max-width: 767px) {
  .text-block {
    column-gap: unset;
    row-gap: 1rem;
  }
  .text-block-description {
    flex-direction: column;
  }
  .text-block iframe {
    height: 80vw;
  }
  .text-block-column-2-auto, .text-block-column-2-equal {
    flex-direction: column;
  }
  .text-block-column-2-auto > div.text-block-title, .text-block-column-2-equal > div.text-block-title {
    min-width: unset;
    max-width: unset;
    text-align: center;
  }
  .text-block-column-2-auto > div.text-block-description, .text-block-column-2-equal > div.text-block-description {
    max-width: unset;
    min-width: unset;
    text-align: center;
  }
}
.blog {
  display: flex;
  flex-direction: column;
}
.blog > .btn {
  margin: 3rem auto 0;
}
.blog-card {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.blog-card-image {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.blog-card-image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-title {
  margin: 1.5rem 0 0.5rem;
  color: hsl(300, 100%, 0%);
}
.blog-card-description {
  color: hsl(216, 4%, 52%);
}
.blog-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 767px) {
  .blog > .btn {
    margin-top: 2rem;
    width: 100%;
  }
}
.image-text-rows .container > .btn {
  margin: 3rem auto 0;
}
.image-text-rows-holder {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.image-text-rows.reverse .image-text-row:nth-child(odd) {
  flex-direction: row-reverse;
}
.image-text-rows.reverse .image-text-row:nth-child(even) {
  flex-direction: row;
}
.image-text-row {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.image-text-row:nth-child(even) {
  flex-direction: row-reverse;
}
.image-text-row > div {
  flex: 1;
}
.image-text-row-content > *:first-child {
  margin-bottom: 0.75rem;
}
.image-text-row-content > div > *:not(:last-child) {
  margin-bottom: 1rem;
}
.image-text-row-image {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.image-text-row-image > picture, .image-text-row-image > .custom-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-text-row-image > picture > .play, .image-text-row-image > .custom-video > .play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.23);
  -webkit-backdrop-filter: blur(7.8px);
          backdrop-filter: blur(7.8px);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.image-text-row-image > picture > .play > img, .image-text-row-image > .custom-video > .play > img {
  position: relative;
  object-fit: none;
}
.image-text-row-image img,
.image-text-row-image video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .image-text-rows .container > .btn {
    margin-top: 2rem;
    width: 100%;
  }
  .image-text-rows-holder {
    gap: 2.5rem;
  }
  .image-text-rows.reverse .image-text-row:nth-child(odd), .image-text-rows.reverse .image-text-row:nth-child(even) {
    flex-direction: column;
  }
  .image-text-row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .image-text-row:nth-child(even) {
    flex-direction: column;
  }
  .image-text-row > div {
    flex: auto;
  }
  .image-text-row-content > *:first-child {
    margin-bottom: 0.75rem;
  }
  .image-text-row-content > div > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .image-text-row-image {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
  }
  .image-text-row-image > picture {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .image-text-row-image img,
  .image-text-row-image video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.faq {
  display: flex;
  gap: 2rem;
}
.faq-title, .faq-questions {
  flex: auto;
}
.faq-title {
  max-width: 548px;
}
.faq-questions {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

@media (max-width: 991px) {
  .faq {
    flex-direction: column;
  }
  .faq-title, .faq-questions {
    flex: auto;
  }
  .faq-title {
    max-width: unset;
    text-align: center;
  }
  .faq-questions {
    max-width: unset;
  }
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
}
.contact.bg-white p {
  color: hsl(216, 4%, 52%);
}
.contact-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.5rem;
}
.contact-info-social {
  display: flex;
  gap: 1rem;
}
.contact-info-creds {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.contact-info-creds > li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-info-creds-row > * {
  width: calc(50% - 1rem);
}
.contact-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 664px;
}
.contact-map > iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .contact {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .contact-info > h3 {
    text-align: center;
    font-size: 28px;
  }
  .contact-info-creds-row > * {
    width: 100%;
  }
  .contact-map {
    min-height: 342px;
  }
}
.blog-posts {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.blog-posts-form {
  display: flex;
  gap: 2rem;
}
.blog-posts-filter, .blog-posts-search {
  flex: 1;
}
.blog-posts-filter {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.blog-posts-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 548px;
}
.blog-posts-search .search-holder {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 380px;
  margin-left: auto;
}
.blog-posts-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 3rem;
}
.blog-posts-list > * {
  width: calc(50% - 1rem);
}
.blog-posts-pagination {
  padding-top: 3rem;
}
.blog-posts .post {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: all 0.3s ease;
}
.blog-posts .post:hover {
  transform: translateY(-5px);
}
.blog-posts .post-img {
  position: relative;
  width: 100%;
  height: 380px;
}
.blog-posts .post-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-posts .post-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.blog-posts .post-body-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-posts .post-body-publication {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: hsl(216, 4%, 52%);
}

@media (max-width: 767px) {
  .blog-posts-form {
    flex-direction: column;
  }
  .blog-posts-filter, .blog-posts-search {
    flex: 1;
  }
  .blog-posts-filter-tags {
    max-width: unset;
  }
  .blog-posts-search .search-holder {
    max-width: unset;
    margin-left: 0;
  }
  .blog-posts-list {
    row-gap: 2rem;
  }
  .blog-posts-list > * {
    width: 100%;
  }
  .blog-posts .post-img {
    height: 250px;
  }
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}
.page-numbers > li > a, .page-numbers > li > span {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: hsl(216, 4%, 52%);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 0 10px;
  transition: all 0.2s ease;
}
.page-numbers > li > a.current, .page-numbers > li > span.current {
  background: hsl(218, 35%, 94%);
  color: hsl(300, 100%, 0%);
}
.page-numbers > li > a.prev, .page-numbers > li > a.next, .page-numbers > li > a.prev-double, .page-numbers > li > a.next-double {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.page-numbers > li > a.prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tbGVmdCI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik05LjI1IDMuNUw1Ljc1IDdMOS4yNSAxMC41IiBzdHJva2U9IiMwMjAwMDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
}
.page-numbers > li > a.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tcmlnaHQiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNNS43NSAzLjVMOS4yNSA3TDUuNzUgMTAuNSIgc3Ryb2tlPSIjMDIwMDAyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
}
.page-numbers > li > a.prev-double {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb25zLWxlZnQiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNNi45MTY2NyA0LjA4MzM3TDQgNy4wMDAwNEw2LjkxNjY3IDkuOTE2NzEiIHN0cm9rZT0iIzAyMDAwMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTEwLjQxNjcgNC4wODMzN0w3LjUgNy4wMDAwNEwxMC40MTY3IDkuOTE2NzEiIHN0cm9rZT0iIzAyMDAwMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
}
.page-numbers > li > a.next-double {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb25zLXJpZ2h0Ij4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTQuNTgzMDEgNC4wODMzN0w3LjQ5OTY3IDcuMDAwMDRMNC41ODMwMSA5LjkxNjcxIiBzdHJva2U9IiMwMjAwMDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik04LjA4MzAxIDQuMDgzMzdMMTAuOTk5NyA3LjAwMDA0TDguMDgzMDEgOS45MTY3MSIgc3Ryb2tlPSIjMDIwMDAyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
}
.page-numbers > li > a:hover {
  background-color: hsl(218, 35%, 94%);
}

.article {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.article-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.article-header-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.article-header-publication {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.article-header-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.article-header-author .author-logo {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.article-header-author .author-logo > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-header-author .author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.article-header-author .author-info-name {
  font-weight: 500;
  color: hsl(300, 100%, 0%);
}
.article-header-author .author-info-position {
  color: hsl(216, 4%, 52%);
}
.article-header-info {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 360px;
}
.article-body {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(250px, 432px);
  gap: 2rem;
}
.article-body-navigation {
  position: relative;
}
.article-body-navigation > ul {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-left: 2px solid hsl(217, 21%, 88%);
}
.article-body-navigation > ul > li > a {
  display: block;
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
  color: hsl(216, 4%, 52%);
  transition: color 0.2s ease;
}
.article-body-navigation > ul > li > a:hover {
  color: hsl(300, 100%, 0%);
}
.article-body-navigation > ul > li > a.active {
  color: hsl(300, 100%, 0%);
  border-left: 2px solid hsl(218, 52%, 39%);
  margin-left: -2px;
}
.article-body .text-editor > *:empty {
  display: none;
}
.article-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .article-header-title > br {
    display: none;
  }
  .article-header-publication {
    gap: 2rem;
  }
  .article-body {
    grid-template-columns: 1fr;
  }
  .article-body-content {
    grid-row: 2;
  }
  .article-body-navigation {
    grid-row: 1;
  }
  .article-body-navigation > ul {
    position: relative;
    top: 0;
  }
}
@media (max-width: 479px) {
  .article-header-title > br {
    display: none;
  }
  .article-header-info {
    justify-content: space-between;
    flex-grow: 1;
    max-width: unset;
  }
}
.position {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(300px, 548px);
  gap: 2rem;
}
.position-left {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.position-left-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.position-left-content-vacancy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: hsl(300, 100%, 0%);
}
.position-left-content-vacancy > * {
  display: block;
}
.position-left-content-vacancy a {
  color: hsl(218, 52%, 39%);
}
.position-left-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.position-right .recruiter {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}
.position-right .recruiter hr {
  height: 1px;
  border: none;
  background-color: hsl(217, 21%, 88%);
}
.position-right .recruiter-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.position-right .recruiter.bg-gray p {
  color: hsl(216, 4%, 52%);
}
.position-right .recruiter.bg-gray:has([class^=title-h]) {
  color: hsl(300, 100%, 0%);
}
.position-right .recruiter-person {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.position-right .recruiter-person-photo {
  position: relative;
  width: 90px;
  height: 90px;
}
.position-right .recruiter-person-photo > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.position-right .recruiter-person-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.position-right .recruiter-person-info > p:last-child {
  color: hsl(300, 100%, 0%);
}

@media (max-width: 991px) {
  .position {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .position-right .recruiter {
    padding: 1.5rem 1rem;
  }
}
.cta-section {
  position: relative;
}
.cta-section picture {
  position: absolute;
  inset: 0;
  vertical-align: middle;
}
.cta-section picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}
.cta-section .container {
  position: relative;
  z-index: 1;
}
.cta-section .btn {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .blog > .btn {
    margin-top: 2rem;
    width: 100%;
  }
}
