* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Graphik_medium, sans-serif;
}

@font-face {
  font-family: Boing;
  src: url(/assets/fonts/boing/boing_semibold_web.woff);
}

@font-face {
  font-family: Graphik_light;
  src: url(/assets/fonts/graphik/graphik_light.woff);
}

@font-face {
  font-family: Graphik_medium;
  src: url(/assets/fonts/graphik/graphik_medium.woff);
}

@font-face {
  font-family: Graphik_regular;
  src: url(/assets/fonts/graphik/graphik_regular.woff);
}

@font-face {
  font-family: Graphik_semibold;
  src: url(/assets/fonts/graphik/graphik_semibold.woff);
}

header {
  padding: 12px 3rem;
  background-color: #f1fef4f2;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

header nav .logo svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav .logo svg {
  width: 125px;
  margin-right: 24px;
}

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

header nav .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav .menu {
  cursor: pointer;
  position: relative;
  display: none;
  margin: 10px 5px;
  z-index: 20;
  margin-left: 15px;
}

header nav .menu div {
  background-color: rgba(1, 27, 51, 0.95);
  display: block;
  height: 0.133em;
  margin-bottom: 0.25em;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 1.25em;
}

@media screen and (max-width: 1020px) {
  header nav .menu {
    display: inline-block;
  }
  header nav .left ul,
  header nav .right ul {
    display: none;
  }
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav ul li {
  list-style: none;
  margin-right: 24px;
}

header nav ul li:last-child {
  list-style: none;
  margin-right: 0;
}

header nav ul li a {
  text-decoration: none;
  color: black;
  font-family: Graphik_medium;
  font-weight: 500;
  white-space: nowrap;
  font-size: 15px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

header nav ul li a svg {
  width: 8px;
  margin-left: 3px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

header nav ul li a:hover svg {
  fill: #0ba4db;
}

header nav ul li a:hover {
  color: #0ba4db;
}

header nav ul li a.create-account {
  background-color: #3bb75e;
  padding: 0.8rem 1.2rem;
  border-radius: 5px;
  color: white;
}

header nav ul li.create {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

header nav ul li.create:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

header nav ul li span {
  border-radius: 4px;
  width: 16px;
}

header nav ul li span img {
  width: 16px;
}

@media screen and (max-width: 1200px) {
  header {
    padding: 16px;
  }
}

@media screen and (max-width: 1300px) {
  .container {
    padding: 0 16px;
  }
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #011b33;
  line-height: 1.2;
  margin: 0 0 10px;
  font-family: Boing;
}

p {
  color: #011b33;
}

ul li {
  list-style: none;
  position: relative;
}

.display-1 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 800;
}

.display-2 {
  font-size: 45px;
}

.display-3 {
  font-size: 36px;
}

.display-4 {
  font-size: 24px;
}

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

.p-20 {
  font-size: 20px;
  line-height: 1.5;
  font-family: Graphik_regular;
  font-weight: 300;
}

.blue {
  background-color: #eaf6fc;
  position: relative;
}

.off_white {
  background-color: #f9fbfc;
  position: relative;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.hero {
  background-color: #f1fef4f2;
  z-index: 5;
  position: relative;
}

.hero .head {
  margin: 0 0.5rem;
  padding: 240px 0 170px;
  max-width: 40rem;
}

.hero .head p {
  margin-bottom: 2.1rem;
}

.hero .head .btn-con {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hero .head .btn-con:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.hero .head a {
  background-color: #3bb75e;
  padding: 1.1rem 1.9rem;
  border-radius: 5px;
  color: white;
  font-family: Graphik_medium;
}

.hero .below {
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0.5rem;
}

.hero .below .logos p {
  font-size: 14px;
  margin-bottom: 12px;
}

.hero .below .logos div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero .below .logos .logo {
  margin-left: 24px;
}

.hero .below .logos .logo:first-child {
  margin-left: 0;
}

.hero .below .logos .logo img {
  height: 28px;
}

.hero .below .video-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.hero .below .video-summary div:first-child {
  text-align: right;
  width: 450px;
}

.hero .below .video-summary div:first-child p {
  line-height: 1.6;
}

.hero .below .video-summary .large-button .button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0ba4db;
  margin: 0 0 0 10px;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  transition: all 0.25s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  will-change: box-shadow;
  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;
  pointer-events: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.5rem;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.25s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  transition: 0.25s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  -webkit-transition-property: background, color, -webkit-box-shadow, -webkit-transform;
  transition-property: background, color, -webkit-box-shadow, -webkit-transform;
  transition-property: background, box-shadow, color, transform;
  transition-property: background, box-shadow, color, transform, -webkit-box-shadow, -webkit-transform;
  will-change: background, box-shadow, color, transform;
  font-weight: 500;
}

.hero .below .video-summary .large-button .button svg {
  z-index: 8888888888;
  fill: white;
}

.hero .below .video-summary .mobile-button {
  display: none;
}

.hero .below .video-summary .mobile-button button {
  outline: 0;
  border: none;
  height: auto;
  background: none;
  line-height: 1;
  color: #0ba4db;
  margin-top: 10px;
  font-size: 14.8px;
}

.worldmap {
  position: absolute;
  top: 0;
  left: 45%;
  height: 100%;
  width: 55%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: -1;
}

.worldmap svg {
  position: absolute;
  -webkit-transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  left: -39%;
  top: 9%;
}

section.two {
  padding-bottom: 150px;
}

section.two .header_body {
  margin-bottom: 100px;
}

section.two .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.two .feature .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}

section.two .feature .left .media {
  width: 100%;
}

section.two .feature .left .media img,
section.two .feature .left .media video {
  width: 100%;
}

section.two .feature .order {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 50px;
  margin-right: 0;
}

section.two .feature .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.two .feature .right .feature_details {
  margin-bottom: 50px;
  max-width: 500px;
}

section.two .feature .right .feature_details .feature_text {
  margin-bottom: 50px;
}

section.two .feature .right .feature_details .feature_text:last-child {
  margin-bottom: 0;
}

section.two .feature .right .feature_details .feature_text p {
  line-height: 1.5;
  font-size: 19px;
  margin: 19px 0;
}

section.two .feature .right .feature_details .feature_benefits {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.two .feature .right .feature_details .feature_benefits ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.two .feature .right .feature_details .feature_benefits ul li {
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-bottom: 5px;
}

section.two .feature .right .feature_details .feature_benefits ul li::before {
  content: '';
  background: #f1fef4;
  position: absolute;
  left: -10px;
  top: 0;
  height: 35px;
  width: 40px;
  border-radius: 6px;
  z-index: -1;
}

section.two .feature .right .feature_details .feature_benefits ul li::after {
  content: '';
  background-image: url(/assets/images/icons/svgs/check.svg);
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 10px;
}

section.two .feature .right .feature_details .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.two .feature .right .feature_details .cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3bb75e;
}

section.two .feature .right .feature_details .cta a span.svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 0;
}

section.two .feature .right .feature_details .cta a span.button_text {
  position: relative;
}

section.two .feature .right .feature_details .cta a span.button_text::before {
  content: '';
  background: #eaf8ee;
  position: absolute;
  top: 11px;
  left: -2px;
  width: 100%;
  height: 5px;
  z-index: -1;
  -webkit-transition: 1s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  transition: 1s cubic-bezier(0.17, 0.635, 0.54, 1.435);
}

section.two .feature .right .feature_details .cta a:hover .circle {
  fill: #3bb75e !important;
  fill-opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
}

section.two .feature .right .feature_details .cta a:hover .stroke {
  stroke: white;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
}

section.two .feature .right .feature_details .cta a:hover span.button_text::before {
  opacity: 0;
}

section.two .checked {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.two .checked::before {
  content: '';
  background-image: url(/assets/images/patterns/checked-pattern-blue.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}

section.two .circular {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.two .circular::before {
  content: '';
  position: absolute;
  background-image: url(/assets/images/patterns/circular-pattern.png);
  top: -100px;
  background-size: 700px 700px;
  background-position: calc(100% + 200px);
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-filter: hue-rotate(800deg) invert(0.4);
          filter: hue-rotate(800deg) invert(0.4);
  opacity: 0.1;
}

section.two .header_body {
  margin-bottom: 50px;
  width: 54%;
}

section.two .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.two .cards .card {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(33.3% - 20px);
      flex-basis: calc(33.3% - 20px);
  margin-right: 20px;
}

section.two .cards .card .card_container {
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #f0f2f3;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 48px 32px;
  -webkit-box-shadow: 0px 1px 6px #00000005;
          box-shadow: 0px 1px 6px #00000005;
  background: white;
  position: relative;
  z-index: 2;
}

section.two .cards .card .card_container .card_header .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  height: 80px;
  margin-top: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

section.two .cards .card .card_container .card_header .icon img {
  height: 100%;
  border-style: none;
}

section.two .cards .card .card_container .card_header .testimonial_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-top: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 28px;
}

section.two .cards .card .card_container .card_header .testimonial_icon img {
  height: 100%;
}

section.two .cards .card .card_container .card_body {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.two .cards .card .card_container .card_body p {
  font-size: 16px;
  font-family: Graphik_regular;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: auto;
}

section.two .cards .card .card_container .card_body p.testimonial_text {
  margin: 32px 0;
}

section.two .cards .card .card_container .card_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #011b33;
  font-size: 15px;
  height: 40px;
}

section.two .cards .card .card_container .card_link a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 0;
}

section.two .cards .card .card_container .card_link a:hover .circle {
  fill-opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
}

section.two .cards .card .card_container .card_link a:hover .stroke {
  stroke: white;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
}

section.two .cards .card .card_container .card_testimonial {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

section.two .cards .card .card_container .card_testimonial .img {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: #eaf6fc;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

section.two .cards .card .card_container .card_testimonial .img img {
  width: 100%;
}

section.two .cards .card .card_container .card_testimonial .author .author_name {
  font-family: Boing;
  line-height: 1.1;
  margin-bottom: 4px;
  font-size: 18px;
}

section.two .cards .card .card_container .card_testimonial .author .role {
  font-size: 13px;
}

section.two .cards .card .card_container .card_testimonial .author .role span {
  font-family: Graphik_regular;
}

section.two .logo_row {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

section.two .logo_row .logo {
  width: 100%;
  max-width: 150px;
  line-height: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.two .logo_row .logo:first-child {
  padding-left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.two .logo_row .logo:last-child {
  padding-right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.two .logo_row .logo img {
  max-height: 100%;
  border-style: none;
}

section.three {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
}

section.three .curved {
  opacity: 1;
  height: 400px;
  background-size: auto 350px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

section.three .curved::before {
  background-size: inherit;
  background-image: url(/assets/images/patterns/curved-pattern.png);
  background-position: 0 50px;
  background-repeat: repeat-x;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

section.three .signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 0;
}

section.three .signup .left {
  width: 100%;
  max-width: 600px;
}

section.three .signup .left p {
  margin-bottom: 20px;
}

section.three .signup .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.three .signup .right .cta a {
  background-color: #3bb75e;
  padding: 1.1rem 1.9rem;
  border-radius: 5px;
  color: white;
  font-family: Graphik_medium;
}

section.footer {
  padding-bottom: 150px;
}

section.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

section.footer .row:nth-of-type(2) {
  border-top: 1px solid rgba(240, 242, 243, 0.85);
  padding-top: 48px;
  margin-bottom: 0;
}

section.footer .row .column {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 0 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

section.footer .row .column .country {
  margin-top: 48px;
}

section.footer .row .column .group {
  margin-bottom: 20px;
  position: relative;
}

section.footer .row .column .group h4 {
  position: relative;
  color: #011b33;
  display: inline-block;
  font-size: 18px;
  font-family: Graphik_regular;
}

section.footer .row .column .group h4.dropdown {
  position: relative;
}

section.footer .row .column .group h4.dropdown::before {
  content: '';
  display: none;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #011b33;
  -webkit-transition: ease-in-out 0.1s transform;
  transition: ease-in-out 0.1s transform;
}

section.footer .row .column .group h4.translate {
  margin-bottom: 10px !important;
}

section.footer .row .column .group h4.translate::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

section.footer .row .column .group ul {
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

section.footer .row .column .group ul:last-of-type {
  margin-bottom: 0;
}

section.footer .row .column .group ul li {
  color: rgba(1, 27, 51, 0.9);
  margin-bottom: 6px;
  line-height: 1.6;
  text-transform: capitalize;
  position: relative;
}

section.footer .row .column .group ul li a {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: Graphik_regular;
}

section.footer .row .column .group ul li a:hover {
  color: #0ba4db;
}

section.footer .row .column .group ul li.address {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: Graphik_regular;
}

section.footer .row .column .group ul li .mail {
  color: #0ba4db;
}

section.footer .row .column .group ul li .mail:hover {
  color: #0980aa;
}

section.footer .row .column .group ul li .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.footer .row .column .group ul li .social li {
  padding-right: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .worldmap {
    position: absolute;
    left: 0%;
    top: -50%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: -1;
  }
  .worldmap svg {
    position: absolute;
    -webkit-transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    left: -600px;
    top: 100px;
    height: 100%;
  }
  .hero .head {
    padding: 160px 0 100px;
  }
  .hero .head h1 {
    font-size: 33.4px;
  }
  .hero .head p {
    font-size: 16.7px;
  }
  .padding-top-150 {
    padding-top: 50px;
  }
  .container .below {
    padding-bottom: 48px;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0.5rem;
  }
  .container .below .logos p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .container .below .logos div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container .below .logos .logo {
    margin-left: 24px;
  }
  .container .below .logos .logo:first-child {
    margin-left: 0;
  }
  .container .below .logos .logo:last-child {
    display: none;
  }
  .container .below .logos .logo img {
    height: 16px;
  }
  .container .below .video-summary {
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
  }
  .container .below .video-summary div:first-child {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
    margin-top: 30px;
    display: block;
    text-align: left;
  }
  .container .below .video-summary div:first-child p {
    line-height: 1.6;
  }
  .container .below .video-summary .large-button {
    display: none;
  }
  .container .below .video-summary .mobile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container .below .video-summary .mobile-button button {
    cursor: pointer;
  }
  section.two {
    padding-bottom: 0;
  }
  section.two .header_body {
    margin-bottom: 100px;
  }
  section.two .feature {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  section.two .feature .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 50px;
  }
  section.two .feature .left .media video {
    display: none;
  }
  section.two .feature .order {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    margin-right: 0;
  }
  section.two .feature .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  section.two .feature .right .feature_details {
    margin-bottom: 50px;
    max-width: 500px;
  }
  section.two .feature .right .feature_details .feature_text {
    margin-bottom: 0;
  }
  section.two .feature .right .feature_details .feature_text:last-child {
    margin-bottom: 0;
  }
  section.two .feature .right .feature_details .feature_text h3 {
    font-size: 25.98px;
  }
  section.two .feature .right .feature_details .feature_text p {
    line-height: 1.5;
    font-size: 15.77px;
    margin: 19px 0;
  }
  section.two .feature .right .feature_details .feature_benefits {
    margin: 30px 0;
    display: block;
  }
  section.two .feature .right .feature_details .feature_benefits ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.two .feature .right .feature_details .feature_benefits ul li {
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin-bottom: 5px;
  }
  section.two .feature .right .feature_details .feature_benefits ul li::before {
    content: '';
    background: #f1fef4;
    position: absolute;
    left: -10px;
    top: 0;
    height: 35px;
    width: 40px;
    border-radius: 6px;
    z-index: -1;
  }
  section.two .feature .right .feature_details .feature_benefits ul li::after {
    content: '';
    background-image: url(/assets/images/icons/svgs/check.svg);
    background-size: cover;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 2px;
    top: 10px;
  }
  section.two .feature .right .feature_details .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.two .feature .right .feature_details .cta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3bb75e;
  }
  section.two .feature .right .feature_details .cta a span.svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px 0 0;
  }
  section.two .feature .right .feature_details .cta a span.button_text {
    position: relative;
  }
  section.two .feature .right .feature_details .cta a span.button_text::before {
    content: '';
    background: #eaf8ee;
    position: absolute;
    top: 11px;
    left: -2px;
    width: 100%;
    height: 5px;
    z-index: -1;
    -webkit-transition: 1s cubic-bezier(0.17, 0.635, 0.54, 1.435);
    transition: 1s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  }
  section.two .feature .right .feature_details .cta a:hover .circle {
    fill: #3bb75e !important;
    fill-opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
    transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  }
  section.two .feature .right .feature_details .cta a:hover .stroke {
    stroke: white;
    -webkit-transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
    transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  }
  section.two .feature .right .feature_details .cta a:hover span.button_text::before {
    opacity: 0;
  }
  section.two .checked {
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.two .checked::before {
    content: '';
    background-image: url(/assets/images/patterns/checked-pattern-blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;
  }
  section.two .circular {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.two .circular::before {
    content: '';
    position: absolute;
    background-image: url(/assets/images/patterns/circular-pattern.png);
    top: -100px;
    background-size: 700px 700px;
    background-position: calc(100% + 200px);
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-filter: hue-rotate(800deg) invert(0.4);
            filter: hue-rotate(800deg) invert(0.4);
    opacity: 0.1;
  }
  section.two .header_body {
    margin-bottom: 50px;
    width: 100%;
  }
  section.two .header_body h2 {
    font-size: 33.4px;
  }
  section.two .header_body p {
    font-size: 16.7px;
  }
  section.two .cards {
    display: block;
  }
  section.two .cards .card {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(33.3% - 20px);
        flex-basis: calc(33.3% - 20px);
    margin-right: 0;
  }
  section.two .cards .card .card_container:not(last-child) {
    margin-bottom: 20px;
  }
  section.two .cards .card .card_container .card_body {
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.two .cards .card .card_container .card_body p {
    font-size: 16px;
    font-family: Graphik_regular;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: auto;
  }
  section.two .cards .card .card_container .card_body p.testimonial_text {
    margin: 32px 0;
  }
  section.two .cards .card .card_container .card_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #011b33;
    font-size: 15px;
    height: 40px;
  }
  section.two .cards .card .card_container .card_link a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px 0 0;
  }
  section.two .cards .card .card_container .card_link a:hover .circle {
    fill-opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
    transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  }
  section.two .cards .card .card_container .card_link a:hover .stroke {
    stroke: white;
    -webkit-transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
    transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435);
  }
  section.two .cards .card .card_container .card_testimonial {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  section.two .cards .card .card_container .card_testimonial .img {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background-color: #eaf6fc;
    margin-right: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
  }
  section.two .cards .card .card_container .card_testimonial .img img {
    width: 100%;
  }
  section.two .cards .card .card_container .card_testimonial .author .author_name {
    font-family: Boing;
    line-height: 1.1;
    margin-bottom: 4px;
    font-size: 18px;
  }
  section.two .cards .card .card_container .card_testimonial .author .role {
    font-size: 13px;
  }
  section.two .cards .card .card_container .card_testimonial .author .role span {
    font-family: Graphik_regular;
  }
  section.two .logo_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.two .logo_row:nth-of-type(3) {
    display: none;
  }
  section.two .logo_row:nth-of-type(4) {
    display: none;
  }
  section.two .logo_row .logo {
    width: 100%;
    max-width: 150px;
    line-height: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.two .logo_row .logo:first-child {
    padding-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.two .logo_row .logo:last-child {
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.two .logo_row .logo img {
    max-height: 100%;
    border-style: none;
  }
  section.three {
    padding-top: 50px;
    padding-bottom: 150px;
    position: relative;
  }
  section.three .curved {
    opacity: 1;
    height: 400px;
    background-size: auto 350px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  section.three .curved::before {
    background-size: inherit;
    background-image: url(/assets/images/patterns/curved-pattern.png);
    background-position: 0 50px;
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  section.three .signup {
    display: block;
    padding: 0;
  }
  section.three .signup .left {
    text-align: center;
    margin-bottom: 50px;
  }
  section.three .signup .left h2 {
    font-size: 33.408px;
  }
  section.three .signup .left p {
    margin-bottom: 20px;
    font-size: 16.7px;
  }
  section.three .signup .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.three .signup .right .cta a {
    background-color: #3bb75e;
    padding: 1.1rem 1.9rem;
    border-radius: 5px;
    color: white;
    font-family: Graphik_medium;
  }
  section.footer {
    padding-bottom: 50px;
  }
  section.footer .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }
  section.footer .row:nth-of-type(2) {
    border-top: 1px solid rgba(240, 242, 243, 0.85);
    padding-top: 48px;
    margin-bottom: 0;
  }
  section.footer .row .column {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  section.footer .row .column .country {
    margin-top: 48px;
  }
  section.footer .row .column .group {
    margin-bottom: 20px;
  }
  section.footer .row .column .group h4 {
    position: relative;
    color: #011b33;
    display: block;
    font-size: 16.7px;
    font-family: Graphik_regular;
  }
  section.footer .row .column .group h4.dropdown {
    margin-bottom: 0;
  }
  section.footer .row .column .group h4.dropdown::before {
    display: block;
  }
  section.footer .row .column .group.close {
    display: none;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
  }
  section.footer .row .column .group ul:last-of-type {
    margin-bottom: 0;
  }
  section.footer .row .column .group ul.collaspe {
    max-height: 0px;
    overflow: hidden;
  }
  section.footer .row .column .group ul.show {
    max-height: 150px;
  }
  section.footer .row .column .group ul li {
    color: rgba(1, 27, 51, 0.9);
    margin-bottom: 6px;
    line-height: 1.6;
    text-transform: capitalize;
    position: relative;
  }
  section.footer .row .column .group ul li a {
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-family: Graphik_regular;
  }
  section.footer .row .column .group ul li a:hover {
    color: #0ba4db;
  }
  section.footer .row .column .group ul li.address {
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-family: Graphik_regular;
  }
  section.footer .row .column .group ul li .mail {
    color: #0ba4db;
  }
  section.footer .row .column .group ul li .mail:hover {
    color: #0980aa;
  }
  section.footer .row .column .group ul li .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.footer .row .column .group ul li .social li {
    padding-right: 20px;
    margin-bottom: 0;
  }
}
