body {
  margin: 0;
  padding: 0;
  background-color: #fffff1;
  width: 100%;
  overflow-x: hidden;
}
body p {
  margin: 0;
  padding: 0;
}
body h1,
body h2,
body i {
  margin: 0;
  padding: 0;
}
body h4 {
  margin: 0;
}

.section1 {
  background-color: #11322b;
  padding: 170px 0;
}
.section1 .container {
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 553px;
  height: 476px;
  border-radius: 50px;
  padding: 30px 70px;
}
.section1 .container h4 {
  font-size: 20px;
}
.section1 .container p {
  color: #0a6846;
  text-align: center;
}
.section1 .container p i {
  color: #63bd04;
  font-size: 48px;
}
.section1 .container h3 {
  margin-bottom: 0;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
}
.section1 .container .button-container button {
  background-color: #0a6846;
  color: #d2ffea;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  font-size: 28px;
  cursor: pointer;
  margin-top: 20px;
}

.section2 {
  margin-top: 80px;
}
.section2 .container-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section2 .container-top h4,
.section2 .container-top p {
  color: #0a6846;
  text-align: center;
}
.section2 .container-top h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.section2 .container-bottom {
  margin: 100px 30%;
}
.section2 .container-bottom iframe {
  width: 100%;
  height: 500px;
  border-radius: 40px;
}

.section3 {
  margin-top: 80px;
}
.section3 .container-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section3 .container-top h4,
.section3 .container-top p {
  color: #0a6846;
  text-align: center;
}
.section3 .container-top h4 {
  font-size: 25px;
}
.section3 .container-top p {
  color: #0a6846;
  text-align: center;
}
.section3 .container-top p i {
  color: #63bd04;
  font-size: 48px;
}
.section3 .container-top h3 {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
}
.section3 .container-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 200px;
  gap: 100px;
}
.section3 .container-bottom .container-bottom-left {
  width: 50%;
}
.section3 .container-bottom .container-bottom-left img {
  width: 100%;
}
.section3 .container-bottom .section12 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  gap: 200px;
}
.section3 .container-bottom .section12 .container-left .faq-container {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  border-radius: 50px;
  border: 2px solid #0a6846;
  padding: 5px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section3 .container-bottom .section12 .container-left .faq-container h3 {
  font-size: 28px;
}
.section3 .container-bottom .section12 .container-left .faq-container:hover {
  background-color: #ebffe2;
  border: 2px solid #ebffe2;
  color: white;
}
.section3 .container-bottom .section12 .container-left .faq-container:hover h3 {
  color: #4cb64c;
}
.section3 .container-bottom .section12 .container-left .faq-container-active {
  background-color: #ebffe2;
  padding: 15px 40px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px;
}
.section3 .container-bottom .section12 .container-left .faq-container-active .faq-container-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.section3 .container-bottom .section12 .container-left .faq-container-active .faq-container-content h3 {
  color: #4cb64c;
  font-size: 28px;
}
.section3 .container-bottom .section12 .container-left .faq-container-active .faq-container-content p {
  margin: 10px;
}
.section3 .container-bottom .section12 .container-left .faq-container-active .faq-container-content .img-bouncingbox {
  margin-bottom: 8px;
}
.section3 .container-bottom .section12 .container-left .faq-container-active {
  max-height: 0;
  opacity: 0;
  transform: translateY(20px);
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
  will-change: max-height, opacity, transform;
}
.section3 .container-bottom .section12 .container-left .faq-container-active.show {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

.section4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 .button-scroll-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0a6846;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  border: unset;
  cursor: pointer;
}

.section5 {
  margin-top: 80px;
}
.section5 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section5 .container h1 {
  font-size: 48px;
  text-transform: uppercase;
}
.section5 .container p {
  font-size: 20px;
  color: #63bd04;
}
.section5 .apple-container {
  position: relative;
  width: 100%;
}
.section5 .apple-container .animated-apple {
  width: 100%;
}
.section5 .apple-container .apple {
  position: absolute;
  top: 240px;
  right: 0;
  transition: transform 0.6s ease-in-out;
}
.section5 .apple-container:hover .apple {
  animation: orbit 3s ease-in-out alternate;
}
.section5 .apple-mobile {
  display: none;
}

@keyframes orbit {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    top: 155px;
    right: 380px;
    opacity: 1;
    transform: translate(-100px, -100px);
  }
  50% {
    top: 250px;
    right: 720px;
    opacity: 1;
    transform: translate(-200px, 0px);
  }
  75% {
    top: 30px;
    right: 1100px;
    opacity: 0.9;
    transform: translate(-300px, 30px);
  }
  100% {
    top: 240px;
    opacity: 0;
    transform: translate(0, 0);
  }
}
.section6 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.section6 .container-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section6 .container-left h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #1d302c;
}
.section6 .container-left h2 {
  font-size: 44px;
  color: #aaaaaa;
}
.section6 .container-line {
  width: 150px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #63bd04;
  margin-top: 20px;
}
.section6 .container-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.section6 .container-right p {
  color: #1d302c;
  font-size: 20px;
}
.section6 .container-right input {
  border: 2px solid #63bd04;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
  margin-top: 10px;
  background-color: unset;
}
.section6 .container-right input::placeholder {
  color: #0a6846;
}
.section6 .container-right input:focus {
  outline: none;
}
.section6 .container-right button {
  background-color: #0a6846;
  color: #d2ffea;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

.section7 {
  margin: 0 auto;
  width: 30%;
}
.section7 .container-right {
  background-color: #0a6846;
  padding: 45px 60px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section7 .container-right h3 {
  font-size: 38px;
  text-align: center;
  color: #d2ffea;
}
.section7 .container-right button {
  background-color: #d2ffea;
  color: #0a6846;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  font-size: 28px;
  font-family: "KorolevBold", sans-serif;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .section1 .container {
    width: 97%;
  }
  .section1 .container .button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .section1 .container .button-container button {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
  }
  .section2 .container-bottom {
    margin: 100px 20px;
  }
  .section2 .container-bottom iframe {
    width: 100%;
    height: 300px;
    border-radius: 40px;
  }
  .section3 .container-bottom {
    margin: 20px 10px;
    flex-direction: column;
    gap: 50px;
  }
  .section3 .container-bottom .container-bottom-left {
    width: 100%;
  }
  .section3 .container-bottom .section12 {
    flex-direction: column;
    margin-top: 0;
    padding: 20px;
    gap: 50px;
  }
  .section3 .container-bottom .section12 .container-left .faq-container h3,
  .section3 .container-bottom .section12 .container-left .faq-container-active h3 {
    font-size: 28px;
  }
  .section3 .container-bottom .section12 .container-left .faq-container p,
  .section3 .container-bottom .section12 .container-left .faq-container-active p {
    font-size: 12px;
  }
  .section3 .container-bottom .section12 .container-left .faq-container .faq-item,
  .section3 .container-bottom .section12 .container-left .faq-container-active .faq-item {
    padding: 10px;
  }
  .section5 .container h1 {
    font-size: 22px;
  }
  .section5 .apple-container {
    display: none;
  }
  .section5 .apple-container .apple {
    display: none;
  }
  .section5 .apple-mobile {
    display: block;
  }
  .section6 {
    flex-direction: column;
    padding: 20px;
  }
  .section6 .container-left {
    width: 100%;
  }
  .section6 .container-right {
    width: 100%;
  }
  .section6 .container-right input {
    width: 90%;
  }
  .section6 .container-line {
    transform: rotate(0deg);
    margin: 20px;
  }
  .section7 {
    width: 85%;
  }
}

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