@media screen and (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}
.js_reg_auth {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #E5E5E5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ED4700;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E5E5E5;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agavalanchec";
  src: url("../assets/fonts/Agavalanchec.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #0a0a0a;
  position: relative;
}

.header {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, p, ul, ol, li, a {
  margin: 0;
}

.h1 {
  font-size: 2.8rem;
  line-height: 1.3;
}

.h3 {
  font-size: 1.8rem;
  line-height: 1.3;
}

.h4 {
  font-size: 1.6rem;
  line-height: 1.3;
}

.text--white {
  color: #F9F9F9;
}
.text--black {
  color: #0a0a0a;
}
.text--blue {
  color: #15499B;
}
.text--orange {
  color: #ED4700;
}
.text.fz-s {
  font-size: 1.2rem;
}
.text.fz-md {
  font-size: 1.4rem;
}
.text.fz-lg {
  font-size: 1.8rem;
}
.text.fz-xl {
  font-size: 2.2rem;
}
.text.fz-xxl {
  font-size: 6rem;
}
.text.ff-agavalanchec {
  font-family: "Agavalanchec", sans-serif;
}
.text.ff-montserrat {
  font-family: "Montserrat", sans-serif;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.img {
  width: 100%;
  height: auto;
}
.img--xxs {
  max-width: 40px;
}
.img--xs {
  max-width: 90px;
}
.img--lg {
  max-width: 450px;
}

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #ED4700;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.4));
  border-radius: 12px;
  text-decoration: none;
  font-size: 1em;
  color: #F9F9F9;
  background: #ED4700;
  transition: all 0.3s ease;
}
.btn-about:hover {
  color: #F9F9F9;
  background-color: rgb(211.5, 63.3607594937, 0);
  border: 1px solid rgb(211.5, 63.3607594937, 0);
  text-decoration: none;
}
.btn-about:focus {
  color: #F9F9F9;
  background-color: rgb(211.5, 63.3607594937, 0);
  border: 1px solid rgb(211.5, 63.3607594937, 0);
  text-decoration: none;
}

.a {
  transition: all 0.2s ease;
}
.a:hover {
  color: #ED4700;
}
.a:focus {
  color: #ED4700;
}

.checkbox input {
  position: absolute;
  opacity: 0;
}
.checkbox__checkmark {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(-50%, -50%);
  width: 26px;
  aspect-ratio: 1;
  background-color: #ED4700;
  border: 1px solid #ED4700;
  border-radius: 50%;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.4));
  transition-duration: 0.5s;
}
.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: flex;
  left: 50%;
  top: 50%;
  width: 8px;
  aspect-ratio: 1;
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #F9F9F9;
  filter: drop-shadow(0 0 2px rgba(35, 35, 35, 0.4));
}
.checkbox__label {
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  user-select: none;
}
.checkbox__label:hover input ~ .checkbox__checkmark {
  border-color: rgb(16.7403409091, 58.1926136364, 123.5596590909);
}
.checkbox__label input:checked ~ .checkbox__checkmark {
  border-color: rgb(16.7403409091, 58.1926136364, 123.5596590909);
}
.checkbox__label input:checked ~ .checkbox__checkmark:after {
  background-color: rgb(16.7403409091, 58.1926136364, 123.5596590909);
}
.checkbox__label input:disabled ~ .checkbox__checkmark {
  border-color: #ED4700;
}

.block-blue {
  position: relative;
  padding: 2rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #1F477E 7%, #236FBF 36%, #15499B 66%, #15499B 85%, #15499B 100%);
  filter: drop-shadow(1px 1px 6px #0a0a0a);
}
.block-blue ul {
  list-style: none;
  padding-left: 30px;
}
.block-blue ul li {
  position: relative;
}
.block-blue ul li::before {
  content: url("/projects/freedom/assets/img/list-item-new.png");
  position: absolute;
  left: -30px;
  top: 0;
}
.block-blue ul li:has(span)::before {
  position: absolute;
  top: 15px;
}
.block-blue.transparent {
  background: transparent;
  filter: none;
}
.block-blue .dot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 10%;
  aspect-ratio: 1;
}
.block-blue .dot__top-left {
  top: 1%;
  left: 1%;
}
.block-blue .dot__top-right {
  top: 30%;
  left: 99%;
}

.animated {
  transition: all 1s ease-in;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
  transition: all 1.8s ease-in;
}

.show-translate-right-top {
  opacity: 1;
  animation: translateRightTop 1.2s ease-in;
}

.show-translate-left {
  opacity: 1;
  animation: translateLeft 1.2s ease-in;
}

.show-translate-right {
  opacity: 1;
  animation: translateRight 1.2s ease-in;
}

.show-translate-bottom {
  opacity: 1;
  animation: translateBottom 1.2s ease-in;
}

@keyframes translateLeft {
  0% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateRight {
  0% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateRightTop {
  0% {
    transform: translate(40%, 40%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes translateBottom {
  0% {
    transform: translateY(80%);
  }
  100% {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=template.css.map */
