/*!
 * AdCentral: Edge  v1.0.0 (https://www.joinadcentral.com)
 * Copyright 2025 @AdCentral
 */
:root {
  --tpl-font-primary: Sora, sans-serif;
  --tpl-font-secondary: Lato, sans-serif;
  --tpl-title-color: #0E0401;
  --tpl-body-primary-color: #525252;
  --tpl-body-secondary-color: #7d7d7d;
  --tpl-body-alt-color: #3d3d3d;
  --tpl-faqs-color: #f9f9f9;
  --tpl-bg: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

a, button {
  cursor: pointer;
  text-decoration: none;
}

body {
  background: var(--tpl-bg);
  font-family: var(--tpl-font-primary);
  font-size: 16px;
  line-height: 1.5;
}

/* Typography */
.font-base {
  font-family: var(--tpl-font-primary);
  font-optical-sizing: auto;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.font-title {
  color: var(--tpl-title-color);
  font-size: 26px;
  font-weight: 400;
}
.font-subtitle {
  color: var(--tpl-title-color);
  font-size: 16px;
}
.font-paragraph {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font-secondary);
  font-size: 12px;
}
@media screen and (min-width: 758px) {
  .font-title {
    font-size: 32px;
  }
  .font-paragraph {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .font-title {
    font-size: 60px;
    line-height: 72px;
  }
  .font-subtitle {
    font-size: 20px;
  }
  .font-paragraph {
    font-size: 18px;
  }
}

.highlight {
  color: var(--primary_color);
}

.btn {
  align-items: center;
  border: none;
  border-radius: 77.18px;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 50px;
  min-width: 136px;
  opacity: 1;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  font-family: var(--tpl-font-primary);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
}

.btn:hover {
  filter: brightness(0.9);
}

.btn:disabled, [disabled].btn {
  background-color: #ccc !important;
  color: #9B9B9B !important;
}

@media screen and (min-width: 758px) {
  .btn {
    font-size: 18px;
    height: 60px;
    min-width: 157px;
  }
}
@media screen and (min-width: 1200px) {
  .btn {
    border-radius: 77.18px;
    height: 70px;
    padding: 11px 24px;
  }
}
.btn--primary {
  background: var(--primary_color);
  background-color: var(--primary_color);
  color: #fff !important;
}
.btn--secondary {
  background-color: #fff;
  color: var(--secondary_color) !important;
}

.hide {
  display: none !important;
}

.sufflews__button {
  cursor: pointer;
}

/* Template */
.template-page {
  background-image: url("./../images/bg-phones-mobile.webp");
  background-position: right 132px;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  overflow-x: clip;
  position: relative;
  width: 100%;
}
.template-header {
  background-color: var(--secondary_color);
  display: flex;
  height: 133px;
  min-height: 133px;
  padding: 7px 0;
  width: 100%;
}
.template-footer {
  align-items: center;
  background-color: var(--secondary_color);
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 758px) {
  .template-page {
    background-image: url("./../images/bg-phones-tablet.webp");
  }
}
@media screen and (min-width: 1200px) {
  .template-page {
    background-image: url("./../images/bg-phones-desktop.webp");
  }
}
@media screen and (min-width: 1600px) {
  .template-page {
    background-image: url("./../images/bg-phones-fhd.webp");
  }
}
/* Navbar */
.navbar {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  padding: 10px;
  position: relative;
  width: 100%;
}
.navbar input[type=checkbox] {
  display: none;
}
.navbar__brand {
  display: flex;
  font-size: 20px;
  font-family: var(--tpl-font-primary);
  left: 10px;
  min-width: 240px;
  position: absolute;
  z-index: 99;
}
.navbar__brand:has(.change-logo-shape) {
  left: 0;
  top: 0;
}
.navbar__btn {
  display: flex;
  margin-right: 18px;
}
.navbar__btn label {
  cursor: pointer;
}
.navbar__links {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 0;
  left: 50%;
  max-width: 377px;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  top: 92px;
  width: 100%;
  z-index: 99;
}
.navbar__link {
  color: #424242;
  cursor: pointer;
  font-family: var(--tpl-font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 18px 16px;
  width: 100%;
}
.navbar__link:hover {
  color: var(--primary_color);
}
.navbar:has(:checked) .navbar__links {
  display: flex;
  height: auto;
  padding: 16px;
}
.navbar .btn--nav {
  display: none;
  height: 60px;
  min-width: 157px !important;
}
@media screen and (min-width: 758px) {
  .navbar {
    align-items: center;
    flex-direction: row;
  }
  .navbar__links {
    background-color: transparent;
    flex-direction: row;
    height: auto;
    gap: 10px;
    left: unset;
    margin-right: 46px;
    max-width: min-content;
    overflow: visible;
    padding: 10px !important;
    position: relative;
    top: unset;
    transform: none;
  }
  .navbar__link {
    color: #fff;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
  }
  .navbar__btn {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .navbar {
    justify-content: center;
  }
  .navbar__header {
    flex: unset;
    margin: 0;
  }
  .navbar__links {
    margin: 0;
    gap: 31px;
  }
  .navbar .btn--nav {
    display: flex;
    position: absolute;
    right: -406px;
  }
}

/* Footer */
.footer__wrap {
  align-items: center;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 75px;
  width: 100%;
}
.footer__logo {
  position: absolute;
  top: 27px;
}

.footer__logo img{
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
}
.footer__links {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 104px;
  margin-top: 100px;
}
.footer__links-item {
  color: #fff;
  cursor: pointer;
  display: flex;
  padding: 10px;
  font-size: 14px;
}
.footer__links-item:hover {
  color: var(--primary_color);
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 6px;
  max-width: 321px;
  width: 100%;
}
.footer__trademark {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer__trademark-label {
  font-family: var(--tpl-font-primary);
  text-align: center;
}
.footer__trademark-label, .footer__trademark-label a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.footer__trademark-label a:hover {
  color: var(--primary_color);
  cursor: pointer;
  text-decoration: underline;
}
.footer__privacy-terms {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
  width: 100%;
}
.footer__privacy-terms-label {
  color: var(--primary_color);
  font-size: 12px;
  font-weight: 400;
}
.footer__privacy-terms-label:hover {
  color: var(--primary_color);
  cursor: pointer;
  text-decoration: underline;
}
.footer__social {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 16px 0;
  order: 1;
}
.footer__social-text {
  color: #fff;
  font-size: 12px;
}
.footer__social-links {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer__social-links a {
  display: flex;
}
.footer__social-links svg {
  height: auto;
  width: 21.1546497345px;
}
.footer__social-links svg path, .footer__social-links svg rect {
  fill: var(--primary_color);
}
.footer__separator {
  color: var(--primary_color);
}
@media screen and (min-width: 758px) {
  .footer__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 34px;
    padding-top: 100px;
    max-width: 640px;
  }
  .footer__links {
    flex-direction: row;
    gap: 10px;
    margin: 0;
    max-width: fit-content;
  }
  .footer__links-item {
    font-size: 16px;
  }
  .footer__social {
    gap: 15px;
    margin: 0;
  }
  .footer__content {
    gap: 0;
    margin: 0;
    max-width: 487px;
  }
}
@media screen and (min-width: 1200px) {
 
  .footer__wrap {
    align-items: center;
    flex-direction: row;
    max-width: 1120px;
    padding-top: 70px;
  }

  .footer__content {
    margin-top: 0;
    max-width: 482px;
  }
  .footer__links {
    justify-content: flex-end;
    max-width: none;
    width: 100%;
  }
  .footer__privacy-terms {
    justify-content: flex-end;
  }
  .footer__social {
    order: 0;
  }
  .footer__social-links {
    gap: 16px;
    padding: 8px 0;
  }
  .footer__trademark-label, .footer__trademark-label a, .footer__privacy-terms-label, .footer__privacy-terms-label a {
    text-align: right;
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 1px) and (max-width: 1199px) {
    .nav__logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 205px;
        pointer-events: none;
        z-index: 5;
    }

    .footer__logo {
      position: static;
    }

    .footer__logo img{
      margin-top: 30px;
    }
}
