/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  -webkit-tap-highlight-color: transparent;
  color: #4f5665;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4 {
  color: #0b132a;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #4f5665;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

section {
  padding: 50px 0;
}

.section-header {
  margin: 0 auto 60px;
  max-width: 270px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .section-header {
    max-width: 555px;
  }
}

.section-title {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .section-title {
    font-size: 3.5rem;
  }
}

.section-title1 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  color: white;
}

@media screen and (min-width: 992px) {
  .section-title1 {
    font-size: 3.5rem;
  }
}

.section-subtitle {
  line-height: 30px;
}

.section-subtitle1 {
  line-height: 30px;
  color: white;
}

.small-nav {
  padding: 100px 20px 20px;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #0b132a;
  z-index: 100;
  -webkit-transition: right 400ms ease;
  transition: right 400ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .small-nav {
    display: none;
  }
}

.small-nav--active {
  right: 0;
}

.small-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.small-nav ul:first-child::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: #fff;
  height: 1px;
  width: 20%;
}

.small-nav ul + ul {
  margin-top: 40px;
}

.small-nav ul li:not(:last-child) {
  margin-bottom: 10px;
}

.small-nav ul li a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
}

.small-nav ul li a:hover {
  color: #f53838;
}

.small-nav-bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.small-nav-bottom a {
  height: 44px;
  width: 44px;
  padding: 10px;
}

.small-nav-bottom a svg {
  height: 100%;
  width: 100%;
}

/* rubik-regular - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Rubik"), local("Rubik-Regular"), url("../fonts/rubik-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin-regular.woff2") format("woff2"), url("../fonts/rubik-v9-latin-regular.woff") format("woff"), url("../fonts/rubik-v9-latin-regular.ttf") format("truetype"), url("../fonts/rubik-v9-latin-regular.svg#Rubik") format("svg");
  /* Legacy iOS */
}

/* rubik-500 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rubik-v9-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Medium"), local("Rubik-Medium"), url("../fonts/rubik-v9-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin-500.woff2") format("woff2"), url("../fonts/rubik-v9-latin-500.woff") format("woff"), url("../fonts/rubik-v9-latin-500.ttf") format("truetype"), url("../fonts/rubik-v9-latin-500.svg#Rubik") format("svg");
  /* Legacy iOS */
}

/* rubik-700 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rubik-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Bold"), local("Rubik-Bold"), url("../fonts/rubik-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin-700.woff2") format("woff2"), url("../fonts/rubik-v9-latin-700.woff") format("woff"), url("../fonts/rubik-v9-latin-700.ttf") format("truetype"), url("../fonts/rubik-v9-latin-700.svg#Rubik") format("svg");
  /* Legacy iOS */
}

.container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

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

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-700 {
  font-weight: 700;
}

.overflow-h {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .overflow-h {
    overflow: unset;
  }
}

.btn-cta {
  width: 100%;
  text-align: center;
  background-color: #24CE64;
  color: #ffffff;
  -webkit-box-shadow: 0 20px 40px rgba(36, 206, 100, 0.36);
          box-shadow: 0 20px 40px rgba(36, 206, 100, 0.36);
}

.btn-cta:hover {
  -webkit-box-shadow: 0 20px 40px rgba(11, 19, 42, 0.35);
          box-shadow: 0 20px 40px rgba(11, 19, 42, 0.35);
  background-color: #0b132a;
}

@media screen and (min-width: 992px) {
  .btn-cta {
    width: unset;
  }
}

.btn--download {
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
}

.btn--download:hover {
  -webkit-box-shadow: 0 20px 40px rgba(11, 19, 42, 0.35);
  box-shadow: 0 20px 40px rgba(11, 19, 42, 0.35);
  background-color: #0b132a;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .btn--download {
    width: unset;
  }
}

.btn--small {
  padding: 1.3rem 4.5rem;
}

.btn--medium {
  padding: 1.25rem 6.3rem;
}

.btn--large {
  padding: 2.1rem 3.75rem;
}

@media screen and (min-width: 992px) {
  .btn--large {
    padding: 2.1rem 7.75rem;
  }
}

.btn--signin {
  background-color: #24CE64;
  color: white;
}

.btn--outlined {
  border: 1px solid #24CE64;
  color: #24CE64;
}

.btn--outlined:hover {
  background-color: #24CE64;
  color: #ffffff;
}

.btn--rounded {
  border-radius: 10px;
}

.btn--rounded-full {
  border-radius: 1000px;
}

.header {
  padding: 20px 0;
  top: 0px;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .header {
    background-color: #fff;
  }
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .nav {
  display: none;
}

.header .nav.show {
  display: block;
}

@media screen and (min-width: 992px) {
  .header .nav {
    display: block;
  }
}

.header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav .nav-item:not(:last-child) {
  margin-right: 40px;

}

.nav-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.header .nav .nav-link:hover {
  color: #f53838;

}

.header-right {
  display: none;
}

.header-right .sign-in-btn {
  color: #0b132a;
  margin-right: 30px;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .header-right {
    display: block;
  }
}

.header .hamburger-menu {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .header .hamburger-menu {
    display: none;
  }
}

.header .hamburger-menu img {
  height: 100%;
  width: 100%;
}

.hero {

  padding-top: 100px;
}

@media screen and (min-width: 992px) {
  .hero {
    background-image: url(../img/banner@2x.png);
    background-size: cover;
    background-position: center center;
    height: 600px;
    margin-top: 100px;
  }
}

.download {
  padding-top: 60px;
  background-image: url(../img/bg_download.png);
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 992px) {
  .download {
    background-image: url(../img/bg_download.png);
    background-size: cover;
    background-position: center center;
    height: 600px;
    margin-top: 100px;
  }
}

.hero2 {

}

@media screen and (min-width: 992px) {
  .hero2 {
    display: none;
  }
}

.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media screen and (min-width: 992px) {
  .hero .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.hero .hero-left {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero .hero-left {
    max-width: 555px;
  }
}

.hero .section-title {
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .hero .section-title {
    font-size: 5rem;
  }
}

.hero .section-title span {
  font-weight: 700;
}

.hero .section-subtitle {
  margin-top: 20px;
  margin-bottom: 30px;
}

.hero .section-subtitle span {
  font-weight: 500;
}

.hero .hero-right {
  width: 100%;
}

.hero .hero-right img {
  width: 100%;
}

.quick-stats {
  padding-top: 100px;
}

@media screen and (min-width: 992px) {
  .quick-stats {
    padding-top: 50px;
  }
}

.quick-stats .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.09);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.09);
  padding: 20px;
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  .quick-stats .container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.quick-stats .container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.quick-stats .container > div div {
  text-align: right;
}

@media screen and (min-width: 992px) {
  .quick-stats .container > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: unset;
  }
}

@media screen and (min-width: 992px) {
  .quick-stats .container > div:nth-child(2) {
    border-left: 2px solid #eeeff2;
    border-right: 2px solid #eeeff2;
  }
}

.quick-stats .container > div p:first-child {
  color: #0b132a;
  margin-bottom: 5px;
  font-size: 2.5rem;
}

.quick-stats .container > div p:last-child {
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .quick-stats .container > div img {
    margin-right: 36.5px;
  }
}
.features {
  background-color: #DCFFE3;
}
.features .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .features .container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.features-left {
  margin-bottom: 20px;
  width: 70%;
}

@media screen and (min-width: 992px) {
  .features-left {
    margin-bottom: unset;
  }
}

.features-right img {
  width: 80%;

}

.features-left img {
  width: 70%;
}

.features-right {
  max-width: 428px;
  align-self: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;

}


.features-list {
  margin-top: 20px;
}

.features-list li {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.features-list li::before {
  content: url("../images/check-icon.svg");
  position: relative;
  top: 5px;
  margin-right: 12px;
}


.download-left {
  margin-bottom: 20px;
  width: 50%;
  display: flex;
  justify-content: right;
}

@media screen and (min-width: 992px) {
  .download-left {
    margin-bottom: unset;
  }
}

.download-right img {
  width: 50%;


}

.download-left img {
  width: 50%;
}

.download-right {
  max-width: 428px;
  align-items: end;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.download-title {
  font-weight: 600;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  font-style: normal;
}

.download-desc {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 15px;
  text-align: right;
  font-style: normal;
}

.plans {
  background-color: #fbfbfb;
}

.plans-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .plans-wrapper {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.plans .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 330px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 4rem;
}

@media screen and (min-width: 992px) {
  .plans .plan {
    padding: 8rem 4rem;
    margin-bottom: unset;
  }
}

@media screen and (min-width: 992px) {
  .plans .plan:nth-child(2) {
    margin: 0 20px;
  }
}

.plans .plan--recommended {
  border-color: #f53838;
}

.plans .plan h3 {
  font-size: 1.8rem;
  margin: 30px 0;
}

.plans .plan-features ul li {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.plans .plan-features ul li::before {
  content: url("../images/check-icon-2.svg");
  margin-right: 25px;
}

.plans .plan-bottom {
  text-align: center;
  margin-top: auto;
}

.plans .plan-bottom .btn {
  border-width: 2px;
}

.plans .plan-price {
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.plans .plan-price span {
  color: #4f5665;
}

.locations .section-header .section-title {
  max-width: 383px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.locations .locations-map-wrapper img {
  height: 100%;
  width: 100%;
}

.locations .sponsored {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .locations .sponsored {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}

.locations .sponsor {
  height: 30px;
  width: 95px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .locations .sponsor {
    height: 60px;
    width: 190px;
    margin-bottom: unset;
  }
}

.locations .sponsor img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.locations .sponsor img:hover {
  -webkit-filter: brightness(10%);
          filter: brightness(10%);
}

.testimonials {
  padding-bottom: 0;
}

.testimonials .testimonial {
  border-radius: 10px;
  border: 2px solid #dddddd;
  padding: 1.5rem;
  height: 250px;
}

@media screen and (min-width: 992px) {
  .testimonials .testimonial {
    min-width: 400px;
    padding: 3rem;
  }
}

.testimonials .testimonial--active {
  border-color: #63cb70;
}

.testimonials .testimonial-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.testimonials .testimonial-top .customer-photo {
  margin-right: 20px;
}

.testimonials .testimonial-top .customer-name {
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .testimonials .testimonial-top .customer-name {
    font-size: 1.8rem;
  }
}

.testimonials .testimonial-top .customer-location {
  font-size: 1.4rem;
}

.testimonials .testimonial-top .customer-rating {
  color: #0b132a;
  margin-left: auto;
}

.testimonials .testimonial-top .customer-rating::after {
  content: url("../images/star.svg");
  margin-left: 11px;
}

.testimonials .testimonial-body {
  line-height: 30px;
  color: #0b132a;
}

.testimonials .controls {
  margin-top: 80px;
}

.testimonials .controls .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonials .controls .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials .controls .dots .dot {
  height: 15px;
  width: 15px;
  background-color: #ddd;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.testimonials .controls .dots .dot.active {
  background-color: #24CE64;
}

.testimonials .controls .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials .controls .arrows .arrow-left,
.testimonials .controls .arrows .arrow-right {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #24CE64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.testimonials .controls .arrows .arrow-left {
  margin-right: 20px;
}

.testimonials .controls .arrows .arrow-right {
  background-color: #24CE64;
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  position: relative;
  top: 120px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.09);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.09);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6rem 2rem;
}

@media screen and (min-width: 992px) {
  .subscribe {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    padding: 6rem 7rem;
  }
}

.subscribe-left {
  max-width: 370px;
}

.subscribe-right {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .subscribe-right {
    width: unset;
    margin-top: unset;
  }
}

.footer {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .footer .container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

@media screen and (min-width: 992px) {
  .footer .container > div:first-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 340px;
    margin-right: 230px;
  }
}

@media screen and (min-width: 992px) {
  .footer .container > div:not(:first-child) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo + p {
  line-height: 30px;
}

.footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}

@media screen and (min-width: 992px) {
  .footer .social-icons {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.footer .social-icons + p {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .footer .social-icons + p {
    margin-bottom: unset;
  }
}

.footer .social-icon {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.19);
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .footer .social-icon {
    margin-right: 20px;
    margin-bottom: unset;
  }
}

.footer .social-icon img {
  height: 70%;
}

.footer h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.footer ul li {
  margin-bottom: 20px;
}

.footer ul a:hover {
  text-decoration: underline;
}

.row {
  display: flex;
  flex-direction: row;
}

.col {
  display: flex;
  flex-direction: column;
}

.row-center {
  display: flex;
  flex-direction: row;
}

.title-desc {
  width: 50%;
}

.title-desc .title {
  font-size: 23px;
  color: #000000;
  font-weight: 500;
}

.title-desc .desc {
  font-size: 8px;
  color: #000000;
  font-weight: 500;
}

.position-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.position-item img {
  width: 57px;
}

.position-item h4 {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 400;
}


.features1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .features1 .container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}

.features1-left {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .features1-left {
    margin-bottom: unset;
  }
}

.features1-left img {
  width: 100%;
}

.features1-right {
  max-width: 428px;
}

.features1-list {
  margin-top: 20px;
}

.features1-list li {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.features1-list li::before {
  content: url("../images/check-icon.svg");
  position: relative;
  top: 5px;
  margin-right: 12px;
}

.features2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .features2 .container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}

.features2-left {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .features2-left {
    margin-bottom: unset;
  }
}

.features2-left img {
  width: 100%;
}

.features2-right {
  max-width: 668px;
}

.features2-list {
  margin-top: 20px;
}

.features2-list li {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.features2-list li::before {
  content: url("../images/check-icon.svg");
  position: relative;
  top: 5px;
  margin-right: 12px;
}

.features3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .features3 .container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}

.features3-left {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .features3-left {
    margin-bottom: unset;
  }
}

.features3-right img {
  width: 100%;
}

.features3-right {
  max-width: 200px;

}

.features3-list {
  margin-top: 20px;
}

.features3-list li {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.features3-list li::before {
  content: url("../images/check-icon.svg");
  position: relative;
  top: 5px;
  margin-right: 12px;
}




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