html,
body {
  margin: 0;
  padding: 0;
}

:root,
[data-theme="light"] {
  --color: #000000;
  --bg-color: #ffffff;
  --btn-primary: #4e84c2;
  --text: #010101;
  --border: #efefef;
  --placeholder: rgba(0, 0, 0, 0.5);
  --field-border: #cccccc;
  --scrollbar-bg: #f1f1f1;
  --scrollbar-color: #c51cb9;
  --scrollbar-thumb: #888;
  --slider-bg: #2c527e;
}

[data-theme="dark"] {
  --color: #ffffff;
  --bg-color: #181a1b;
  --btn-primary: #284c75;
  --text: #ffffff;
  --border: #3d3d3d;
  --placeholder: #ffffff;
  --field-border: #3d3d3d;
  --scrollbar-bg: #1c1e1f;
  --scrollbar-color: #c51cb9;
  --scrollbar-thumb: #2a2c2e;
  --slider-bg: #2c527e;
}

div,
span,
h1,
h2,
h3,
h4,
p,
a,
ul,
li,
textarea,
input {
  font: inherit;
}

* {
  box-sizing: border-box;
  outline: none;
}

*:focus {
  outline: none;
}

body {
  position: relative;
  min-height: 100vh;
  height: auto;
  font-family: "Didact Gothic", sans-serif;
  font-style: normal;
  line-height: 1.5;
  color: var(--color);
}

section {
  background-color: var(--bg-color);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0;
}

section,
.container {
  position: relative;
  word-wrap: break-word;
}

.container-fluid {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

p,
li {
  letter-spacing: 0.5px;
  line-height: 1.7;
}

ul,
p {
  margin-bottom: 0;
  margin-top: 0;
}

a {
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
.display-1,
.display-2,
.display-5,
.display-7 {
  word-break: break-word;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

.mbr-section-title {
  margin: 0;
  padding: 0;
  font-style: normal;
  line-height: 1.2;
  width: 100%;
}

.mbr-section-subtitle {
  line-height: 1.3;
  width: 100%;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
  width: 100%;
}

.counter-container {
  position: relative;
}

.btn {
  text-align: center;
  position: relative;
  margin: .4rem .0rem;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  font-style: normal;
  white-space: normal;
  transition: all .2s ease-in-out, box-shadow 2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  line-height: 1.5;
  letter-spacing: 1px;
}

.btn-form {
  padding: 1rem 2rem;
}

.btn-form:hover {
  cursor: pointer;
}

.card-title {
  margin: 0;
}

.card-img {
  border-radius: 0;
  width: auto;
  flex-shrink: 0;
}

.card {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}

.card .card-wrapper {
  height: 100%;
}

@media (max-width: 767px) {
  .card .card-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .md-pb {
    padding-bottom: 2rem;
  }
}

.icons-list a {
  margin-right: 1rem;
}

.icons-list a:last-child {
  margin-right: 0;
}

.mbr-white {
  color: #fff;
}

.mbr-black {
  color: var(--color);
}

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

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

@media (max-width: 767px) {

  .align-left,
  .align-center {
    text-align: center;
  }
}

.mbr-bold {
  font-weight: 700;
}

.mbr-section-btn {
  margin-left: -.8rem;
  margin-right: -.8rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

section.menu {
  min-height: 70px;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}

@media (max-width: 991px) {
  .menu-container {
    max-width: 100%;
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .menu-container {
    padding: 0 1rem;
  }
}

.navbar {
  z-index: 100;
  width: 100%;
}

.navbar-brand {
  display: flex;
  align-items: center;
  word-break: break-word;
  z-index: 1;
}

.navbar-logo {
  margin-right: .8rem;
}

@media (max-width: 767px) {
  .navbar-logo img {
    max-height: 55px;
    max-width: 55px;
  }
}

.navbar-caption-wrap {
  display: flex;
}

.navbar .navbar-collapse {
  display: flex;
  flex-basis: auto;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    padding: 70px 2rem 1rem;
    z-index: 1;
  }
}

.navbar-nav {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  min-width: 10rem;
}

@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
  }
}

.nav-item {
  word-break: break-all;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link,
.navbar-caption {
  transition: all 0.2s;
  letter-spacing: 1px;
}

.navbar-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .navbar-buttons {
    flex-direction: column;
  }
}

.hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}

.hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.menu-toggle.hamburger {
  position: absolute;
  top: 25px;
  right: 15px;
  margin-left: auto;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

@media (min-width: 992px) {

  .menu-toggle,
  .mobile-sidebar {
    display: none;
  }
}

.close-sidebar {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.close-sidebar span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}

.close-sidebar span:nth-child(1) {
  transform: rotate(45deg);
}

.close-sidebar span:nth-child(2) {
  transform: rotate(-45deg);
}

.mobile-sidebar {
  position: fixed;
  inset: 0 0 0 auto;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  z-index: 1100;
  background-color: var(--bg-color);
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
}

.mobile-sidebar.is-open {
  transform: translateX(0);
}

body.sidebar-open {
  overflow: hidden;
}

.builder-sidebar {
  position: relative;
  min-height: 100vh;
  z-index: 1030;
  padding: 70px 2rem 1rem;
  width: 100%;
  max-width: 20rem;
  text-align: center;
}

.mobile-sidebar .close-sidebar {
  position: absolute;
  top: 25px;
  right: 15px;
}

.mobile-sidebar .navbar-nav {
  min-width: 10rem;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.mobile-sidebar .nav-item,
.mobile-sidebar .navbar-buttons,
.mobile-sidebar .mbr-section-btn {
  width: auto;
}

.mobile-sidebar .nav-link {
  justify-content: center;
}

.mobile-sidebar .navbar-buttons {
  justify-content: center;
}

.mobile-sidebar .navbar-buttons .btn,
.mobile-sidebar .theme-switch-wrap {
  width: 190px;
  max-width: 100%;
}

.mobile-sidebar .btn {
  width: 100%;
}

.mobile-sidebar .theme-switch-wrap {
  margin: 0.35rem auto 0;
  justify-content: space-between;
}

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

.card-img img,
.image-block img,
.navbar-logo img {
  display: block;
  width: 100%;
}

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

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.mbr-flex {
  display: flex;
}

.mbr-jc-c {
  justify-content: center;
}

.mbr-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.mbr-row-reverse {
  flex-direction: row-reverse;
}

.mbr-column {
  flex-direction: column;
}

@media (max-width: 767px) {
  .mbr-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .mbr-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .mbr-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.mbr-pt-2 {
  padding-top: 1rem;
}

.mbr-pt-3 {
  padding-top: 1.5rem;
}

.mbr-pt-4 {
  padding-top: 2rem;
}

.mbr-pb-3 {
  padding-bottom: 1.5rem;
}

.mbr-pb-4 {
  padding-bottom: 2rem;
}

.mbr-px-1 {
  padding-left: .5rem;
  padding-right: .5rem;
  margin: .5rem;
}

.mbr-px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mbr-px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 991px) {
  .mbr-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.mbr-mr-auto {
  margin-right: auto;
}

.mbr-m-auto {
  margin: auto;
}

.form-block {
  z-index: 1;
  background-color: transparent;
  padding: 3rem;
  position: relative;
  overflow: visible;
}

@media (max-width: 992px) {
  .form-block {
    padding: 1rem;
  }
}

.form-block input,
.form-block textarea {
  border-radius: 0;
  background-color: var(--bg-color);
  margin: 0;
  transition: 0.4s;
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 11px 1rem;
}

form .fieldset {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.field {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.5rem;
}

@media (max-width: 768px) {
  .field {
    flex-basis: 100%;
  }
}

textarea {
  width: 100%;
  margin-right: 0;
}

.text-field {
  flex-basis: 100%;
  flex-grow: 1rem;
  flex-shrink: 1;
  padding: 0.5rem;
}

.iconfont-wrapper {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.iconfont {
  vertical-align: middle;
  width: 1.5rem;
  height: 100%;
  font-size: 1.5rem;
}

.display-1 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
}

.display-2 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

.display-5 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.display-7 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-block input,
.form-block textarea {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc(1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 2rem;
    font-size: calc(1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 1.2rem;
    font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-7 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}

.btn {
  padding: 10px 30px;
  border-radius: 0px;
}

.btn-md {
  padding: 10px 30px;
  border-radius: 0px;
}

.btn-primary,
.btn-primary:active {
  background-color: var(--btn-primary);
  border-color: var(--btn-primary);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2c527e;
  border-color: #2c527e;
  color: #fff;
}

.btn-primary:disabled {
  color: #fff;
  background-color: #2c527e;
  border-color: #2c527e;
}

.text-white {
  color: #fcfcfc;
}

.text-black {
  color: var(--text);
}

a[class*="text-"],
.iconfont {
  transition: 0.2s ease-in-out;
}

.iconfont {
  color: #4e84c2;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}

a.text-black:hover,
a.text-black:focus {
  color: #cccccc;
}

.hero-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("/assets/images/background/m.jpg");
  align-items: center;
  display: flex;
}

.hero-section .mbr-overlay {
  background: #000;
  opacity: 0.2;
}

.hero-section .mbr-section-title {
  color: #fff;
}

.hero-section .mbr-section-subtitle {
  color: #fff;
}

.site-header {
  background-color: var(--bg-color);
  overflow: visible;
}

.site-header .navbar {
  background: var(--bg-color);
}

.site-header .navbar-brand .navbar-logo {
  max-height: 120px;
  min-width: 30px;
  max-width: 120px;
}

.site-header .navbar-brand .navbar-logo img {
  object-fit: contain;
  height: 120px;
  width: 120px;
}

.site-header .navbar-caption {
  line-height: inherit;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-collapse {
    background: var(--bg-color);
  }
}

.site-header .nav-link {
  margin: .667em 1em;
  padding: 0;
}

.site-header .navbar-buttons .btn {
  min-height: 44px;
  padding: 0.5rem 0.9rem;
}

@media (min-width: 992px) and (max-width: 1220px) {
  .site-header .navbar .navbar-collapse {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.6rem 0.75rem;
  }

  .site-header .navbar-nav {
    justify-content: flex-end;
    min-width: 0;
  }

  .site-header .nav-link {
    margin: 0.5em 0.75em;
  }

  .site-header .navbar-buttons,
  .site-header .theme-switch-wrap {
    margin-top: 0.15rem;
  }

  .site-header .theme-switch-wrap {
    margin-left: 0;
  }

  .site-header .navbar-buttons .btn,
  .site-header .theme-preference {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .site-header .theme-preference {
    padding-right: 2.25rem;
  }
}

.site-header .hamburger span {
  background-color: #232323;
}

.site-header .builder-sidebar {
  background-color: var(--bg-color);
}

.site-header .close-sidebar:focus {
  outline: 2px auto #4E84C2;
}

.site-header .close-sidebar span {
  background-color: #232323;
}

.site-header .iconfont-wrapper .iconfont {
  vertical-align: middle;
  font-size: 1.3rem;
  width: 1.3rem;
}

.why-choose-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--bg-color);
}

@media (max-width: 991px) {
  .why-choose-section .card-wrapper {
    flex-wrap: wrap;
  }
}

.why-choose-section .card-box {
  width: 100%;
}

.why-choose-section .card-img .iconfont-wrapper {
  display: inline-block;
}

@media (min-width: 768px) {
  .why-choose-section .card-img .iconfont-wrapper {
    height: 2.5rem;
    width: 2.5rem;
  }
}

@media (max-width: 767px) {
  .why-choose-section .card-img .iconfont-wrapper {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.why-choose-section .card-img .iconfont {
  color: #4E84C2;
  transition: color 0.2s;
}

@media (min-width: 768px) {
  .why-choose-section .card-img .iconfont {
    width: 2.5rem;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .why-choose-section .card-img .iconfont {
    font-size: 2.5rem;
    width: 2.5rem;
  }
}

.products-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--bg-color);
}

@media (max-width: 991px) {
  .products-section .card-wrapper {
    flex-wrap: wrap;
  }
}

.products-section .card-box {
  width: 100%;
}

.products-section .card-img {
  width: 100%;
  min-height: 169px;
  overflow: hidden;
}

.products-section .card-img img {
  width: 100%;
  height: 169px;
  object-fit: cover;
}

.about-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  align-items: center;
  display: flex;
  background-image: url("/assets/images/background/abo.jpg");
}

.about-section .mbr-overlay {
  background: var(--bg-color);
  opacity: 0.8;
}

@media (max-width: 992px) {
  .about-section .mbr-row {
    flex-direction: column-reverse;
  }

  .about-section .mbr-row .title-wrap {
    padding-top: 2rem;
  }
}

@media (max-width: 992px) {
  .about-section .mbr-row>* {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-section .title-block {
  margin: auto;
  width: 100%;
}

.about-section .image-wrap {
  width: 100%;
}

.about-section .image-block {
  width: 100%;
  min-height: 338px;
  overflow: hidden;
}

.about-section .image-block img {
  width: 100%;
  height: 338px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .products-section .card-img img {
    height: 200px;
  }

  .about-section .image-block img {
    height: 260px;
  }
}

.newsletter-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/assets/images/background/nl.jpg");
  align-items: center;
  display: flex;
}

.newsletter-section .mbr-overlay {
  background: #000;
  opacity: 0.5;
}

.newsletter-section .title-block {
  margin: auto;
  width: 100%;
}

.newsletter-section .title-wrap {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  .newsletter-section .title-wrap {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .newsletter-section .form-block {
    padding: 0;
  }
}

.newsletter-section .form-block input {
  color: var(--color);
  border: 1.2px solid var(--border);
  background: var(--bg-color);
}

.newsletter-section .form-block input:hover {
  border: 1.2px solid #4E84C2;
}

.newsletter-section .form-block input::-webkit-input-placeholder {
  color: var(--placeholder);
  font-weight: bold;
}

.newsletter-section .form-block input::-moz-placeholder {
  color: var(--placeholder);
  font-weight: bold;
}

.newsletter-section .form-block .mbr-section-btn {
  margin: 0.5rem;
}

@media (max-width: 768px) {

  .newsletter-section .fieldset,
  .newsletter-section .mbr-section-btn,
  .newsletter-section .mbr-section-btn .btn {
    width: 100%;
  }
}

.contact-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: var(--bg-color);
}

.contact-section .form-block {
  padding: 0;
}

.contact-section .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.contact-section .iconfont {
  color: #4E84C2;
  font-size: 2rem;
  width: 2rem;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .contact-section .first-element {
    padding-bottom: 2rem;
  }
}

@media (max-width: 992px) {
  .contact-section .contacts-block {
    text-align: center;
  }
}

.contact-section .mbr-form .fieldset input,
.contact-section .mbr-form .fieldset textarea {
  background-color: var(--bg-color);
  color: var(--color);
  border: 1.2px solid var(--field-border);
  resize: none;
}

.contact-section .form-block input:hover,
.contact-section .form-block textarea:hover {
  border: 1.2px solid #4E84C2;
}

.contact-section .mbr-form .fieldset input::-webkit-input-placeholder {
  color: var(--placeholder);
  font-weight: bold;
}

.contact-section .mbr-form .fieldset input::-moz-placeholder {
  color: var(--placeholder);
  font-weight: bold;
}

.contact-section .mbr-form .fieldset textarea::-webkit-input-placeholder {
  color: var(--placeholder);
  font-weight: bold;
}

.contact-section .mbr-form .fieldset textarea::-moz-placeholder {
  color: var(--placeholder);
  font-weight: bold;
}

.contact-section .mbr-form .fieldset textarea {
  min-height: 200px;
}

@media (min-width: 992px) {
  .contact-section .main-row {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .contact-section .main-row>* {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.contact-section .mbr-section-title {
  color: var(--color);
}

.contact-section .mbr-text {
  color: var(--color);
}

.site-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--btn-primary);
}

@media (max-width: 992px) {
  .site-footer .link-items {
    justify-content: space-between;
  }
}

.site-footer .link-items .fLink {
  width: auto;
}

.site-footer .mbr-row {
  margin: 0;
}

.site-footer .mbr-row:nth-child(1) {
  margin-bottom: 1rem;
}

::-webkit-scrollbar {
  background-color: var(--scrollbar-bg);
  color: var(--scrollbar-color);
}

::-webkit-scrollbar-corner {
  background-color: var(--bg-color);
}

::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
}

@media (min-width: 992px) {
  .mbr-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.theme-switch-wrap {
  position: relative;
  display: inline-flex;
  margin-left: 0.75rem;
  min-height: 44px;
}

.theme-preference {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 44px;
  padding: 0.5rem 2.5rem 0.5rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 0;
  background-color: var(--bg-color);
  color: var(--text);
  cursor: pointer;
  text-align: left;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--text) 50%),
    linear-gradient(135deg, var(--text) 50%, transparent 50%);
  background-position:
    calc(100% - 1rem) 50%,
    calc(100% - 0.72rem) 50%;
  background-size: 0.38rem 0.38rem, 0.38rem 0.38rem;
  background-repeat: no-repeat;
}

.theme-preference:focus {
  outline: none;
}

.theme-preference-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  z-index: 40;
  display: none;
  min-width: 100%;
  border: 1px solid var(--border);
  border-radius: 0;
  background-color: var(--bg-color);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.theme-switch-wrap.is-open .theme-preference-menu {
  display: block;
}

.theme-preference-option {
  display: block;
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 0;
  border-top: 1px solid var(--border);
  border-radius: 0;
  background-color: var(--bg-color);
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.theme-preference-option:first-child {
  border-top: 0;
}

.theme-preference-option:hover,
.theme-preference-option:focus-visible {
  background-color: var(--border);
  color: var(--text);
}

.theme-preference-option.is-selected {
  background-color: var(--btn-primary);
  color: #ffffff;
}

.theme-preference-option:focus {
  outline: none;
}

.theme-preference-label {
  pointer-events: none;
}

.policy-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--bg-color);
}

@media (max-width: 991px) {
  .theme-switch-wrap {
    width: 190px;
    margin-left: 0;
    margin-top: 0.65rem;
  }

  .theme-preference {
    width: 100%;
  }

  .theme-preference-menu {
    width: 100%;
  }
}

#captcha {
  border: 2px solid transparent;
  border-radius: 3px;
  height: 80px;
  width: 306px;
}

#error {
  color: red;
  padding-left: 10px;
  padding-bottom: 2px;
  visibility: hidden;
}

#suberror {
  color: red;
  padding-top: 2px;
  padding-left: 10px;
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 60px;
}

@media (max-width: 768px) {
  #suberror {
    position: inherit;
    padding-top: 0;
    margin-bottom: -10px;
  }
}

#thankyou {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  font-size: 20px;
}

#thankyou h1 {
  font-size: 35px;
}

@media (max-width: 768px) {
  #thankyou {
    padding: 1.5rem 1rem;
    font-size: 1rem;
  }

  #thankyou h1 {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  #thankyou h3 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

#subthanks {
  display: block;
  font-size: 30px;
  color: white;
}

#alreadysub {
  display: block;
  font-size: 30px;
  color: white;
}

.hidden {
  display: none !important;
}
