/*fonts*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato Semibold';
  src: url('../fonts/Lato-Semibold.woff2') format('woff2'), url('../fonts/Lato-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*variables*/
/*colors*/
/*@menu-link-color-2: #686868;*/
/*mixins*/
h1,
.h1 {
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 25px;
}
h2,
.h2 {
  font-size: 2.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #4d5bd0;
}
h3,
.h3 {
  font-size: 2.25rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #4d5bd0;
}
h4,
.h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
h5,
.h5 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
h6,
.h6 {
  font-size: 1rem;
  margin-bottom: 8px;
}
.p-size-14 p {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 25px;
}
.p-size-14 p b {
  font-weight: 700;
}
p a {
  color: #4d5bd0;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a:not(.btn) {
  color: inherit;
}
* {
  outline: none!important;
}
html {
  font-size: 16px;
}
body {
  font-weight: 400;
  color: #333333;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}
.navbar-toggler {
  width: 3.75rem;
  min-width: 3.75rem;
  font-size: 0.75rem;
  text-align: center;
}
.navbar-toggler span {
  width: 100%;
  float: left;
  background-color: #fff;
  margin: 0.1875rem 0;
  height: 0.1875rem;
}
img {
  max-width: 100%;
  height: auto;
}
.page-holder {
  overflow: hidden!important;
}
section {
  width: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 6.25rem 0;
}
.top-menu {
  position: fixed;
  width: 100%;
  padding: 0.9375rem 0 0;
  float: left;
  transition: padding 0.2s ease 0s, background 0.2s ease 0s;
  -webkit-transition: padding 0.2s ease 0s, background 0.2s ease 0s;
  background-color: transparent;
  z-index: 900;
}
.top-menu .navbar-brand img {
  max-width: 12.375rem;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.top-menu .row {
  width: 100%;
}
.top-menu .navbar {
  width: 100%;
  float: left;
  padding: 0;
}
.top-menu .navbar-nav {
  width: 100%;
}
.top-menu .nav-link {
  font-size: 0.875rem;
  font-family: 'Lato Semibold';
  color: #fff;
  text-align: center;
  padding: 0.9375rem 1.6875rem !important;
}
@media (min-width: 990px) {
  .top-menu .nav-link:hover {
    opacity: 0.7;
  }
}
.top-menu.fixed {
  padding: 0.9375rem 0;
  background: #4552c0;
  background: -moz-linear-gradient(left, #4552c0 0%, #5f6ff4 55%, #5f6ff4 55%, #4552c0 100%);
  background: -webkit-linear-gradient(left, #4552c0 0%, #5f6ff4 55%, #5f6ff4 55%, #4552c0 100%);
  background: linear-gradient(to right, #4552c0 0%, #5f6ff4 55%, #5f6ff4 55%, #4552c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4552c0', endColorstr='#4552c0', GradientType=1);
  box-shadow: 0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.13);
}
@media (min-width: 1300px) {
  .top-menu.fixed {
    padding: 0.625rem 0;
  }
}
.top-menu.fixed .navbar-brand img {
  max-width: 8.5rem;
}
.footer {
  padding: 75px 0 0;
  background-image: url(../img/bg-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
}
.footer .btn.btn-default {
  min-width: 10rem;
  min-height: 2.875rem;
  height: 2.875rem;
  line-height: 2.625rem;
  border-color: #5a69e8;
  background-color: #5a69e8;
}
@media (min-width: 990px) {
  .footer .btn.btn-default:hover {
    background-color: #fff;
    border-color: #fff;
    color: #5a69e8;
  }
}
.footer .navbar-nav {
  width: 100%;
  float: left;
}
.footer .navbar-nav .nav-item:first-child .nav-link {
  padding-top: 0;
}
.footer .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-weight: 700;
  color: #fff;
  font-size: 0.875rem;
}
@media (min-width: 990px) {
  .footer .navbar-nav .nav-link:hover {
    color: #5a69e8;
  }
}
.footer .navbar-brand.custom-size {
  max-width: 180px;
}
.footer .footer-copy-right {
  background-color: #08102c;
  padding: 10px 0;
}
.footer .footer-copy-right p {
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.14;
  margin: 0;
  font-weight: 400;
}
.social-menu {
  width: 100%;
  float: left;
}
.social-menu .nav-link i,
.social-menu .nav-link .fa {
  font-size: 1.5625rem;
}
.btn {
  outline: none!important;
  cursor: pointer;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  text-align: center;
  min-height: 3.375rem;
  height: 3.375rem;
  line-height: 3.125rem;
}
.btn.btn-x {
  min-height: 0.0625rem;
  height: auto;
  line-height: 100%;
  color: inherit;
}
.btn.btn-menu {
  min-width: 8.75rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.25rem;
  background-color: transparent;
  border-radius: 1.375rem;
  -webkit-border-radius: 1.375rem;
  -moz-border-radius: 1.375rem;
  border: 0.125rem solid #fff;
  color: #fff;
  padding: 0 0.625rem !important;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 990px) {
  .btn.btn-menu:hover {
    background-color: #0c183f;
    border-color: #0c183f;
  }
}
.btn.btn-default {
  min-width: 11.8125rem;
  background-color: #0c183f;
  border-radius: 1.6875rem;
  -webkit-border-radius: 1.6875rem;
  -moz-border-radius: 1.6875rem;
  border: 0.125rem solid #0c183f;
  color: #fff;
  padding: 0 0.625rem !important;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.btn.btn-default.extra-padding {
  padding: 0 2rem !important;
}
.btn.btn-default.btn-lg {
  min-width: 13.5rem;
}
.btn.btn-default.btn-xl {
  min-width: 100%;
}
@media (min-width: 990px) {
  .btn.btn-default:hover {
    background-color: #fff;
    border-color: #0c183f;
    color: #0c183f;
  }
}
.btn.btn-link {
  color: #4d5bd0;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-align: left;
  padding: 0;
  padding-right: 28px;
  background-image: url(../img/arrow-right.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 990px) {
  .btn.btn-link:hover {
    opacity: 0.7;
  }
}
.hero {
  background-image: url(../img/bg-hero.jpg);
  padding-top: 120px;
}
.hero .btn {
  min-width: 13.75rem;
  min-height: 3.75rem;
  height: 3.75rem;
  line-height: 3.5rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.hero p {
  font-family: 'Lato Semibold';
  font-size: 1.125rem;
}
.hero-slider {
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
}
@media (min-width: 767px) {
  .hero-slider {
    max-width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.hero-slider .slick-dots {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: -20px;
  z-index: 15;
  text-align: center;
  width: 100%;
}
.hero-slider .slick-dots li {
  display: inline-block;
  list-style: none;
}
.hero-slider .slick-dots li button {
  padding: 0;
  background: none;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 0.00625rem;
  color: transparent;
  margin: 0 3px;
}
.hero-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.hero-inner {
  background-image: url(../img/bg-hero-inner.jpg);
  padding-top: 175px;
  padding-bottom: 330px;
}
.hero-inner h1 {
  font-size: 2.5rem;
}
.hero-inner.shape-holder.shape-1:after {
  bottom: 50%;
}
.check-holder p {
  position: relative;
  padding-left: 40px;
}
.check-holder p:before {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  z-index: 1;
  width: 21px;
  height: 21px;
  background-image: url(../img/check-circle.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.video-holder {
  position: relative;
}
.video-bg {
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
}
@media (min-width: 767px) {
  .video-bg {
    max-width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.video-bg .btn-play {
  position: absolute;
  width: 4.0625rem;
  height: 4.0625rem;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/play.png);
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper video,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-grey {
  background-color: #f8f8f8;
}
.bg-grey .check-holder p {
  margin-bottom: 10px;
  font-weight: 700;
}
.bg-grey .check-holder p:before {
  background-image: url(../img/check-circle-grey.png);
}
.shape-holder {
  position: relative;
  width: 100%;
  float: left;
}
.shape-holder:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 60px;
  z-index: 1;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.shape-holder .container {
  position: relative;
  z-index: 50;
}
.shape-holder.shape-1:after {
  left: auto;
  right: 0;
  width: 425px;
  height: 55px;
  background-image: url(../img/shape-right.png);
  background-position: right center;
}
.shape-holder.shape-2:after {
  width: 382px;
  height: 52px;
  background-image: url(../img/shape-left.png);
}
.shape-holder.shape-3:after {
  left: auto;
  right: 0;
  width: 303px;
  height: 55px;
  background-image: url(../img/shape-right-1.png);
  background-position: right center;
}
.shape-holder.shape-4:after {
  width: 314px;
  height: 55px;
  background-image: url(../img/shape-left-1.png);
}
.shape-holder.shape-5:after {
  left: auto;
  right: 0;
  width: 303px;
  height: 55px;
  background-image: url(../img/shape-right-2.png);
  background-position: right center;
}
.shape-holder.shape-6:after {
  width: 525px;
  height: 55px;
  background-image: url(../img/shape-left-2.png);
}
/*.image-holder {
    width: 100%;
    float: left;
    height: 275px;
    .br(10px);
    background-color: #ccc;
    .box(0px 28px 57px 0px rgba(7, 7, 35, 0.29));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}*/
.bg-blue {
  background-image: url(../img/bg-blue.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 156px 0 140px;
}
.bg-blue.less-padding {
  padding: 50px 0;
}
@media (min-width: 767px) {
  .bg-blue.less-padding {
    padding: 100px 0;
  }
}
.more-features-box-text-icon {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
@media (max-width: 990px) {
  .more-features-box-text-icon {
    margin-bottom: 15px;
  }
}
.divider-1 {
  width: 100%;
  float: left;
  text-align: center;
}
.divider-1 span {
  width: 300px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
}
.more-features-box-text {
  margin-right: 30px;
  margin-top: 0!important;
}
.more-features-box-text h3 {
  width: 100%;
  float: left;
  min-height: 90px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 990px) {
  .more-features-box-text h3 {
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 1px;
    margin-top: 0;
  }
}
.typcn {
  display: inline-block;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 57px;
  background-color: #55b7e2;
  border-radius: 50%;
  /*padding-left: 3px;*/
}
.typcn::before {
  font-size: 50px!important;
}
.ellipse-holder {
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 53px 51px 0px rgba(7, 7, 35, 0.31);
  -webkit-box-shadow: 0px 53px 51px 0px rgba(7, 7, 35, 0.31);
  -moz-box-shadow: 0px 53px 51px 0px rgba(7, 7, 35, 0.31);
  background-color: #fff;
  border: 5px solid #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ellipse-holder.ellipse-1 {
  width: 235px;
  height: 235px;
  position: absolute;
  left: 10px;
  top: -126px;
  z-index: 1;
}
.ellipse-holder.ellipse-2 {
  width: 110px;
  height: 110px;
  position: absolute;
  right: 56px;
  top: -93px;
  z-index: 1;
}
.ellipse-holder.ellipse-3 {
  width: 165px;
  height: 165px;
  position: absolute;
  right: 85px;
  bottom: 110px;
  z-index: 1;
}
.ellipse-holder.ellipse-4 {
  width: 155px;
  height: 155px;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
}
.ellipse-holder.ellipse-5 {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 12px;
  bottom: -152px;
  z-index: 1;
}
.mb-70 {
  margin-bottom: 70px;
}
.box-white {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 28px 57px 0px rgba(7, 7, 35, 0.29);
  -webkit-box-shadow: 0px 28px 57px 0px rgba(7, 7, 35, 0.29);
  -moz-box-shadow: 0px 28px 57px 0px rgba(7, 7, 35, 0.29);
  padding: 85px 50px 105px;
  margin-top: -45%;
}
.form-group label {
  float: left;
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 30px;
}
.form-control {
  height: 60px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  padding-left: 30px;
  font-size: 0.875rem;
}
.form-control::-webkit-input-placeholder {
  color: #333;
}
.form-control::-moz-placeholder {
  color: #333;
}
.form-control:-ms-input-placeholder {
  color: #333;
}
.form-control:-moz-placeholder {
  color: #333;
}
.nav-download {
  width: auto;
  height: 64px;
  background-color: #5f6ff3;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: 5px solid #fff;
  padding: 0;
  margin: -112px auto 0;
  display: block;
}
.nav-download .nav-item {
  width: 33.33333333%;
  float: left;
}
.nav-download .nav-link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  min-width: 1px;
  width: 100%;
  height: 54px;
  min-height: 54px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #fff;
}
.nav-download .nav-link.active {
  background-color: #0c183f;
}
input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  left: 50000px;
}
input[type="checkbox"] + label {
  position: relative;
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.2;
  color: #333;
  padding: 0 0 0 30px;
  margin: 0 30px 30px 30px;
}
input[type="checkbox"] + label:before {
  position: absolute;
  content: '\2714';
  top: -3px;
  left: 0;
  color: transparent;
  z-index: 1;
  width: 20px;
  height: 20px;
  line-height: 21px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: transparent;
  border: 1px solid #ededed;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 19px;
}
input[type="checkbox"]:checked + label:before {
  color: #333;
}
ol {
  margin: 0;
  padding-left: 15px;
}
ol li {
  color: #4d5bd0;
  font-weight: 700;
}
ol li p {
  color: #333;
}
@media (max-width: 1200px) {
  .hero-inner {
    padding-bottom: 265px;
  }
}
@media (max-width: 990px) {
  .ellipse-holder.ellipse-2 {
    right: -30px;
    top: -115px;
  }
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  .mobile-menu {
    background: #4552c0;
    background: -moz-linear-gradient(left, #4552c0 0%, #5f6ff4 55%, #5f6ff4 55%, #4552c0 100%);
    background: -webkit-linear-gradient(left, #4552c0 0%, #5f6ff4 55%, #5f6ff4 55%, #4552c0 100%);
    background: linear-gradient(to right, #4552c0 0%, #5f6ff4 55%, #5f6ff4 55%, #4552c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4552c0', endColorstr='#4552c0', GradientType=1);
  }
  .mobile-menu .btn {
    margin-bottom: 10px;
  }
  h1,
  .h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  h2,
  .h2 {
    font-size: 2rem;
    margin-bottom: 17px;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .hero {
    padding-top: 115px;
  }
  .hero .btn {
    min-width: 11.8125rem;
    min-height: 3.375rem;
    height: 3.375rem;
    line-height: 3.125rem;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
  }
  .mb-70 {
    margin-bottom: 25px;
  }
  .bg-blue {
    padding: 250px 0 90px;
  }
  .ellipse-holder.ellipse-1 {
    position: relative;
    top: -250px;
  }
  .ellipse-holder.ellipse-2 {
    right: 0;
    top: -215px;
  }
  .ellipse-holder.ellipse-3 {
    bottom: 165px;
  }
  .ellipse-holder.ellipse-4 {
    bottom: 20px;
  }
  .ellipse-holder.ellipse-5 {
    right: 0;
    bottom: -25px;
  }
  .shape-holder:after {
    bottom: 20px;
  }
  .box-white {
    padding: 45px 15px 65px;
  }
  .nav-download {
    margin-top: -75px;
  }
  .hero-inner {
    padding: 133px 0 70px;
  }
  .hero-inner.shape-holder.shape-1:after {
    bottom: 5%;
  }
  .box-white {
    margin-top: 0;
  }
  .footer {
    padding: 50px 0 0;
  }
  .video-bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    top: auto;
    left: auto;
    z-index: 10;
    padding-bottom: 56.25%;
    margin: 30px 0 0;
  }
}
@media (max-width: 576px) {
  h1,
  .h1 {
    font-size: 1.875rem;
  }
  h2,
  .h2 {
    font-size: 1.8125rem;
  }
  .btn.btn-default.btn-xl {
    font-size: 0.9375rem;
  }
}
@media (max-width: 500px) {
  .bg-blue {
    padding: 375px 0 40px;
  }
  .ellipse-holder.ellipse-1 {
    top: -375px;
  }
  .ellipse-holder.ellipse-2 {
    right: 0;
    top: -181px;
  }
  .ellipse-holder.ellipse-3 {
    bottom: 213px;
    right: auto;
    left: 0;
  }
  .ellipse-holder.ellipse-4 {
    left: auto;
    right: 3px;
    bottom: 143px;
  }
  .ellipse-holder.ellipse-5 {
    right: auto;
    bottom: -23px;
  }
  .btn.btn-default.btn-xl {
    font-size: 0.8125rem;
  }
  .box-white h2 {
    font-size: 1.75rem;
  }
  .nav-download .nav-link {
    min-width: 118px;
    padding: 5px 5px;
  }
}
/*# sourceMappingURL=main.css.map */