/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
blockquote {
  margin: 0;
  padding: 0;
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-aos] {
  visibility: hidden;
}

[data-aos].aos-animate {
  visibility: visible;
}

section:not(.download, .features) {
  overflow-x: hidden;
}

body {
  font-family: open-sans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.text-green {
  color: #D1DD26 !important;
}

.text-center {
  text-align: center !important;
}

.max-w-420 {
  max-width: 420px !important;
}

.min-w-300 {
  min-width: 300px;
}

.font-semibold {
  font-weight: 600 !important;
}

.container {
  max-width: 1340px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-color: #1C2956;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .header-logo {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .header-nav {
    background-color: #1C2956;
    position: absolute;
    top: 72px;
    left: 0px;
    right: 0px;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 100ms ease-in-out;
    z-index: 1;
  }
  .header-nav.is-open {
    max-height: 1000px;
    transition: max-height 400ms ease-in-out;
  }
}

.header-nav__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
@media (max-width: 768px) {
  .header-nav__ul {
    display: block;
    padding-bottom: 10px;
  }
}

.header-nav__item {
  padding-left: 40px;
  padding-right: 40px;
}
.header-nav__item:first-child {
  padding-left: 0px;
}
.header-nav__item:last-child {
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .header-nav__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .header-nav__item {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.header-nav__link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease-out;
}
.header-nav__link:hover {
  color: #D1DD26;
}

.menuicon {
  background-color: transparent;
  padding: 0;
  height: 20px;
  border: none;
  border-radius: 0;
  background: none;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  display: none;
}
.menuicon:hover {
  opacity: 1;
  outline: none;
}
.menuicon:active {
  outline: none;
}
.menuicon:focus {
  outline: none;
}
.menuicon.close .menuicon__line {
  background: transparent;
}
.menuicon.close .menuicon__line:before, .menuicon.close .menuicon__line:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 25px;
  backface-visibility: hidden;
}
.menuicon.close .menuicon__line:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.menuicon.close .menuicon__line:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
@media (max-width: 768px) {
  .menuicon {
    display: block;
  }
}

.menuicon__line {
  width: 25px;
  height: 2px;
  background: #ffffff;
  transition: 500ms;
  position: relative;
  display: block;
  border-radius: 5px;
}
.menuicon__line:before, .menuicon__line:after {
  width: 25px;
  height: 2px;
  background: #ffffff;
  transition: 500ms;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5px;
}
.menuicon__line:before {
  top: 6px;
}
.menuicon__line:after {
  top: -6px;
}

.hero {
  position: relative;
  background-color: #FAFAFA;
  background-image: url("../img/bg/hero-home-lg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 75px;
  padding-bottom: 40px;
  min-height: calc(100vh - 94px);
}
@media (max-width: 1440px) {
  .hero {
    background-image: url("../img/bg/hero-home-md.jpg");
  }
}
@media (max-width: 1024px) {
  .hero {
    background-image: url("../img/bg/hero-home-sm.jpg");
    min-height: 70vh;
    min-height: 512px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-top: 10px;
    min-height: 50vh;
  }
}
@media (max-width: 428px) {
  .hero {
    background-image: url("../img/bg/hero-home-xs.jpg");
    min-height: 387px;
  }
}

.hero-content h1 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -2.4px;
  line-height: 1.1;
  color: #1C2956;
}
.hero-content p {
  font-size: 24px;
  font-weight: 600;
  color: #1C2956;
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1.33px;
  }
  .hero-content p {
    font-size: 21px;
    letter-spacing: -0.33px;
  }
}

.download {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: -150px;
  min-height: 106px;
  background-color: rgba(209, 221, 38, 0.9);
  padding-top: 29px;
  padding-bottom: 29px;
}
.download .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-height: 620px) {
  .download {
    position: static;
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .download {
    position: static;
    margin-top: 0px;
  }
  .download .container {
    display: block;
  }
}

.download-helper {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .download-helper {
    display: block;
  }
}

.download-logo img {
  position: relative;
  margin-top: -96px;
}
@media (max-width: 1024px) {
  .download-logo {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .download-logo img {
    max-width: 88px;
    margin-top: -105px;
  }
}

.download-title {
  font-size: 32px;
  color: #1C2956;
  letter-spacing: -0.4px;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .download-title {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .download-title {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

.download-links {
  display: flex;
}
.download-links a {
  margin-left: 9px;
  margin-right: 9px;
  transition: opacity 0.3s;
}
.download-links a:first-child {
  margin-left: 0px;
}
.download-links a:last-child {
  margin-right: 0px;
}
.download-links a:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .download-links {
    justify-content: center;
  }
}

.heading {
  margin-bottom: 55px;
}
.heading h2 {
  font-size: 56px;
  letter-spacing: -0.47px;
  color: #1C2956;
}
@media (max-width: 1024px) {
  .heading {
    margin-bottom: 30px;
  }
  .heading h2 {
    font-size: 24px;
    letter-spacing: -0.2px;
  }
}

.features {
  background-color: #FAFAFA;
  padding-top: 80px;
  padding-bottom: 90px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 1024px) {
  .benefits {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}
@media (max-width: 560px) {
  .benefits {
    grid-template-columns: repeat(1, 1fr);
  }
}

.benefit {
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.17);
  border-radius: 8px;
}

.benefit-media img {
  width: 100%;
}

.benefit-content {
  padding: 15px 15px 25px 15px;
  text-align: center;
}
.benefit-content h2 {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 15px;
  color: #1C2956;
}
.benefit-content p {
  color: #5E5E5E;
  font-size: 16px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 560px) {
  .benefit-content br {
    display: none;
  }
  .benefit-content p {
    max-width: none;
  }
}

.results {
  padding-top: 170px;
  padding-bottom: 135px;
  background-color: #1C2956;
  border-bottom: 4px solid #D1DD26;
}
@media (max-width: 1024px) {
  .results {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.result {
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.result > div {
  width: 50%;
}
.result--copy-first .result-copy {
  padding-right: 70px;
}
.result--copy-last .result-copy {
  padding-left: 70px;
}
.result:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .result {
    margin-bottom: 50px;
  }
  .result > div {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.result-media {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .result-media {
    order: 1;
  }
  .result-media img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .result-media {
    margin-bottom: 20px;
  }
  .result-media img {
    width: 100%;
  }
}

.result-copy h2 {
  font-size: 42px;
  letter-spacing: -0.66px;
  color: #D1DD26;
  margin-bottom: 37px;
}
.result-copy h3 {
  font-family: open-sans, sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.result-copy p {
  font-size: 16px;
  letter-spacing: -0.33px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}
.result-copy p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .result-copy {
    order: 2;
  }
  .result-copy .max-w-420 {
    max-width: none !important;
  }
  .result-copy h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .result-copy br {
    display: none;
  }
  .result-copy h2 {
    font-size: 30px;
    letter-spacing: -0.47px;
  }
  .result-copy h3 {
    font-size: 18px;
    letter-spacing: -0.38px;
  }
  .result-copy p {
    margin-bottom: 20px;
  }
}

.phone {
  padding-top: 150px;
  padding-bottom: 135px;
}
@media (max-width: 1024px) {
  .phone {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

.phone-heading {
  margin-bottom: 70px;
}
.phone-heading h2 {
  font-size: 56px;
  letter-spacing: -1.87px;
}
@media (max-width: 1024px) {
  .phone-heading {
    margin-bottom: 25px;
  }
  .phone-heading h2 {
    font-size: 40px;
    letter-spacing: -1.33px;
  }
}

.phone-screen {
  display: flex;
  margin-bottom: 75px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 1024px) {
  .phone-screen {
    display: block;
    border-bottom: none;
    margin-bottom: 35px;
  }
  .phone-screen > div {
    width: 100%;
  }
}

.phone-screen__media {
  width: 488;
}
.phone-screen__media img {
  margin-left: -12px;
  margin-bottom: -16px;
}
@media (max-width: 1024px) {
  .phone-screen__media {
    border-bottom: 2px solid #979797;
    margin-bottom: 30px;
  }
  .phone-screen__media img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .phone-screen__media {
    border-bottom: none;
  }
}

.phone-screen__copy {
  width: calc(100% - 488px);
  max-width: 600px;
  padding-left: 165px;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .phone-screen__copy {
    max-width: none;
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .phone-screen__copy {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    text-align: center;
  }
}

.phone-content {
  display: flex;
  flex-wrap: wrap;
}
.phone-content > div {
  width: 50%;
}
.phone-content--copy-first .phone-copy {
  padding-right: 70px;
}
.phone-content--copy-last .phone-copy {
  padding-left: 70px;
}
@media (max-width: 1024px) {
  .phone-content {
    margin-bottom: 30px;
  }
  .phone-content > div {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .phone-content--copy-last .phone-copy {
    margin-top: 75px;
  }
}
@media (max-width: 560px) {
  .phone-content--copy-last .phone-copy {
    margin-top: 25vw;
  }
}

.phone-copy {
  margin-top: 127px;
}
.phone-copy h2 {
  font-size: 56px;
  margin-bottom: 20px;
}
.phone-copy p {
  color: #343434;
  font-size: 21px;
  letter-spacing: -0.33px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .phone-copy {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .phone-copy br {
    display: none;
  }
  .phone-copy h2 {
    font-size: 40px;
  }
  .phone-copy p {
    font-size: 18px;
    letter-spacing: -0.28px;
  }
}

.phone-media {
  position: relative;
}
@media (max-width: 1024px) {
  .phone-media {
    order: 1;
  }
  .phone-media img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

.phone-decoration {
  position: absolute;
}
@media (max-width: 1024px) {
  .phone-decoration {
    left: 50%;
    transform: translateX(-50%);
  }
}

.how {
  padding-top: 55px;
  padding-bottom: 70px;
  background-image: url("/src/assets/img/bg/line-grey.png");
  border-top: 4px solid #D1DD26;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .how {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .how .heading h2 {
    font-size: 40px;
    letter-spacing: -1.33px;
  }
}

.how-slider .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
.how-slider .slick-slide {
  margin: 0 20px;
}
.how-slider .slick-arrow {
  position: absolute;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  width: 64px;
  height: 72px;
  padding: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.how-slider .slick-arrow.slick-disabled {
  display: none !important;
  pointer-events: none;
  opacity: 0.7;
}
.how-slider .slick-next {
  right: -10px;
  background-image: url("/src/assets/img/icon/arrow-right-green-md.png");
}
.how-slider .slick-prev {
  left: -10px;
  background-image: url("/src/assets/img/icon/arrow-left-green-md.png");
}
.how-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.how-slider .slick-dots li {
  flex-grow: 1;
  flex-basis: 0;
}
.how-slider .slick-dots li:first-child button {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.how-slider .slick-dots li:last-child button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.how-slider .slick-dots li.slick-active button {
  background-color: #1C2956;
}
.how-slider .slick-dots li button {
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  display: block;
  padding: 0px;
  width: 100%;
  height: 12px;
}
.how-slider .slider-item h2 {
  font-family: open-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.38px;
  margin-left: 10px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .how-slider .slider-item h2 {
    font-size: 18px;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 768px) {
  .how-slider {
    margin-left: -10px;
  }
  .how-slider .slick-arrow {
    width: 32px;
    height: 36px;
    background-size: 31px 35px;
  }
}
@media (max-width: 460px) {
  .how-slider .slick-list {
    margin: 0 0px;
  }
  .how-slider .slick-slide {
    margin: 0 0px;
  }
}

.slider {
  visibility: hidden;
}
.slider.slick-initialized {
  visibility: visible;
}
.slider .slick-slide {
  outline: none;
}
.slider a:focus {
  outline: 0;
}

.phone-slider .slider-item p,
.workout-slider .slider-item p,
.result-slider .slider-item p {
  color: #343434;
  font-size: 30px;
  letter-spacing: -0.47px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .phone-slider .slider-item p,
.workout-slider .slider-item p,
.result-slider .slider-item p {
    font-size: 21px;
    letter-spacing: -0.33px;
  }
}

.phone-slider__control,
.workout-slider__control,
.result-slider__control {
  display: flex;
  align-items: center;
  z-index: 9;
  position: relative;
}
.phone-slider__control .slick-dots,
.workout-slider__control .slick-dots,
.result-slider__control .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
}
.phone-slider__control .slick-dots li.slick-active button,
.workout-slider__control .slick-dots li.slick-active button,
.result-slider__control .slick-dots li.slick-active button {
  background-color: #D1DD26;
}
.phone-slider__control .slick-dots button,
.workout-slider__control .slick-dots button,
.result-slider__control .slick-dots button {
  text-indent: -9999px;
  display: block;
  height: 20px;
  width: 20px;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #E0E0E0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.phone-slider__control .slick-arrow,
.workout-slider__control .slick-arrow,
.result-slider__control .slick-arrow {
  cursor: pointer;
}
.phone-slider__control .phone-slider__prev,
.phone-slider__control .workout-slider__prev,
.phone-slider__control .result-slider__prev,
.workout-slider__control .phone-slider__prev,
.workout-slider__control .workout-slider__prev,
.workout-slider__control .result-slider__prev,
.result-slider__control .phone-slider__prev,
.result-slider__control .workout-slider__prev,
.result-slider__control .result-slider__prev {
  margin-right: 10px;
}
.phone-slider__control .phone-slider__next,
.phone-slider__control .workout-slider__next,
.phone-slider__control .result-slider__next,
.workout-slider__control .phone-slider__next,
.workout-slider__control .workout-slider__next,
.workout-slider__control .result-slider__next,
.result-slider__control .phone-slider__next,
.result-slider__control .workout-slider__next,
.result-slider__control .result-slider__next {
  margin-left: 10px;
}

.workout-slider {
  margin-top: 150px;
}
@media (max-width: 560px) {
  .workout-slider {
    margin-top: 75px;
  }
}

@media (max-width: 1024px) {
  .phone-slider__control {
    justify-content: center;
  }
}

.workout-slider__control {
  justify-content: center;
}
.workout-slider__control .slick-dots li.slick-active button {
  background-color: #1C2956;
}
.workout-slider__control .slick-dots button {
  background-color: #ffffff;
}

.result-slider__control {
  justify-content: center;
  margin-top: 30px;
}
.result-slider__control .slick-dots button {
  background-color: #ffffff;
}

.contact {
  padding-top: 43px;
  padding-bottom: 60px;
  background-color: #D1DD26;
}
.contact .container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .contact .container {
    display: block;
  }
}

.contact-content {
  width: calc(50% - 25px);
  margin-right: 25px;
}
.contact-content h2 {
  color: #1C2956;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: -2.13px;
  margin-bottom: 5px;
}
.contact-content p {
  color: #343434;
  font-size: 32px;
}
@media (max-width: 1060px) {
  .contact-content h2 {
    font-size: 40px;
    letter-spacing: -1.33px;
  }
  .contact-content p {
    font-size: 24px;
  }
  .contact-content p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .contact-content {
    width: 100%;
    margin-right: 0px;
  }
  .contact-content br {
    display: none;
  }
}

.contact-form {
  width: calc(50% - 25px);
  margin-left: 25px;
  padding-top: 17px;
}
.contact-form button {
  display: table;
  margin-left: auto;
}
@media (max-width: 768px) {
  .contact-form {
    width: 100%;
    margin-left: 0px;
  }
  .contact-form button {
    margin-left: 0px;
  }
}
@media (max-width: 520px) {
  .contact-form .form-group {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .contact-form button {
    display: block;
    width: 100%;
  }
}

.helper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F7F7F7;
}
.helper .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 460px) {
  .helper .container > div, .helper .container nav {
    width: 100%;
    text-align: center;
  }
}

.copyright p {
  font-size: 12px;
  color: #343434;
}
@media (max-width: 460px) {
  .copyright {
    order: 2;
  }
}

.links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.links li {
  margin-left: 5px;
  margin-right: 5px;
}
.links li:first-child {
  margin-left: 0px;
}
.links li:last-child {
  margin-right: 0px;
}
.links a {
  color: #343434;
  font-size: 12px;
  text-decoration: none;
}
@media (max-width: 460px) {
  .links {
    order: 1;
  }
  .links ul {
    justify-content: center;
    margin-bottom: 5px;
  }
}

.footer {
  padding-top: 70px;
  padding-bottom: 95px;
  background-color: #1C2956;
}
.footer .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer .download-links {
  margin-top: 20px;
  justify-content: flex-end;
}
.footer .scroll {
  position: absolute;
  right: 35px;
  top: -100px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .footer .container {
    display: block;
  }
  .footer .download-links {
    justify-content: flex-start;
    margin-top: 32px;
  }
  .footer .scroll {
    top: -55px;
  }
}

.footer-logo img {
  margin-bottom: 10px;
}
.footer-logo h2 {
  font-family: open-sans, sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer-logo img {
    max-width: 40px;
  }
  .footer-logo h2 {
    display: none;
  }
}

.footer-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 768px) {
  .footer-ul {
    display: block;
    margin-top: 35px;
  }
}

.footer-item {
  margin-left: 40px;
  margin-right: 40px;
}
.footer-item:first-child {
  margin-left: 0px;
}
.footer-item:last-child {
  margin-right: 0px;
}
@media (max-width: 1024px) {
  .footer-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .footer-item {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
  }
}

.footer-link {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 8px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  transition: background-color 0.25s ease-out, color 0.25s;
}
.btn:hover, .btn:focus {
  outline: 0;
  text-decoration: none;
}

.btn-blue {
  background-color: #1C2956;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: #000000;
}

.btn-lg {
  font-size: 21px;
  letter-spacing: -0.7px;
  padding: 13px 25px;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 13.5px 20px;
  font-size: 18px;
  letter-spacing: -0.6px;
  color: #343434;
  line-height: 1.5;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #B6B6B6;
  border-radius: 8px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus::placeholder {
  color: transparent;
}

.form-col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.form-col > div {
  margin-left: 12.5px;
  margin-right: 12.5px;
}

.form-col--2 > div {
  width: calc(50% - 25px);
}

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