/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \**************************************************************************************************************/
.visually-hidden {
  display: none !important;
}

.section-padding {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .section-padding {
    padding: 80px 0;
  }
}

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

.accordion-js-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.accordion-js-title {
  background-color: transparent;
  width: 100%;
  border: none;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 0 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.accordion-js-title span {
  transition: all 0.2s ease-in-out;
}
.accordion-js-title.active span {
  transform: rotate(45deg);
}
.accordion-js-content {
  margin-top: -2px;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}
.accordion-js-content.active {
  height: auto;
}

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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Varta", serif;
  font-size: 0.875rem;
  color: #FFF;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  body {
    font-size: 1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 42px;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 56px;
  }
}

h2, .h2 {
  font-size: 32px;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 48px;
  }
}

p, ul, ol, blockquote {
  margin-bottom: 1rem;
}

a {
  color: #28E3DA;
}

html, body {
  background-color: #000;
}

html {
  scroll-behavior: smooth;
}

.container {
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .container {
    padding: 0;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1318px;
  }
}

.header {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-icon {
  max-width: 11px;
  display: block;
}
.header__logo-text {
  display: none;
}
@media (min-width: 768px) {
  .header__logo-text {
    display: flex;
    margin-left: 16px;
    max-width: 310px;
  }
}

.footer {
  padding: 30px 0;
  border-top: 1px solid #28E3DA;
}
@media (min-width: 992px) {
  .footer__wrapper {
    display: flex;
  }
}
.footer__branding {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer__branding {
    margin-bottom: 0;
    margin-right: 80px;
  }
}
.footer__branding-letter {
  max-width: 18px;
  min-width: 18px;
}
.footer__branding-letter img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__branding-text {
  padding-left: 16px;
  width: calc(100% - 18px);
}
.footer__branding-text img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 375px) {
  .footer__branding-text img {
    max-width: 300px;
  }
}
.footer__branding-text p {
  font-size: 0.825rem;
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .footer__branding-text p {
    font-size: 1.125rem;
  }
}
.footer__branding-text span {
  display: block;
  font-size: 0.875rem;
}
.footer__contact {
  margin-bottom: 20px;
}
.footer__copyright {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .footer__copyright {
    margin-left: 80px;
    flex-grow: 1;
    text-align: right;
  }
}

form input[type=text],
form input[type=email],
form input[type=phone],
form select,
form textarea {
  padding: 12px;
  border-radius: 5px;
  background-color: #000;
  border: 1px solid #28E3DA;
  color: #FFF;
}
form input[type=submit] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 24px;
  min-height: 48px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #28E3DA;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #E3DA28;
  background: linear-gradient(to bottom, #E3DA28 0%, #FDB10D 100%);
}
form input[type=submit]:hover {
  box-shadow: 1px 2px 2px rgba(227, 218, 40, 0.3), 2px 4px 4px rgba(227, 218, 40, 0.3), 3px 6px 6px rgba(227, 218, 40, 0.3);
}
form input[type=checkbox] {
  appearance: initial;
}
form input[type=checkbox] {
  margin-top: 0 !important;
  margin-right: 12px !important;
}
form input[type=checkbox]::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid white;
  top: 0;
}
form input[type=checkbox]:checked::before {
  background-size: 100%;
  background-image: url(3cc2e01c997889d4c4c3.svg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 24px;
  min-height: 48px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #28E3DA;
  color: #28E3DA;
  text-decoration: none;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  box-shadow: 1px 2px 2px rgba(40, 227, 218, 0.3), 2px 4px 4px rgba(40, 227, 218, 0.3), 3px 6px 6px rgba(40, 227, 218, 0.3);
}
.btn-primary {
  color: #000;
  border: 1px solid #E3DA28;
  background: linear-gradient(to bottom, #E3DA28 0%, #FDB10D 100%);
}
.btn-primary:hover {
  box-shadow: 1px 2px 2px rgba(227, 218, 40, 0.3), 2px 4px 4px rgba(227, 218, 40, 0.3), 3px 6px 6px rgba(227, 218, 40, 0.3);
}
.btn-secondary {
  color: #FFF;
  border: 1px solid #28E3DA;
  background: linear-gradient(to bottom, #28E3DA 0%, #033C60 100%);
}

.icon-item {
  display: flex;
}
.icon-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, #28E3DA 0%, #E3DA28 100%);
}
.icon-item__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .icon-item__icon {
    width: 100px;
    height: 100px;
  }
  .icon-item__icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
}
.icon-item__bg {
  background-image: linear-gradient(to bottom, #000 0%, #222 100%);
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-item__info {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.icon-item__title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .icon-item__title {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
.icon-item__content {
  margin-bottom: 0;
}

.hero-banner {
  background-color: black;
  padding: 138px 0px 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
@media (min-width: 1200px) {
  .hero-banner {
    padding: 158px 0px 70px;
    height: 600px;
  }
}
.hero-banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-banner .container {
  z-index: 1;
  position: relative;
}
.hero-banner__title {
  font-size: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero-banner__title {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .hero-banner__title {
    font-size: 56px;
  }
}
.hero-banner__title-icon {
  display: none;
  margin-left: 4px;
  margin-right: 4px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .hero-banner__title-icon {
    display: flex;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-banner__title-icon {
    width: 56px;
    height: 56px;
  }
}
.hero-banner__title-right {
  color: #28E3DA;
}
.hero-banner__content {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1200px) {
  .hero-banner__content {
    font-size: 2rem;
  }
}
.hero-banner__content span {
  color: #E3DA28;
  background: -webkit-linear-gradient(#E3DA28, #FDB10D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .featured-services__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .featured-services__wrapper::after {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #28E3DA;
  }
}
.featured-services__title {
  text-align: center;
}
@media (min-width: 1200px) {
  .featured-services__title {
    text-align: left;
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .featured-services__title {
    font-size: 3rem;
  }
}
.featured-services__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .featured-services__image {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .featured-services__image {
    min-width: 162px;
    max-width: 162px;
    height: auto;
  }
  .featured-services__image img {
    width: 100%;
  }
}
.featured-services__content {
  text-align: center;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .featured-services__content {
    text-align: left;
  }
}
.featured-services__info {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .featured-services__info {
    margin-bottom: 0;
  }
}
.featured-services__column {
  position: relative;
}
@media (min-width: 768px) {
  .featured-services__column {
    width: calc((100% - 80px) / 2);
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .featured-services__column {
    flex-direction: row;
    align-items: center;
  }
  .featured-services__column .featured-services__info {
    padding-right: 30px;
  }
  .featured-services__column--left {
    flex-direction: row-reverse;
  }
  .featured-services__column--left .featured-services__info {
    padding-left: 30px;
    padding-right: 0;
  }
}
.featured-services__column:not(:last-of-type) {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.featured-services__column:not(:last-of-type)::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #28E3DA;
  bottom: 0;
}
@media (min-width: 768px) {
  .featured-services__column:not(:last-of-type)::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .featured-services__column:not(:last-of-type) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.icon-grid__title {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .icon-grid__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .icon-grid__title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .icon-grid__list {
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .icon-grid__list {
    margin-bottom: -40px;
  }
}
@media (min-width: 768px) {
  .icon-grid__list-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 1200px) {
  .icon-grid__list-item {
    margin-bottom: 40px;
  }
  .icon-grid__list-item:not(:last-of-type) {
    margin-bottom: inherit;
  }
}
.icon-grid__list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .icon-grid__list-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.logos__title {
  margin-bottom: 30px;
}
.logos__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: -16px;
}
.logos__list-item {
  margin-bottom: 16px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .logos__list-item {
    margin-left: 12px;
    margin-right: 12px;
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .logos__list-item {
    margin-left: 20px;
    margin-right: 20px;
    height: 60px;
  }
}
.logos__list-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0.5);
  transition: all 0.3s ease-in-out;
}
.logos__list-item img:hover {
  filter: brightness(1);
}

.content-tabs__title {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .content-tabs__title {
    text-align: left;
    padding-right: 80px;
    min-width: 500px;
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .content-tabs__accordion {
    min-width: calc(100% - 500px);
    max-width: calc(100% - 500px);
  }
}
.content-tabs__accordion-item {
  background-image: linear-gradient(to bottom, #28E3DA 0%, #E3DA28 100%);
  color: #FFF;
  border: none;
  padding: 11px 16px;
  border-radius: 10px;
  position: relative;
}
.content-tabs__accordion-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.content-tabs__accordion-item::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-image: linear-gradient(to bottom, #000 0%, #000 80%);
}
.content-tabs__accordion-item.active::before {
  background-image: linear-gradient(to bottom, #000 0%, #222 100%);
}
.content-tabs__accordion-item button {
  padding: 0;
  color: inherit;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
}
.content-tabs__accordion-item > div {
  position: relative;
}
.content-tabs__accordion-content {
  padding-top: 1rem;
}
.content-tabs__accordion-content ul, .content-tabs__accordion-content ol {
  list-style: initial;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .content-tabs__wrapper {
    display: flex;
  }
}

.contact-content__image {
  width: 100%;
  height: 200px;
}
.contact-content__image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .contact-content__image {
    height: unset;
  }
}
.contact-content__content {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-content__content {
    min-width: calc(100% - 400px);
    max-width: calc(100% - 400px);
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .contact-content__content {
    min-width: calc(100% - 570px);
    max-width: calc(100% - 570px);
  }
}
@media (min-width: 1200px) {
  .contact-content__content {
    min-width: calc(100% - 769px);
    max-width: calc(100% - 769px);
  }
}
@media (min-width: 1400px) {
  .contact-content__content {
    padding-right: 100px;
  }
}
.contact-content__form {
  padding: 20px;
  background-image: linear-gradient(to bottom, #28E3DA 0%, #E3DA28 100%);
  border-radius: 10px;
  position: relative;
}
.contact-content__form::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #000 0%, #222 100%);
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  z-index: 0;
}
.contact-content__form-title, .contact-content__form-shortcode {
  position: relative;
}
.contact-content__form-title {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .contact-content__form {
    min-width: 400px;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .contact-content__form {
    min-width: 570px;
    max-width: 570px;
  }
}
@media (min-width: 1200px) {
  .contact-content__form {
    min-width: 769px;
    max-width: 769px;
  }
}
@media (min-width: 768px) {
  .contact-content__wrapper {
    display: flex;
  }
}
@media (min-width: 768px) {
  .contact-content__title {
    margin-bottom: 40px;
  }
}
