body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arvo, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arvo, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arvo, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arvo, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 0.9vw;
  line-height: 1.5vw;
  font-weight: 500;
}

._2nd-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #1b5083;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link {
  display: block;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 400;
  text-decoration: none;
}

.link.white {
  color: #fff;
}

.image {
  width: 15vw;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-link {
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 500;
}

.nav-link.white {
  color: #fff;
}

.nav-link.btn-orange {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f79d09;
  color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0f79db;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-3.home {
  height: 45vw;
  padding-bottom: 5vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f79db), color-stop(56%, rgba(37, 108, 185, 0))), url('../images/1-01_2.png');
  background-image: linear-gradient(180deg, #0f79db, rgba(37, 108, 185, 0) 56%), url('../images/1-01_2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arvo, sans-serif;
  font-size: 4.5vw;
  line-height: 5vw;
  text-align: center;
}

.heading.white {
  padding-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 6vw;
  line-height: 8vw;
}

.div-block-4 {
  position: relative;
  top: -10vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46vw;
  margin-right: auto;
  margin-left: auto;
  padding: 2vw 4.5vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.8vw solid #a2c72a;
  border-radius: 0.5vw;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .13);
}

.div-block-4.em {
  position: static;
  border-top-color: #0f79db;
}

.heading-2 {
  color: #1b5083;
  font-size: 3.5vw;
  line-height: 4vw;
}

.heading-2.center {
  margin-bottom: 2vw;
  font-size: 3vw;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button {
  display: none;
}

.form-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-2 {
  width: 30%;
  padding: 1vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px 20px 20px 0px;
  background-color: #0f79db;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 1.6vw;
}

.text-field {
  width: 70%;
  height: 3.5vw;
  margin-bottom: 0px;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 2vw;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .05);
  border-top-left-radius: 20vw;
  border-bottom-left-radius: 20vw;
  background-color: #f1f7f7;
  font-family: Poppins, sans-serif;
  color: #0f79db;
  font-size: 1vw;
  line-height: 1.6vw;
  font-weight: 300;
}

.paragraph {
  margin-top: 1vw;
  color: rgba(51, 51, 51, .63);
  font-size: 0.9vw;
  line-height: 1.3vw;
  font-weight: 400;
}

.paragraph._1 {
  color: #fff;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.main-content.blue {
  background-color: #1b5083;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.main-content.sky {
  padding-right: 0vw;
  padding-bottom: 0vw;
  padding-left: 0vw;
  background-color: #0f79db;
}

.main-content.sky.nopad.acc {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-image: url('../images/home-08.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-content.sky.features {
  position: relative;
  top: 0vw;
  padding-right: 21vw;
  padding-bottom: 5vw;
  padding-left: 21vw;
  background-image: url('../images/Image-01.png');
}

.main-content.sky._1 {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.main-content.sky.hiw {
  position: relative;
  top: 0vw;
  padding-right: 21vw;
  padding-bottom: 5vw;
  padding-left: 21vw;
  background-color: #fff;
  background-image: none;
}

.main-content.light {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: rgba(230, 240, 249, .31);
}

.main-content.nopad {
  padding-right: 0vw;
  padding-bottom: 0vw;
  padding-left: 0vw;
}

.main-content.features {
  background-image: url('../images/Image-02.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.main-content.lightblue {
  background-color: rgba(15, 121, 219, .08);
}

.main-content._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content.margin5 {
  padding: 10vw 17vw;
}

.main-content.light-copy {
  padding-bottom: 0vw;
  background-color: #dbe8f7;
}

.heading-3 {
  margin-bottom: 5vw;
  font-family: Arvo, sans-serif;
  color: #0f79db;
  font-size: 2.5vw;
  line-height: 3vw;
  text-align: center;
}

.heading-3.white.poppins {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.heading-3.white.reg {
  margin-bottom: 2vw;
  padding-right: 10vw;
  padding-left: 10vw;
  font-weight: 300;
}

.heading-3.white.fray {
  margin-bottom: 2vw;
  padding-right: 10vw;
  padding-left: 10vw;
  color: #0f79db;
  font-weight: 300;
}

.heading-3.poppins {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.heading-3.poppins.white.bold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2vw;
}

.heading-3.poppins.gray {
  color: grey;
  font-weight: 300;
}

.heading-3.poppins.gray.benefits {
  margin-bottom: 0vw;
  color: #000;
}

._2column-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2column-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.div-block-9.left-align {
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: 0.9vw;
  line-height: 1.5vw;
}

.paragraph-2._70p {
  width: 70%;
  color: rgba(68, 53, 54, .9);
  line-height: 2vw;
}

.paragraph-2._1111 {
  width: 70%;
  color: rgba(68, 53, 54, .9);
  line-height: 2vw;
  text-align: justify;
}

.dark {
  color: #1b5083;
}

.main-paragraph {
  font-family: Poppins, sans-serif;
  color: rgba(51, 51, 51, .8);
  font-size: 1vw;
  line-height: 2vw;
  font-weight: 500;
}

.main-paragraph.white {
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.main-paragraph.white.center {
  text-align: center;
}

.main-paragraph.white.center.reg {
  font-size: 1vw;
  line-height: 2vw;
  font-weight: 200;
}

.main-paragraph.white.center.brwn {
  color: rgba(68, 53, 54, .9);
  font-size: 1vw;
  line-height: 2vw;
  font-weight: 500;
}

.main-paragraph.white.light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.9vw;
  font-weight: 300;
}

.main-paragraph.white.light.cs {
  margin-bottom: 19px;
  font-size: 1.1vw;
  line-height: 2.1vw;
}

.main-paragraph.center {
  text-align: left;
}

.main-paragraph.center.light {
  margin-bottom: 1vw;
  padding-right: 2vw;
  padding-left: 2vw;
  font-size: 0.8vw;
  font-weight: 300;
  text-align: center;
}

.main-paragraph.bene {
  min-height: 8.8vw;
  margin: 1vw 2vw 2vw;
  padding-right: 1vw;
  padding-left: 1vw;
  text-align: left;
}

.main-paragraph.bene._1 {
  margin-bottom: 3vw;
}

.main-paragraph._50p-copy {
  width: 35vw;
  color: #fff;
  font-size: 1vw;
  line-height: 1.9vw;
  font-weight: 300;
  text-align: center;
}

.heading-4 {
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.heading-4.poppins {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-4.poppins.white {
  margin-bottom: 2vw;
}

.heading-4.poppins.white.light {
  font-size: 1.5vw;
  line-height: 2.5vw;
  font-weight: 300;
}

.heading-4.poppins.white.light.left {
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.heading-4.poppins.reg-blue {
  color: #0f79db;
  font-weight: 400;
}

.heading-4.poppins.reg-blue.arvo {
  font-family: Arvo, sans-serif;
  font-weight: 700;
}

.heading-4.poppins.left {
  text-align: left;
}

.white {
  color: #fff;
}

.heading-5 {
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-size: 1.5vw;
  line-height: 2vw;
}

.heading-5.poppins {
  font-family: Poppins, sans-serif;
  color: #1b5083;
  font-size: 1.4vw;
  line-height: 1.5vw;
  font-weight: 600;
}

.heading-5.poppins.white {
  margin-bottom: 10px;
  padding-top: 1vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.heading-5.poppins.small {
  font-size: 1.3vw;
  line-height: 2vw;
}

.heading-5.poppins.small.nobotmarg {
  margin-bottom: 0vw;
}

.heading2 {
  font-size: 3.5vw;
  line-height: 4vw;
}

.heading3 {
  font-size: 2.5vw;
  line-height: 3vw;
}

.heading3.blue.yus {
  display: block;
  text-align: center;
}

.heading4 {
  font-size: 2vw;
  line-height: 3vw;
}

.paragraph-3 {
  margin-top: 2vw;
  color: #fff;
  font-size: 1.7vw;
  line-height: 2.5vw;
  font-weight: 200;
  text-align: center;
}

.paragraph-3.arvo {
  margin-bottom: 4vw;
  font-family: Arvo, sans-serif;
  color: #1b5083;
  font-weight: 700;
}

.paragraph-3.arvo-copy {
  margin-bottom: 0vw;
  font-family: Arvo, sans-serif;
  color: #1b5083;
  font-weight: 700;
}

.paragraph-3.whitee {
  margin-bottom: 3vw;
  font-family: Arvo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.paragraph-4 {
  display: block;
  text-align: center;
}

.paragraph-4.blue {
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: #fff;
  color: #1b5083;
  font-size: 1.1vw;
  line-height: 1.8vw;
}

.image-3 {
  width: 14vw;
  margin-bottom: 0vw;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-15 {
  padding: 2vw 2vw 2vw 7vw;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.div-block-15._40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0vw;
  padding-left: 3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.sky {
  color: #0f79db;
}

.sky.light {
  color: #9cd0f0;
}

.green {
  color: #a2c72a;
}

.blue {
  padding: 3vw;
  color: #1b5083;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-decoration: none;
  cursor: default;
}

.image-4 {
  width: 15vw;
}

.form-block-2 {
  width: 80%;
  border-top: 0.8vw solid #0f79db;
  border-radius: 0.5vw;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .31);
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  margin-bottom: 2vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-19.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-5 {
  width: 9vw;
}

.paragraph-5 {
  color: rgba(51, 51, 51, .5);
  font-size: 0.7vw;
}

.paragraph-5.big {
  margin-top: 2vw;
  font-size: 0.9vw;
}

.text-field-2 {
  display: block;
  width: 100%;
  height: 3.5vw;
  margin-top: 1vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f7f7;
  font-family: Poppins, sans-serif;
  font-size: 0.9vw;
  line-height: 1.5vw;
  text-align: center;
}

.form {
  padding: 1vw 1vw 5vw;
}

.footer {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 5vw;
  border-top-left-radius: 27vw;
  background-color: #071421;
}

.submit-button-3 {
  display: none;
}

.form-block-3 {
  display: block;
  width: 35%;
  margin-top: 1vw;
  margin-right: auto;
  margin-left: auto;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-21 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-23.cent {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-6 {
  width: 80%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: hsla(0, 0%, 100%, .8);
  font-weight: 300;
}

.image-6 {
  width: 4vw;
}

.text-field-3 {
  width: 80%;
  margin-bottom: 0px;
  float: left;
  border-style: none;
  border-radius: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.2vw;
  line-height: 1.6vw;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5vw 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: #fff;
}

.image-7 {
  width: 17vw;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-26 {
  margin-right: 0.25vw;
  margin-left: 0.25vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-8 {
  width: 2.5vw;
}

.link-4 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 0.9vw;
  line-height: 1.5vw;
  text-decoration: none;
}

.text-span {
  color: #0f79db;
}

.text-span-2 {
  color: #0f79db;
}

.text-span-3 {
  color: #0f79db;
}

.content-block {
  padding: 5vw 3vw;
  background-color: #0f79db;
}

.content-block.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.content-block.light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-bottom: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ebf4fc;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b5083;
}

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

.heading-7.reg-white {
  background-image: none;
  background-size: auto;
  color: #fff;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 400;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-35.white {
  background-color: #fff;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.div-block-36._2 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-image: url('../images/1-03.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-36._3 {
  height: 45vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background-image: url('../images/1-03.png');
  background-position: 50% 100%;
  background-size: 130%;
  background-repeat: no-repeat;
}

.div-block-36._4 {
  height: 45vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background-image: url('../images/1-16.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-36.ent {
  height: 45vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background-image: url('../images/02_-Enterprise-Messaging_1.png');
  background-position: 50% 100%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.heading-8 {
  margin-bottom: 3vw;
  font-family: Poppins, sans-serif;
  font-size: 3vw;
  line-height: 3.5vw;
  font-weight: 400;
}

.heading-8.white.arvo {
  margin-bottom: 0vw;
  font-family: Arvo, sans-serif;
  line-height: 4vw;
  font-weight: 400;
}

.paragraph-10 {
  width: 70%;
  font-size: 1.2vw;
}

.paragraph-10.white {
  color: hsla(0, 0%, 100%, .8);
  font-size: 1.4vw;
  line-height: 2vw;
  font-weight: 300;
}

.paragraph-11 {
  width: 70%;
  font-weight: 300;
}

.paragraph-11.white {
  color: hsla(0, 0%, 100%, .8);
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  margin-bottom: 1vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-38 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-38._1f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw 2vw 2vw 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
}

.div-block-38.f2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 5vw 1vw 2vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.div-block-38.f3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4vw;
  margin-left: 1vw;
  padding: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  background-color: rgba(15, 121, 219, .05);
}

.image-10 {
  width: 10vw;
}

.paragraph-13 {
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-weight: 300;
}

.paragraph-13.sky {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0f79db;
  text-align: justify;
}

.paragraph-13.yus {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0f79db;
}

.paragraph-14 {
  color: rgba(51, 51, 51, .8);
  font-size: 1vw;
  font-weight: 400;
}

.link-5 {
  display: block;
  width: 35%;
  margin: 2vw auto;
  padding: 1vw 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f79d09;
  text-align: center;
}

.link-5.btn {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-41 {
  padding-top: 0vw;
  padding-bottom: 0vw;
  padding-left: 6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-11 {
  width: 5vw;
  margin-right: 1vw;
}

.text-span-6 {
  color: #1b5083;
  font-size: 3vw;
  font-weight: 700;
}

.text-field-4 {
  width: 35%;
  height: 3.5vw;
  margin-bottom: 0px;
  padding: 1vw 2vw;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 50vw;
  border-bottom-left-radius: 50vw;
  font-size: 1vw;
  line-height: 1.6vw;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  padding-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-9 {
  margin-bottom: 3vw;
  font-family: Poppins, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
}

.heading-9.f {
  line-height: 2.6vw;
}

.heading-9.f.blue {
  padding-left: 0vw;
  color: #0f79db;
}

.paragraph-15 {
  margin-bottom: 2vw;
}

.image-12 {
  margin-bottom: 2vw;
}

.div-block-47 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0.8vw;
  background-color: #1b5083;
  box-shadow: 0 1px 3px 0 rgba(42, 28, 28, .44);
}

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

.paragraph-16.blue {
  padding-top: 0vw;
  text-align: justify;
}

.paragraph-16.blue2 {
  color: #1b5083;
  text-transform: uppercase;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  margin-bottom: 2vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1vw;
  margin-bottom: 1.5vw;
  margin-left: 1vw;
  padding: 0.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17%;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  background-color: #fff;
}

.image-15 {
  width: 14vw;
}

.div-block-54 {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-61 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1vw;
  margin-bottom: 5vw;
  margin-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 20px;
  background-color: #fff;
}

.div-block-61.b1 {
  padding-bottom: 0vw;
  border-color: #1b5083;
  background-color: #f1f6dc;
}

.div-block-61.b2 {
  padding-right: 0vw;
  padding-bottom: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-color: #1b5083;
  background-color: #ede7ff;
}

.div-block-61.b3 {
  padding-right: 0vw;
  padding-bottom: 0vw;
  padding-left: 0vw;
  border-color: #1b5083;
  background-color: #fffceb;
}

.image-17 {
  width: 8vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding-bottom: 1px;
}

.image-17._1 {
  width: 17vw;
}

.text-span-8 {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 300;
}

.homeimg {
  width: 40vw;
}

.text-span-9 {
  color: #0f79db;
}

.div-block-63 {
  display: block;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-18 {
  width: 4.5vw;
  margin-right: 2vw;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button-4 {
  height: 3.5vw;
  padding-right: 1.6vw;
  padding-left: 1.6vw;
  border-top-right-radius: 50vw;
  border-bottom-right-radius: 50vw;
  background-color: #f79d09;
  font-size: 1vw;
  line-height: 1.6vw;
}

.image-20 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-22 {
  position: absolute;
  top: -12vw;
  right: 0px;
  width: 13vw;
}

.text-span-10 {
  font-weight: 500;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-71 {
  padding: 1vw;
}

.text-span-11 {
  color: #8ebef0;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 57vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42vw;
  -ms-flex: 0 0 42vw;
  flex: 0 0 42vw;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  margin-bottom: 1vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6vw;
  -ms-flex: 0 0 6vw;
  flex: 0 0 6vw;
  border-right: 1vw solid rgba(236, 175, 14, 0);
  border-radius: 0.3vw;
  background-color: transparent;
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.4vw;
  font-weight: 500;
}

.tab-link-tab-3.w--current {
  border-right: 1vw solid #f79d09;
  background-color: #fff;
  color: #1b5083;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-72 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-24 {
  display: block;
  height: 50vw;
  margin-right: auto;
  margin-left: auto;
}

.image-25 {
  width: 15vw;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2vw 2vw 0vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-26 {
  width: 5vw;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.6%;
  min-height: 19vw;
  margin-right: 0vw;
  margin-bottom: 0.5px;
  margin-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.body1 {
  background-color: #817e75;
}

.navbarr {
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b5083;
}

.nav-container {
  margin-right: 3.5vw;
  margin-left: 3.5vw;
}

.navlink_rw1 {
  margin-left: 2vw;
  padding: 0.5vw 0px;
  color: #fff;
  font-size: 0.7vw;
  line-height: 1vw;
  letter-spacing: 0.08vw;
  text-transform: uppercase;
}

.navlink_rw1.blue {
  color: #1b5083;
  font-weight: 500;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar-2 {
  position: relative;
  background-color: transparent;
}

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

.navlink_rw2 {
  margin-top: 1vw;
  margin-left: 2vw;
  padding: 0.6vw 0.5vw;
  color: #fff;
  font-size: 0.95vw;
  line-height: 1vw;
}

.navlink_rw2.divide.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, .28);
  color: #fff;
}

.navlink_rw2.btn-orange {
  margin-top: 1vw;
  margin-bottom: 1.5vw;
  padding: 0.5vw 1vw;
  border-radius: 0.3vw;
  background-color: #f79d09;
}

.navlink_rw2.blueee {
  opacity: 1;
  color: #1b5083;
}

.navlink_rw2.blueee.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #1b5083;
  color: #1b5083;
}

.navlink_rw2.blueee.w--current:hover {
  border-bottom-color: #1b5083;
  color: #1b5083;
}

.grp_dropdwn {
  display: block;
}

.dropdwnlist {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vw;
  padding: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5vw;
  background-color: #1b5083;
}

.dropdwnlist._1 {
  position: absolute;
  top: 4vw;
  right: 40.5vw;
  display: none;
  width: 13vw;
  padding-bottom: 0px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .3);
}

.dropdwnlist._3 {
  position: absolute;
  top: 4vw;
  right: 24.5vw;
  display: none;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .3);
}

.dropdwn_noline {
  text-decoration: none;
}

.dropdwn_noline.white-txt {
  margin-bottom: 1vw;
  opacity: 0.47;
  color: #fff;
}

.dropdwn_noline.white-txt:hover {
  opacity: 1;
}

.dropdwn_noline.white-txt.w--current {
  padding-bottom: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff hsla(0, 0%, 100%, .18);
}

.dropdwn_noline.white-txt--no-space {
  margin-bottom: 0vw;
  opacity: 0.47;
  color: #fff;
}

.dropdwn_noline.white-txt--no-space:hover {
  opacity: 1;
}

.dropdwn_noline.white-txt--no-space {
  opacity: 0.47;
  color: #fff;
}

.mini {
  opacity: 1;
  font-size: 0.75rem;
  font-weight: 100;
}

.text-block-3 {
  margin-right: 1vw;
  float: none;
  opacity: 0.47;
  font-size: 0.95vw;
  font-weight: 500;
}

.text-block-3:hover {
  opacity: 1;
}

.image-27 {
  position: absolute;
  left: 1vw;
  top: -12px;
  height: 12.5px;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5vw;
  margin-bottom: 10.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-78.reverse {
  margin-top: 5vw;
  margin-bottom: 10.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4vw;
  padding: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20vw;
  -ms-flex: 0 0 20vw;
  flex: 0 0 20vw;
}

.div-block-79.pushleft {
  margin-right: 0vw;
  margin-left: 4vw;
}

.div-block-80 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 4vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 1.5vw;
  background-color: #2fbb36;
  background-image: url('../images/5b3b9853a040d00e77b8ddc0_Sparkle-B.svg'), url('../images/5b3b983621a79d1f2e81223e_Sparkle-A.svg');
  background-position: 99% 95%, 14px 14px;
  background-size: 4vw, 4vw;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 1px 22px 1px rgba(0, 0, 0, .27);
}

.div-block-81 {
  padding: 5vw 17vw;
}

.text-span-12 {
  font-family: Arvo, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 400;
}

.image-28 {
  width: 18vw;
  border: 0.8vw solid #fff;
  border-radius: 100vw;
  box-shadow: 0 12px 46px 3px rgba(0, 0, 0, .33), 0 4px 3px 0 rgba(0, 0, 0, .09);
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .25);
}

.pricing-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.pricing-table.shrink {
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-87 {
  max-height: 46vw;
  margin-right: 1vw;
  margin-left: 1vw;
  padding: 3vw 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20vw;
  -ms-flex: 0 0 20vw;
  flex: 0 0 20vw;
  border: 0.8px solid #a2c72a;
  border-radius: 1vw;
  background-color: #fff;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .07);
}

.div-block-87.orange-line-copy {
  position: relative;
  height: auto;
  max-height: none;
  min-height: none;
  padding-bottom: 5vw;
  border-color: #f79d09;
}

.pricing-text {
  border-bottom: 1px solid rgba(162, 199, 42, .21);
  color: rgba(51, 51, 51, .8);
  line-height: 2.5vw;
  text-align: center;
}

.pricing-text.orangebot {
  border-bottom-color: rgba(247, 157, 9, .21);
}

.pricing-text.noline {
  border-bottom-style: none;
}

.paragraph-24 {
  color: rgba(51, 51, 51, .66);
  text-align: center;
}

.heading-11 {
  color: #0f79db;
  font-size: 3vw;
  line-height: 3.4vw;
  text-align: center;
}

.heading-11.pricinglight {
  font-weight: 300;
}

.paragraph-25 {
  color: #0f79db;
  font-size: 1vw;
  text-align: center;
}

.div-block-88 {
  width: 100%;
}

.paragraph-26 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.3vw;
  line-height: 2.3vw;
  text-align: center;
}

.div-block-89 {
  padding-top: 1vw;
}

.div-block-91 {
  padding-right: 16vw;
  padding-left: 16vw;
}

.div-block-91._1 {
  padding-right: 0vw;
  padding-left: 0vw;
}

.drpdwncustomer {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  margin-top: 2.8vw;
}

.dropdwnlist_r1 {
  position: relative;
  top: -2vw;
  right: 2vw;
  z-index: 1000;
  display: none;
  width: 13vw;
  padding: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5vw;
  background-color: #1b5083;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .3);
}

.image-27-copy {
  position: absolute;
  left: 9vw;
  top: -10px;
  height: 12.5px;
}

.navtext_rw2 {
  margin-top: 1vw;
  margin-left: 2vw;
  padding: 1vw 0.5vw;
  color: #fff;
  font-size: 0.95vw;
  line-height: 1vw;
}

.div-block-92 {
  background-color: #0f79db;
}

.div-block-93 {
  height: 20vw;
}

.nav-clean {
  display: block;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-95 {
  padding: 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  padding-right: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-30 {
  width: 4.5vw;
  max-width: none;
  margin-right: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2vw;
  margin-left: 2vw;
  padding: 0.5vw 2vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #1b5083;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-100.filledblue {
  width: 40vw;
  height: 5vw;
  border-radius: 0.4vw;
  background-color: #1b5083;
  cursor: pointer;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5vw 1vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2vw;
  height: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 3.3vw;
  line-height: 0vw;
}

.div-block-103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-103.margin5 {
  padding-right: 5vw;
  padding-left: 5vw;
}

.div-block-104 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.div-block-105 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-106 {
  display: block;
  width: 40vw;
  margin-right: 2vw;
  margin-left: 2vw;
  padding: 1vw 2vw 2vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0.8vw;
  background-color: #fff;
}

.div-block-108 {
  padding-left: 0vw;
}

.div-block-108.faq {
  margin-bottom: 1vw;
  padding-left: 6vw;
}

.paragraph-29 {
  color: #0f79db;
  font-size: 1.3vw;
  line-height: 2.3vw;
  text-align: center;
}

.form-block-4 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.field-label {
  color: #fff;
  font-weight: 500;
}

.div-block-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5vw 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f79d09;
}

.text-span-13 {
  font-weight: 400;
}

.text-span-14 {
  text-decoration: underline;
}

.div-block-112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
  margin-bottom: 5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-112.reverse {
  margin-top: 0vw;
  margin-bottom: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-113 {
  padding: 3vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
  background-size: auto;
}

.div-block-113.right-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 0vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-113.left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.text-span-15 {
  color: #0f79db;
}

.text-span-17 {
  color: #0f79db;
}

.text-span-18 {
  color: #0f79db;
}

.text-span-19 {
  color: #0f79db;
}

.text-span-21 {
  color: #0f79db;
}

.text-span-22 {
  color: #0f79db;
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-13 {
  color: #0f79db;
  font-weight: 400;
}

.paragraph-30 {
  color: #0f79db;
  font-size: 1.5vw;
  line-height: 2.5vw;
  text-align: center;
}

.text-span-23 {
  color: #0f79db;
}

.text-span-24 {
  color: #0f79db;
}

.text-span-25 {
  color: #0f79db;
}

.text-span-26 {
  color: #0f79db;
}

.text-span-27 {
  color: #0f79db;
}

.text-span-28 {
  color: #0f79db;
}

.text-span-29 {
  color: #0f79db;
}

.text-span-30 {
  color: #0f79db;
}

.text-span-31 {
  color: #0f79db;
}

.text-span-32 {
  color: #0f79db;
}

.text-span-33 {
  color: #0f79db;
}

.text-span-34 {
  color: #0f79db;
}

.text-span-35 {
  color: #0f79db;
}

.text-span-36 {
  color: #0f79db;
}

.text-span-37 {
  color: #0f79db;
}

.text-span-38 {
  color: #0f79db;
}

.text-span-39 {
  color: #0f79db;
}

.text-span-40 {
  color: #0f79db;
}

.image-36 {
  position: relative;
  top: 4vw;
}

.image-37 {
  position: relative;
  top: -2vw;
}

.blogs-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #dae3eb;
}

.div-block-127 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  padding-left: 1vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: #fff;
}

.paragraph-34 {
  width: 80%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.5vw;
  font-weight: 300;
}

.div-block-41-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-16 {
  max-width: 50vw;
  margin-top: 0px;
  margin-bottom: 3.8vw;
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3.8vw;
  font-weight: 400;
  text-align: center;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
  color: hsla(216, 2%, 51%, .75);
  font-size: 0.8vw;
  line-height: 1vw;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ft-tbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-button-6 {
  display: block;
  width: 4vw;
  height: 4vw;
  padding-right: 1vw;
  padding-left: 1.3vw;
  border-radius: 100vw;
  background-color: #f79d09;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-family: 'Material design iconic font', sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.lnkftr-soc {
  opacity: 0.75;
}

.lnkftr-soc:hover {
  opacity: 1;
}

.lnkftr-soc:active {
  opacity: 1;
}

.lnkftr-soc._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.lnkftr-soc.white1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.div-block-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6vw;
  -ms-flex: 0 0 6vw;
  flex: 0 0 6vw;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.div-block-128:hover {
  -webkit-filter: invert(100%) saturate(200%);
  filter: invert(100%) saturate(200%);
}

.div-block-128.white {
  color: #fff;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-5 {
  width: 80%;
  margin-right: 27px;
  margin-bottom: 0px;
  border-style: none;
  border-radius: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.div-block-130 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 4vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 400;
}

.heading-8-white {
  margin-bottom: 2vw;
  padding-right: 7vw;
  font-family: Poppins, sans-serif;
  color: #0886d6;
  font-size: 2vw;
  line-height: 2.5vw;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-8-white.white {
  padding-right: 2vw;
  color: #fff;
}

.sb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.paragraph-35 {
  margin-top: 1vw;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: rgba(51, 51, 51, .8);
  font-size: 0.9vw;
  line-height: 1.5vw;
  font-weight: 500;
  text-align: center;
}

.paragraph-35._1 {
  text-align: left;
}

._2-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 85vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-cards.ucase {
  max-width: 70vw;
}

.div-block-131 {
  width: 100%;
  padding: 1vw 1.5vw 2vw;
  font-family: Poppins, sans-serif;
}

.div-block-43-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-7 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 0.62;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.85vw;
  line-height: 1.5vw;
  font-weight: 200;
  letter-spacing: 0.05vw;
  text-decoration: none;
}

.link-7:hover {
  opacity: 1;
}

.link-7:active {
  opacity: 1;
}

.sa {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.heading-18 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.heading-19 {
  font-family: Arvo, sans-serif;
  color: #1b5083;
  font-size: 1.3vw;
  line-height: 1.6vw;
  font-weight: 400;
  text-align: left;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  margin-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  border-radius: 0.8vw;
  background-color: #fff;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .23);
  text-decoration: none;
}

.link-block-3:hover {
  box-shadow: none;
}

.link-block-3.ucase {
  height: 19vw;
  margin-top: 0vw;
  margin-bottom: 6vw;
  border-top: 12px solid #117bdd;
  box-shadow: 0 5px 30px -9px #314b65;
}

.link-block-3.ucase:hover {
  box-shadow: none;
}

.link-block-3._1 {
  box-shadow: none;
}

.link-block-3.hiw {
  position: relative;
  box-shadow: none;
}

.link-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 3.5vw;
  min-width: 15vw;
  margin-top: 2vw;
  padding: 10px 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50vw;
  background-color: #f79d09;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 1vw;
  letter-spacing: 0.01px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-8.green {
  background-color: #a2c72a;
}

.div-block-43-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  margin-top: 3vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-132._1 {
  width: 90vw;
  margin-top: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.div-block-33.invi {
  display: none;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.form-block-5 {
  display: block;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  margin-right: 2vw;
}

.image-38 {
  width: 3vw;
}

.image-9 {
  height: 2.5vw;
}

.text-block-5 {
  max-width: 50vw;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .88);
  font-size: 1.6vw;
  line-height: 2.2vw;
  font-weight: 200;
  text-align: center;
}

.heading-9-copy {
  margin-bottom: 4vw;
  font-family: Poppins, sans-serif;
  color: #314b65;
  font-size: 1.2vw;
  font-weight: 400;
}

.heading-9-copy.white {
  color: #fff;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-2 {
  position: relative;
  z-index: 2;
  padding-top: 7vw;
  padding-bottom: 5vw;
  border-top-left-radius: 20vw;
  background-color: #071421;
}

.image-39 {
  position: absolute;
  top: -12vw;
  right: 0px;
  display: block;
  width: 13vw;
}

.image-40 {
  margin-top: 8vw;
  margin-left: 1vw;
}

.image-40._1 {
  margin-top: 4vw;
}

.div-block-134 {
  width: 100%;
  padding-top: 8vw;
  padding-bottom: 8vw;
  background-color: #0f79db;
}

.blogimage {
  width: 100%;
  height: 14vw;
  border-radius: 0.8vw 0.8vw 0px 0px;
  background-color: #7dbcff;
  background-image: url('../images/Blog-Article-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blogimage._05 {
  background-image: url('../images/Blog-Article-5.svg');
}

.blogimage._12 {
  background-image: url('../images/Blog-Article-12.svg');
}

.blogimage._03 {
  border-radius: 0.8vw 0.8vw 0vw 0vw;
  background-image: url('../images/Blog-Article-3.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blogimage._02 {
  background-image: url('../images/Blog-Article-2.svg');
}

.blogimage._07 {
  background-image: url('../images/Blog-Article-7.svg');
}

.blogimage._11 {
  background-image: url('../images/Blog-Article-11.svg');
}

.blogimage._09 {
  background-image: url('../images/Blog-Article-9.svg');
}

.blogimage._10 {
  background-image: url('../images/Blog-Article-10.svg');
}

.blogimage._06 {
  background-image: url('../images/Blog-Article-6.svg');
}

.blogimage._08 {
  background-image: url('../images/Blog-Article-8.svg');
}

.blogimage._04 {
  background-image: url('../images/Blog-Article-4.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-41 {
  width: 11vw;
  -webkit-transform: translate(-0.6vw, 0px);
  -ms-transform: translate(-0.6vw, 0px);
  transform: translate(-0.6vw, 0px);
}

.image-41._1 {
  width: 10vw;
}

.heading-navy-ribbon {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: Poppins, sans-serif;
  color: #314b65;
  font-size: 1vw;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-navy-ribbon._1 {
  color: #fff;
  font-weight: 400;
}

.heading-navy-ribbon.white {
  color: #fff;
}

.cta-ribbon-white {
  padding: 3vw 3vw 12vw;
  background-color: #fff;
}

.form-3 {
  margin-bottom: 7vw;
}

.commenblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  padding: 2vw 1.5vw;
}

.articleimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3vw;
  padding-bottom: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f79db;
  background-image: url('../images/CURVE.svg');
  background-position: 50% 100%;
  background-size: 105%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-135 {
  width: 50%;
}

.paragraph-36 {
  font-family: Poppins, sans-serif;
  color: #443536;
  font-size: 0.95vw;
  line-height: 2vw;
  font-weight: 400;
}

.heading-20 {
  margin-top: 4vw;
  margin-bottom: 1vw;
  color: #1b5083;
  font-size: 3.4vw;
  line-height: 3.5vw;
  font-weight: 400;
  text-align: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-bottom: 8vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-11.first {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-136 {
  width: 71vw;
  margin-bottom: 2vw;
}

.div-block-7 {
  display: block;
  width: 55%;
  height: 30vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/Blog-Article-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fact-3-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 85vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field-6 {
  height: 3.5vw;
  margin-bottom: 1vw;
  border-radius: 0.3vw;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 2vw;
}

.text-field-6::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .53);
}

.text-field-6:-ms-input-placeholder {
  color: rgba(0, 0, 0, .53);
}

.text-field-6::-ms-input-placeholder {
  color: rgba(0, 0, 0, .53);
}

.text-field-6::placeholder {
  color: rgba(0, 0, 0, .53);
}

.text-field-6.txtarea {
  height: auto;
  min-height: 12vw;
}

.text-field-6._1 {
  height: 2.8vw;
}

.div-block-8 {
  width: 5vw;
  height: 10px;
  margin-top: 2vw;
  margin-bottom: 2vw;
  background-color: #48d9ce;
}

.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-7 {
  display: block;
  height: 3.5vw;
  min-width: 10vw;
  margin-top: 2vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0vw 2vw;
  float: right;
  border-radius: 50px;
  background-color: #f79d09;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
}

.submit-button-7:hover {
  box-shadow: none;
}

.submit-button-7._1-copy {
  height: 2.8vw;
  margin-top: 1vw;
}

.submit-button-7._1-copy.bold {
  font-weight: 600;
}

.submit-button-7._1-copy.bold-copy {
  margin-right: 1vw;
  margin-left: 0px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(15, 121, 219, .14);
  background-color: #fff;
  color: #117bdd;
  font-size: 0.9vw;
  font-weight: 500;
}

.submit-button-7._1-copy.bluee {
  margin-left: 0px;
  font-weight: 400;
}

.submit-button-7.blue {
  margin-top: 2vw;
  background-color: #314b65;
  color: #fff;
}

.heading-21 {
  margin-top: 10px;
  color: #1b5083;
  font-size: 1.3vw;
  line-height: 1.6vw;
  font-weight: 400;
}

.div-block-137 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  border-radius: 10px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .05);
}

.link-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.5vw;
  padding: 0vw 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #6344f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 2vw;
}

.link-9:hover {
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

.div-block-138 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  font-family: Poppins, sans-serif;
  color: #1b5083;
  font-size: 2.5vw;
  line-height: 3vw;
  font-weight: 400;
}

.text-block-6 {
  margin-bottom: 4vw;
  font-family: Poppins, sans-serif;
  color: rgba(93, 112, 131, .8);
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 500;
  letter-spacing: 0.08vw;
}

.link-10 {
  color: #a2c72a;
  font-size: 1vw;
  line-height: 1.5vw;
  font-style: normal;
  text-decoration: underline;
}

.field-label-2 {
  margin-bottom: 2vw;
  font-family: Poppins, sans-serif;
  color: #314b65;
  font-size: 1.1vw;
  line-height: 2vw;
  font-weight: 500;
}

.div-block-139 {
  height: 14vw;
  border-radius: 10px 10px 0px 0px;
  background-color: #7dbcff;
  background-image: url('../images/Blog-Article-2.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-139.thumb04 {
  background-image: url('../images/Blog-Article-4.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-139.thumb03 {
  background-image: url('../images/Blog-Article-3.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-4 {
  margin-bottom: 5vw;
}

.bloc-content {
  max-width: 50vw;
  margin-top: 2vw;
  margin-bottom: 7vw;
}

.text-span-41 {
  font-size: 2.5vw;
}

.div-block-140 {
  display: block;
  width: 55%;
  height: 30vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/Blog-Hero-1.svg');
  background-position: 50% 50%;
  background-size: 101%;
  background-repeat: no-repeat;
}

.div-block-140.blog02 {
  background-color: transparent;
  background-image: url('../images/Blog-Hero-2.svg');
  background-size: 101%;
}

.div-block-140.blog04 {
  background-image: url('../images/Blog-Hero-4.svg');
  background-size: 101%;
}

.div-block-140.blog05 {
  background-image: url('../images/Blog-Hero-5.svg');
  background-size: 101%;
}

.div-block-140.blog06 {
  background-image: url('../images/Blog-Hero-6.svg');
  background-size: 101%;
}

.div-block-140.blog07 {
  background-image: url('../images/Blog-Hero-7.svg');
  background-size: 101%;
}

.div-block-140.blog08 {
  background-image: url('../images/Blog-Hero-8.svg');
  background-size: 101%;
}

.div-block-140.blog09 {
  background-image: url('../images/Blog-Hero-9.svg');
  background-size: 101%;
}

.div-block-140.blog10 {
  background-image: url('../images/Blog-Hero-10.svg');
  background-size: 101%;
}

.div-block-140.blog11 {
  background-image: url('../images/Blog-Hero-11.svg');
  background-size: 101%;
}

.div-block-140.blog12 {
  background-image: url('../images/Blog-Hero-12.svg');
  background-size: 101%;
}

.div-block-140.blog03 {
  background-color: transparent;
  background-image: url('../images/Blog-Article-3.svg');
  background-size: 101%;
}

.text-field-7 {
  height: 3.5vw;
  border-radius: 7px;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 2vw;
}

.textarea {
  min-height: 10vw;
  border-radius: 7px;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 2vw;
}

.div-block-141 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.div-block-141._1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-ribbon {
  padding: 8vw 3vw;
  background-color: #0f79db;
}

.replaceble-hero._1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-142._2 {
  padding-right: 17vw;
  padding-left: 17vw;
  background-color: rgba(17, 123, 221, .05);
}

.div-block-143 {
  position: relative;
}

.titlecopy {
  display: block;
  max-width: 42vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  color: #fff;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 700;
}

.main-p {
  margin-bottom: 0px;
  padding-right: 5vw;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 1.8vw;
  font-weight: 200;
  text-align: justify;
}

.main-p.invi {
  display: none;
  color: transparent;
}

.main-p._2 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding-right: 0vw;
  color: #117bdd;
  font-size: 1vw;
  line-height: 1.3vw;
  font-weight: 500;
  text-align: left;
}

.main-p._1 {
  margin-bottom: 2vw;
  padding-right: 0vw;
  color: rgba(0, 0, 0, .92);
  font-weight: 500;
  text-align: center;
}

.main-p._3 {
  margin-top: 0.5vw;
  margin-bottom: 2vw;
  padding-right: 0vw;
  color: #443536;
  font-size: 0.9vw;
  font-weight: 500;
  text-align: center;
}

.main-p._3 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding-right: 0vw;
  color: #117bdd;
  font-size: 1vw;
  line-height: 2vw;
  font-weight: 500;
  text-align: left;
}

.div-block-144 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #358fcc;
  background-image: -webkit-gradient(linear, left top, right top, from(#48d5ca), to(#0886d6));
  background-image: linear-gradient(90deg, #48d5ca, #0886d6);
}

._2-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._2-column.feat {
  max-width: 60vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2-column.feat.usecase {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-column.feat.hiw {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

._2-column.facts {
  max-width: 60vw;
}

._2-column.feautres {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._2-column.nonreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ucase-logo {
  height: 28vw;
  border-style: none;
}

.ucase-logo._1 {
  width: 30vw;
  -webkit-transform: translate(0px, -28px);
  -ms-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}

.ucase-logo._2 {
  width: 30vw;
  -webkit-transform: translate(0px, -28px);
  -ms-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}

.ucase-logo.adj1 {
  width: 50vw;
}

.div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b5080;
  text-align: center;
}

.lightblu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7vw;
  padding-bottom: 7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(17, 123, 221, .15);
}

.div-block-146 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 500px;
  background-color: #0886d6;
}

.div-block-146.invi {
  display: none;
}

.heading-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vw;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #1b5083;
  font-size: 1.2vw;
  line-height: 1.6vw;
  font-weight: 500;
}

.heading-23 {
  margin-bottom: 33px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 2px;
}

.para-case {
  font-family: Poppins, sans-serif;
  color: rgba(68, 53, 54, .9);
  font-size: 1vw;
  line-height: 2vw;
  text-align: justify;
}

.para-case.feat {
  padding-right: 3vw;
  font-size: 0.9vw;
  font-weight: 400;
  text-align: justify;
}

.para-case.feat._1 {
  margin-bottom: 0px;
  font-weight: 500;
}

.para-case.feat-2 {
  padding-right: 1vw;
  font-size: 0.9vw;
  line-height: 1.3vw;
  font-weight: 500;
  text-align: left;
}

.para-case.white {
  color: #fff;
  font-size: 1vw;
}

.para-case.orang {
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.8vw;
  font-weight: 400;
}

.para-case.cta {
  color: #fff;
  font-size: 0.9vw;
  font-weight: 300;
}

.para-case.orang-cent {
  padding-right: 15vw;
  padding-left: 15vw;
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.8vw;
  font-weight: 300;
  text-align: center;
}

.para-case.white2 {
  color: #fff;
  font-size: 1vw;
  font-weight: 200;
}

.para-case.cta-black {
  color: #000;
  font-size: 0.9vw;
  font-weight: 400;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45vw;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0f79db;
}

.flex.no-3rd._1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f79db), color-stop(21%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(15, 121, 219, .85)), to(rgba(15, 121, 219, .85))), url('../images/5b3b983621a79d1f2e81223e_Sparkle-A.svg'), -webkit-gradient(linear, left top, left bottom, from(#1b5083), to(#1b5083));
  background-image: linear-gradient(180deg, #0f79db, hsla(0, 0%, 100%, 0) 21%), linear-gradient(180deg, rgba(15, 121, 219, .85), rgba(15, 121, 219, .85)), url('../images/5b3b983621a79d1f2e81223e_Sparkle-A.svg'), linear-gradient(180deg, #1b5083, #1b5083);
  background-position: 0px 0px, 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, auto, 64px, auto;
  background-repeat: repeat, repeat, repeat, repeat;
  -webkit-filter: none;
  filter: none;
}

.div-block-147 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 0.8vw;
  border-bottom-right-radius: 0.8vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 75, 101, .9)), to(rgba(17, 123, 221, .24))), url('../images/Use-case---picture-01.png');
  background-image: linear-gradient(180deg, rgba(49, 75, 101, .9), rgba(17, 123, 221, .24)), url('../images/Use-case---picture-01.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: saturate(101%);
  filter: saturate(101%);
}

.div-block-147._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 75, 101, .74)), to(rgba(17, 123, 221, .24))), url('../images/Use-case---picture-07.png');
  background-image: linear-gradient(180deg, rgba(49, 75, 101, .74), rgba(17, 123, 221, .24)), url('../images/Use-case---picture-07.png');
  background-size: auto, cover;
}

.div-block-147._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 75, 101, .74)), to(rgba(17, 123, 221, .24))), url('../images/Use-case---picture-05.png');
  background-image: linear-gradient(180deg, rgba(49, 75, 101, .74), rgba(17, 123, 221, .24)), url('../images/Use-case---picture-05.png');
  background-size: auto, cover;
}

.div-block-147._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 75, 101, .74)), to(rgba(17, 123, 221, .24))), url('../images/Use-case---picture-03.png');
  background-image: linear-gradient(180deg, rgba(49, 75, 101, .74), rgba(17, 123, 221, .24)), url('../images/Use-case---picture-03.png');
  background-size: auto, cover;
}

.div-block-147._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 75, 101, .74)), to(rgba(17, 123, 221, .49))), url('../images/Use-case---picture-02.png');
  background-image: linear-gradient(180deg, rgba(49, 75, 101, .74), rgba(17, 123, 221, .49)), url('../images/Use-case---picture-02.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.div-block-147._8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 75, 101, .74)), to(rgba(17, 123, 221, .24))), url('../images/Use-case---picture-08.png');
  background-image: linear-gradient(180deg, rgba(49, 75, 101, .74), rgba(17, 123, 221, .24)), url('../images/Use-case---picture-08.png');
  background-size: auto, cover;
}

.div-block-147._9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 75, 101, .74)), to(rgba(17, 123, 221, .24))), url('../images/Use-case---picture-09.png');
  background-image: linear-gradient(180deg, rgba(49, 75, 101, .74), rgba(17, 123, 221, .24)), url('../images/Use-case---picture-09.png');
  background-size: auto, cover;
}

.div-block-147._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 75, 101, .74)), to(rgba(17, 123, 221, .24))), url('../images/Use-case---picture-04.png');
  background-image: linear-gradient(180deg, rgba(49, 75, 101, .74), rgba(17, 123, 221, .24)), url('../images/Use-case---picture-04.png');
  background-size: auto, cover;
}

.div-block-147._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 75, 101, .74)), to(rgba(17, 123, 221, .24))), url('../images/Use-case---picture-06.png');
  background-image: linear-gradient(180deg, rgba(49, 75, 101, .74), rgba(17, 123, 221, .24)), url('../images/Use-case---picture-06.png');
  background-size: auto, cover;
}

.hero-sub-heading {
  margin-top: 0px;
  margin-bottom: 3vw;
  padding-right: 5vw;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 2.5vw;
  font-weight: 200;
}

.hero-sub-heading._2 {
  margin-top: 15px;
  margin-bottom: 0vw;
  padding-right: 0vw;
  color: #314b65;
  font-size: 1.5vw;
  font-weight: 500;
  text-align: center;
}

.hero-sub-heading._1 {
  margin-bottom: 0vw;
  padding-right: 0vw;
  color: #314b65;
  font-size: 1.5vw;
  font-weight: 500;
  text-align: center;
}

.hero-sub-heading._2 {
  margin-bottom: 2vw;
  padding-right: 0vw;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.6vw;
  font-weight: 400;
  text-align: center;
}

.div-block-148 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.div-block-148._1 {
  padding-right: 4vw;
  padding-left: 4vw;
}

.div-block-148._2 {
  padding-left: 12vw;
}

.div-block-148._100 {
  max-width: 60vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.img--hero {
  width: auto;
  max-width: 49vw;
}

.img--hero._2 {
  width: auto;
  height: 40vw;
}

.img--hero._3-copy {
  width: auto;
  height: 34vw;
}

.div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.div-block-149.use-case-col {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-149.reverse {
  padding: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  text-align: left;
}

.div-block-149.reverse._2-right-copy-copy {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-149.feat {
  height: auto;
  margin-bottom: 3vw;
  padding: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  text-align: left;
}

.div-block-149.feat.ex-mem {
  display: none;
}

.div-block-149.hide {
  display: none;
}

.div-block-149.contact {
  height: auto;
  margin-bottom: 3vw;
  padding: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.div-block-149.use-case-colcar {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-149.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vw;
  margin-bottom: 3vw;
  padding: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  text-align: left;
}

.div-block-149._1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-149._2 {
  color: rgba(51, 51, 51, .72);
}

.div-block-149._33 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-42 {
  width: 3vw;
  margin-bottom: 2vw;
}

.image-43 {
  width: 3vw;
  margin-top: 2vw;
}

.img-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-hero {
  margin-bottom: 3vw;
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 400;
}

.heading-hero._1 {
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 700;
  text-align: center;
}

.div-block-150 {
  padding-right: 3vw;
  padding-left: 3vw;
}

.overlap {
  position: absolute;
  left: 31vw;
  top: -14vw;
  right: -31vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  padding: 4vw 3vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 3vw;
  background-color: #fff;
  box-shadow: 3px 10px 35px -3px rgba(0, 0, 0, .5), 3px 3px 3px 0 transparent;
}

.spnlink-noline {
  color: #61c5c2;
  text-decoration: none;
}

.spnlink-noline:hover {
  color: #a7c700;
}

.spnlink-noline.green {
  color: #a7c700;
}

.spnlink-noline.gray {
  color: #a2c72a;
}

.section-navy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #314b65;
}

.section-navy.ucase {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.section-navy.ucase._1 {
  padding-bottom: 18vw;
}

.unordered-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  list-style-type: none;
}

.div-block-32-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.check {
  margin-right: 10px;
  font-family: 'Material design iconic font', sans-serif;
  color: #0886d6;
  font-size: 1.3vw;
  line-height: 1vw;
}

.ucase-secfeat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4vw 5vw 16vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 123, 221, .05);
  text-align: center;
}

.ucase-secfeat.head {
  padding-top: 5vw;
  padding-bottom: 0vw;
}

.ucase-secfeat.retail {
  padding-bottom: 4vw;
}

.div-block-151 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.heading-24 {
  margin-top: 0px;
  margin-bottom: 2vw;
  padding-right: 3vw;
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 1.6vw;
  line-height: 2.5vw;
  font-weight: 400;
  text-transform: none;
}

.heading-24._1 {
  color: #117bdd;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-title {
  margin-top: 0px;
  margin-bottom: 2vw;
  padding-right: 9vw;
  font-family: Arvo, sans-serif;
  color: #1565af;
  font-size: 1.3vw;
  line-height: 2vw;
  font-weight: 400;
  letter-spacing: -0.7px;
}

.col-title.contact {
  margin-bottom: 0vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins, sans-serif;
  color: #314b65;
  font-weight: 600;
}

.col-title._1 {
  margin-bottom: 0vw;
  padding-right: 2vw;
  color: #fff;
}

.col-title.poppins {
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid rgba(27, 80, 131, .23);
  font-family: Poppins, sans-serif;
  color: #1b5083;
  font-weight: 600;
}

.heading-25 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1vw;
  font-weight: 300;
  text-transform: uppercase;
}

.flex-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45vw;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0f79db;
}

.flex-copy._100vh {
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-copy._1 {
  height: 100%;
  padding-top: 8vw;
  padding-bottom: 15vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.cta-b {
  height: 40vw;
  padding: 5vw 3vw;
  background-color: #088ada;
  background-image: none;
}

.cta-b.auto {
  background-image: url('../images/Image-of-auto-deal-02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-b.retail {
  background-image: url('../images/2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-b.realty {
  background-image: url('../images/5b3e74365d8fca8fedc0672e_real-estate-cta-01.png');
  background-position: 100% 50%;
  background-size: 83%;
  background-repeat: no-repeat;
}

.cta-b.retale {
  background-image: url('../images/Retail-service-sector-cta.png');
  background-position: 100% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-b.non {
  background-image: url('../images/Non-Profit-cta.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-b.edu {
  background-image: url('../images/Education-Section-cta.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-b.med {
  background-image: url('../images/Medical-Sector-cta.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-b.cust {
  background-image: url('../images/Customer-Service-cta.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-b.trns {
  background-image: url('../images/3.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-b.whitee {
  background-color: #fff;
  background-image: url('../images/Image-02.png');
  background-position: 100% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.image-44 {
  height: 6vw;
  margin-right: 1vw;
  margin-bottom: 2vw;
}

.image-44._2 {
  height: 4vw;
  margin-top: 1.5vw;
  margin-bottom: 0.5vw;
}

.image-44._1 {
  margin-right: 0vw;
}

.image-44.contact {
  height: 4vw;
  margin-bottom: 0vw;
}

.section-orange {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15vw;
  padding-bottom: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 157, 9, .07)), to(rgba(247, 157, 9, .07))), url('../images/Image-of-auto-deal-01.png');
  background-image: linear-gradient(180deg, rgba(247, 157, 9, .07), rgba(247, 157, 9, .07)), url('../images/Image-of-auto-deal-01.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-orange.retail {
  padding-top: 21vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3a81e), color-stop(70%, #dd801e)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, #f3a81e, #dd801e 70%), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.section-orange.realty {
  padding-top: 23vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f79d09), to(rgba(247, 157, 9, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/real-estate-image.png');
  background-image: linear-gradient(180deg, #f79d09 21%, rgba(247, 157, 9, 0)), linear-gradient(180deg, transparent, transparent), url('../images/real-estate-image.png');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section-orange.retale {
  padding-top: 30vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f79d09), to(rgba(247, 157, 9, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Retail-service-sector-image.png');
  background-image: linear-gradient(180deg, #f79d09 21%, rgba(247, 157, 9, 0)), linear-gradient(180deg, transparent, transparent), url('../images/Retail-service-sector-image.png');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section-orange.nonp {
  padding-top: 23vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f79d09), to(rgba(247, 157, 9, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Non-Profit-image.png');
  background-image: linear-gradient(180deg, #f79d09 21%, rgba(247, 157, 9, 0)), linear-gradient(180deg, transparent, transparent), url('../images/Non-Profit-image.png');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section-orange.educate {
  padding-top: 18vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f79d09), to(rgba(247, 157, 9, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Education-Section-Image.png');
  background-image: linear-gradient(180deg, #f79d09 21%, rgba(247, 157, 9, 0)), linear-gradient(180deg, transparent, transparent), url('../images/Education-Section-Image.png');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section-orange.cust {
  padding-top: 34vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #f79d09), color-stop(62%, rgba(247, 157, 9, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(#f79d09), to(rgba(118, 67, 0, .1))), url('../images/Customer-Service-Image.png');
  background-image: linear-gradient(180deg, #f79d09 52%, rgba(247, 157, 9, 0) 62%), linear-gradient(180deg, transparent, transparent), linear-gradient(90deg, #f79d09, rgba(118, 67, 0, .1)), url('../images/Customer-Service-Image.png');
  background-position: 0px 0px, 0px 0px, 0px 0px, 100% 100%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
}

.section-orange.taxis {
  padding-top: 34vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #f79d09), color-stop(62%, rgba(247, 157, 9, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/taxi.jpg');
  background-image: linear-gradient(180deg, #f79d09 52%, rgba(247, 157, 9, 0) 62%), linear-gradient(180deg, transparent, transparent), url('../images/taxi.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section-orange.auto._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Image-of-auto-deal-01.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Image-of-auto-deal-01.png');
  background-size: auto, 120%;
}

.div-block-26-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.div-block-152 {
  position: static;
  left: 0px;
  top: -197px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-31-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3vw;
  padding-left: 17vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.titlecopy-d {
  display: block;
  max-width: 45vw;
  margin-right: auto;
  margin-bottom: 6vw;
  margin-left: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Arvo, sans-serif;
  color: #314b65;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 700;
  text-align: center;
}

.titlecopy-d._1 {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
}

.titlecopy-d.hiw {
  margin-bottom: -1vw;
  color: #117bdd;
}

.titlecopy-d.white {
  max-width: 55vw;
  margin-bottom: 4vw;
  color: #fff;
}

.titlecopy-d.faq {
  margin-bottom: 0vw;
}

.titlecopy-d._2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  text-align: left;
}

.spe-title {
  margin-top: 0px;
  margin-bottom: 3vw;
  padding-right: 10vw;
  font-family: Arvo, sans-serif;
  color: #0f4881;
  font-size: 1.6vw;
  line-height: 2vw;
  font-weight: 400;
}

.border {
  width: 0.05vw;
  height: 20vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  opacity: 0.29;
}

.border.hide {
  display: none;
}

.image-45 {
  width: 12vw;
}

.div-block-73 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0vw;
  -ms-flex: 0 0 0vw;
  flex: 0 0 0vw;
  background-color: #000;
}

.div-block-73._1 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.div-block-153 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  height: auto;
  min-height: 30vw;
  padding: 1vw 4vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid none none;
  border-top-width: 1vw;
  border-top-color: #a7c700;
  border-right-width: 8px;
  border-right-color: #a7c700;
  border-bottom-width: 8px;
  border-bottom-color: #a7c700;
  border-radius: 1.2vw;
  background-color: #fff;
  box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .18);
}

.form-block-6._1 {
  padding-top: 3vw;
  border-top-style: none;
}

.div-block-154 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link-block-5 {
  margin-bottom: 2vw;
}

.recaptcha {
  margin-bottom: 18px;
}

.div-block-155 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-156 {
  margin-bottom: 1vw;
  margin-left: 3.5vw;
}

.label {
  margin-bottom: 0.3vw;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.label.dark {
  color: #333;
  text-transform: none;
}

.label.dark-copy {
  margin-top: 1vw;
  color: #117bdd;
  font-weight: 500;
  letter-spacing: -0.01rem;
  text-transform: none;
}

.div-block-157 {
  margin-top: 1.5vw;
}

.consoc {
  width: 4vw;
  margin-right: 1vw;
}

.contactus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  height: auto;
  min-height: 30vw;
  padding: 3vw 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-top-width: 1vw;
  border-top-color: #a7c700;
  border-right-width: 8px;
  border-right-color: #a7c700;
  border-bottom-width: 8px;
  border-bottom-color: #a7c700;
  border-radius: 1.2vw;
  background-color: #f79d09;
  box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .18);
}

.heading-contact-us {
  margin-bottom: 4vw;
  font-family: Arvo, sans-serif;
  color: #117bdd;
  font-size: 2.5vw;
  line-height: 3vw;
  font-weight: 400;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.orange-link {
  color: #f79d09;
  font-size: 1.2vw;
  line-height: 3vw;
  text-decoration: none;
}

.heading-26 {
  margin-bottom: 5vw;
  font-family: Arvo, sans-serif;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2vw;
}

.div-block-159 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-159.sp {
  border-right: 0.1vw solid hsla(0, 0%, 100%, .3);
  border-left: 0.1vw solid hsla(0, 0%, 100%, .3);
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.textt {
  position: relative;
  padding-right: 1vw;
  padding-bottom: 4vw;
  padding-left: 1vw;
  border-bottom-left-radius: 0.8vw;
  border-bottom-right-radius: 0.8vw;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.textt._1 {
  border-bottom: 10px solid #0f79db;
  border-top-left-radius: 0.8vw;
  border-top-right-radius: 0.8vw;
  box-shadow: 0 10px 38px 1px rgba(81, 106, 130, .26);
}

.italic-text-5 {
  color: #fff;
  font-size: 10vw;
  font-style: normal;
}

.link-block-8 {
  position: relative;
  height: 23vw;
  margin-right: 3vw;
  margin-left: 3vw;
}

.link-block-8.hide {
  display: none;
}

.heading-27 {
  padding-left: 1vw;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.8vw;
  line-height: 2vw;
  font-weight: 300;
  letter-spacing: 0.1vw;
}

.table-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-25-copy {
  padding: 5vw 3vw;
  background-color: #fff;
}

.div-block-25-copy.stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6f1fb;
}

.div-block-161 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.feature-p {
  height: 25vw;
  font-family: Poppins, sans-serif;
  color: rgba(68, 53, 54, .93);
  font-size: 0.9vw;
  line-height: 2vw;
  font-weight: 500;
}

.div-block-163 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.crr-subhead {
  margin-top: 0px;
  margin-bottom: 5vw;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #314b65;
  font-size: 1.1vw;
  line-height: 2vw;
  font-weight: 400;
}

.titlecopy-copy {
  margin-bottom: 4vw;
  font-family: Arvo, sans-serif;
  color: #314b65;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 400;
}

.heading-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 1vw;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.6vw;
  line-height: 2.5vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
}

.heading-28._2 {
  text-align: left;
}

.titlecopy-copy-copy {
  margin-bottom: 0vw;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3vw;
  font-family: Poppins, sans-serif;
  color: #314b65;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 600;
}

.playbutton {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  font-style: normal;
}

.row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 0.1vw solid hsla(0, 0%, 100%, .3);
}

.feature-title-sub2 {
  position: absolute;
  top: 2vw;
  right: 1vw;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #314b65;
  font-size: 1vw;
  line-height: 2vw;
  font-style: normal;
  font-weight: 500;
}

.ucase-secfeat-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.table {
  display: block;
  width: 65vw;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding: 5vw 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #375190;
  color: #fff;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 0.2vw;
  font-family: Poppins, sans-serif;
  color: #0886d6;
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 400;
}

.feature-title-sub {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 1vw;
  line-height: 1.3vw;
  font-style: italic;
  font-weight: 400;
}

.job-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.54;
  color: #fff;
  text-decoration: none;
}

.job-links:hover {
  opacity: 1;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.crr-section-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  padding-top: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 9vw;
  text-align: center;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-9 {
  margin-bottom: 0.5vw;
  padding-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 3vw;
  text-decoration: none;
}

.link-block-9:hover {
  border-bottom: 1px solid #f79d09;
}

.square {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background-color: #117bdd;
}

.form-6 {
  width: 40vw;
}

.div-block-166 {
  width: 47%;
}

.div-block-167 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-29 {
  margin-top: 1vw;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #314b65;
  font-size: 0.9vw;
  font-weight: 400;
}

.heading-30 {
  margin-top: 2vw;
  padding-bottom: 1vw;
  font-family: Poppins, sans-serif;
  font-size: 1.2vw;
  line-height: 1vw;
  font-weight: 600;
}

.unordered-list-2 {
  margin-bottom: 3vw;
}

.heading-15-2 {
  margin-top: 3vw;
  margin-bottom: 0vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid rgba(0, 0, 0, .19);
  font-family: Poppins, sans-serif;
  font-size: 1.3vw;
  font-weight: 600;
}

.heading-15-2.orange {
  color: #f79d09;
}

.div-block-168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-169 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-3 {
  margin-bottom: 10px;
  padding-bottom: 1px;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 2vw;
  font-weight: 400;
}

._2-column-crr-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.salary {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #f79d09;
  font-size: 2.3vw;
  line-height: 2vw;
  font-weight: 600;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-46 {
  height: 2vw;
  margin: 7px;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-right: 2vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 70%;
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
}

.left._11 {
  padding-right: 20vw;
}

.link-12 {
  display: block;
  margin: 0px 0vw 0px 0px;
  font-family: Poppins, sans-serif;
  color: #0886d6;
  font-size: 0.8vw;
  font-weight: 400;
  text-decoration: none;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 3vw 5vw 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 30%;
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  font-size: 3vw;
}

.chat-div3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.error-message {
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.cta-pop-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(40, 62, 77, .78);
}

.cta-call {
  display: none;
}

.close-icon {
  width: auto;
  height: auto;
  padding: 10px;
}

.cta-label {
  width: 9vw;
  margin-right: 2vw;
  font-size: 1vw;
  line-height: 1.1vw;
  text-align: right;
}

.cta-label.top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-171 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.chat-line-1 {
  font-size: 1.5vw;
  line-height: 2vw;
}

.cta-pop-button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #f79d09;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.cta-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vw;
  padding: 0.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #117bdd;
}

.cta-chat {
  display: none;
}

.chatbox {
  margin-bottom: 0px;
  border-style: none;
  font-size: 1vw;
  line-height: 1.5vw;
}

.chat-div2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.chat-line-3 {
  display: inline-block;
  padding: 9px;
  background-color: #c8d1d8;
  font-size: 1vw;
  line-height: 1vw;
  cursor: pointer;
}

.form-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-email {
  display: none;
}

.call-line2 {
  margin-bottom: 1vw;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.cta-popup {
  display: block;
  width: 35vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.cta-popup.chat {
  display: block;
  padding-bottom: 1vw;
}

.cta-popup.email {
  display: block;
  width: 35vw;
}

.cta-popup.email.sms {
  display: block;
}

.cta-popup.call {
  display: block;
  width: 34%;
}

.chat-rep-pic {
  width: 75px;
  height: 75px;
  margin: 1vw;
}

.cta---heading {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 55px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

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

.div-block-172 {
  height: 12vw;
}

.chat-line-2 {
  color: #0dad5a;
  font-size: 1vw;
  line-height: 1.5vw;
}

.call-line1 {
  margin-bottom: 1vw;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.textarea-2 {
  min-height: 5vw;
  margin-bottom: 1vw;
}

.cta-text {
  display: none;
}

.chat-box {
  border-style: solid none;
  border-width: 1px;
  border-color: hsla(0, 18%, 59%, .21);
}

.chat-div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.success-message {
  background-color: #fff;
  font-size: 1vw;
  line-height: 1vw;
}

.div-block-173 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.submit-button-8 {
  height: 3.5vw;
  padding-right: 3.6vw;
  padding-left: 3.6vw;
  border-top-right-radius: 20vw;
  border-bottom-right-radius: 20vw;
  background-color: #117bdd;
  font-size: 1vw;
  line-height: 1.6vw;
}

.submit-button-8._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.6vw;
  padding-left: 1.6vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f79d09;
}

.submit-button-8._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.6vw;
  padding-left: 1.6vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f79d09;
}

.div-block-174 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.homeimage {
  height: 26vw;
  border-style: none;
}

.div-block-175 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-pane-tab-9 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.tab-link-tab-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 5vw;
  -ms-flex-preferred-size: 5vw;
  flex-basis: 5vw;
  background-color: #1b5083;
  line-height: 1.7vw;
  font-weight: 300;
  cursor: pointer;
}

.tab-link-tab-3.w--current {
  font-weight: 400;
}

.text-block-8 {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 1.4vw;
  line-height: 1.7vw;
  font-weight: 500;
}

.text-block-8.green {
  padding-right: 1px;
}

.text-block-8.purple {
  color: #62588c;
}

.text-block-8.orange {
  color: #c47d07;
}

.div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-177 {
  max-width: 55vw;
  text-align: center;
}

.div-block-177._1 {
  max-width: none;
  margin-right: 8vw;
  margin-left: 8vw;
  padding-right: 18vw;
  padding-left: 18vw;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.div-block-177._2 {
  max-width: none;
  margin-right: 8vw;
  margin-left: 8vw;
  padding-right: 18vw;
  padding-left: 18vw;
  border-top: 1px solid hsla(0, 0%, 100%, .15);
  color: #fff;
}

.listt {
  margin-top: 1vw;
  font-family: Poppins, sans-serif;
  color: rgba(68, 53, 54, .63);
  font-size: 0.9vw;
  line-height: 1.5vw;
  text-align: justify;
}

.cta-ribbon-blue1 {
  padding: 3vw 3vw 12vw;
  background-color: #0f79db;
}

.image-49 {
  width: 50vw;
}

.form-block-8 {
  width: 100%;
  padding-right: 8vw;
  padding-left: 8vw;
}

.div-block-180 {
  width: 4vw;
  height: 4vw;
  margin-right: 15px;
  background-image: url('../images/Benefits-02.svg');
  background-position: 50% 50%;
  background-size: 110%;
  background-repeat: no-repeat;
}

.div-block-180._1 {
  background-image: url('../images/Benefits-01.svg');
  background-size: 75px;
}

.tabs-2 {
  width: 100vw;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vw;
  padding-right: 15vw;
  padding-left: 15vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tabs-content-2 {
  background-color: #fff;
}

.tab-link-tab-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  border-radius: 0.3vw;
  background-color: #1b5083;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .85);
  color: #fff;
  line-height: 1.7vw;
  font-weight: 300;
  cursor: pointer;
}

.tab-link-tab-4.w--current {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .45);
  color: #1b5083;
  font-weight: 400;
}

.sds {
  margin-right: 1vw;
  margin-left: 1vw;
  padding: 2vw 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  border: 1px solid #a2c72a;
  background-color: #fff;
}

.sds.orange {
  background-color: #f79d09;
}

.sds.orange._1padding {
  position: absolute;
  left: 0px;
  top: -3vw;
  right: 0px;
  bottom: -3vw;
  width: 100.5%;
  height: 4vw;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
}

.div-block-182 {
  margin-bottom: 2vw;
  padding-right: 1vw;
  padding-left: 1vw;
}

.small {
  font-size: 1.2vw;
  line-height: 2vw;
  font-weight: 400;
}

.spnlink-liney {
  font-family: 'Material design iconic font', sans-serif;
  color: #3778bd;
  font-size: 1vw;
  line-height: 1vw;
  text-decoration: none;
}

.spnlink-liney:hover {
  color: #1b5083;
}

.div-block-183 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.italic-text-6 {
  line-height: 2vw;
  font-style: normal;
}

.unordered-list-3 {
  list-style-type: none;
}

.spnlink-noline-faq {
  display: block;
  padding-top: 7px;
  padding-right: 5vw;
  padding-bottom: 7px;
  color: #3baaa7;
  font-size: 0.9vw;
  line-height: 1.2vw;
  text-decoration: none;
}

.spnlink-noline-faq:hover {
  color: #a7c700;
}

.list-item-3 {
  padding-top: 0.5vw;
}

.sign-up {
  width: 42vw;
}

.div-block-9-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-right: 3vw;
  padding-bottom: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9-copy.left-align {
  padding-top: 0vw;
  padding-bottom: 0vw;
  padding-left: 3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.image-50 {
  width: 40vw;
  max-width: none;
  border-radius: 1vw;
}

.image-50.rightal {
  border-top-right-radius: 0vw;
  border-bottom-right-radius: 0vw;
}

.image-50.leftal {
  border-top-left-radius: 0vw;
  border-bottom-left-radius: 0vw;
}

.career-page {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-white {
  position: relative;
  background-color: #fff;
}

.navbar1-white {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b6dbff;
}

.nav-fix {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 500;
  display: none;
  width: 100%;
}

.div-block-186 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.text-span-42 {
  font-family: 'Material design iconic font', sans-serif;
}

.link-14 {
  color: rgba(17, 123, 221, .94);
  text-decoration: none;
}

.div-block-185-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-188 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  height: 15vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabjob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11vw;
  padding-top: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 121, 219, .61)), to(rgba(15, 121, 219, .61))), url('../images/1.jpg');
  background-image: linear-gradient(180deg, rgba(15, 121, 219, .61), rgba(15, 121, 219, .61)), url('../images/1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 110%;
  background-attachment: scroll, scroll;
  text-decoration: none;
}

.tabjob.usa {
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 92, 149, .75)), to(rgba(32, 92, 149, .75))), url('../images/Asset-41.1x-80.jpg');
  background-image: linear-gradient(180deg, rgba(32, 92, 149, .75), rgba(32, 92, 149, .75)), url('../images/Asset-41.1x-80.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.tabjob.usa._1 {
  width: 11vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Asset-41.1x-80.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/Asset-41.1x-80.jpg');
  background-size: auto, 100%;
}

.tabjob.india {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 62, 117, .76)), to(rgba(63, 62, 117, .76))), url('../images/Asset-11.1x-80.jpg');
  background-image: linear-gradient(180deg, rgba(63, 62, 117, .76), rgba(63, 62, 117, .76)), url('../images/Asset-11.1x-80.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 100%;
  background-attachment: scroll, scroll;
}

.tabjob.india._1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11vw;
  -ms-flex: 0 0 11vw;
  flex: 0 0 11vw;
}

.tabjob.china {
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(154, 96, 0, .58)), to(rgba(154, 96, 0, .58))), url('../images/Asset-21.1x-80.jpg');
  background-image: linear-gradient(180deg, rgba(154, 96, 0, .58), rgba(154, 96, 0, .58)), url('../images/Asset-21.1x-80.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 40%;
}

.tabjob.china._1 {
  width: 11vw;
  height: 11vw;
}

.tabjob.phil {
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 199, 42, .79)), to(rgba(162, 199, 42, .79))), url('../images/Asset-51.1x-80.jpg');
  background-image: linear-gradient(180deg, rgba(162, 199, 42, .79), rgba(162, 199, 42, .79)), url('../images/Asset-51.1x-80.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto 100%;
  background-attachment: scroll, scroll;
}

.tabjob.phil._1 {
  height: 11vw;
}

.tabjob._1 {
  height: 11vw;
}

.tabjob._33 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 109, 205, .6)), to(rgba(129, 109, 205, .6))), url('../images/2_1.jpg');
  background-image: linear-gradient(180deg, rgba(129, 109, 205, .6), rgba(129, 109, 205, .6)), url('../images/2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 110%;
  background-attachment: scroll, scroll;
}

.tabjob._44 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 136, 38, .41)), to(rgba(221, 136, 38, .41))), url('../images/3_1.jpg');
  background-image: linear-gradient(180deg, rgba(221, 136, 38, .41), rgba(221, 136, 38, .41)), url('../images/3_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 110%;
  background-attachment: scroll, scroll;
}

.tabjob._55 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 199, 42, .56)), to(rgba(162, 199, 42, .56))), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(162, 199, 42, .56), rgba(162, 199, 42, .56)), url('../images/4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 110%;
  background-attachment: scroll, scroll;
}

.col-title-copy {
  margin-top: 0px;
  margin-bottom: 2vw;
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 1.3vw;
  line-height: 2vw;
  font-weight: 400;
  letter-spacing: -0.7px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .81);
}

.image-53 {
  width: 7vw;
  margin-bottom: 1vw;
}

.div-block-189 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-190 {
  width: 21vw;
  padding: 2vw 0px 2vw 4vw;
}

.div-block-188-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11vw;
  height: 55vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-191 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7vw;
  padding-bottom: 7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-43 {
  font-size: 2vw;
}

@media (max-width: 991px) {
  .div-block {
    width: 15%;
  }
  .link.white {
    font-size: 0.6rem;
    line-height: 0.8rem;
    letter-spacing: 0.1rem;
  }
  .image {
    width: 20vw;
  }
  .nav-link.white {
    background-color: #0f79db;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .nav-link.white:hover {
    background-color: #1b5083;
  }
  .nav-link.btn-orange {
    margin-top: 0px;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .div-block-3 {
    height: 290px;
  }
  .div-block-3.home {
    height: 65vw;
  }
  .heading.white {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .icon {
    color: #fff;
  }
  .div-block-4 {
    width: 65vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    border-top-width: 12px;
    border-radius: 10px;
  }
  .div-block-4.em {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
  .heading-2.center {
    font-size: 2rem;
    line-height: 3rem;
  }
  .link-2 {
    padding: 1vw;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .text-field {
    width: 70%;
    height: 50px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  .text-field._1 {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 20vw;
  }
  .paragraph {
    margin-top: 1rem;
    padding-right: 1vw;
    color: rgba(68, 53, 54, .71);
    font-size: 0.86rem;
    line-height: 1.1rem;
    text-align: center;
  }
  .main-content {
    padding-right: 16px;
    padding-left: 16px;
  }
  .main-content.sky.nopad.acc {
    background-position: 0px 100%;
  }
  .main-content.sky.features {
    padding-right: 53px;
    padding-left: 53px;
  }
  .main-content.sky.featt {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
  }
  .main-content.sky.hiw {
    padding-right: 53px;
    padding-left: 53px;
  }
  .main-content._1 {
    padding-top: 3vw;
  }
  .main-content.margin5 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-3.white.reg {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .heading-3.white.fray {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .heading-3.poppins.white.bold {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .paragraph-2._70p {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .paragraph-2._1111 {
    width: 100%;
    margin-bottom: 0px;
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .main-paragraph {
    font-size: 0.8rem;
    line-height: 1.6rem;
    text-align: justify;
  }
  .main-paragraph.white.center.reg {
    font-size: 0.9rem;
    line-height: 2rem;
  }
  .main-paragraph.white.center.brwn {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .main-paragraph.white.light {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .main-paragraph.white.light.cs {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .main-paragraph.center.light {
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 0.76rem;
    line-height: 1.1rem;
    font-weight: 400;
  }
  .main-paragraph.bene {
    min-height: 20.8vw;
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .main-paragraph._50p-copy {
    width: 40vw;
    margin-left: 41vw;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: left;
  }
  .heading-4.poppins.white {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .heading-4.poppins.white.light.left {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
  .heading-4.poppins.reg-blue.arvo {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .heading-5.poppins {
    margin-bottom: 1rem;
    padding-right: 9vw;
    padding-left: 9vw;
    font-size: 1.1rem;
    line-height: 1.7rem;
    text-align: center;
  }
  .heading-5.poppins.small {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .heading2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .heading3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .heading4 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .heading4.sky {
    font-size: 2rem;
    line-height: 3rem;
  }
  .paragraph-3 {
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 200;
  }
  .paragraph-3.arvo {
    font-size: 1.3rem;
  }
  .paragraph-3.arvo-copy {
    font-size: 1.3rem;
  }
  .paragraph-3.whitee {
    font-size: 1.3rem;
  }
  .paragraph-4.blue {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-15 {
    margin-bottom: 7vw;
    padding: 0vw;
  }
  .div-block-15._40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-16 {
    margin-bottom: 1vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .image-4 {
    width: 45vw;
  }
  .form-block-2 {
    width: 65vw;
    border-top-width: 12px;
    border-radius: 10px;
  }
  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-5 {
    width: 150px;
  }
  .paragraph-5 {
    font-size: 0.86rem;
    line-height: 1rem;
  }
  .paragraph-5.big {
    font-size: 1rem;
    text-align: center;
  }
  .text-field-2 {
    height: 50px;
    border-radius: 5px;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  .form {
    display: block;
    width: 50vw;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-6 {
    font-size: 0.5rem;
    line-height: 0.9rem;
  }
  .text-field-3 {
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .image-8 {
    width: 3.5vw;
  }
  .link-4 {
    font-size: 0.5rem;
    line-height: 0.9rem;
  }
  .menu-button {
    background-color: transparent;
  }
  .div-block-28 {
    padding-bottom: 5vw;
  }
  .heading-7.reg-white {
    font-size: 2rem;
    line-height: 3rem;
  }
  .div-block-36._3 {
    height: 65vw;
  }
  .div-block-36._4 {
    background-size: 70%;
  }
  .div-block-36.ent {
    height: 65vw;
  }
  .heading-8.white.arvo {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .div-block-37 {
    margin-bottom: 30px;
  }
  .div-block-38._1f {
    padding-top: 0vw;
    padding-left: 0vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-38.f2 {
    padding-right: 2vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-38.f3 {
    margin-right: 2vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-10 {
    width: 90px;
  }
  .paragraph-13.sky {
    color: #0f79db;
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: 500;
  }
  .paragraph-13.yus {
    color: #0f79db;
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: 500;
  }
  .paragraph-14 {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .link-5 {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
  .div-block-41 {
    padding-left: 0vw;
  }
  .image-11 {
    width: 75px;
  }
  .text-span-6 {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .text-field-4 {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    border-radius: 20vw;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  .form-2 {
    padding-right: 6vw;
    padding-left: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-47 {
    width: 40px;
    height: 40px;
  }
  .paragraph-16.blue {
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
  .paragraph-16.blue2 {
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .div-block-49 {
    margin-bottom: 15px;
    padding: 2px;
  }
  .div-block-52 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-53 {
    margin-bottom: 20px;
    -webkit-flex-basis: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    border-radius: 5px;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .22);
  }
  .image-15 {
    width: 34vw;
  }
  .div-block-60 {
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-61 {
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
  .div-block-61.b1 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-61.b3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .image-17 {
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-17._1 {
    width: 32vw;
    margin-bottom: 9vw;
  }
  .text-span-8 {
    margin-top: 2vw;
    font-size: 1.9rem;
    line-height: 2.7rem;
    font-weight: 300;
  }
  .image-18 {
    width: 5.5vw;
  }
  .tabs {
    height: 66vw;
  }
  .image-24 {
    height: 60vw;
  }
  .image-26 {
    width: 75px;
  }
  .div-block-75 {
    min-height: 41vw;
    padding-top: 3vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-container {
    margin-right: 0vw;
  }
  .navbar-2 {
    height: 66px;
    background-color: #117bdd;
  }
  .div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .divblock2-copyy {
    height: 100%;
  }
  .navlink_rw2 {
    font-size: 0.8rem;
    line-height: 0.85rem;
  }
  .navlink_rw2.w--current {
    color: #117bdd;
  }
  .navlink_rw2.divide {
    margin-top: 2vw;
    padding-top: 2vw;
    border-top: 1px solid hsla(0, 0%, 100%, .14);
  }
  .navlink_rw2.divide.w--current {
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 100%, .14);
    border-bottom-style: none;
    color: #168fff;
  }
  .navlink_rw2.blueee {
    margin-top: 2vw;
    padding-top: 2vw;
    border-top: 1px solid hsla(0, 0%, 100%, .14);
    color: #fff;
  }
  .navlink_rw2.blueee.w--current {
    color: #117bdd;
  }
  .navlink_rw2.blueee.w--current:hover {
    color: #fff;
  }
  .text-block-2 {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
  }
  .text-block-2.bblue {
    color: #1b5083;
  }
  .menu-button-2 {
    padding-right: 38px;
    padding-left: 38px;
    font-weight: 300;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .nav-menuu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44vw;
    margin-top: 10px;
    margin-left: 55vw;
    padding: 15px 15px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    background-color: #1b5083;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .23);
  }
  .link-smalldev {
    height: 28px;
    margin-top: 15px;
    padding: 5px;
    border-radius: 4px;
    background-color: #f79d09;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
  }
  .div-block-79 {
    margin-right: 2vw;
    margin-left: 2vw;
    -webkit-flex-basis: 28vw;
    -ms-flex-preferred-size: 28vw;
    flex-basis: 28vw;
  }
  .div-block-80 {
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-81 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-span-12 {
    margin-top: 3px;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .image-28 {
    width: 50vw;
  }
  .pricing-table.shrink {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-87 {
    max-height: 55rem;
    margin-bottom: 30px;
    padding-top: 7vw;
    padding-bottom: 7vw;
    -webkit-flex-basis: 45vw;
    -ms-flex-preferred-size: 45vw;
    flex-basis: 45vw;
  }
  .div-block-87.orange-line-copy {
    padding-bottom: 15vw;
  }
  .pricing-text {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .paragraph-24 {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .heading-11 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .paragraph-25 {
    margin-bottom: 0px;
    color: #0f79db;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .paragraph-26 {
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
  }
  .navtext_rw2 {
    opacity: 0.55;
    font-size: 0.7rem;
    line-height: 0.85rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }
  .nav-clean {
    display: block;
  }
  .div-block-96 {
    padding-right: 0vw;
  }
  .image-30 {
    width: 50px;
    margin-right: 15px;
  }
  .div-block-100.filledblue {
    height: 7vw;
    font-size: 1rem;
    line-height: 1rem;
  }
  .div-block-102 {
    padding-top: 2vw;
    font-size: 1rem;
    line-height: 1rem;
  }
  .div-block-103.margin5 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-108.faq {
    margin-bottom: 30px;
  }
  .paragraph-29 {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1rem;
  }
  .field-label {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .div-block-111 {
    background-image: url('../images/5b3b9853a040d00e77b8ddc0_Sparkle-B.svg'), url('../images/5b3b983621a79d1f2e81223e_Sparkle-A.svg');
    background-position: 93% 77%, 52px 41px;
    background-size: 6%, 6%;
    background-repeat: no-repeat, no-repeat;
  }
  .paragraph-30 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .blogs-area {
    padding-right: 17px;
    padding-left: 17px;
  }
  .div-block-127 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 100vw;
  }
  .paragraph-34 {
    width: 87%;
    color: hsla(0, 0%, 100%, .69);
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .div-block-41-a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
  .heading-16 {
    max-width: 60vw;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .text-block-4 {
    margin-bottom: 2vw;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .div-block-31 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ft-tbl {
    max-width: 95vw;
  }
  .submit-button-6 {
    height: 5.5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5.5vw;
    -ms-flex: 0 0 5.5vw;
    flex: 0 0 5.5vw;
    font-size: 1.5rem;
  }
  .lnkftr-soc._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lnkftr-soc.white1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-128 {
    -webkit-flex-basis: 6vw;
    -ms-flex-preferred-size: 6vw;
    flex-basis: 6vw;
  }
  .text-field-5 {
    width: 90vw;
    height: 50px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83%;
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .heading-17 {
    font-size: 1rem;
  }
  .heading-8-white {
    font-size: 1rem;
    line-height: 1rem;
  }
  .heading-8-white.white {
    line-height: 1.2rem;
  }
  .paragraph-35 {
    margin-top: 0vw;
    color: rgba(49, 75, 101, .8);
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
  ._2-cards {
    max-width: none;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._2-cards.ucase {
    max-width: none;
  }
  ._2-cards.facts {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-131 {
    padding: 20px 20px 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .div-block-43-b {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
  .link-7 {
    margin-bottom: 1vw;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .heading-18 {
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
  }
  .heading-19 {
    margin-top: 0px;
    margin-bottom: 2.5vw;
    color: #2f467c;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .link-block-3 {
    margin-bottom: 5vw;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    border-radius: 8px;
  }
  .link-block-3.ucase {
    height: 35vw;
    margin-bottom: 6vw;
  }
  .link-8 {
    height: 50px;
    min-width: 150px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
  }
  .link-8.green {
    font-size: 0.9rem;
  }
  .div-block-132 {
    width: 96vw;
  }
  .div-block-132._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-33 {
    padding-right: 0px;
  }
  .div-block-32 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .form-block-5 {
    width: 54vw;
  }
  .image-38 {
    width: 50px;
  }
  .image-9 {
    height: 25px;
    margin-bottom: 6px;
  }
  .text-block-5 {
    max-width: 60vw;
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .heading-9-copy {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .footer-2 {
    padding-top: 13vw;
    padding-bottom: 10vw;
  }
  .div-block-134 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .blogimage {
    height: 10rem;
    border-radius: 8px 8px 0px 0px;
    background-color: transparent;
    background-size: 101%;
  }
  .image-41 {
    width: 26vw;
  }
  .image-41._1 {
    width: auto;
    height: 40px;
  }
  .heading-navy-ribbon {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .cta-ribbon-white {
    padding: 3vw 0vw 11vw;
  }
  .div-block-135 {
    width: 70vw;
  }
  .paragraph-36 {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  .paragraph-36._1 {
    margin-left: 10px;
  }
  .heading-20 {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2rem;
  }
  .div-block-11 {
    width: 95vw;
    padding-right: 13vw;
    padding-bottom: 8vw;
    padding-left: 13vw;
    border-style: none none solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
    font-size: 0.8rem;
  }
  .div-block-136 {
    width: 80%;
    margin-bottom: 2.2rem;
  }
  .div-block-7 {
    height: 15rem;
  }
  .fact-3-rows {
    width: 80%;
  }
  .text-field-6 {
    height: 50px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  .text-field-6.txtarea {
    min-height: 32vw;
    margin-bottom: 25px;
  }
  .text-field-6._1 {
    height: 50px;
  }
  .div-block-8 {
    width: 10vw;
    margin-top: 0vw;
    margin-bottom: 1rem;
  }
  .article {
    padding-right: 16px;
    padding-left: 16px;
  }
  .submit-button-7 {
    width: auto;
    height: 50px;
    min-width: 20vw;
    padding: 0.5rem 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .54);
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .submit-button-7._1-copy {
    height: 50px;
  }
  .submit-button-7._1-copy.bold-copy {
    font-size: 0.9rem;
  }
  .heading-21 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .link-9 {
    height: 50px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2rem;
    line-height: 1rem;
  }
  .text-block-6 {
    margin-bottom: 2rem;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .link-10 {
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .field-label-2 {
    margin-bottom: 2.2rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .div-block-139 {
    background-color: transparent;
    background-size: 101%;
  }
  .bloc-content {
    max-width: none;
  }
  .text-span-41 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .div-block-140 {
    height: 15rem;
  }
  .text-field-7 {
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .textarea {
    min-height: 20vw;
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .div-block-141 {
    width: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .div-block-141._1 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .div-block-141._11 {
    width: 100%;
  }
  .div-block-142 {
    padding: 3vw 0vw;
  }
  .div-block-142._2 {
    padding-right: 0vw;
    padding-left: 15px;
  }
  .titlecopy {
    font-size: 2rem;
    line-height: 3rem;
  }
  .main-p {
    width: 75vw;
    padding-right: 0vw;
    font-size: 0.9rem;
    line-height: 1.6rem;
    text-align: center;
  }
  .main-p._2 {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.5rem;
    font-weight: 200;
    text-align: center;
    letter-spacing: 0.05vw;
  }
  .main-p._1 {
    width: auto;
    margin-bottom: 5vw;
  }
  .main-p._3 {
    margin-top: 1vw;
    font-size: 0.86rem;
    font-weight: 400;
  }
  .main-p._3 {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 6px 11vw;
    color: #117bdd;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05vw;
  }
  ._2-column {
    max-width: 100vw;
  }
  ._2-column.reverse {
    max-width: 90vw;
  }
  ._2-column.reverse.home {
    margin-bottom: 6vw;
  }
  ._2-column.reverse.hiw {
    margin-bottom: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._2-column.feat {
    max-width: 85vw;
  }
  ._2-column.feat.hiw {
    max-width: 75vw;
  }
  ._2-column.facts {
    max-width: 84vw;
  }
  ._2-column.home {
    max-width: 90vw;
    margin-bottom: 6vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._2-column.nonreverse {
    max-width: 90vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ucase-logo {
    height: 30vw;
  }
  .ucase-logo._1 {
    width: 40vw;
  }
  .ucase-logo._2 {
    width: 40vw;
  }
  .ucase-logo.adj1 {
    height: 37vw;
  }
  .lightblu {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-22 {
    height: 9vw;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .para-case {
    color: rgba(68, 53, 54, .93);
    font-size: 0.8rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
  .para-case.feat {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .para-case.feat-2 {
    margin-bottom: 1vw;
    font-size: 0.8rem;
    line-height: 0.9rem;
    font-weight: 400;
  }
  .para-case.white {
    font-size: 0.8rem;
  }
  .para-case.orang {
    color: hsla(0, 0%, 100%, .95);
    font-size: 0.8rem;
    line-height: 1.8rem;
    font-weight: 400;
  }
  .para-case.cta {
    font-size: 0.8rem;
  }
  .para-case.orang-cent {
    color: hsla(0, 0%, 100%, .95);
    font-size: 0.8rem;
    line-height: 1.8rem;
    font-weight: 400;
  }
  .para-case.white2 {
    color: hsla(0, 0%, 100%, .78);
    font-size: 0.8rem;
    font-weight: 300;
  }
  .para-case.cta-black {
    font-size: 0.8rem;
  }
  .flex {
    height: 114vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex.no-3rd {
    height: 100vw;
  }
  .flex.no-3rd._1 {
    height: 60vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 123, 221, .9)), to(rgba(17, 123, 221, .9)));
    background-image: linear-gradient(180deg, rgba(17, 123, 221, .9), rgba(17, 123, 221, .9));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    -webkit-filter: none;
    filter: none;
  }
  .hero-sub-heading {
    width: 60vw;
    margin-bottom: 2rem;
    padding-right: 0vw;
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: center;
  }
  .hero-sub-heading._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 5vw;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .hero-sub-heading._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 5vw;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .hero-sub-heading._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 5vw;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .div-block-148 {
    padding-bottom: 1rem;
    padding-left: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .div-block-148._2 {
    padding-left: 0vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-148._100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .img--hero {
    width: 75vw;
    -webkit-transform: translate(3vw, 0px);
    -ms-transform: translate(3vw, 0px);
    transform: translate(3vw, 0px);
  }
  .img--hero._2 {
    height: 50vw;
    max-width: 60vw;
    -webkit-transform: translate(-2vw, 0px);
    -ms-transform: translate(-2vw, 0px);
    transform: translate(-2vw, 0px);
  }
  .img--hero._3-copy {
    -webkit-transform: translate(-2vw, 0px);
    -ms-transform: translate(-2vw, 0px);
    transform: translate(-2vw, 0px);
  }
  .div-block-149 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  .div-block-149.reverse {
    padding-left: 3vw;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .div-block-149.reverse._2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .div-block-149.reverse._2-right-copy-copy {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  .div-block-149.feat._1 {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .div-block-149.feat.ex-mem {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .div-block-149.contact {
    padding-left: 11vw;
  }
  .div-block-149.features {
    height: 50vw;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    text-align: left;
  }
  .div-block-149._33 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-149.right {
    padding-right: 3vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .image-42 {
    width: 7vw;
  }
  .image-43 {
    width: 7vw;
  }
  .img-holder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .img-holder._1 {
    width: 70%;
    height: 90%;
  }
  .heading-hero {
    width: 60vw;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.7rem;
    text-align: center;
  }
  .heading-hero._1 {
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 400;
  }
  .overlap {
    left: 18vw;
    right: -18vw;
    width: 60vw;
    padding: 29px;
  }
  .div-block-32-copy {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .check {
    font-size: 1.3rem;
    line-height: 1rem;
  }
  .ucase-secfeat {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .heading-24 {
    padding-right: 0vw;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .col-title {
    padding-right: 9vw;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .col-title._1 {
    height: 12vw;
  }
  .col-title.poppins {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .flex-copy {
    height: 144vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-copy._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-copy.feattt-copy {
    height: 136vw;
  }
  .cta-b.auto {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .cta-b.retail {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .cta-b.realty {
    height: 44vw;
    padding-right: 7vw;
    padding-left: 7vw;
    background-size: 89%;
  }
  .cta-b.retale {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .cta-b.non {
    height: 43vw;
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .cta-b.edu {
    height: 44vw;
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .cta-b.med {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .cta-b.cust {
    height: 43vw;
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .cta-b.trns {
    height: 44vw;
    padding-right: 7vw;
    padding-left: 7vw;
    background-position: 26% 0%;
    background-size: cover;
  }
  .cta-b.whitee {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .image-44 {
    height: 75px;
  }
  .image-44._2 {
    height: 54px;
  }
  .section-orange {
    padding-top: 36vw;
  }
  .section-orange.realty {
    padding-top: 45vw;
  }
  .section-orange.retale {
    padding-top: 57vw;
  }
  .section-orange.nonp {
    padding-top: 45vw;
  }
  .section-orange.educate {
    padding-top: 42vw;
  }
  .section-orange.cust {
    padding-top: 62vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #f79d09), color-stop(62%, rgba(247, 157, 9, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Customer-Service-Image.png');
    background-image: linear-gradient(180deg, #f79d09 52%, rgba(247, 157, 9, 0) 62%), linear-gradient(180deg, transparent, transparent), url('../images/Customer-Service-Image.png');
    background-position: 0px 0px, 0px 0px, 50% 100%;
  }
  .section-orange.taxis {
    padding-top: 65vw;
  }
  .section-orange.auto._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Image-of-auto-deal-01.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Image-of-auto-deal-01.png');
    background-size: auto, 170%;
  }
  .div-block-31-copy {
    padding-right: 6vw;
    padding-left: 0vw;
  }
  .titlecopy-d {
    max-width: 72vw;
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .spe-title {
    padding-right: 19vw;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .border {
    height: 31vw;
  }
  .image-45 {
    width: 150px;
    margin-top: 4vw;
  }
  .div-block-73._1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-153 {
    height: auto;
  }
  .form-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-width: 12px;
    border-radius: 10px;
  }
  .div-block-154 {
    margin-top: 8vw;
    margin-bottom: 5vw;
  }
  ._111 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-5 {
    width: 50vw;
  }
  .link-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .div-block-156 {
    margin-left: 6.5vw;
  }
  .consoc {
    width: 75px;
  }
  .contactus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65vw;
    padding-top: 46px;
    padding-bottom: 46px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-width: 12px;
    border-radius: 10px;
  }
  .heading-contact-us {
    width: 60vw;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.7rem;
    text-align: center;
  }
  .orange-link {
    font-size: 1.2rem;
    line-height: 3rem;
  }
  .heading-26 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .div-block-160 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .textt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-top: 2vw;
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading-27 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .div-block-25-copy.stories {
    margin-top: 0vw;
    padding-right: 1px;
    padding-left: 1px;
  }
  .feature-p {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .div-block-163 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .crr-subhead {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  .titlecopy-copy {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 3rem;
  }
  .heading-28 {
    font-size: 1.3rem;
  }
  .heading-28._2 {
    line-height: 1.5rem;
  }
  .titlecopy-copy-copy {
    font-size: 2rem;
    line-height: 3rem;
  }
  .feature-title-sub2 {
    top: 4vw;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .ucase-secfeat-copy {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .table {
    width: 98vw;
    max-width: 100vw;
    padding: 1vw;
  }
  .video {
    height: 23vw;
  }
  .feature-title {
    height: 2rem;
    margin-bottom: 3vw;
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: 500;
  }
  .feature-title-sub {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  .link-block-9 {
    margin-bottom: 15px;
  }
  .form-6 {
    width: 64vw;
  }
  .div-block-166 {
    width: 48%;
  }
  .link-block-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .heading-29 {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .heading-30 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .heading-15-2 {
    margin-top: 7vw;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1rem;
  }
  .heading-15-2.orange {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1rem;
  }
  .div-block-168 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18vw;
    -ms-flex: 0 0 18vw;
    flex: 0 0 18vw;
  }
  .field-label-3 {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .salary {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .image-46 {
    height: auto;
  }
  .left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-12 {
    margin-left: 0px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .form-block-7 {
    width: 100%;
  }
  .error-message {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .cta-pop-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 33vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-call {
    display: none;
  }
  .cta-label {
    width: 11vw;
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .chat-line-1 {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  .cta-pop-button {
    margin-top: 40px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .cta-heading {
    padding: 1vw;
  }
  .chatbox {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .chat-line-3 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .call-line2 {
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
  }
  .cta-popup {
    width: 60vw;
  }
  .cta-popup.email {
    width: 65vw;
  }
  .cta-popup.call {
    display: block;
    width: 64vw;
  }
  .cta---heading {
    font-size: 1rem;
    line-height: 2rem;
  }
  .div-block-172 {
    height: 33vw;
  }
  .chat-line-2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .call-line1 {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .div-block-173 {
    padding: 43px;
  }
  .submit-button-8 {
    height: 50px;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  .submit-button-8._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.6vw;
    padding-left: 2.6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20vw;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .54);
  }
  .submit-button-8._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3.6vw;
    padding-left: 3.6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20vw;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .26);
  }
  .div-block-174._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homeimage {
    height: 37vw;
  }
  .homeimage._1 {
    height: 37vw;
  }
  .div-block-175 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-link-tab-3 {
    margin-top: 0vw;
    margin-bottom: 15px;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-basis: 7vw;
    -ms-flex-preferred-size: 7vw;
    flex-basis: 7vw;
    border-right-width: 10px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .text-block-8 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .text-block-8.green {
    font-weight: 500;
  }
  .text-block-8.purple {
    color: #62588c;
    font-weight: 500;
  }
  .text-block-8.orange {
    color: #f79d09;
    font-weight: 500;
  }
  .div-block-176 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-177 {
    max-width: 70vw;
  }
  .div-block-177._1 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-177._2 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .listt {
    margin-bottom: 15px;
    font-size: 0.88rem;
    line-height: 1.3rem;
    font-weight: 400;
  }
  .cta-ribbon-blue1 {
    padding: 3vw 1vw 11vw;
  }
  .div-block-179 {
    margin-top: 2vw;
  }
  .div-block-180 {
    width: 5.5vw;
    height: 5.5vw;
  }
  .tabs-menu-2 {
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab-link-tab-4 {
    margin-top: 0vw;
    padding: 23px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    border-right-width: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .64);
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .tab-link-tab-4.w--current {
    margin-bottom: 0px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .23);
  }
  .sds.orange._1padding {
    height: 6vw;
    padding: 11px;
  }
  .div-block-182 {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .small {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .spnlink-liney {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .unordered-list-3 {
    padding-left: 58px;
  }
  .spnlink-noline-faq {
    padding-right: 0vw;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .sign-up {
    width: 50vw;
  }
  .div-block-9-copy.left-align {
    padding-left: 3vw;
  }
  .image-50.rightal {
    width: 50vw;
  }
  .image-50.leftal {
    width: 50vw;
  }
  .career-page {
    width: 50vw;
  }
  .navbar-white {
    height: 65px;
    background-color: #fff;
  }
  .nav-fix {
    display: none;
  }
  .div-block-188 {
    width: 100%;
    height: 25vw;
    padding-right: 9px;
    padding-left: 9px;
  }
  .tabjob {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18vw;
    -ms-flex: 0 0 18vw;
    flex: 0 0 18vw;
  }
  .tabjob.usa._1 {
    height: 21vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabjob.india._1 {
    height: 21vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabjob.china._1 {
    height: 21vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabjob.phil._1 {
    height: 21vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabjob._1 {
    height: 21vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .col-title-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-align: center;
  }
  .image-53 {
    width: 55px;
    margin-bottom: 2vw;
  }
  .div-block-189 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-190 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .div-block-188-copy {
    width: 100%;
    height: 25vw;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-span-43 {
    padding-left: 0px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .div-block {
    width: auto;
  }
  .link.white {
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .image {
    width: 30vw;
  }
  .nav-link.white {
    font-size: 0.8rem;
  }
  .nav-link.btn-orange {
    font-size: 0.8rem;
  }
  .div-block-3.home {
    height: 400px;
  }
  .heading.white {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .div-block-4 {
    top: -17vw;
    width: 75vw;
  }
  .link-2 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .text-field {
    font-size: 0.68rem;
  }
  .text-field._1 {
    font-size: 0.9rem;
  }
  .paragraph {
    margin-top: 1rem;
    font-size: 0.75rem;
    line-height: 1.3rem;
  }
  .main-content {
    padding-right: 38px;
    padding-left: 38px;
  }
  .main-content.sky.nopad.acc {
    background-position: -85px 0px;
    background-size: cover;
  }
  .main-content.sky.features {
    padding-right: 31px;
    padding-left: 31px;
  }
  .main-content.sky._1 {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .main-content.sky.hiw {
    padding-right: 31px;
    padding-left: 31px;
  }
  .main-content.light {
    padding-right: 16px;
    padding-left: 16px;
  }
  .main-content.light-copy {
    padding-right: 16px;
    padding-left: 16px;
  }
  .heading-3.white.reg {
    margin-bottom: 20px;
  }
  .heading-3.white.fray {
    margin-bottom: 20px;
  }
  ._2column-block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .paragraph-2._70p {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  .paragraph-2._1111 {
    line-height: 1.6rem;
  }
  .main-paragraph.white.light {
    font-size: 0.6rem;
  }
  .heading-5.poppins {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .heading2.white {
    text-align: center;
  }
  .heading3.blue.yus {
    padding-left: 0vw;
    text-align: left;
  }
  .image-3 {
    width: 34vw;
  }
  .div-block-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .link-block {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .image-4 {
    width: 200px;
  }
  .form-block-2 {
    width: 100%;
  }
  .form {
    width: 70vw;
  }
  .heading-7.reg-white {
    font-size: 2rem;
    line-height: 3rem;
  }
  .div-block-36._3 {
    height: 65vw;
  }
  .div-block-36._4 {
    height: 65vw;
    background-size: 100%;
  }
  .div-block-36.ent {
    height: 65vw;
  }
  .div-block-37 {
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-38._1f {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-10 {
    width: 75px;
  }
  .paragraph-13.yus {
    font-size: 0.8rem;
    text-align: justify;
  }
  .div-block-52 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-15 {
    width: 34vw;
  }
  .div-block-61 {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .div-block-61.b1 {
    margin-bottom: 50px;
  }
  .image-17._1 {
    margin-top: 4vw;
  }
  .homeimg._1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-18 {
    width: 9.5vw;
  }
  .tabs {
    height: 160vw;
    padding-top: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tabs-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-72 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-24 {
    height: 82vw;
  }
  .div-block-75 {
    min-height: 51vw;
  }
  .nav-container {
    margin-left: 0vw;
  }
  .menu-button-2 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .div-block-78 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-79 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-width: 2vw;
    border-radius: 50rem;
  }
  .div-block-80 {
    padding: 13vw 7vw;
    background-size: 50px, 50px;
  }
  .div-block-81 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-28 {
    width: auto;
  }
  .pricing-table.shrink {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-87 {
    position: relative;
    margin-bottom: 80px;
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
  .div-block-87.orange-line-copy {
    padding-top: 8vw;
  }
  .heading-11 {
    font-size: 3rem;
  }
  .div-block-91 {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .div-block-94 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-96 {
    margin-bottom: 19px;
  }
  .image-30 {
    width: 8vw;
  }
  .div-block-99 {
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-100.filledblue {
    height: 12vw;
  }
  .div-block-104 {
    margin-bottom: 5vw;
  }
  .div-block-106 {
    padding: 5vw 3vw;
  }
  .paragraph-29 {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .div-block-111 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-112 {
    padding-right: 39px;
    padding-left: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-112.reverse {
    padding-right: 38px;
    padding-left: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blogs-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-127 {
    margin-bottom: 60px;
  }
  .div-block-31 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ft-tbl {
    padding-right: 8px;
    padding-left: 8px;
  }
  .submit-button-6 {
    height: 45px;
    -webkit-flex-basis: 45px;
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
  }
  .div-block-128 {
    -webkit-flex-basis: 10vw;
    -ms-flex-preferred-size: 10vw;
    flex-basis: 10vw;
  }
  .heading-8-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 13.8px;
    padding-left: 13.8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  ._2-cards {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._2-cards.facts {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-131 {
    padding: 20px;
  }
  .link-7 {
    margin-bottom: 1rem;
    line-height: 0.99rem;
  }
  .heading-18 {
    margin-bottom: 60px;
  }
  .heading-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 7rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-3 {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .link-block-3.ucase {
    height: 45vw;
    margin-bottom: 7vw;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .23);
  }
  .div-block-43-copy {
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
  .div-block-132 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-33 {
    margin-bottom: 6vw;
  }
  .div-block-32 {
    margin-bottom: 6vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-block-5 {
    width: 64vw;
  }
  .heading-9-copy {
    margin-left: 15px;
    text-align: center;
  }
  .footer-2 {
    padding-top: 25vw;
    padding-bottom: 10vw;
  }
  .image-40._1 {
    margin-top: 14vw;
  }
  .div-block-134 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .blogimage {
    height: 8rem;
    background-size: 101%;
  }
  .image-41 {
    width: 30vw;
  }
  .cta-ribbon-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-17 {
    padding: 16px 16px 25px;
  }
  .div-block-135 {
    width: 90vw;
  }
  .div-block-11 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .div-block-136 {
    width: 90vw;
  }
  .div-block-7 {
    width: 65%;
    height: 13rem;
  }
  .fact-3-rows {
    width: auto;
    max-width: none;
    padding-left: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-8 {
    width: 14vw;
  }
  .submit-button-7 {
    width: auto;
  }
  .heading-21 {
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
  .div-block-137 {
    margin-bottom: 30px;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .link-9 {
    padding: 0.5rem 1rem;
  }
  .link-10 {
    font-size: 0.8rem;
  }
  .div-block-139 {
    height: 7rem;
    background-size: 102%;
  }
  .div-block-140 {
    width: 65%;
    height: 13rem;
  }
  .div-block-141 {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .div-block-142 {
    padding-bottom: 15vw;
  }
  .div-block-142._2 {
    padding-bottom: 170px;
  }
  ._2-column.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._2-column.reverse.ucase-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: justify;
  }
  ._2-column.reverse.ucase {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: justify;
  }
  ._2-column.reverse.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: justify;
  }
  ._2-column.reverse.hiw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: justify;
  }
  ._2-column.reverse.ucase-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: justify;
  }
  ._2-column.feat.usecase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2-column.feat.hiw {
    max-width: 90vw;
  }
  ._2-column.facts.ucase {
    max-width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: justify;
  }
  ._2-column.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._2-column.home._1 {
    height: 100vw;
  }
  ._2-column.nonreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ucase-logo {
    height: 50vw;
  }
  .ucase-logo._1 {
    display: block;
    width: auto;
    height: 40vw;
    margin-bottom: -10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ucase-logo.fct {
    display: block;
    height: 40vw;
  }
  .ucase-logo._2 {
    display: block;
    width: auto;
    height: 40vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ucase-logo.adj1 {
    height: 50vw;
  }
  .lightblu {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .heading-22 {
    height: 12vw;
  }
  .para-case {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .para-case.orang {
    position: relative;
    padding-left: 15px;
  }
  .para-case.orang-cent {
    position: relative;
  }
  .flex.no-3rd {
    height: 110vw;
  }
  .hero-sub-heading {
    width: 70vw;
  }
  .div-block-148 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .div-block-148._2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .img--hero._2 {
    height: 45vw;
  }
  .img--hero._3-copy {
    height: 45vw;
  }
  .div-block-149 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-149.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-149.reverse._2-right-copy-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-149.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-149.feat {
    margin-bottom: 60px;
  }
  .div-block-149.feat._1 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-149.feat.ex-mem {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-149.contact {
    margin-bottom: 60px;
    padding-left: 7vw;
  }
  .div-block-149.use-case-colcar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-149.features {
    height: auto;
    min-height: 85vw;
    margin-bottom: 1px;
  }
  .div-block-149._33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .heading-hero {
    width: 80vw;
  }
  .div-block-150 {
    padding-left: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .overlap {
    left: 7vw;
    right: -7vw;
    width: 85vw;
  }
  .section-navy.ucase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-navy.ucase._1 {
    padding-bottom: 21vw;
  }
  .div-block-32-copy {
    -webkit-flex-basis: 79vw;
    -ms-flex-preferred-size: 79vw;
    flex-basis: 79vw;
  }
  .col-title._1 {
    height: 18vw;
  }
  .flex-copy {
    height: 160vw;
  }
  .cta-b.auto {
    height: 75vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #117bdd), color-stop(69%, rgba(17, 123, 221, .15))), url('../images/Image-of-auto-deal-02.png');
    background-image: linear-gradient(180deg, #117bdd 45%, rgba(17, 123, 221, .15) 69%), url('../images/Image-of-auto-deal-02.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 130%;
    background-repeat: repeat, no-repeat;
  }
  .cta-b.retail {
    height: 75vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #117bdd), color-stop(69%, rgba(17, 123, 221, .15))), url('../images/2.jpg');
    background-image: linear-gradient(180deg, #117bdd 45%, rgba(17, 123, 221, .15) 69%), url('../images/2.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 133%;
    background-repeat: repeat, no-repeat;
  }
  .cta-b.realty {
    height: 75vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #117bdd), color-stop(69%, rgba(17, 123, 221, .15))), url('../images/5b3e74365d8fca8fedc0672e_real-estate-cta-01.png');
    background-image: linear-gradient(180deg, #117bdd 45%, rgba(17, 123, 221, .15) 69%), url('../images/5b3e74365d8fca8fedc0672e_real-estate-cta-01.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .cta-b.retale {
    height: 75vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #117bdd), color-stop(69%, rgba(17, 123, 221, .15))), url('../images/Retail-service-sector-cta.png');
    background-image: linear-gradient(180deg, #117bdd 45%, rgba(17, 123, 221, .15) 69%), url('../images/Retail-service-sector-cta.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 130%;
    background-repeat: repeat, no-repeat;
  }
  .cta-b.non {
    height: 85vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #117bdd), color-stop(69%, rgba(17, 123, 221, .15))), url('../images/Non-Profit-cta.png');
    background-image: linear-gradient(180deg, #117bdd 45%, rgba(17, 123, 221, .15) 69%), url('../images/Non-Profit-cta.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 110%;
    background-repeat: repeat, no-repeat;
  }
  .cta-b.edu {
    height: 88vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #117bdd), color-stop(69%, rgba(17, 123, 221, .15))), url('../images/Education-Section-cta.png');
    background-image: linear-gradient(180deg, #117bdd 45%, rgba(17, 123, 221, .15) 69%), url('../images/Education-Section-cta.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 120%;
    background-repeat: repeat, no-repeat;
  }
  .cta-b.med {
    height: 82vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #117bdd), color-stop(69%, rgba(17, 123, 221, .15))), url('../images/Medical-Sector-cta.png');
    background-image: linear-gradient(180deg, #117bdd 45%, rgba(17, 123, 221, .15) 69%), url('../images/Medical-Sector-cta.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 120%;
    background-repeat: repeat, no-repeat;
  }
  .cta-b.cust {
    height: 75vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #117bdd), color-stop(69%, rgba(17, 123, 221, .15))), url('../images/Customer-Service-cta.png');
    background-image: linear-gradient(180deg, #117bdd 45%, rgba(17, 123, 221, .15) 69%), url('../images/Customer-Service-cta.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .cta-b.trns {
    height: 75vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #117bdd), color-stop(69%, rgba(17, 123, 221, .15))), url('../images/3.jpg');
    background-image: linear-gradient(180deg, #117bdd 45%, rgba(17, 123, 221, .15) 69%), url('../images/3.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 801px;
    background-repeat: repeat, no-repeat;
  }
  .cta-b.whitee {
    height: 75vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #fff), color-stop(69%, rgba(209, 226, 241, .15))), url('../images/Image-02.png');
    background-image: linear-gradient(180deg, #fff 45%, rgba(209, 226, 241, .15) 69%), url('../images/Image-02.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 140%;
    background-repeat: repeat, no-repeat;
  }
  .image-44 {
    margin-bottom: 1vw;
  }
  .section-orange {
    padding-top: 47vw;
    padding-bottom: 60px;
  }
  .section-orange.retail {
    padding-top: 52vw;
  }
  .section-orange.realty {
    padding-top: 79vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f79d09), to(rgba(247, 157, 9, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/real-estate-image.png');
    background-image: linear-gradient(180deg, #f79d09 21%, rgba(247, 157, 9, 0)), linear-gradient(180deg, transparent, transparent), url('../images/real-estate-image.png');
    background-position: 0px 0px, 0px 0px, 100% 100%;
    background-size: auto, auto, cover;
  }
  .section-orange.retale {
    padding-top: 98vw;
  }
  .section-orange.nonp {
    margin-top: 1px;
    padding-top: 89vw;
  }
  .section-orange.educate {
    padding-top: 77vw;
  }
  .section-orange.cust {
    padding-top: 102vw;
  }
  .section-orange.taxis {
    padding-top: 104vw;
  }
  .section-orange.auto {
    padding-top: 58vw;
  }
  .div-block-26-copy {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .form-block-6 {
    width: 75vw;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .form-5 {
    width: 60vw;
  }
  .contactus {
    width: 75vw;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .heading-contact-us {
    width: 80vw;
  }
  .div-block-159 {
    height: 25vw;
  }
  .textt {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .div-block-25-copy.stories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .titlecopy-copy {
    font-size: 1.9rem;
  }
  .heading-28 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .table {
    padding-bottom: 6vw;
  }
  .crr-section-h1 {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .form-6 {
    width: 100%;
  }
  .link-block-4 {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
  .div-block-168 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  ._2-column-crr-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .form-block-7 {
    margin-top: 9vw;
    padding-right: 10px;
  }
  .cta-pop-bg {
    padding-top: 16vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-call {
    display: none;
  }
  .close-icon {
    position: absolute;
    top: 1vw;
    right: 1vw;
  }
  .cta-label {
    width: 15vw;
  }
  .cta-heading {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta-popup.chat {
    width: 70vw;
  }
  .cta-popup.email {
    width: 72vw;
  }
  .cta-popup.call {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cta---heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-172 {
    height: 20vw;
  }
  .submit-button-8._2 {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
  }
  .homeimage {
    height: 50vw;
  }
  .homeimage._1 {
    height: 57vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tab-link-tab-3 {
    margin-bottom: 19px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46vw;
    -ms-flex: 0 0 46vw;
    flex: 0 0 46vw;
    border-right-width: 12px;
    border-radius: 7px;
    box-shadow: none;
  }
  .tab-link-tab-3.w--current {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
  }
  .text-block-8 {
    width: 68%;
  }
  .div-block-177 {
    max-width: 100vw;
  }
  .div-block-177._1 {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .div-block-177._2 {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .listt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cta-ribbon-blue1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-179 {
    margin-top: 0px;
    margin-bottom: 32px;
  }
  .tab-link-tab-4 {
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    border-right-width: 12px;
    border-radius: 7px;
    box-shadow: none;
  }
  .tab-link-tab-4.w--current {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
  }
  .sds {
    margin-bottom: 5vw;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
  .sds.orange._1padding {
    height: 3rem;
  }
  .div-block-182 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sign-up {
    width: auto;
  }
  .image-50.rightal {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .image-50.leftal {
    border-radius: 10px;
  }
  .career-page {
    width: auto;
  }
  .div-block-188 {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-column-gap: 0px;
  }
  .tabjob {
    width: 20vw;
    height: 39vw;
    margin-bottom: 15px;
    -webkit-flex-basis: 30vw;
    -ms-flex-preferred-size: 30vw;
    flex-basis: 30vw;
  }
  .col-title-copy {
    padding-right: 0vw;
    text-align: right;
  }
  .div-block-190 {
    padding-left: 0vw;
  }
  .div-block-188-copy {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-column-gap: 0px;
  }
  .div-block-191 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .div-block {
    width: auto;
  }
  .image {
    width: 40vw;
  }
  .nav-link.white {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .nav-link.btn-orange {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .div-block-3 {
    height: 475px;
  }
  .div-block-3.home {
    height: 400px;
  }
  .div-block-4 {
    top: -32vw;
    width: 97vw;
  }
  .div-block-4.em {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-2.center {
    margin-bottom: 10vw;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .link-2 {
    font-size: 0.5rem;
  }
  .text-field {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20vw;
  }
  .main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 19px;
    padding-bottom: 19vw;
    padding-left: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-content.blue {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .main-content.sky.nopad.acc {
    height: 171vw;
    padding-top: 8vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/home-08.svg'), -webkit-gradient(linear, left top, left bottom, from(#0f79db), to(#0f79db));
    background-image: url('../images/home-08.svg'), linear-gradient(180deg, #0f79db, #0f79db);
    background-position: 100% 100%, 0px 0px;
    background-size: 420%, auto;
    background-repeat: no-repeat, repeat;
  }
  .main-content.sky.features {
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .main-content.sky._1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-content.sky.hiw {
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .main-content.faq {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-3.white.reg {
    font-size: 1.2rem;
  }
  .heading-3.white.fray {
    font-size: 1.2rem;
  }
  .heading-3.poppins.gray.benefits {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  ._2column-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._2column-block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-9 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph-2._70p {
    font-size: 0.6rem;
    text-align: center;
  }
  .paragraph-2._1111 {
    text-align: justify;
  }
  .main-paragraph.white.light {
    text-align: center;
  }
  .main-paragraph.bene {
    min-height: 48.8vw;
  }
  .main-paragraph._50p-copy {
    width: 90vw;
    margin-left: 0vw;
  }
  .heading-4.poppins.white {
    font-size: 0.9rem;
  }
  .heading-4.poppins.white.light.left {
    text-align: center;
  }
  .heading-5.poppins {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .heading-5.poppins.white {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.8rem;
  }
  .heading-5.poppins.small {
    line-height: 1.8rem;
  }
  .paragraph-4.blue {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .image-3 {
    width: 51vw;
  }
  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-16 {
    margin-bottom: 12vw;
  }
  .image-5 {
    width: 20vw;
  }
  .form {
    width: 82vw;
  }
  .form-block-3 {
    width: 90%;
  }
  .div-block-22 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-23 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .paragraph-6 {
    width: 100%;
  }
  .image-8 {
    width: 9.5vw;
  }
  .link-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .content-block.white {
    padding-top: 10vw;
    padding-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-7.reg-white {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .div-block-35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-36 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-36._3 {
    height: 95vw;
  }
  .div-block-36._4 {
    height: 95vw;
  }
  .div-block-36.ent {
    height: 95vw;
  }
  .heading-8.white.arvo {
    text-align: center;
  }
  .div-block-37 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-10 {
    width: 70px;
  }
  .paragraph-13.yus {
    font-weight: 500;
  }
  .link-5 {
    width: 70%;
  }
  .text-field-4 {
    font-size: 0.85rem;
  }
  .form-2 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-49 {
    margin-bottom: 6vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .div-block-52 {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-53 {
    -webkit-flex-basis: 79%;
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
  }
  .image-15 {
    width: 74vw;
  }
  .div-block-60 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-61 {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .image-17 {
    width: 130px;
  }
  .image-17._1 {
    width: 62vw;
  }
  .text-span-8 {
    margin-top: 8vw;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .homeimg {
    width: 100vw;
  }
  .image-18 {
    width: 18vw;
  }
  .div-block-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-69 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .div-block-70 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .tabs {
    height: 320vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-content {
    width: 100vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-72 {
    width: 100%;
  }
  .image-24 {
    height: 122vw;
  }
  .div-block-75 {
    min-height: 71vw;
  }
  .menu-button-2 {
    margin-left: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-menuu {
    width: 75vw;
    margin-top: 13px;
    margin-left: 23vw;
    padding-top: 11px;
    padding-bottom: 15px;
  }
  .brand-2 {
    padding-left: 0px;
  }
  .div-block-78 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-78.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-79 {
    border-radius: 34vw;
  }
  .div-block-80 {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .div-block-87 {
    margin-top: 0px;
    padding-top: 75px;
    padding-bottom: 75px;
    -webkit-flex-basis: 105%;
    -ms-flex-preferred-size: 105%;
    flex-basis: 105%;
  }
  .div-block-87.orange-line-copy {
    padding-top: 26vw;
  }
  .div-block-91 {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .div-block-95 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-96 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-30 {
    width: 50px;
    margin-bottom: 15px;
  }
  .div-block-99 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-100.filledblue {
    width: 100%;
    height: 20vw;
  }
  .div-block-103.margin5._11 {
    width: 90vw;
  }
  .div-block-104 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-106 {
    width: 100%;
  }
  .div-block-108.faq {
    padding-left: 0vw;
  }
  .div-block-112 {
    margin-bottom: 30px;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-112.reverse {
    margin-bottom: 50px;
    padding-right: 7px;
    padding-left: 7px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-113.left-align {
    margin-left: 10px;
  }
  .heading-13 {
    text-align: center;
  }
  .div-block-127 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-16 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .text-block-4 {
    margin-bottom: 8vw;
  }
  .div-block-31 {
    padding-left: 0px;
  }
  .ft-tbl {
    max-width: 85vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button-6 {
    margin-right: -5px;
  }
  .div-block-128 {
    margin: 14px 14px 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-flex-basis: 36vw;
    -ms-flex-preferred-size: 36vw;
    flex-basis: 36vw;
  }
  .text-field-5 {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73%;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    font-size: 0.7rem;
  }
  .heading-8-white {
    padding-left: 4vw;
    text-align: center;
  }
  .sb {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  ._2-cards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._2-cards.facts {
    width: 100%;
  }
  .heading-18 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-19 {
    height: auto;
    margin-bottom: 3.5vw;
  }
  .link-block-3 {
    margin-bottom: 12vw;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .link-block-3.ucase {
    height: 82vw;
    margin-bottom: 12vw;
  }
  .link-8 {
    text-align: center;
  }
  .div-block-43-copy {
    margin-bottom: 60px;
  }
  .div-block-132 {
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-132._1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-32 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .form-block-5 {
    width: 92vw;
  }
  .text-block-5 {
    margin-top: 2rem;
  }
  .heading-9-copy {
    text-align: center;
  }
  .div-block-34 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-133 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-2 {
    padding-top: 40vw;
  }
  .image-39 {
    width: 15vw;
  }
  .div-block-134 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .image-41 {
    width: 180px;
  }
  .form-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .articleimage {
    padding-top: 39vw;
    background-size: 104%;
  }
  .heading-20 {
    margin-top: 28vw;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .div-block-11 {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .div-block-7 {
    width: 95%;
    height: 11rem;
  }
  .fact-3-rows {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-8 {
    width: 20vw;
  }
  .article {
    padding-right: 0px;
    padding-left: 0px;
  }
  .submit-button-7 {
    min-width: 55vw;
    margin-top: 15px;
    padding: 0.5rem 1rem;
  }
  .submit-button-7._1-copy.bold-copy {
    margin-bottom: 4vw;
  }
  .submit-button-7._1-copy.bluee {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-137 {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .link-9 {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
  }
  .heading-6 {
    text-align: left;
  }
  .field-label-2 {
    margin-top: 1.5rem;
  }
  .div-block-139 {
    height: 10rem;
  }
  .form-4 {
    margin-bottom: 80px;
  }
  .bloc-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-140 {
    width: 95%;
    height: 11rem;
  }
  .textarea {
    min-height: 60vw;
  }
  .div-block-142 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .div-block-142._1 {
    padding-bottom: 4vw;
  }
  .div-block-142._2 {
    padding-right: 8px;
    padding-bottom: 115px;
    padding-left: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .titlecopy {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .main-p {
    width: 90vw;
  }
  ._2-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._2-column.reverse.home {
    max-width: 90vw;
  }
  ._2-column.feat.hiw {
    max-width: 95vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._2-column.home._1 {
    height: 276vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ucase-logo {
    width: auto;
    height: 90vw;
    margin-bottom: 1vw;
  }
  .ucase-logo._1 {
    width: auto;
    height: 60vw;
    margin-bottom: 0vw;
  }
  .ucase-logo.fct {
    display: block;
    height: 60vw;
    margin-right: auto;
    margin-left: auto;
  }
  .ucase-logo._2 {
    width: auto;
    height: 90vw;
    padding-top: 35vw;
  }
  .ucase-logo.adj1 {
    height: 90vw;
    margin-bottom: 0vw;
    padding-bottom: 1px;
  }
  .heading-22 {
    height: 20vw;
    line-height: 1.4rem;
  }
  .para-case {
    margin-bottom: 7vw;
    font-size: 0.9rem;
  }
  .para-case.feat {
    margin-bottom: 1vw;
  }
  .para-case.feat-2.item {
    margin-top: 0px;
  }
  .para-case.orang {
    margin-top: 0px;
    padding-left: 0px;
  }
  .para-case.cta {
    margin-bottom: 7vw;
  }
  .para-case.orang-cent {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .flex.no-3rd {
    height: 240vw;
  }
  .flex.no-3rd._1 {
    height: 160vw;
  }
  .hero-sub-heading {
    width: 90vw;
  }
  .hero-sub-heading._2 {
    height: auto;
    margin-bottom: 30px;
  }
  .div-block-148 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-148._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .img--hero {
    width: 100vw;
  }
  .img--hero._2 {
    height: 100vw;
    max-width: 100vw;
  }
  .img--hero._1 {
    max-width: 88vw;
  }
  .img--hero._3-copy {
    height: auto;
  }
  .div-block-149 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .div-block-149.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-149.reverse._1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-149.reverse._2-right-copy-copy {
    width: 100%;
    -webkit-flex-basis: 26%;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
  }
  .div-block-149.feat {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-149.contact {
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-149.use-case-colcar {
    margin-bottom: 30px;
  }
  .div-block-149.features {
    min-height: none;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .img-holder._1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-hero {
    width: 90vw;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .overlap {
    top: -64vw;
  }
  .section-navy.ucase {
    padding-top: 14vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .section-navy.ucase._1 {
    padding-top: 5vw;
    padding-bottom: 73vw;
  }
  .div-block-32-copy {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ucase-secfeat {
    padding-bottom: 63vw;
  }
  .ucase-secfeat._2 {
    padding-bottom: 65vw;
  }
  .ucase-secfeat._1 {
    padding-bottom: 1vw;
  }
  .div-block-151 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-24 {
    margin-bottom: 15px;
  }
  .list-item {
    margin-bottom: 3vw;
  }
  .col-title.contact {
    margin-left: 3vw;
  }
  .col-title._1 {
    height: auto;
  }
  .col-title.poppins {
    margin-bottom: 10px;
  }
  .flex-copy {
    height: 650px;
  }
  .flex-copy._2 {
    height: 1050px;
  }
  .flex-copy.edu {
    height: 1010px;
  }
  .flex-copy.trans {
    height: 940px;
  }
  .flex-copy.feattt {
    height: 940px;
  }
  .flex-copy.hiw {
    height: 910px;
  }
  .flex-copy.auto {
    height: 760px;
  }
  .flex-copy.bene {
    height: 880px;
  }
  .flex-copy.feattt-copy {
    height: 679px;
  }
  .flex-copy.long {
    height: 800px;
  }
  .flex-copy.txt {
    height: 1096px;
  }
  .cta-b {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .cta-b.auto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 207vw;
    padding: 60px 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Image-of-auto-deal-02.png');
    background-position: 100% 100%;
    background-size: 180%;
    background-repeat: no-repeat;
  }
  .cta-b.retail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 210vw;
    padding: 60px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/2.jpg');
    background-position: 100% 100%;
    background-size: 190%;
    background-repeat: no-repeat;
  }
  .cta-b.realty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 224vw;
    padding-top: 60px;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/5b3e74365d8fca8fedc0672e_real-estate-cta-01.png');
    background-position: 100% 100%;
    background-size: 183%;
    background-repeat: no-repeat;
  }
  .cta-b.retale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 227vw;
    padding: 60px 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Retail-service-sector-cta.png');
    background-position: 100% 100%;
    background-size: 180%;
    background-repeat: no-repeat;
  }
  .cta-b.non {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 223vw;
    padding: 60px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Non-Profit-cta.png');
    background-position: 100% 100%;
    background-size: 170%;
    background-repeat: no-repeat;
  }
  .cta-b.edu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 240vw;
    padding: 60px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Education-Section-cta.png');
    background-position: 100% 100%;
    background-size: 170%;
    background-repeat: no-repeat;
  }
  .cta-b.med {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 210vw;
    padding: 60px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Medical-Sector-cta.png');
    background-position: 100% 100%;
    background-size: 180%;
    background-repeat: no-repeat;
  }
  .cta-b.cust {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 218vw;
    padding: 60px 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Customer-Service-cta.png');
    background-position: 100% 100%;
    background-size: 180%;
    background-repeat: no-repeat;
  }
  .cta-b.trns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 217vw;
    padding: 60px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/3.jpg');
    background-position: 100% 100%;
    background-size: 190%;
    background-repeat: no-repeat;
  }
  .cta-b.whitee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 202vw;
    padding: 60px 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Image-02.png');
    background-position: 100% 100%;
    background-size: 230%;
    background-repeat: no-repeat;
  }
  .image-44 {
    margin-right: 15px;
  }
  .image-44._2 {
    height: 16vw;
  }
  .image-44.contact {
    height: 43px;
    -webkit-transform: translate(14px, 0px);
    -ms-transform: translate(14px, 0px);
    transform: translate(14px, 0px);
  }
  .section-orange {
    padding-top: 73vw;
  }
  .section-orange.retail {
    padding-top: 103vw;
  }
  .section-orange.realty {
    padding-top: 148vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f79d09), to(rgba(247, 157, 9, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/real-estate-image.png');
    background-image: linear-gradient(180deg, #f79d09 21%, rgba(247, 157, 9, 0)), linear-gradient(180deg, transparent, transparent), url('../images/real-estate-image.png');
    background-position: 0px 0px, 0px 0px, 89% 100%;
  }
  .section-orange.retale {
    margin-top: 1px;
    padding-top: 142vw;
  }
  .section-orange.nonp {
    padding-top: 138vw;
  }
  .section-orange.educate {
    padding-top: 105vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f79d09), to(rgba(247, 157, 9, 0))), url('../images/Education-Section-Image.png');
    background-image: linear-gradient(180deg, #f79d09 21%, rgba(247, 157, 9, 0)), url('../images/Education-Section-Image.png');
    background-position: 0px 0px, -225px 100%;
    background-size: auto, 460%;
    background-repeat: repeat, no-repeat;
  }
  .section-orange.cust {
    padding-top: 198vw;
  }
  .section-orange.taxis {
    padding-top: 270vw;
    clear: left;
  }
  .section-orange.auto {
    padding-top: 114vw;
  }
  .section-orange.auto._1 {
    padding-top: 94vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Image-of-auto-deal-01.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Image-of-auto-deal-01.png');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, auto 100%;
  }
  .div-block-31-copy {
    padding-right: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .titlecopy-d {
    max-width: 95vw;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .titlecopy-d._1 {
    margin-top: 0px;
  }
  .titlecopy-d.white {
    max-width: 75vw;
  }
  .titlecopy-d._2 {
    margin-top: 0px;
  }
  .spe-title {
    margin-bottom: 30px;
    padding-right: 10vw;
  }
  .form-block-6 {
    width: 97vw;
  }
  .form-block-6._1 {
    padding-top: 11vw;
  }
  .div-block-154 {
    margin-top: 43px;
  }
  .form-5 {
    width: 85vw;
  }
  .div-block-156 {
    margin-left: 18.5vw;
    padding-right: 1vw;
  }
  .contactus {
    width: 97vw;
  }
  .heading-contact-us {
    width: 90vw;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .div-block-159 {
    height: 38vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-top: 1px solid hsla(0, 0%, 100%, .16);
  }
  .div-block-159.sp._1 {
    border-bottom: 1px none #000;
    border-right-style: none;
    border-left-style: none;
  }
  .textt {
    height: auto;
    padding: 4vw 4vw 8vw;
  }
  .table-1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-25-copy.stories {
    padding-bottom: 15px;
  }
  .feature-p {
    font-size: 0.7rem;
  }
  .titlecopy-copy {
    margin-bottom: 10px;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .heading-28 {
    line-height: 1.5rem;
  }
  .titlecopy-copy-copy {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .ucase-secfeat-copy {
    padding-bottom: 63vw;
  }
  .job-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20vw;
    margin-left: -1vw;
    padding-left: 13vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .crr-section-h1 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .form-6 {
    margin-top: 9vw;
  }
  .div-block-166 {
    width: 100%;
  }
  .link-block-4 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .heading-30 {
    width: 100%;
    margin-top: 10vw;
    margin-bottom: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .19);
    font-size: 0.9rem;
  }
  .div-block-168 {
    margin-bottom: 60px;
  }
  .salary {
    font-weight: 400;
  }
  .div-block-59 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-170 {
    margin-bottom: 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .left {
    padding-top: 0vw;
    padding-bottom: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .left._11 {
    padding-right: 0vw;
  }
  .form-block-7 {
    padding-right: 0px;
  }
  .cta-pop-bg {
    padding-top: 24vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-7 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .cta-call {
    display: none;
  }
  .cta-label {
    width: 23vw;
    font-weight: 500;
  }
  .cta-pop-button {
    margin-top: 19px;
  }
  .cta-chat {
    display: none;
  }
  .chat-line-3 {
    border-radius: 2px;
  }
  .cta-email {
    display: none;
  }
  .call-line2 {
    margin-bottom: 6vw;
  }
  .cta-popup {
    width: 96vw;
  }
  .cta-popup.chat {
    width: 96vw;
  }
  .cta-popup.email {
    width: 93vw;
  }
  .cta-popup.call {
    width: 95vw;
  }
  .cta---heading {
    margin-left: 26px;
  }
  .div-block-172 {
    height: 60vw;
  }
  .textarea-2 {
    margin-bottom: 8vw;
  }
  .cta-text {
    display: none;
  }
  .div-block-173 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .submit-button-8 {
    min-width: 55vw;
    border-radius: 20vw;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .54);
  }
  .submit-button-8._2 {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .29);
  }
  .div-block-174 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .homeimage {
    width: auto;
    height: 90vw;
    margin-bottom: 5vw;
  }
  .homeimage._1 {
    height: 77vw;
    margin-bottom: 0vw;
  }
  .tab-link-tab-3 {
    margin-right: 11px;
    margin-bottom: 21px;
    margin-left: 11px;
    padding-bottom: 11px;
    -webkit-flex-basis: 20vw;
    -ms-flex-preferred-size: 20vw;
    flex-basis: 20vw;
  }
  .tab-link-tab-3.w--current {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-block-8 {
    width: 75%;
  }
  .div-block-176._1 {
    -webkit-transform: translate(-5vw, 0px);
    -ms-transform: translate(-5vw, 0px);
    transform: translate(-5vw, 0px);
  }
  .form-block-8 {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .div-block-180 {
    width: 60px;
    height: 60px;
  }
  .div-block-180._1 {
    width: 60px;
    height: 60px;
  }
  .tabs-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-link-tab-4 {
    margin-top: 5vw;
    margin-right: 11px;
    margin-left: 11px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
    -webkit-flex-basis: 25vw;
    -ms-flex-preferred-size: 25vw;
    flex-basis: 25vw;
  }
  .tab-link-tab-4.w--current {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-181 {
    text-align: center;
  }
  .sds.orange._1padding {
    border-color: #f79d09;
  }
  .div-block-182 {
    padding-right: 17vw;
    padding-left: 17vw;
  }
  .unordered-list-3 {
    width: 100%;
    padding-left: 0px;
  }
  .spnlink-noline-faq {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .spnlink-noline-faq._1 {
    width: 100%;
  }
  .list-item-3._1 {
    width: 100%;
  }
  .image-50.rightal {
    width: 89vw;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .image-50.leftal {
    width: 88vw;
    margin-bottom: 20px;
  }
  .div-block-186 {
    margin-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tabjob {
    height: 78vw;
    margin-bottom: 20px;
    -webkit-flex-basis: 63vw;
    -ms-flex-preferred-size: 63vw;
    flex-basis: 63vw;
  }
  .tabjob.usa._1 {
    width: 101vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40vw;
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
  }
  .tabjob.india._1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40vw;
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
  }
  .tabjob.china._1 {
    width: 101vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40vw;
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
  }
  .tabjob.phil._1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40vw;
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
  }
  .tabjob._1 {
    width: 100vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40vw;
    -ms-flex: 0 0 40vw;
    flex: 0 0 40vw;
  }
  .image-53 {
    width: 75px;
    margin-bottom: 7vw;
  }
  .div-block-190 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-188-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}