@font-face {
  font-family: "AtomicAlice";
  src: url("./assets/fonts/AtomicAlice/AtomicAlice-Regular.eot");
  src: url("./assets/fonts/AtomicAlice/AtomicAlice-Regular.woff") format("woff"), url("./assets/fonts/AtomicAlice/AtomicAlice-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AtomicAlice Bold";
  src: url("./assets/fonts/AtomicAlice/AtomicAlice-Bold.eot");
  src: url("./assets/fonts/AtomicAlice/AtomicAlice-Bold.woff") format("woff"), url("./assets/fonts/AtomicAlice/AtomicAlice-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "AtomicAlice Medium";
  src: url("./assets/fonts/AtomicAlice/AtomicAlice-Medium.eot");
  src: url("./assets/fonts/AtomicAlice/AtomicAlice-Medium.woff") format("woff"), url("./assets/fonts/AtomicAlice/AtomicAlice-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "AtomicAlice", sans-serif;
  color: #1b1a1a;
}

.section {
  width: 100%;
  padding: 55px 0 95px 0;
}
.section-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-yellow {
  background-color: #ffbe26;
}
.section-blue {
  background-color: #CF112A;
  position: relative;
  background-image: url("./assets/img/liga360-bg.jpg");
  padding: 55px 0;
}
.section-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.section-banner {
  padding: 160px 0 80px 0;
  background-color: #CF112A;
  background-image: url("./assets/img/judge.jpg");
  position: relative;
}
.section-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.section__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 32px;
  text-align: center;
}
.section__desc {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  text-align: justify;
}
.section__desc strong {
  font-weight: 700;
}
.section .row {
  max-width: 1200px;
  widows: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.section .content {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.section .content-shift {
  margin: 20px auto 80px auto;
  padding: 30px 40px;
  background-color: #ffbe26;
  box-shadow: 0px 10px 16px 0px rgba(13, 28, 126, 0.22);
  width: 80%;
  max-width: 800px;
  border-radius: 16px;
}

.text-accent {
  background: #ffbe26;
  color: #1b1a1a;
}

.header {
  background-color: #fff;
  position: fixed;
  padding: 0;
  z-index: 100;
}
.header .hamburger {
  display: none;
}
.header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header .logo a {
  display: block;
  height: 60px;
}
.header .logo a img {
  height: 60px;
}
.header .nav {
  width: 65%;
  display: flex;
  justify-content: space-between;
}
.header .nav__item {
  padding: 0 20px;
  color: #10213D;
  text-align: center;
}
.header .nav__link {
  color: #10213D;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  font-family: "AtomicAlice";
  transition: all 0.22s linear;
}
.header .nav__link:hover {
  color: #ffbe26;
}

.toggle {
  display: block;
  cursor: pointer;
}
.toggle input {
  display: none;
}
.toggle input + div {
  width: 20px;
  height: 14px;
  position: relative;
}
.toggle input + div div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease;
}
.toggle input + div div span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.toggle input + div div span:first-child {
  top: 0;
}
.toggle input + div div span:first-child::before, .toggle input + div div span:first-child::after {
  top: 0;
}
.toggle input + div div span:last-child {
  bottom: 0;
}
.toggle input + div div span:last-child::before, .toggle input + div div span:last-child::after {
  bottom: 0;
}
.toggle input + div div span::before, .toggle input + div div span::after {
  content: "";
  display: block;
  width: 47%;
  height: 2px;
  border-radius: 1px;
  background: #ffbe26;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s ease, border-radius 0.3s ease, background 0.4s ease;
}
.toggle input + div div span::before {
  left: 0;
  transform-origin: 0 50%;
  transform: translate(1px, 0) scaleX(1.1);
}
.toggle input + div div span::after {
  right: 0;
  transform-origin: 100% 50%;
  transform: translate(-1px, 0) scaleX(1.1);
}
.toggle input + div svg {
  display: block;
  fill: none;
  stroke: #ffbe26;
  stroke-width: 2px;
  width: 44px;
  height: 44px;
  stroke-linecap: round;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  stroke-dasharray: 0 82.801 8 82.801;
  stroke-dashoffset: 82.801;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  transform: scale(1);
  transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease, transform 0.5s ease, stroke 0.4s ease;
}
.toggle input + div svg:nth-child(3) {
  transform: rotate(180deg) scale(1);
}
.toggle input:checked + div div {
  transform: rotate(90deg);
}
.toggle input:checked + div div span::before, .toggle input:checked + div div span::after {
  background: #ffbe26;
}
.toggle input:checked + div div span:first-child::before {
  transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:first-child::after {
  transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child::before {
  transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child::after {
  transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div svg {
  stroke-dashoffset: 62;
  stroke-dasharray: 0 82.801 62 82.801;
  transform: rotate(90deg);
  stroke: #ffbe26;
}
.toggle input:checked + div svg:nth-child(3) {
  transform: rotate(270deg);
}

.banner {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  width: 80%;
  padding: 40px 30px;
  position: relative;
  border-left: 5px solid #CF112A;
}
.banner__title {
  font-family: "AtomicAlice Bold", Sans-serif;
  font-size: 70px;
  color: #10213D;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
.banner__desc {
  font-family: "AtomicAlice", Sans-serif;
  font-size: 40px;
  color: #10213D;
  margin: 0;
  margin-bottom: 20px;
}

.grid {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.grid > * + * {
  margin-left: 20px;
}
.grid__item {
  flex: 50% 0 1;
  width: 50%;
}
.grid__60 {
  flex: 60% 0 1;
}
.grid__40 {
  flex: 40% 0 1;
}

.products {
  background-color: #ffffff;
  max-width: 1000px;
}
.products__title {
  font-size: 40px;
  font-family: "AtomicAlice Medium", sans-serif;
  color: #1b1a1a;
}
.products__sub {
  font-size: 22px;
  font-family: "AtomicAlice", sans-serif;
  margin: 2rem auto;
  color: #10213D;
  border-left: 4px solid #ffbe26;
  padding-left: 30px;
  line-height: 2;
  text-transform: uppercase;
}

.trust {
  background-color: #ffffff;
  max-width: 1000px;
}
.trust__title {
  font-size: 40px;
  font-family: "AtomicAlice Medium", sans-serif;
  color: #1b1a1a;
  text-align: right;
}
.trust__sub {
  font-size: 22px;
  font-family: "AtomicAlice", sans-serif;
  margin: 2rem auto;
  color: #1b1a1a;
  border-right: 4px solid #ffbe26;
  padding-right: 30px;
  line-height: 2;
  text-align: right;
  text-transform: uppercase;
}

.slogan {
  text-align: center;
  font-family: "AtomicAlice Bold";
  font-size: 70px;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.contacts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: right;
}

.button {
  font-family: "AtomicAlice Medium", Sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  padding: 20px 60px;
  box-shadow: none;
  transition: all 0.22s;
  background: #ffbe26;
  border: 1px solid #ffbe26;
}
.button:hover {
  background: transparent;
}

.contact {
  margin: 0;
  margin-bottom: 1rem;
  font-family: "AtomicAlice Medium";
  font-size: 20px;
}
.contact-dark {
  color: #fff;
}
.contact-dark a {
  text-decoration: none;
  color: #fff;
}
.contact-dark a:hover {
  color: #ffbe26;
}

.show {
  display: block !important;
}

@media all and (max-width: 991px) {
  .section {
    padding: 45px 0 75px 0;
  }
  .section-banner {
    padding: 110px 0 60px 0;
  }
  .section-blue {
    padding: 45px 0;
  }
  .header {
    padding: 0;
  }
  .header .logo a {
    height: 45px;
  }
  .header .logo a img {
    height: 45px;
  }
  .banner__title {
    font-size: 55px;
    margin-bottom: 20px;
  }
  .banner__desc {
    font-size: 32px;
  }
  .products__sub {
    font-size: 18px;
  }
  .products__title {
    font-size: 28px;
  }
  .trust__sub {
    font-size: 18px;
  }
  .trust__title {
    font-size: 28px;
  }
  .slogan {
    font-size: 56px;
  }
}
@media all and (max-width: 767px) {
  .header .hamburger {
    display: block;
  }
  .header .nav {
    position: absolute;
    width: 100%;
    flex-direction: column;
    left: 0;
    top: 82px;
    background: #fff;
    display: none;
  }
  .header .nav__item {
    padding: 15px 20px;
  }
  .slogan {
    font-size: 28px;
  }
  .grid {
    flex-direction: column;
  }
  .grid__item {
    width: 100%;
    flex: 100% 0 1;
  }
  .grid__60 {
    flex: 100% 0 1;
  }
  .grid__40 {
    flex: 100% 0 1;
  }
  .banner__title {
    font-size: 36px;
  }
  .banner__desc {
    font-size: 24px;
  }
  .propose__title {
    font-size: 36px;
  }
  .contacts {
    text-align: center;
  }
}

.text {
  margin-top: 60px;
  padding: 40px 60px;
  border: 2px solid #ccc;
  border-radius: 10px;
}

.text p {
  margin: 0;
  font-size: 18px;
  line-height: 120%;
}

.text ul li {
  font-size: 18px;
  line-height: 120%;
}
@media all and (max-width: 500px) {
  .text{
      padding: 26px 24px;
  }
  .text ul{
      padding-left: 24px;
  }
}

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