@charset "UTF-8";
/* ------------------------------------------------------------ *
 *
 * main.scss
 *
 * ------------------------------------------------------------ */
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
@import url(//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css);
@import url(//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css);
.fa-times-thin:before {
  position: relative;
  font-size: 160%;
  content: "×";
}

@font-face {
  font-family: "proxima-nova";
  src: url("ProximaNova/ProximaNova-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("ProximaNova/ProximaNova-LightIt.otf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "proxima-nova";
  src: url("ProximaNova/ProximaNova-Medium.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("ProximaNova/ProximaNova-Semibold.otf");
  font-weight: 700;
  font-style: normal;
}
/* responsive options */
/* color options */
/* brand colors */
/* social colors */
/* background options */
/* font options */
/* form options */
/* form options */
/* gutter options */
/* config options */
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins

   (min-width:1250px) */
/*  (min-width:1150px) */
/*  (min-width:1024px) */
/*  (min-width:992px) */
/*  (min-width:768px) */
/* (min-width:1150px), (max-width: 1350px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/* (min-width:992px), (max-width: 1150px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1150px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:596px) */
/* (min-width:481px) */
/*  (max-width:480px) */
/* (min-width:1190px),(max-width:1269px)*/
/* (min-width:1270px),(max-width:1390px)*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:first-child {
  margin-top: 0;
}
*:last-child {
  margin-bottom: 0;
}

img {
  display: block;
  margin: 0 auto;
  border: 0;
  max-width: 100%;
  height: auto;
}

html {
  overflow: auto;
}

body {
  background-color: #FFFFFF;
  color: #0C153A;
  border-color: transparent;
  margin: 0;
  padding: 0;
  font: 400 16px/1.4 "proxima-nova", Arial, Helvetica, sans-serif;
  color: #0C153A;
}

.pipe {
  display: inline-block;
  padding: 0 5px;
  opacity: 0.5;
}

a {
  color: #1F4ADE;
}
a:hover {
  color: #4a6de6;
}

main {
  display: block;
}

header {
  background-color: #0C153A;
  padding: 0 20px 0;
}
@media (min-width: 1220px) {
  header {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 768px) {
  header {
    padding: 0 30px 0;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  header {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 992px) {
  header {
    padding: 0 40px 0;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  header {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 1180px) {
  header {
    padding: 0 50px 0;
  }
}
@media (min-width: 1180px) and (min-width: 1280px) {
  header {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
header nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
header nav a {
  z-index: 99 !important;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
}
header nav a:hover {
  color: #52E1FF;
}
header nav a img {
  margin: 0;
  padding: 0 0 11px;
  width: auto;
  height: 45px;
}
@media (min-width: 768px) {
  header nav a img {
    padding: 0 0 14px;
    height: 62px;
  }
}
header nav a span {
  font-size: 12px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header nav a span {
    line-height: 85px;
  }
}

.logo {
  max-width: 174px;
}
.logo img {
  height: auto;
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 32px;
  background: #52E1FF;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 595px) {
  .underline::after {
    bottom: 6px;
  }
}
.underline:hover {
  color: #52E1FF;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.underline:hover::after {
  left: 0;
  right: 0;
  bottom: 32px;
  width: 100%;
}
@media (max-width: 595px) {
  .underline:hover::after {
    bottom: 6px;
  }
}

.home {
  padding: 50px 20px 50px;
  background-color: #FFFFFF;
  color: #0C153A;
  border-color: #DDDDDD;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media (min-width: 1220px) {
  .home {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}

.hero {
  position: relative;
  /*  @include component-inset($w: $screen-xl-min, $padding-h: 20px, $padding-v: 20px );
    @media (min-width: $screen-md-min) {
        @include component-inset($w: $screen-xl-min, $padding-h: 30px, $padding-v: 20px );
    }
    @media (min-width: $screen-lg-min) {
        @include component-inset($w: $screen-xl-min, $padding-h: 40px, $padding-v: 20px );
    }
    @media (min-width: $screen-xl-min) {
        @include component-inset($w: $screen-xl-min, $padding-h: 50px, $padding-v: 20px );
    }*/
}
.hero h1 {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 4;
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .hero h1 {
    font-size: 64px;
  }
}
@media (min-width: 1180px) {
  .hero h1 {
    font-size: 64px;
  }
}
.hero h2 {
  color: white;
  margin: 0;
  font-weight: 600;
  white-space: pre-wrap;
  font-size: 32px;
  line-height: 1.2;
}
.hero h2 span {
  color: #ff7d2b;
}
@media (min-width: 768px) {
  .hero h2 {
    font-size: 38px;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .hero h2 {
    font-size: 46px;
  }
}
@media (min-width: 1180px) {
  .hero h2 {
    font-size: 46px;
  }
}
.hero .bg-img {
  height: 230px;
  overflow: hidden;
  margin-left: -1px;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .hero .bg-img {
    height: 330px;
  }
}
.hero .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.hero .v-middle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.hero .v-middle-wrapper .v-middle-inner {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
.hero .v-middle-wrapper .v-middle-inner .v-top {
  display: table-cell;
  vertical-align: top;
  padding-top: 90px;
}
@media (min-width: 768px) {
  .hero .v-middle-wrapper .v-middle-inner .v-top {
    padding-top: 40px;
  }
}
.hero .v-middle-wrapper .v-middle-inner .v-top .inner-text {
  max-width: 840px;
  margin: -105px auto 0 auto;
}
.hero .v-middle-wrapper .v-middle-inner .v-top .inner-text h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.hero .v-middle-wrapper .v-middle-inner .v-top .inner-text h1 span {
  color: #ff7d2b;
}

.thank-you-page .hero .v-middle-wrapper .v-middle-inner .v-top {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .thank-you-page .hero .v-middle-wrapper .v-middle-inner .v-top {
    padding-top: 90px;
  }
}

.category-selector {
  z-index: 4;
  padding: 0 20px 0;
  border-bottom: 1px solid #969696;
}
@media (min-width: 1220px) {
  .category-selector {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 768px) {
  .category-selector {
    padding: 0 30px 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .category-selector {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 992px) {
  .category-selector {
    padding: 0 40px 0;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  .category-selector {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 1180px) {
  .category-selector {
    padding: 0 50px 0;
  }
}
@media (min-width: 1180px) and (min-width: 1280px) {
  .category-selector {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
.category-selector ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .category-selector ul {
    border-bottom: 1px solid #969696;
  }
}
.category-selector ul li {
  margin: 0 20px 0 0;
}
@media (min-width: 768px) {
  .category-selector ul li {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 992px) {
  .category-selector ul li {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1180px) {
  .category-selector ul li {
    margin: 0 50px 0 0;
  }
}
.category-selector ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-bottom: 3px solid transparent;
  padding: 20px 0 17px;
  font-weight: 400;
  font-size: 16px;
  color: #969696;
  text-decoration: none;
}
.category-selector ul li a svg {
  display: none;
}
.category-selector ul li a svg * {
  fill: #C6C6C6;
}
@media (min-width: 480px) {
  .category-selector ul li a svg {
    display: block;
    margin: 0 12px 0 0;
    width: auto;
    height: 18px;
    width: 18px;
  }
}
@media (min-width: 768px) {
  .category-selector ul li a {
    padding: 20px 0 17px;
    font-size: 18px;
  }
  .category-selector ul li a svg {
    margin: 0 14px 0 0;
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 992px) {
  .category-selector ul li a {
    padding: 20px 0 17px;
    font-size: 20px;
  }
  .category-selector ul li a svg {
    margin: 0 16px 0 0;
    height: 22px;
    width: 22px;
  }
}
@media (min-width: 1180px) {
  .category-selector ul li a {
    padding: 20px 0 17px;
    font-size: 22px;
  }
  .category-selector ul li a svg {
    margin: 0 18px 0 0;
    height: 24px;
    width: 24px;
  }
}
.category-selector ul li a:hover {
  color: #0C153A;
}
.category-selector ul li a:hover svg * {
  fill: #0C153A;
}
.category-selector ul li a.is-active {
  font-weight: 600;
  color: #0C153A;
  border-bottom-color: #1F4ADE;
}
.category-selector ul li a.is-active svg * {
  fill: #1F4ADE;
}

.subcategory-selector {
  padding: 0 20px 0;
}
@media (min-width: 1220px) {
  .subcategory-selector {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 768px) {
  .subcategory-selector {
    padding: 0 30px 0;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .subcategory-selector {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 992px) {
  .subcategory-selector {
    padding: 0 40px 0;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  .subcategory-selector {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 1180px) {
  .subcategory-selector {
    padding: 0 50px 0;
  }
}
@media (min-width: 1180px) and (min-width: 1280px) {
  .subcategory-selector {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
.subcategory-selector ul {
  display: none;
  margin: 0;
  padding: 12px 0;
  list-style: none;
}
@media (min-width: 768px) {
  .subcategory-selector ul {
    display: none;
  }
}
.subcategory-selector ul li {
  margin: 0;
}
@media (min-width: 768px) {
  .subcategory-selector ul li:not(:last-child) {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 992px) {
  .subcategory-selector ul li:not(:last-child) {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1180px) {
  .subcategory-selector ul li:not(:last-child) {
    margin: 0 50px 0 0;
  }
}
.subcategory-selector ul li a {
  display: block;
  margin: 0;
  padding: 8px 0;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .subcategory-selector ul li a {
    color: #969696;
  }
  .subcategory-selector ul li a:hover {
    color: #393E45;
  }
}
@media (min-width: 992px) {
  .subcategory-selector ul li a {
    font-size: 18px;
  }
}
.subcategory-selector ul li a.is-active {
  font-weight: 600;
  color: #393E45;
}
.subcategory-selector ul.is-visible {
  display: block;
}
@media (min-width: 768px) {
  .subcategory-selector ul.is-visible {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
}

.main-download-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 40px;
}
@media (min-width: 1220px) {
  .main-download-wrapper {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 768px) {
  .main-download-wrapper {
    padding: 20px 30px 60px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .main-download-wrapper {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 992px) {
  .main-download-wrapper {
    padding: 30px 40px 80px;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  .main-download-wrapper {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 1180px) {
  .main-download-wrapper {
    padding: 30px 50px 100px;
  }
}
@media (min-width: 1180px) and (min-width: 1280px) {
  .main-download-wrapper {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
.main-download-wrapper .sidebar-recommendation {
  width: 33.333%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  float: none;
  clear: both;
  border-radius: 0;
  border: 0;
  padding-top: 13px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.main-download-wrapper .sidebar-recommendation h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-bottom: 17px;
  line-height: 1;
  text-transform: capitalize;
  padding-bottom: 22px;
}
.main-download-wrapper .sidebar-recommendation h3:after {
  content: "";
  position: absolute;
  width: 53px;
  height: 3px;
  border-radius: 40px;
  background-color: #51DDBD;
  bottom: 0px;
  left: 50%;
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-download-wrapper .sidebar-recommendation p {
  font-size: 18px;
  font-weight: 400;
}
.main-download-wrapper .sidebar-recommendation .arrow-wrap a {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  padding-top: 3px;
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.main-download-wrapper .sidebar-recommendation .arrow-wrap a span {
  margin-right: 9px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  color: #ff7d2b;
  display: inline-block;
}
.main-download-wrapper .sidebar-recommendation .arrow-wrap a:after {
  content: "";
  background: url("/images/icons/Circle-Arrow.svg") no-repeat;
  position: absolute;
  width: 27px;
  height: 26px;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.main-download-wrapper .sidebar-recommendation .arrow-wrap a:hover {
  text-decoration: none;
}
.main-download-wrapper .sidebar-recommendation .arrow-wrap a:hover span {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-download-wrapper .sidebar-recommendation .arrow-wrap a:hover:after {
  left: 100%;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-download-wrapper .sidebar-recommendation .border {
  padding-left: 20px;
  border-left: solid 2px #f3f3f4;
}
@media (max-width: 768px) {
  .main-download-wrapper .sidebar-recommendation {
    display: none;
  }
}
.main-download-wrapper .download {
  display: none;
}
@media (min-width: 768px) {
  .main-download-wrapper .download {
    width: 58.666%;
  }
}
.main-download-wrapper .download .download-title {
  margin: 0 0 15px;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
  color: #0C153A;
}
@media (min-width: 768px) {
  .main-download-wrapper .download .download-title {
    margin: 0 0 25px;
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .main-download-wrapper .download .download-title {
    margin: 0 0 35px;
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .main-download-wrapper .download .download-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.main-download-wrapper .download .download-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.main-download-wrapper .download .download-description .video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.main-download-wrapper .download .download-description .video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 480px) {
  .main-download-wrapper .download .download-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media (min-width: 768px) {
  .main-download-wrapper .download .download-features {
    display: block;
  }
}
@media (min-width: 992px) {
  .main-download-wrapper .download .download-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media (min-width: 480px) {
  .main-download-wrapper .download .download-feature {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 768px) {
  .main-download-wrapper .download .download-feature {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-download-wrapper .download .download-feature {
    width: calc((100% - 40px) / 2);
  }
}
.main-download-wrapper .download .download-feature h3 {
  margin: 30px 0 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #0C153A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .main-download-wrapper .download .download-feature h3 {
    margin: 35px 0 20px;
  }
}
.main-download-wrapper .download .download-feature p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.main-download-wrapper .download .download-terms {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
}
.main-download-wrapper .download .download-terms input[type=checkbox] {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.main-download-wrapper .download .download-terms span {
  display: block;
  margin: 0 10px 0 0;
  border: 1px solid #BBBBBB;
  background: #FFFFFF;
  width: 16px;
  height: 16px;
  text-align: center;
}
.main-download-wrapper .download .download-terms input[type=checkbox]:checked + span::before {
  display: block;
  margin-top: -1px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  line-height: 17px;
  font-size: 12px;
  color: #1F4ADE;
  content: "";
}
.main-download-wrapper .download .download-terms label {
  flex: 1;
  font-size: 11px;
  line-height: 1.25;
  z-index: 2;
}
.main-download-wrapper .download .download-versions-dropdown p {
  position: relative;
  font-weight: 600;
  border-bottom: solid 1px;
}
.main-download-wrapper .download .download-versions-dropdown p:after {
  content: "▾";
  right: 10px;
  position: absolute;
  cursor: pointer;
}
.main-download-wrapper .download .download-versions-dropdown li {
  list-style-type: none;
  padding: 5px;
}
.main-download-wrapper .download .download-list {
  position: relative;
  margin: 10px 0 0;
  padding: 0;
  font-size: 14px;
}
.main-download-wrapper .download .download-list p {
  font-weight: 600;
}
.main-download-wrapper .download .download-list ul {
  padding: 0;
}
.main-download-wrapper .download .download-list ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.main-download-wrapper .download .download-list ul li .fas {
  margin: 0 10px 0 0;
  width: 18px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.main-download-wrapper .download .download-list ul li span {
  color: #0C153A;
}
.main-download-wrapper .download .download-list .download-cover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}
.main-download-wrapper .download .download-list .download-cover.is-active {
  display: block;
}
.main-download-wrapper .download .download-list--labs {
  margin: 10px 0 0;
}
.main-download-wrapper .download .download-list--labs .download-title {
  margin: 20px 0 10px;
  text-transform: none;
}
.main-download-wrapper .download .download-list--labs p {
  margin: 0 0 10px;
  font-size: 14px;
}
.main-download-wrapper .download .download-list .doc-and-links {
  padding-top: 14px;
}
.main-download-wrapper .download .download-list .version-options ul {
  margin: 0;
  padding: 14px 0;
  list-style: none;
}
.main-download-wrapper .download .download-previous {
  margin: 30px 0 0;
  font-size: 14px;
  text-align: center;
}
.main-download-wrapper .download .download-here {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.main-download-wrapper .download .download-button {
  color: #FFFFFF;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}
.main-download-wrapper .download .download-button:before {
  position: absolute;
  font-weight: 900;
  content: "";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: -20px;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  left: 47%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-download-wrapper .download .download-button:hover span {
  text-decoration: none;
  opacity: 0;
  top: 30px;
}
.main-download-wrapper .download .download-button span {
  display: block;
  letter-spacing: normal;
  opacity: 1;
  top: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.main-download-wrapper .download .download-button:hover:not([disabled]):before {
  left: 50%;
  top: 19px;
  visibility: visible;
  opacity: 1;
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.main-download-wrapper .download .download-row {
  padding: 0 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .main-download-wrapper .download .download-row {
    flex-wrap: nowrap;
  }
  .main-download-wrapper .download .download-row .terms-and-download {
    width: 50%;
    padding: 0 0 0 20px;
    margin-top: 20px;
  }
}
.main-download-wrapper .download .download-row .terms-and-download {
  width: 100%;
  padding: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .main-download-wrapper .download .download-row .terms-and-download {
    margin-top: 0;
  }
}
.main-download-wrapper .download .download-row .docs-and-platforms {
  width: 100%;
  padding: 0 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .main-download-wrapper .download .download-row .docs-and-platforms {
    flex-wrap: nowrap;
  }
}
.main-download-wrapper .download .download-row .docs-and-platforms .platforms {
  padding-left: 20px;
  width: 50%;
}
.main-download-wrapper .download .download-row .docs-and-platforms .doc-and-links {
  width: 50%;
}
.main-download-wrapper .download .download-row .docs-and-platforms ul {
  margin: 0;
  padding: 14px 0;
  list-style: none;
}
.main-download-wrapper .download .download-row .docs-and-platforms ul li {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.main-download-wrapper .download .download-row .docs-and-platforms ul li a {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  text-decoration: none;
}
.main-download-wrapper .download .download-row .docs-and-platforms ul li a span {
  position: relative;
}
.main-download-wrapper .download .download-row .docs-and-platforms ul li a span::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 1px;
  background: #1F4ADE;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.main-download-wrapper .download .download-row .docs-and-platforms ul li a span:hover {
  color: #1F4ADE;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.main-download-wrapper .download .download-row .docs-and-platforms ul li a span:hover::after {
  left: 0;
  right: 0;
  bottom: 1px;
  width: 100%;
}
.main-download-wrapper .download .download-row .docs-and-platforms ul li .fas {
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.main-download-wrapper .download .download-row .docs-and-platforms .platforms ul {
  margin-left: 18px;
  list-style-type: disc !important;
  list-style-position: outside !important;
}
.main-download-wrapper .download .download-row .docs-and-platforms .platforms ul li {
  font-size: 11px;
  line-height: 1;
}
.main-download-wrapper .download .download-row .download-selection {
  width: 100%;
}
.main-download-wrapper .download .download-row .download-selection .download-version {
  padding: 0;
}
.main-download-wrapper .download .download-row .download-selection .download-packages {
  padding: 20px 0 0 0;
}
.main-download-wrapper .download .download-row .download-selection .download-select {
  width: 100%;
}
.main-download-wrapper .download .download-row .download-selection .download-select h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.main-download-wrapper .download .download-row .download-selection .download-select select {
  text-overflow: ellipsis;
  position: relative;
  width: 100%;
  border: solid;
  border-radius: 0;
  border-color: #50555D;
  border-width: 0 0 1px 0;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 0;
  margin: 0;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/images/icons/chevron-down-solid.svg") no-repeat right;
  background-size: 12px;
}
.main-download-wrapper .download .download-row .download-selection .download-select select:disabled {
  background: none;
  color: #0C153A;
}

.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #58595b !important;
}

.labs .gray-background {
  margin-top: 30px;
}

.gray-background {
  padding: 20px !important;
  background-color: #f3f3f4;
  border-radius: 10px;
}

.thank-you-page .main-download-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.thank-you-page .main-download-wrapper .download {
  display: block;
}

.form-and-recommendations {
  position: relative;
  margin: 0 auto;
}
.form-and-recommendations .form-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.09;
  margin-bottom: 20px;
  color: #1F4ADE;
  text-align: center;
}
.form-and-recommendations h3 {
  text-align: center;
  padding: 25px;
}
.form-and-recommendations:before {
  content: "";
  position: absolute;
  width: 53px;
  height: 3px;
  border-radius: 40px;
  background-color: #51DDBD;
  top: -31px;
  left: calc(50% - 27px);
}
.form-and-recommendations .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding-top: 20px !important;
  padding: 30px 20px 30px;
}
@media (min-width: 1220px) {
  .form-and-recommendations .form {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 768px) {
  .form-and-recommendations .form {
    padding: 40px 30px 40px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .form-and-recommendations .form {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 992px) {
  .form-and-recommendations .form {
    padding: 60px 40px 60px;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  .form-and-recommendations .form {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 1180px) {
  .form-and-recommendations .form {
    padding: 80px 50px 80px;
  }
}
@media (min-width: 1180px) and (min-width: 1280px) {
  .form-and-recommendations .form {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
.form-and-recommendations .form .form-section {
  order: 1;
  width: 100%;
  position: relative;
  padding-right: 5px;
  border-radius: 10px;
  border: solid 2px #f3f3f4;
  background-color: #ffffff;
  overflow: visible;
}
@media (min-width: 768px) {
  .form-and-recommendations .form .form-section {
    width: 50.3%;
    order: initial;
  }
}
.form-and-recommendations .form .form-section .bg-blue {
  padding: 8px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 99;
  margin-top: -2px;
  border: 2px solid #1F4ADE;
  background-color: #1F4ADE;
  margin-left: -2px;
  margin-right: -6px;
}
.form-and-recommendations .form .form-section .form-with-title {
  padding: 28px 33px 49px 35px;
}
.form-and-recommendations .form .form-confirmform {
  display: none;
  color: #FFFFFF;
  text-align: center;
}
.form-and-recommendations .form .recommendations {
  position: relative;
  width: 100%;
  order: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .form-and-recommendations .form .recommendations {
    order: initial;
  }
}
.form-and-recommendations .form .recommendations .recommendation {
  text-align: left;
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
  border: 0;
  position: relative;
  background-color: #f3f3f4;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}
.form-and-recommendations .form .recommendations .recommendation a {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.form-and-recommendations .form .recommendations .recommendation a:hover {
  text-decoration: none;
}
.form-and-recommendations .form .recommendations .recommendation .arrow-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 13px 20px;
  height: 60px;
  background: #f3f3f4;
  border-radius: 10px;
}
.form-and-recommendations .form .recommendations .recommendation .arrow-wrap .btn-link {
  display: inline-block;
}
.form-and-recommendations .form .recommendations .recommendation .arrow-wrap .btn-link span {
  opacity: 1;
}
.form-and-recommendations .form .recommendations .recommendation .arrow-wrap .btn-link:after {
  right: -26px;
  left: auto;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.form-and-recommendations .form .recommendations .recommendation .inner-wrap {
  padding: 20px;
  background: #f3f3f4;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  display: table;
  width: calc(100% + 0.4px);
}
.form-and-recommendations .form .recommendations .recommendation .inner-wrap h6 {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.25;
  font-size: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
}
.form-and-recommendations .form .recommendations .recommendation .inner-wrap p {
  opacity: 1;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  margin-top: 0;
}
.form-and-recommendations .form .recommendations .recommendation .inner-wrap .text-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}
.form-and-recommendations .form .recommendations .recommendation .inner-wrap .text-wrapper .topic-wrap {
  display: block;
  margin-bottom: 9px;
  line-height: 1;
  color: #ff7d2b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.form-and-recommendations .form .recommendations .recommendation:hover .arrow-wrap .btn-link span {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.form-and-recommendations .form .recommendations .recommendation:hover .arrow-wrap .btn-link:after {
  left: 100%;
}
.form-and-recommendations .mktoForm {
  width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}
.form-and-recommendations .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol .mktoHtmlText.mktoHasWidth p span {
  font-size: 32px !important;
  font-weight: 600;
  line-height: 1.09;
  color: #1f4ade !important;
  margin-top: 0 !important;
}
@media (min-width: 992px) and (max-width: 1130px) {
  .form-and-recommendations .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol .mktoHtmlText.mktoHasWidth p span {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-and-recommendations .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol .mktoHtmlText.mktoHasWidth p span {
    font-size: 24px !important;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .form-and-recommendations .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol .mktoHtmlText.mktoHasWidth p span {
    font-size: 22px !important;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  .form-and-recommendations .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol .mktoHtmlText.mktoHasWidth p span {
    font-size: 20px !important;
  }
}
@media (max-width: 480px) {
  .form-and-recommendations .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol .mktoHtmlText.mktoHasWidth p span {
    font-size: 20px !important;
  }
}
.form-and-recommendations .mktoForm .mktoFormRow:nth-of-type(11) .mktoFormCol .mktoHtmlText.mktoHasWidth div {
  margin: 0;
}
.form-and-recommendations .mktoForm .mktoFormRow:nth-of-type(33) .mktoFormCol .mktoHtmlText.mktoHasWidth div {
  margin: 8px 0 0px 0;
}
.form-and-recommendations .mktoForm .mktoFormCol {
  width: 100%;
  position: relative;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoOffset {
  position: absolute;
  top: -10px;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoRequiredField {
  width: 100%;
  position: relative;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoLabel {
  position: absolute;
  font-size: 0;
  top: 24px;
  left: 10px;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoLabel .mktoAsterix {
  color: #0C153A;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoLabel span {
  display: none;
}
.form-and-recommendations .mktoForm .mktoFormCol input {
  font-family: "proxima-nova";
  background-color: #f3f3f4 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.39;
  letter-spacing: normal;
  color: #0c153a;
  outline: none;
  border: 0;
  width: 100% !important;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 60px 8px 19px;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 7px;
  border-radius: 5px;
  box-shadow: none;
  z-index: 3;
  position: relative;
}
.form-and-recommendations .mktoForm .mktoFormCol input[type=checkbox] + label:before,
.form-and-recommendations .mktoForm .mktoFormCol .mktoForm input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  line-height: 1em;
  background-color: #fff;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #aeb0b6;
}
.form-and-recommendations .mktoForm .mktoFormCol input[type=checkbox]:checked + label:before {
  content: "✓";
}
.form-and-recommendations .mktoForm .mktoFormCol input::placeholder {
  font-family: "proxima-nova";
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.39;
  letter-spacing: normal;
  color: #0c153a;
  text-transform: capitalize;
}
.form-and-recommendations .mktoForm .mktoFormCol select {
  font-family: "proxima-nova";
  position: relative;
  background-color: #f3f3f4 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.39;
  color: #0c153a;
  cursor: pointer;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/images/icons/chevron-down-solid.svg) no-repeat right;
  background-position-x: 98%;
  background-size: 12px;
  padding: 4px 60px 8px 18px;
  border-radius: 5px;
  height: 45px;
  width: 100% !important;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 7px;
}
.form-and-recommendations .mktoForm .mktoFormCol select::-ms-expand {
  display: none;
}
.form-and-recommendations .mktoForm .mktoFormCol select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap {
  width: 100%;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap textarea {
  border-radius: 5px;
  width: 100% !important;
  border: 0;
  height: 150px;
  margin-bottom: 12px;
  color: #0c153a;
  background-color: #f3f3f4;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.39;
  padding: 10px 18px;
  box-shadow: none;
  outline: none;
  font-family: "proxima-nova";
}
@media (max-width: 767px) {
  .form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap textarea {
    height: 85px;
  }
}
@media (max-width: 480px) {
  .form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap textarea {
    margin-bottom: 0;
  }
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap textarea#Next_Steps__c_lead {
  margin: -10px 0 0 0;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap .mktoLabel.mktoHasWidth {
  display: none;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList {
  padding: 0;
  margin-left: -10px;
  width: 100% !important;
}
@media (max-width: 480px) {
  .form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList {
    margin-left: 0;
  }
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList #marketingEmailOptin, .form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList input {
  display: none;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList > label {
  width: 44%;
  float: left;
  padding-left: 8px;
  margin: 7px 0 5px 19px;
}
@media (max-width: 595px) {
  .form-and-recommendations .mktoForm .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList > label {
    width: 100%;
  }
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth p {
  margin-bottom: 0;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth p span {
  color: #0c153a !important;
  font-family: "proxima-nova" !important;
  margin: 10px 0 0 0 !important;
  display: block;
  font-size: 18px !important;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth .p1 {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.5 !important;
  letter-spacing: normal;
  font-family: "proxima-nova" !important;
  padding: 13px;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth div {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.5 !important;
  letter-spacing: normal;
  margin: 15px 0 5px 0;
  font-family: "proxima-nova";
  background-color: transparent !important;
  padding: 0 2px;
  color: #0C153A !important;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth div a {
  display: inline-block;
  text-decoration: none;
  outline: 0;
  padding: 0;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth div a:hover:after {
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth div a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 2px;
  background: #1F4ADE;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth div a {
    padding: 0 10px;
  }
}
.form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth br {
  display: none;
}
.form-and-recommendations .mktoForm .mktoButtonWrap.mktoNative,
.form-and-recommendations .mktoForm .mktoButtonWrap.mktoBluePill {
  margin: 0 !important;
}
.form-and-recommendations .mktoForm .mktoButtonWrap.mktoNative .mktoButton,
.form-and-recommendations .mktoForm .mktoButtonWrap.mktoBluePill .mktoButton {
  cursor: pointer;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: normal;
  padding: 14px 27px 14px 28px;
  color: #ffffff;
  background: #ff7d2b !important;
  text-align: center;
  display: inline-block;
  position: relative;
  min-width: 112px;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 17px;
  transition: all 0.3s ease-in-out;
  border: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
}
@media (max-width: 767px) {
  .form-and-recommendations .mktoForm .mktoButtonWrap.mktoNative .mktoButton,
.form-and-recommendations .mktoForm .mktoButtonWrap.mktoBluePill .mktoButton {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .form-and-recommendations .mktoForm .mktoButtonWrap.mktoNative .mktoButton,
.form-and-recommendations .mktoForm .mktoButtonWrap.mktoBluePill .mktoButton {
    margin-top: 10px;
  }
}
.form-and-recommendations .mktoForm .mktoButtonWrap.mktoNative .mktoButton:hover,
.form-and-recommendations .mktoForm .mktoButtonWrap.mktoBluePill .mktoButton:hover {
  background: #1F4ADE !important;
  border: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .form-and-recommendations .mktoForm .mktoFormCol .mktoHtmlText.mktoHasWidth div a {
    padding: 0 !important;
  }
}
.form-and-recommendations .form-section a {
  color: #1F4ADE !important;
  position: relative;
}
.form-and-recommendations .form-section a:hover {
  text-decoration: none !important;
}

.thank-you-page .form-and-recommendations .form {
  padding-left: 0;
  padding-right: 0;
}
.thank-you-page .form-and-recommendations .form .recommendations {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .thank-you-page .form-and-recommendations .form .recommendations {
    flex-wrap: nowrap;
    width: calc(100% + 25px);
    margin: 0;
    margin-left: -12px;
  }
  .thank-you-page .form-and-recommendations .form .recommendations .recommendation {
    margin: 10px;
  }
  .thank-you-page .form-and-recommendations .form .recommendations .recommendation:nth-child(3n+1) {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .thank-you-page .form-and-recommendations .form .recommendations .recommendation:nth-child(3n) {
    margin-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

.customer-stories {
  padding: 30px 20px 30px;
  background: #252D2E;
  color: #FFFFFF;
}
@media (min-width: 1220px) {
  .customer-stories {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 768px) {
  .customer-stories {
    padding: 50px 30px 50px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .customer-stories {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 992px) {
  .customer-stories {
    padding: 70px 40px 70px;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  .customer-stories {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 1180px) {
  .customer-stories {
    padding: 90px 50px 90px;
  }
}
@media (min-width: 1180px) and (min-width: 1280px) {
  .customer-stories {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
.customer-stories .customer-carousel {
  margin: 0 0 60px;
}
.customer-stories .customer-story {
  margin: 0;
}
@media (min-width: 768px) {
  .customer-stories .customer-story {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.customer-stories .customer-quote {
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 768px) {
  .customer-stories .customer-quote {
    width: 56.666%;
  }
}
@media (min-width: 992px) {
  .customer-stories .customer-quote {
    font-size: 28px;
  }
}
@media (min-width: 1180px) {
  .customer-stories .customer-quote {
    font-size: 32px;
  }
}
.customer-stories .customer-contributor {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .customer-stories .customer-contributor {
    margin: 0;
    width: 33.333%;
  }
}
.customer-stories .customer-information {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.customer-stories .customer-avatar img {
  margin: 0 20px 0 0;
  border-radius: 50%;
  width: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .customer-stories .customer-avatar img {
    width: 70px;
  }
}
@media (min-width: 1180px) {
  .customer-stories .customer-avatar img {
    width: 80px;
  }
}
.customer-stories .customer-name-role {
  flex: 1 0 0;
}
.customer-stories .customer-name {
  display: block;
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
.customer-stories .customer-role {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.customer-stories .customer-logo {
  display: block;
  margin: 10px 0 0 100px;
}
.customer-stories .customer-logo img {
  margin: 0;
  width: 100%;
  max-width: 100px;
  height: auto;
}
.customer-stories .slick-dots {
  bottom: -40px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .customer-stories .slick-dots {
    text-align: left;
  }
}
.customer-stories .slick-dots li {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .customer-stories .slick-dots li {
    margin: 0 10px 0 0;
  }
}
.customer-stories .slick-dots li button::before {
  font-size: 12px;
  line-height: 20px;
  color: #1F4ADE;
  opacity: 0.4;
}
.customer-stories .slick-dots li button:hover::before {
  color: #1F4ADE;
  opacity: 0.8;
}
.customer-stories .slick-dots li.slick-active button::before {
  font-size: 16px;
  color: #4a6de6;
  opacity: 1;
}
.customer-stories .customer-stories-more {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
.customer-stories .customer-stories-more a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .customer-stories .customer-stories-more {
    text-align: left;
  }
}

.features {
  padding: 30px 20px 30px;
  background: rgba(229, 229, 229, 0.25);
}
@media (min-width: 1220px) {
  .features {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 768px) {
  .features {
    padding: 40px 30px 40px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .features {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 992px) {
  .features {
    padding: 50px 40px 50px;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  .features {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 1180px) {
  .features {
    padding: 60px 50px 60px;
  }
}
@media (min-width: 1180px) and (min-width: 1280px) {
  .features {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
.features .features-title {
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  color: #0C153A;
  text-align: center;
}
@media (min-width: 768px) {
  .features .features-title {
    margin: 0 0 40px;
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .features .features-title {
    margin: 0 0 50px;
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .features .features-title {
    margin: 0 0 60px;
  }
}
.features .features-list {
  margin: 0;
}
@media (min-width: 768px) {
  .features .features-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .features .features-list {
    margin: 0 0 50px;
  }
}
@media (min-width: 992px) {
  .features .features-list {
    margin: 0 0 60px;
  }
}
.features .feature {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .features .feature {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
@media (min-width: 992px) {
  .features .feature {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 1180px) {
  .features .feature {
    width: calc((100% - 100px) / 3);
  }
}
.features .feature-icon img {
  margin: 0 0 20px;
  width: 100%;
  height: 100%;
  max-width: 48px;
  max-height: 48px;
}
.features .feature-title {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: #393E45;
}
.features .feature-description {
  margin: 0;
  line-height: 1.5;
}
.features .features-more {
  text-align: center;
}

.button, button {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  cursor: pointer;
  padding: 14px 27px 14px 28px;
  color: #ffffff;
  background-color: #1F4ADE;
  text-align: center;
  display: inline-block;
  position: relative;
  min-width: 112px;
  border-radius: 25px;
  border-width: 0;
  overflow: hidden;
  /*&:before {
    position: absolute;
    content: '';
    left: 0;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    top: 19px;
    background-image: url(/themes/datastax/templates/dist/images/svg/Hover_State_Arrow.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 13px;
    background-size: contain;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  &:hover{
    &:before{
      opacity: 1;
      left: 50%;
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s;
    }
  }*/
}

.download-button {
  width: 100%;
  text-align: center;
}

.btn-link {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  padding-top: 3px;
}
.btn-link:after {
  content: "";
  background: url("/images/icons/Circle-Arrow.svg") no-repeat;
  position: absolute;
  width: 27px;
  height: 26px;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.btn-link span {
  margin-right: 9px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  color: #ff7d2b;
  display: inline-block;
}

.labs-quote {
  font-style: italic;
  font-weight: 600;
}

footer {
  background-color: #0C153A;
  position: relative;
  padding: 100px 0 30px 0;
  width: 100%;
  overflow: visible;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    padding: 80px 0 30px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  footer {
    padding: 60px 0 30px;
  }
}
@media (max-width: 595px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  footer {
    background: #0C153A;
  }
}
footer .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  footer .bg-img {
    display: none;
  }
}
footer .bg-img img {
  width: 100%;
  height: 100%;
  object-position: top;
}
@media (max-width: 1500px) {
  footer .bg-img img {
    object-fit: cover;
  }
}
footer .bg-img .curve {
  display: none;
}
footer h3 {
  font-size: 18px;
  padding: 0;
  color: #ff7d2b;
}
footer h3 a {
  color: #ff7d2b;
  position: relative;
}
footer h3::after {
  display: none;
}
@media (max-width: 595px) {
  footer h3 {
    font-size: 14px;
  }
}
footer p {
  color: #FFFFFF;
  padding: 15px 0px 0 0;
  font-size: 16px;
  line-height: 1.88;
  margin-bottom: 2px;
  font-weight: 400;
}
@media (max-width: 595px) {
  footer p {
    font-size: 14px;
  }
}
footer span {
  padding: 6px 0 11px 0;
}
@media (max-width: 595px) {
  footer span {
    padding: 5px 0;
  }
}
footer span a {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.72px;
  color: #FFFFFF;
}
@media (max-width: 595px) {
  footer span a {
    font-size: 12px;
  }
}
footer span a::after {
  bottom: 1px;
}
footer span a:hover {
  color: #52E1FF;
  transition: all 0.3s ease-in-out;
}
footer span a:hover::after {
  left: 0;
  right: 0;
  bottom: 1px;
  width: 100%;
}
footer a {
  cursor: pointer;
  text-decoration: none;
}
footer a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 1px;
  background: #52E1FF;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 595px) {
  footer a::after {
    bottom: 6px;
  }
}
footer a:hover {
  color: #52E1FF;
  position: relative;
  transition: all 0.3s ease-in-out;
}
footer a:hover::after {
  left: 0;
  right: 0;
  bottom: 1px;
  width: 100%;
}
@media (max-width: 595px) {
  footer a:hover::after {
    bottom: 6px;
  }
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  font-weight: 400;
  line-height: 1.66;
  color: #FFFFFF;
}
@media (max-width: 595px) {
  footer ul li {
    line-height: 1;
  }
}
footer ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.98;
  text-align: left;
  color: #fff;
}
@media (max-width: 595px) {
  footer ul li a {
    line-height: 1.98;
    font-size: 14px;
  }
}
footer .item-list ul li {
  padding-left: 0;
  margin: 15px 0px -6px 0;
}
@media (max-width: 595px) {
  footer .item-list ul li {
    margin: 5px 0 0 0;
  }
}
footer .footer-logo {
  position: relative;
  max-width: 245px;
  margin-bottom: 50px;
  z-index: 1;
}
@media (min-width: 1130px) {
  footer .footer-logo {
    padding-left: 4px;
  }
}
@media (max-width: 595px) {
  footer .footer-logo {
    margin: 0 auto 30px;
  }
}
footer .footer-logo a::after {
  display: none;
}
footer .footer-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .copyright {
  margin-top: 29px;
  padding: 0;
  float: left;
}
@media (min-width: 1130px) {
  footer .copyright {
    padding: 0 3px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    margin-top: 18px;
  }
}
footer .copyright .left-text p {
  color: #FFFFFF;
  margin-bottom: 19px;
  font-size: 12px;
  line-height: 1.5;
  padding: 0;
}
@media (max-width: 767px) {
  footer .copyright .left-text p {
    margin-bottom: 10px;
  }
}
footer .column-wrapper {
  width: 100%;
  float: left;
  border-bottom: 1px solid #fff;
  padding-bottom: 21px;
}
@media (min-width: 1130px) {
  footer .column-wrapper {
    padding: 0 4px 21px;
  }
}
@media (max-width: 595px) {
  footer .column-wrapper .col-four {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  footer .column-wrapper .col-four {
    margin-bottom: 18px;
    padding-right: 0;
  }
}
footer .column-wrapper .first-block {
  width: 19%;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .column-wrapper .first-block {
    max-width: 100%;
    width: 50%;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  footer .column-wrapper .first-block {
    max-width: 100%;
    width: 50%;
  }
}
footer .column-wrapper .second-block {
  padding-left: 9px;
  width: 23%;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .column-wrapper .second-block {
    max-width: 100%;
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  footer .column-wrapper .second-block {
    max-width: 100%;
    width: 50%;
    padding: 0;
  }
}
footer .column-wrapper .third-block {
  padding-left: 6px;
  width: 22%;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .column-wrapper .third-block {
    max-width: 100%;
    width: 50%;
    margin-top: 30px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  footer .column-wrapper .third-block {
    max-width: 100%;
    width: 50%;
    margin-top: 30px;
  }
}
footer .column-wrapper .fourth-block {
  width: 36%;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .column-wrapper .fourth-block {
    max-width: 100%;
    width: 50%;
    margin-top: 30px;
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  footer .column-wrapper .fourth-block {
    max-width: 100%;
    width: 50%;
    margin-top: 30px;
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 480px) {
  footer .column-wrapper .fourth-block {
    margin-bottom: 0;
  }
}
footer .column-wrapper .fourth-block .text-wrap .text-contact p a {
  color: white;
}
footer .column-wrapper .fourth-block .text-wrap .text-contact p a:after {
  display: none;
}
footer .column-wrapper .fourth-block .text-wrap .text-contact span a {
  font-size: 16px;
  letter-spacing: normal;
}
@media (max-width: 595px) {
  footer .column-wrapper .fourth-block .text-wrap .text-contact span a {
    font-size: 14px;
  }
}
footer .column-wrapper .fourth-block .social-icon {
  margin-top: 39px;
  padding: 0;
}
@media (max-width: 595px) {
  footer .column-wrapper .fourth-block .social-icon {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  footer .column-wrapper .fourth-block .social-icon {
    margin-top: 12px;
  }
}
footer .column-wrapper .fourth-block .social-icon li {
  display: inline-block;
  margin: 0 0px 0 17px;
}
@media (max-width: 991px) {
  footer .column-wrapper .fourth-block .social-icon li {
    margin: 0 17px 0 0;
  }
}
footer .column-wrapper .fourth-block .social-icon li a {
  display: block;
  line-height: 0.98;
  transition: all 0.3s ease-in-out;
}
footer .column-wrapper .fourth-block .social-icon li a .cls-1 {
  fill: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
footer .column-wrapper .fourth-block .social-icon li a:hover path {
  fill: #52E1FF;
}
footer .column-wrapper .fourth-block .social-icon li a:hover:after {
  display: none;
}
footer .column-wrapper .fourth-block .subscribe {
  clear: both;
  margin-top: 28px;
}
@media (max-width: 480px) {
  footer .column-wrapper .fourth-block .subscribe {
    margin-top: 15px;
  }
}
footer .column-wrapper .fourth-block .subscribe.active .thank_you_msg:before {
  left: calc(100% - 46px);
}
footer .column-wrapper .fourth-block .subscribe.active .thank_you_msg p {
  opacity: 1;
}
footer .column-wrapper .fourth-block .subscribe .thank_you_msg {
  position: relative;
  max-width: 294px;
  width: 100%;
  float: right;
  background: #ff7d2b;
  padding: 16px 74px 17px 24px;
  border-radius: 25px;
  text-align: left;
}
footer .column-wrapper .fourth-block .subscribe .thank_you_msg:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 40%;
  background-position: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-image: url(/themes/datastax/templates/assets/images/svg/Hover_State_Arrow_orange.svg);
  transition: all 0.3s ease;
}
footer .column-wrapper .fourth-block .subscribe .thank_you_msg p {
  padding: 0;
  margin: 0;
  line-height: 1;
  opacity: 0;
  transition: all 0.3s ease 0.2s;
}
@media (max-width: 1129px) {
  footer .column-wrapper .fourth-block .subscribe p {
    padding: 0;
  }
}
footer .column-wrapper .list-item {
  clear: both;
  float: none;
}
@media (min-width: 1130px) {
  footer .column-wrapper .list-item {
    margin-right: -7px;
  }
}
@media (max-width: 595px) {
  footer .column-wrapper .list-item ul {
    text-align: center;
  }
}
footer .column-wrapper .list-item ul li {
  display: inline-block;
  margin-left: 11px;
  margin-right: 6px;
}
footer .column-wrapper .list-item ul li:first-child {
  margin-left: 0 !important;
}
footer .column-wrapper .list-item ul li span {
  font-size: 12px;
  color: #FFFFFF;
}
footer .column-wrapper .list-item ul li a {
  font-size: 12px;
  position: relative;
}
footer .column-wrapper .list-item ul li a:before {
  content: "";
  position: absolute;
  height: 50%;
  left: -10px;
  top: 6px;
  background: #FFFFFF;
  width: 1px;
}
footer .column-wrapper .list-item ul li a:before:nth-child(1) {
  display: none;
}
footer .column-wrapper .list-item ul li a:after {
  bottom: 0;
}
footer .column-wrapper .list-item ul li a:hover::after {
  bottom: 0;
}
footer.curve-active {
  background-color: transparent !important;
  padding: 162px 0 30px 0;
}
@media (max-width: 991px) {
  footer.curve-active {
    background-color: #0C153A !important;
    padding: 100px 0 30px 0;
  }
}
@media (max-width: 595px) {
  footer.curve-active {
    padding: 40px 0;
  }
}
footer.curve-active .bg-img {
  top: 15px;
}
footer.curve-active .inner-img {
  height: 100%;
}
footer .text-wrap h3 {
  padding: 0 10px 0 0;
  display: inline-block;
}
footer .col-four h3 {
  margin: 10px 0 0 0;
}
footer .text-contact p {
  padding: 0;
  margin-top: 0;
}
footer .list-item {
  margin-top: 10px;
  clear: both;
  float: none;
  text-align: left;
}
footer .text-contact a {
  color: #FFFFFF;
  position: relative;
}
footer .text-contact a:hover {
  color: #52E1FF;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
header:after, .container:after, .ql-18:after, .wrapper:after, .column-wrapper:after, .grid-wrapper:after, .two-third:after, .content-wrapper:after, .v-middle-wrapper:after, footer:after, .tab-image-grid .item .white-box:after {
  content: "";
  clear: both;
  display: block;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}
.modal .modal-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #f3f3f4;
  background: #FFFFFF;
  padding: 30px;
  width: 80%;
  max-width: 640px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.modal .modal-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0;
  font-size: 60px;
  line-height: 30px;
  text-decoration: none;
}
.modal .modal-close:before {
  position: relative;
  line-height: 30px;
  content: "×";
}
.modal .modal-title {
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
  color: #0C153A;
}
.modal .modal-content {
  margin: 0 0 20px;
  font-size: 14px;
}
.modal .modal-link {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.modal .modal-link a {
  text-decoration: none;
}

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