.green-color {
  color: #E3FF04;
}

.green-bg {
  background-color: #E3FF04;
}

.peach-color {
  color: #FDDA66;
}

.peach-bg {
  background-color: #FDDA66;
}

.cream-color {
  color: #FAF4DA;
}

.cream-bg {
  background-color: #FAF4DA;
}

.orange-color {
  color: #FF6407;
}

.orange-bg {
  background-color: #FF6407;
}

.purple-color {
  color: #9B27EC;
}

.purple-bg {
  background-color: #9B27EC;
}

.black-color {
  color: #000000;
}

.black-bg {
  background-color: #000000;
}

.light-green-bg {
  background-color: #E8FFF0;
}

.white-bg {
  background-color: #FFFFFF;
}

.yellow-bg {
  background-color: #F6BE07;
}

.light-green-text {
  color: #E8FFF0;
}

.grey-text {
  color: #B9B9B9;
}

.yellow-text {
  color: #F6BE07;
}

.illustration-bg {
  background-image: url("../assets/stacked-yellow.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.ilo-bg {
  background-image: url("../assets/lines-bg.svg");
  background-repeat: no-repeat;
}

.btn {
  padding: 12px 28px;
  border-radius: 50px;
  color: #000000;
}
.btn:active {
  background-color: #E3FF04;
  border: 1px solid #E3FF04;
  color: #000000;
}
.btn:focus {
  background-color: #E3FF04;
  border: 1px solid #E3FF04;
  color: #000000;
}
.btn:hover {
  background-color: #E3FF04;
  border: 1px solid #E3FF04;
  color: #000000;
}

.btn.outline {
  background-color: #000000;
  color: #E3FF04;
  border: 1px solid #E3FF04;
}

.btn--green {
  color: #000000;
  background-color: #E3FF04;
}

.btn--black {
  background-color: #000000;
  color: #FFFFFF;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

@font-face {
  font-family: "Yellix Regular";
  src: url("../fonts/Yellix-Regular.woff") format("woff");
}
@font-face {
  font-family: "Yellix Bold";
  src: url("../fonts/Yellix-Bold.woff") format("woff");
}
@font-face {
  font-family: "Yellix SemiBold";
  src: url("../fonts/Yellix-SemiBold.woff") format("woff");
}
.font-bold {
  font-family: "Yellix Bold";
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes counter-rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translate(113px, 7px);
  }
  50% {
    transform: translate(113px, 0px);
  }
  100% {
    transform: translate(113px, 7px);
  }
}
.anim-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
  transition: all ease 0.3s;
}

.anim-rotate {
  -webkit-animation: rotation 5s infinite linear;
  -o-animation: rotation 5s infinite linear;
  -ms-animation: rotation 5s infinite linear;
  animation: rotation 5s infinite linear;
  transition: all ease 0.3s;
}

.anim-counter-rotate {
  -webkit-animation: counter-rotation 5s infinite linear;
  -o-animation: counter-rotation 5s infinite linear;
  -ms-animation: counter-rotation 5s infinite linear;
  animation: counter-rotation 5s infinite linear;
  transition: all ease 0.3s;
}
.anim-counter-rotate.slower {
  -webkit-animation: counter-rotation 8s infinite linear;
  -o-animation: counter-rotation 8s infinite linear;
  -ms-animation: counter-rotation 8s infinite linear;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
body {
  font-family: "Yellix Regular", sans-serif;
  background-color: #000000;
  color: #FFFFFF;
}

header {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 0;
}
@media (max-width: 450px) {
  header {
    top: 20px;
    left: 20px;
  }
}

.btn {
  padding: 12px 28px;
  border-radius: 50px;
  font-family: "Yellix Bold";
}

@media (max-width: 450px) {
  .nest-navbar {
    /* 		border-bottom: 0;*/
  }
}

@media (max-width: 450px) {
  .nest-navbar .navbar-brand {
    margin-left: 0;
  }
}

.nest-navbar .navbar-toggler {
  border: none;
  padding: 20px;
  padding-right: 10px;
  border-left: 1px solid #000000;
  border-radius: 0;
}
.nest-navbar .navbar-toggler:focus {
  box-shadow: none;
}

.nest-navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../assets/hamburger.svg");
}

.nest-navbar .navbar {
  padding: 0;
}

@media (max-width: 450px) {
  .nest-navbar .navbar .pype-btn {
    width: 100%;
  }
}

.nest-navbar .nest-navlink .nest-navlink__item {
  color: #FFFFFF;
}
@media (max-width: 450px) {
  .nest-navbar .nest-navlink .nest-navlink__item {
    border-left: 0;
  }
}
.nest-navbar .nest-navlink .nest-navlink__item a {
  color: #FFFFFF;
  font-size: 16px;
  padding: 24px 36px;
  display: inline-flex;
  align-items: center;
  transition: all ease 0.3s;
}
@media (max-width: 450px) {
  .nest-navbar .nest-navlink .nest-navlink__item a {
    padding-left: 0;
  }
}
.nest-navbar .nest-navlink .nest-navlink__item a:hover {
  background-color: #E3FF04;
  color: #FFFFFF;
}
.nest-navbar .nest-navlink .nest-navlink__item a img {
  height: 24px;
  margin-right: 10px;
}
.nest-navbar .nest-navlink .nest-navlink__item .dropdown-toggle::after {
  display: none;
}

.nest-navbar .nest-navlink .pype-btn {
  display: none;
}
@media (max-width: 450px) {
  .nest-navbar .nest-navlink .pype-btn {
    display: inline-block;
  }
}

@media (max-width: 450px) {
  .intro-section {
    padding-bottom: 20px;
  }
}

.intro-section > h1 {
  color: #FFFFFF;
  font-size: 70px;
  line-height: 85px;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .intro-section > h1 {
    font-size: 34px;
    line-height: 42px;
    width: 100%;
  }
}

.intro-section > p {
  color: #B9B9B9;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 450px) {
  .intro-section > p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
}

.intro-section .button-group button {
  margin: 0 10px;
}
@media (max-width: 450px) {
  .intro-section .button-group button {
    width: 90%;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  .about-us .row.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.about-us .about-us_header {
  font-size: 40px;
}
@media (max-width: 450px) {
  .about-us .about-us_header {
    font-size: 32px;
  }
}

.about-us .about-us_intro {
  font-family: "Yellix Bold";
  font-size: 28px;
  line-height: 38px;
}
@media (max-width: 450px) {
  .about-us .about-us_intro {
    font-size: 24px;
    line-height: 32px;
  }
}

.about-us .about-us_intro.faq {
  width: 40%;
}
@media (max-width: 450px) {
  .about-us .about-us_intro.faq {
    width: 100%;
  }
}

.about-us .about-us_body {
  font-family: "Yellix Regular";
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 450px) {
  .about-us .about-us_body {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
}

.about-us_image {
  max-width: 100%;
}
@media (max-width: 450px) {
  .about-us_image {
    margin-bottom: 40px;
  }
}

.about-us .faq-box {
  margin-top: 60px;
}

.about-us .faq-box .accordion .accordion-item {
  margin-bottom: 10px;
  background-color: #0B0C0C;
  border-radius: 10px;
  border: none;
  padding-top: 10px;
}
.about-us .faq-box .accordion .accordion-item .accordion-header {
  margin-bottom: 0;
  font-size: 18px;
}
.about-us .faq-box .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #0B0C0C;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
}
.about-us .faq-box .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.about-us .faq-box .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../assets/close-button.svg");
}
.about-us .faq-box .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transition: all ease 0.3s;
  transform: rotate(45deg);
  background-image: url("../assets/close-button.svg");
}
.about-us .faq-box .accordion .accordion-item .accordion-body {
  font-size: 16px;
  color: #B9B9B9;
  padding-top: 0;
  padding-bottom: 28px;
}
.about-us .faq-box .accordion .accordion-item .accordion-body .faq-text {
  padding-left: 12px;
}
.about-us .faq-box .accordion .accordion-item .accordion-body .faq-text > li {
  margin-bottom: 6px;
}

.about-us .about-us_list {
  padding-left: 0;
  list-style: none;
}

.about-us .tab-panel .tab-panel__left {
  padding-top: 50px;
  width: 20%;
}

.about-us .tab-panel .tab-panel__left .list-item.active {
  color: #FFFFFF;
}

.about-us.callout h2 {
  color: #004638;
  font-family: "Yellix Bold";
  font-size: 64px;
}
@media (max-width: 450px) {
  .about-us.callout h2 {
    font-size: 41px;
    line-height: 48px;
  }
}

.about-us.callout button {
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
}
.about-us.callout button img {
  height: 24px;
  margin-left: 6px;
}
@media (max-width: 450px) {
  .about-us.callout button {
    margin-top: 16px;
    display: block;
  }
}

.about-us .tab-panel .tab-panel__left .list-item {
  color: #969191;
  background-color: #000000;
  font-size: 16px;
  font-family: "Yellix Semibold";
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__left .list-item {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.about-us .tab-panel .tab-panel__right {
  width: 100%;
  background-color: #0B0C0C;
  color: #FFFFFF;
  padding: 120px 50px;
  margin-left: 50px;
  padding-bottom: 100px;
  border-radius: 20px;
  font-family: "Yellix Semibold";
  background-image: url("../assets/pype-pattern.svg");
  background-repeat: no-repeat;
  background-position: -40% 240%;
  background-size: 50%;
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__right {
    margin-left: 30px;
    padding: 40px 10px;
  }
}

.about-us .tab-panel .tab-panel__right .list-header {
  font-size: 32px;
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__right .list-header {
    font-size: 24px;
  }
}

.about-us .tab-panel .tab-panel__right .list-body {
  font-family: "Yellix Regular";
  font-size: 16px;
  line-height: 24px;
  width: 50%;
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__right .list-body {
    font-size: 14px;
    width: 100%;
  }
}

form .form-control {
  background: none;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 16px;
  height: 48px;
  padding: 8px 16px;
  color: #000000;
  box-shadow: none;
}
form .form-control:hover {
  background: none;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  outline: none;
  box-shadow: none;
}
form .form-control:focus {
  background: none;
  border: 1px solid #000000;
  border-radius: 0;
  color: #FAF4DA;
  outline: none;
  box-shadow: none;
}

@media (max-width: 450px) {
  form .form-control.neg-margin {
    margin-top: -1px;
  }
}

form .btn {
  border-radius: 0;
  border: none;
  color: #FAF4DA;
  outline: none;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 20px;
}
form .btn:hover {
  background: #FF6407;
  color: #FAF4DA;
  outline: none;
}
form .btn:focus {
  background: #FF6407;
  color: #FAF4DA;
  outline: none;
}
@media (max-width: 450px) {
  form .btn {
    width: 110%;
    margin: 0 -10%;
  }
}

form .btn.black {
  background-color: #000000;
}
form .btn.black:hover {
  background: #000000;
  color: #FAF4DA;
  outline: none;
}
form .btn.black:focus {
  background: #000000;
  color: #FAF4DA;
  outline: none;
}

form.border-input .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #000000;
  color: #000000;
}
form.border-input .form-control:hover {
  color: #000000;
  outline: none;
}
form.border-input .form-control:focus {
  color: #000000;
  outline: none;
}

.small-link {
  font-size: 12px;
}

.timeline {
  border-radius: 50px;
  font-size: 18px;
  padding: 8px 24px;
  transform: rotate(-8deg);
  display: inline-block;
  transition: all ease 0.3s;
}
.timeline:hover {
  transform: rotate(8deg);
}

.benefits .benefits-card:hover .timeline {
  transform: rotate(8deg);
}

.container-headers {
  color: #E3FF04;
  font-family: "Yellix Bold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 24px;
  /* identical to box height, or 150% */
  letter-spacing: 0.105em;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .container-headers {
    font-size: 14px;
  }
}

.benefits {
  margin: 100px 0;
  margin-top: 0;
}
@media (max-width: 450px) {
  .benefits {
    margin: 0;
  }
}

.benefits-card {
  border: 4px solid #000000;
  padding-top: 40px;
  padding-left: 40px;
}
.benefits-card img {
  height: 80px;
  margin-bottom: 20px;
}
.benefits-card h6 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 450px) {
  .benefits-card h6 {
    font-size: 20px;
  }
}
.benefits-card p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .benefits-card p {
    font-size: 14px;
    line-height: 26px;
  }
}
.benefits-card .count {
  border-radius: 100%;
  height: 90px;
  width: 90px;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .benefits-card {
    margin-bottom: 60px;
  }
}

.benefits-card .box-image {
  display: flex;
  justify-content: right;
}

.benefits-card .box-image img {
  height: 250px;
}

.benefits-card img.arrows {
  right: 0%;
  height: 30%;
}
@media (max-width: 450px) {
  .benefits-card img.arrows {
    transform: rotate(95deg);
  }
}

.newsletter {
  position: relative;
}

.newsletter h2 {
  font-size: 32px;
}

.newsletter .newsletter-shapes.one {
  left: -15%;
  top: 10%;
  width: 200px;
}
@media (max-width: 450px) {
  .newsletter .newsletter-shapes.one {
    top: -30%;
  }
}
.newsletter .newsletter-shapes.two {
  left: 25%;
  width: 200px;
  bottom: -61%;
}
@media (max-width: 450px) {
  .newsletter .newsletter-shapes.two {
    left: 65%;
    width: 110px;
    bottom: -31%;
  }
}

footer {
  position: relative;
  padding: 50px 50px;
}

footer .social-links {
  list-style: none;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 60px;
}
@media (max-width: 450px) {
  footer .social-links {
    flex-direction: column;
    align-items: center;
  }
}

footer .social-links .social-links__item {
  display: inline-flex;
  align-items: center;
}

footer .social-links .social-links__item img {
  margin-right: 5px;
}

footer .social-links .social-links__item a {
  color: #FFFFFF;
  font-size: 16px;
}
@media (max-width: 450px) {
  footer .social-links .social-links__item a {
    text-decoration: none;
  }
}

@media (max-width: 450px) {
  footer > img {
    width: 100%;
  }
}

footer .disclaimer {
  width: 75%;
}
@media (max-width: 450px) {
  footer .disclaimer {
    width: 100%;
  }
}

footer .footer-description {
  font-size: 16px;
}
@media (max-width: 450px) {
  footer .footer-description {
    text-align: center;
  }
}

footer .footer-description > a {
  color: #FFFFFF;
}

footer .footer__center {
  text-align: center;
}

footer .footer__bottom {
  color: #B9B9B9;
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
}

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