:root {
  --black-2: #333;
  --royal-blue: #2069b8;
  --light-steel-blue: #c8d7e7;
  --white: white;
  --midnight-blue-2: #07294d;
  --cornflower-blue: #6ca5d6;
  --black: black;
  --light-steel-blue-2: #c3dcf1;
  --qms-blue: #37648b;
  --alice-blue: #d6e5f5;
  --gray: #8b8a8a;
  --dodger-blue: #3395ff;
  --royal-blue-2: #37648b;
  --bg-blue: #eaeef1;
  --hover-dark: #c8d1d8;
  --outline: #8a8a8a;
  --gainsboro-2: #d6dce0;
  --dark-gray: #b4afaf;
  --red: #fa0606;
  --dim-gray: #5c5c5c;
  --forest-green: #2ead06;
  --sienna: #a84752;
  --chocolate: #c75800;
  --teal: #007772;
  --midnight-blue: #111a81;
  --light-sea-green: #0db9c0;
  --dark-khaki: #b6c06e;
  --light-gray: #c8f1c4;
  --gainsboro: #dfecde;
  --peru: #e98736;
  --dark-khaki-2: #b6c06e;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.home-link {
  color: #3395ff;
  margin-top: 0;
  padding-bottom: 21px;
  font-size: 29px;
  text-decoration: none;
  display: inline-block;
}

.home-link.w--current {
  margin: 28px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 26px;
  text-decoration: none;
  display: block;
}

.navbar {
  background-color: #fff;
  height: 93.6563px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #000;
}

.hero-section {
  opacity: 1;
  background-color: #454545;
  background-image: linear-gradient(#3395ff94, #3395ff94), url('../images/dsc-3617-731.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  margin-top: 87px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  display: block;
}

.nav-link {
  z-index: 9;
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 16px;
  padding: 3px 1px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: color .5s;
}

.nav-link:hover {
  color: var(--royal-blue);
}

.navcontainer {
  margin: 0 auto 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.brand-container {
  padding-top: 20px;
  display: inline;
}

.credit-card {
  color: #fff;
}

.body {
  background-color: var(--white);
  font-family: Open Sans, sans-serif;
}

.hero-container {
  opacity: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-container.blog {
  padding-top: 191px;
}

.header-home {
  color: #f8f9fa;
  padding: 0 24px 29px;
  font-family: Open Sans, sans-serif;
  font-size: 4.9em;
  font-weight: 700;
  display: inline;
  position: relative;
  top: 5px;
}

.header-home.b {
  color: #111a81;
  font-size: 2em;
}

.header-two-home {
  color: #11355c;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 74px;
  padding-top: 9px;
  padding-bottom: 1px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3.5em;
}

.logo {
  cursor: pointer;
  width: 65px;
  margin-top: 0;
  padding: 0 7px;
  transition: all .6s;
}

.logo:hover {
  opacity: .43;
}

.navmenu {
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 21px 10px;
  display: block;
}

.header3home {
  color: #fff;
  margin-top: 47px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
}

.header3home._3 {
  margin-top: 21px;
  font-size: 35px;
}

.header3home._3.neww {
  color: #3395ff;
  text-align: center;
  margin-top: 47px;
  font-size: 2em;
}

.header3home.sub {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.header3home.blues {
  color: #3395ff;
  font-size: 1.1em;
  line-height: 1.2em;
}

.heading4home {
  color: #2069b8;
  margin-top: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.heading4home._2 {
  margin-top: 28px;
  margin-bottom: 0;
  padding-bottom: 29px;
}

.heading4home.home {
  color: #15467c;
  text-align: center;
  margin-top: 18px;
}

.white {
  background-color: #fff;
  height: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.white.lower {
  padding-top: 13px;
  padding-bottom: 13px;
}

.iphone {
  clear: both;
  border: 1px #5c5c5c;
  border-bottom: 1px solid #b4afaf;
  margin: 31px auto -23px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: auto;
  transform: scale(.95)translate(0, -5px);
}

.logotwo {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: auto;
}

.white-section {
  margin: 1px 158px -42px;
  padding-top: 22px;
  padding-bottom: 0;
}

.column {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 27px 20px;
  display: flex;
  overflow: hidden;
}

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

.columntwo {
  color: #5c5c5c;
  text-align: center;
  border-bottom: 0 solid #000;
  margin-top: 15px;
  margin-bottom: 1px;
  padding-bottom: 14px;
  padding-right: 0;
  font-size: 25px;
  line-height: 31px;
}

.columntwo._2 {
  text-align: right;
  border-top: 4px #000;
  border-bottom: 4px solid #000;
  margin-top: -12px;
  margin-bottom: 16px;
  padding-top: 13px;
  padding-bottom: 0;
  font-size: 33px;
}

.columntwo._1 {
  border-bottom: 1px #000;
  padding-left: 21px;
  padding-right: 21px;
}

.white-paragraph {
  text-align: left;
  border-bottom: 1px #000;
  margin-top: 20px;
  margin-bottom: 19px;
  font-size: 17px;
  line-height: 27px;
}

.blue {
  background-color: var(--royal-blue);
  height: auto;
}

.list {
  color: #fff;
  margin-top: 3px;
  padding-top: 0;
  font-size: 18px;
}

.list._1 {
  color: #000;
  margin-top: 26px;
  line-height: 26px;
}

.list-item {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 22px;
}

.blue-text {
  color: #fff;
  margin-top: 0;
  padding-top: 10px;
  font-size: 18px;
  line-height: 25px;
}

.blueheader {
  color: #fff;
  border-bottom: 4px solid #fff;
  margin-top: 2px;
  margin-bottom: 11px;
  padding-bottom: 22px;
  font-size: 35px;
}

.blueheader._1 {
  text-align: center;
  border-bottom: 1px #000;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  display: block;
}

.blueheadertwo {
  color: #fff;
  font-size: 26px;
}

.columnblue {
  margin-bottom: 52px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.bluecolumntwo {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 57px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline;
}

.whitetwocontainer {
  padding: 21px;
}

.heading {
  color: #5c5c5c;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 22px;
  font-size: 32px;
}

.headerthree {
  color: #3395ff;
  font-size: 20px;
}

.headerthree._1 {
  color: #3395ff;
  text-align: center;
  margin-bottom: 36px;
  font-size: 25px;
}

.bold {
  font-size: 18px;
  font-weight: 700;
}

.paragraph {
  margin-top: 34px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.threecolumns {
  margin-top: 17px;
}

._3column {
  padding: 40px;
}

.images {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 123px;
  border: 8px solid #d8d8d8;
  border-radius: 186px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columnimage {
  border: 9px #000;
  border-radius: 129px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columnimage._1:hover {
  transform: translate(0, -25px);
}

.submit-text {
  color: #5c5c5c;
  text-align: center;
  font-size: 27px;
  line-height: 26px;
}

.green {
  color: #fff;
  background-color: #54af00;
}

.greenimage {
  text-align: center;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  display: block;
}

.green-paragraph {
  color: #fff;
  margin-bottom: 67px;
  padding-top: 18px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.slidershadow {
  text-align: center;
  margin: 1px auto -2px;
  padding-left: 20px;
  padding-right: 17px;
  display: block;
}

.greenveideo {
  margin-top: 49px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.green-text {
  border: 5px #000;
  border-radius: 178px;
}

.circle {
  text-align: center;
  cursor: pointer;
  margin: 9px auto;
  padding: 17px 16px;
  transition: opacity .2s;
  display: block;
}

.photosection {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/Clover-POS.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.photocontainer {
  margin-bottom: 44px;
  padding: 140px 0;
}

.video {
  margin-top: 0;
  padding-bottom: 0;
}

.bluetwo {
  background-color: #e5f0fa;
  margin-top: 0;
  padding-top: 60px;
}

.containertwo {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 27px;
}

.welcome {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.welcome._1 {
  color: var(--black-2);
  padding-left: 14px;
  padding-right: 14px;
  font-size: 20px;
  line-height: 26px;
}

.welcome._2 {
  color: #333;
  margin-top: 58px;
  padding-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 44px;
}

.message-box {
  height: 118px;
  padding-top: 0;
  padding-bottom: 78px;
}

.image {
  cursor: pointer;
  width: auto;
  max-width: none;
  height: 190px;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-right: 0;
  display: block;
}

.blueparagraph {
  color: var(--black-2);
  text-align: center;
  margin-top: 1px;
  padding: 0 14px 14px;
  font-size: 16px;
  line-height: 24px;
}

.submit {
  background-color: #5c5c5c;
  border-radius: 7px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 24px;
  transition: background-color .5s;
  display: block;
}

.submit:hover {
  background-color: #5c5c5c75;
}

.facebook, .twitter, .linkedin {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pinterest {
  border-radius: 17px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social {
  text-align: center;
  width: auto;
  height: auto;
  margin: 0 0 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.social.pin {
  border-radius: 21px;
  width: 80%;
  height: 50%;
  padding: 12px 5px;
}

.none {
  padding-left: 22px;
}

.socialrow {
  margin-left: 40px;
  margin-right: 64px;
  padding-left: 0;
  padding-right: 0;
}

.social-media {
  padding: 0;
}

.footer {
  background-color: #000;
}

.footersection {
  color: #fff;
  text-align: center;
  padding: 27px 16px;
  font-size: 15px;
}

.contain {
  padding-top: 35px;
  padding-bottom: 35px;
}

.media {
  margin-top: 10px;
}

.clovercontainer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cloverimage {
  margin: 0 auto -14px;
  display: block;
}

.cloverparagraph {
  padding: 0 10px 10px;
}

.paraclover {
  margin-top: -12px;
  padding-top: 0;
}

.clover {
  background-color: #fff;
}

.homebutton {
  background-color: #0000;
  margin-right: 0;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 14px;
  font-size: 23px;
}

.homebutton.w--current {
  padding-top: 21px;
  padding-bottom: 21px;
}

.processing {
  color: #3395ff;
}

.contactheader {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 40px;
}

.contactarea {
  background-color: var(--white);
  margin-top: 39px;
  padding-bottom: 10px;
}

.clover-logo {
  margin-top: 81px;
}

.mainsection {
  background-image: url('../images/blog-text-on-typewriter_GyB-dBPO-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.mainsection.events {
  padding-top: 0;
  padding-bottom: 0;
}

.blogphoto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blogtitle {
  text-align: center;
  background-color: #fff;
}

.blogdiv {
  background-color: #d6dce0;
  margin: 19px 10px;
}

.blogimage {
  width: 100%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.blogheader {
  color: #5c5c5c;
  text-align: left;
  background-color: #0000;
  margin: -73px auto 0;
  padding: 10px 10px 9px;
  font-size: 20px;
  line-height: 29px;
  text-decoration: none;
  display: block;
}

.blogdiv1 {
  background-color: #fff;
  height: 350px;
  margin-top: 0;
  margin-bottom: 1px;
  padding-top: 82px;
  padding-bottom: 82px;
  text-decoration: none;
}

.description {
  padding: 0 10px 10px;
}

.dynamiclist {
  background-color: #d6dce0;
}

.date {
  color: #5c5c5c;
  text-align: right;
  margin-top: -16px;
  margin-bottom: -81px;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
}

.blogpagehero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 19%;
  background-size: cover;
  height: 600px;
}

.title {
  text-align: center;
}

.row {
  padding-top: 67px;
}

.div1 {
  text-align: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div2 {
  margin-left: -26px;
  padding-right: 4px;
}

.blogtest {
  padding: 10px;
  font-size: 18px;
}

.main-section {
  height: 600px;
}

.section {
  background-image: url('../images/hardware-overview-main.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.mainimage {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.maincontainer {
  height: 300px;
  padding-top: 123px;
}

.form {
  color: #fff;
  margin-top: 114px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.formtext {
  color: #fff;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.which {
  float: none;
  color: #2ead06;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 10px 47px;
  font-family: Droid Sans, sans-serif;
  display: block;
}

.clovergreen {
  color: #2ead06;
}

.service {
  background-image: url('../images/hero-full-bleed-dark.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.servicedic {
  margin-top: 463px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.service-text {
  color: #996060;
  text-align: right;
  text-shadow: 1px 1px 6px #000;
  margin-top: 13px;
  margin-bottom: 15px;
  margin-right: -125px;
  padding-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 47px;
}

.service-text._7 {
  color: #000;
}

.service-text._7.b {
  text-shadow: 1px 1px 6px #dfecdeb0;
}

.service-text._6 {
  color: #007772;
}

.pink {
  background-color: #a84752;
}

.divone {
  width: 50%;
}

.second {
  background-color: #fff;
}

.pinllist {
  float: right;
  clear: right;
  color: #fff;
  text-align: left;
  width: 550px;
  margin-left: 0%;
  padding: 30px 0;
  font-family: Merriweather, serif;
  font-size: 23px;
  line-height: 45px;
  position: static;
}

.pinktext {
  width: 550px;
  margin-right: 199px;
  padding: 15px 0 15px 10px;
  font-weight: 700;
  line-height: 16px;
}

.pinkparagraph {
  width: 550px;
  margin-right: 204px;
  padding: 10px 0 10px 10px;
}

.pinkheading {
  color: #a84752;
  width: 550px;
  font-size: 28px;
  font-weight: 400;
}

.servicediv, .containerrrrr {
  padding-right: 0;
}

.columnds {
  padding-left: 0;
}

.pinkdiv {
  clear: right;
  margin-left: 0%;
  margin-right: 0%;
}

.whitediv {
  float: left;
  width: 550px;
  padding: 10px;
}

.pos {
  padding: 10px 6px 10px 0;
}

.tablet {
  padding: 10px;
}

.mobile {
  padding: 10px 3px 10px 0;
}

.clioversection {
  background-image: url('../images/hardware-overview-main.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.clovercontain {
  padding-top: 99px;
}

.divclov {
  margin-top: 130px;
  padding-top: 0;
}

.clovhead {
  color: #2ead06;
  text-shadow: 1px 1px 6px #000;
  border: 1px #000;
  padding: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  display: inline;
}

.clovtext {
  color: #c8f1c4;
  text-shadow: 1px 1px 6px #000;
  padding: 10px;
  font-size: 23px;
}

.containdiv {
  margin-top: 466px;
}

.pinklist {
  float: right;
  color: #fff;
  padding: 31px 10px 10px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 44px;
}

.pinkheader {
  color: #0a0909;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.pinkheader._1 {
  color: #c75800;
}

.pinkheader._1._2 {
  color: #007772;
}

.pinkheader._1 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.two {
  background-color: #fff;
}

.whitedivv {
  float: left;
  width: auto;
  margin-left: 15px;
}

.service1 {
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}

.service2 {
  padding: 10px;
  font-size: 18px;
}

.posdov {
  margin-bottom: 38px;
}

.restar {
  background-image: url('../images/flower-truck-woman-with-flex.webp');
  background-position: 50%;
  background-size: cover;
  height: 550px;
}

.orange {
  background-color: #c75800;
}

.columna {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columnz {
  padding-top: 20px;
  padding-bottom: 20px;
}

.retail {
  background-image: url('../images/hardware-overview-retail.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.teal {
  background-color: #007772;
}

.vendor {
  background-image: url('../images/clover-accept-payments-solutions.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 550px;
}

.saphire {
  background-color: #111a81;
}

.copy {
  text-align: center;
  padding: 10px;
}

.submenu {
  float: right;
  text-align: center;
  margin-left: auto;
  margin-right: 155px;
  padding: 10px;
  display: block;
}

.submenubutton {
  color: #000;
  background-color: #0000;
  font-size: 17px;
}

.menudov {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hardwaremenu {
  margin-top: 22px;
  margin-left: 75px;
}

.hardwaremen {
  margin-top: -17px;
  margin-left: 15px;
  margin-right: -9px;
  padding-left: 7px;
  padding-right: 0;
}

.hardtext {
  color: #fff;
  font-size: 20px;
}

.dropdown {
  color: #fff;
  background-color: #0e0e0ee0;
  font-size: 17px;
}

.divclover {
  width: 20%;
}

.headingclov {
  text-align: center;
  margin: 10px auto 9px;
  padding-top: 0;
  text-decoration: none;
  display: block;
  position: relative;
  top: 0;
}

.headingclov._2 {
  margin-top: -8px;
  margin-left: -88px;
}

.headingclov.mobile {
  margin-top: 1px;
}

.headingclov.acess {
  margin-top: 50px;
  padding-top: 0;
}

.clovimage {
  margin-bottom: 37px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.posstation {
  object-fit: fill;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.clovergo {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.access {
  margin: -17px auto 12px -51px;
  padding-left: 0;
  display: block;
}

.posstaion {
  margin-bottom: -11px;
}

.minisection {
  background-color: #0db9c0;
  background-image: url('../images/hardware-mini-main.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1500px;
  height: 530px;
}

.minidiv {
  float: none;
  color: #111a81;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 22px;
  line-height: 27px;
}

.background {
  background-image: url('../images/clover-tile-gray30_1clover-tile-gray30.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 18px;
}

.middletext {
  text-align: center;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 17px;
  display: block;
}

.suchas {
  margin-top: 30px;
  margin-bottom: 52px;
}

.as {
  padding: 10px;
}

.card {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 6px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.future {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.smiling {
  background-image: url('../images/hardware-mini-pay.jpg');
  background-position: 50%;
  background-size: cover;
}

.cumnb {
  background-color: #ffffffbd;
}

.minidivvvv {
  float: left;
  padding: 10px 15px;
}

.including {
  padding: 10px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.im {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.head {
  text-align: center;
  padding: 10px;
}

.hd {
  text-align: center;
  margin-top: -33px;
  padding: 10px;
}

.types {
  margin: 20px 0;
}

.wait {
  background-image: url('../images/hardware-mini-station.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 600px;
}

.waitmore {
  float: right;
  width: 50%;
  margin-top: 286px;
  margin-left: -48px;
  margin-right: -49px;
}

.moretext {
  padding: 10px;
  font-size: 17px;
  line-height: 23px;
}

.headmore {
  padding: 10px;
}

.dark {
  background-image: url('../images/hardware-mini-integrate.jpg');
  background-position: 50% 79%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.div-black {
  background-color: #0000008a;
  height: 800px;
}

.engage {
  margin-top: 59px;
}

.customers {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-weight: 400;
  display: block;
}

.int {
  color: #fff;
  text-align: center;
  padding: 10px;
}

.seehow {
  text-align: center;
  background-color: #2ead06;
  border-radius: 12px;
  width: 227px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.seehow._2 {
  width: 30%;
  margin-left: 0;
  padding-left: 0;
  transition: transform .6s;
}

.seehow._2:hover {
  opacity: 1;
  transform: scale(.9);
}

.transparent {
  background-image: url('../images/hardware-mini-flexibility.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.grow {
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.growheader {
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.para {
  padding: 10px;
  font-size: 15px;
  line-height: 24px;
}

.h {
  text-align: center;
  font-weight: 400;
}

.ima, .li {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cols {
  padding: 10px;
}

.growing {
  padding: 35px 0 10px;
}

.tain {
  padding-top: 59px;
}

.te {
  text-shadow: 1px 1px 6px #d6dce094;
}

.te._12 {
  text-shadow: 1px 1px 6px #dfecde;
}

.greeeen {
  background-color: #b6c06e;
  background-image: url('../images/clover-tile-gray30_1clover-tile-gray30.png');
  background-position: 0 0;
  background-size: 19px;
}

.vs {
  margin-top: 75px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.versus {
  color: #fff;
  text-align: center;
  margin-top: 122px;
  font-family: Open Sans, sans-serif;
  font-size: 84px;
  font-weight: 700;
}

.row1 {
  margin-bottom: 37px;
  padding-left: 10px;
  padding-right: 10px;
}

.dads {
  color: #fff;
  margin-right: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.squint {
  color: #fff;
  font-size: 16px;
  line-height: 31px;
}

.item {
  margin-bottom: 97px;
}

.unorders {
  color: #fff;
  padding: 10px;
  font-size: 16px;
  line-height: 31px;
}

.cols2 {
  border-left: 6px dotted #fff;
  padding-left: 108px;
}

.rows2 {
  margin-top: 53px;
  margin-bottom: 50px;
}

.heading45 {
  margin-right: 4px;
  padding: 10px 11px 10px 0;
  font-weight: 400;
}

.tainer {
  padding-left: 10px;
  padding-right: 10px;
}

.img1 {
  float: right;
  margin-right: -94px;
}

.texts {
  margin-top: 30px;
  margin-right: -297px;
  font-size: 15px;
}

.boldit {
  font-weight: 700;
}

.lightgreen {
  background-color: #dfecde;
  padding-left: 10px;
  padding-right: 10px;
}

.block {
  margin-bottom: 55px;
  padding: 10px;
}

.avail {
  padding: 10px 11px 10px 0;
  font-size: 15px;
}

.specs {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0 10px 68px;
}

.spechead {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.minitext {
  color: var(--royal-blue);
  text-align: center;
  padding: 10px;
  font-family: Droid Serif, serif;
  font-size: 23px;
  font-weight: 700;
}

.colsone {
  border-top: 2px #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  padding-top: 0;
}

.colsone._123 {
  padding-top: 60px;
}

.colsone._90 {
  padding-top: 20px;
}

.colstwo {
  border-top: 2px #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.colsheading {
  padding-top: 0;
  padding-bottom: 0;
}

.colsheading._1 {
  padding-bottom: 40px;
}

.colsheading._1.y {
  padding-bottom: 20px;
}

.colsheading._2 {
  padding-bottom: 0;
}

.colsheading._2.hgjfgmdfn {
  margin-bottom: 110px;
}

.colsheading._3 {
  padding-bottom: 80px;
}

.colsheading._3.hmvngcbhfd {
  margin-bottom: 70px;
}

.colsheading._3.d {
  padding-bottom: 20px;
}

.colsheading._3.d.p {
  padding-bottom: 0;
}

.colsheading._5 {
  padding-bottom: 40px;
}

.colsheading._5.p {
  padding-bottom: 20px;
}

.colsheading._5.p.b {
  margin-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 7px;
}

.colsheading._6 {
  padding-bottom: 80px;
}

.colsheading._8 {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.colsheading._8.i {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.colsheading._8.i.b {
  margin-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 7px;
}

.colsheading._9 {
  margin-bottom: -31px;
  padding-bottom: 61px;
}

.colsheading._9.y {
  padding-bottom: 47px;
}

.colsheading._9.y.b {
  margin-top: 2px;
  padding-bottom: 35px;
}

.colsheading.jhg, .colsheading.lol {
  margin-bottom: 30px;
}

.colspara {
  border: 2px #000;
  border-left-width: 0;
  margin-bottom: 0;
  margin-left: -12px;
  margin-right: 0;
  padding: 12px 10px;
  font-size: 15px;
  font-weight: 400;
}

.colspara._1, .colspara._2 {
  padding-bottom: 32px;
}

.mini-cols {
  background-image: url('../images/hardware-spec-bg.gif');
  background-position: 50%;
  background-size: cover;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 9px;
}

.miniphoto {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.orange2 {
  background-color: #e98736;
  height: 450px;
}

.mobilediv {
  padding-top: 82px;
}

.hand {
  color: #fff;
  font-size: 31px;
  line-height: 47px;
}

.orangediv {
  margin-top: 90px;
}

.mopbileimage {
  margin-top: 69px;
}

.showing {
  background-image: url('../images/hardware-mobile-table.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.package {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.packagetest {
  font-weight: 400;
  line-height: 54px;
}

.paratext {
  font-size: 15px;
  line-height: 27px;
}

.packagediv {
  margin-top: 104px;
  padding-top: 1px;
}

.packagerow {
  margin-top: 52px;
  margin-bottom: 62px;
}

.packagesection {
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #5c5c5c;
}

.who {
  padding: 10px;
}

.whpohead {
  font-weight: 400;
}

.dovwho {
  margin-left: -1px;
  margin-right: 88px;
}

.parawho {
  margin-left: -93px;
  padding-top: 34px;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-weight: 700;
}

.rowsss {
  margin-top: 20px;
}

.rowy {
  margin-bottom: 47px;
}

.greyarea {
  background-color: #8b8a8a;
  background-image: url('../images/hardware-mobile-drawing.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.features {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.feat {
  color: #fff;
  font-size: 16px;
  line-height: 39px;
}

.availdiv {
  padding: 10px;
}

.stationsection {
  background-image: url('../images/hardware-station.jpg');
  background-position: 51% 43%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-top: 86px;
  margin-bottom: -54px;
}

.stationdiv {
  color: #3395ff;
  text-align: center;
  background-color: #0000;
  margin: 75px 100px -254px;
  padding: 6px 11px 10px;
}

.stationdiv._1 {
  margin-top: 87px;
  margin-bottom: -288px;
  padding-top: 0;
  padding-bottom: 10px;
}

.stationdiv._1._2 {
  margin-top: 88px;
}

.stationdiv._3 {
  color: #2ead06;
  margin-top: 141px;
}

.stationpar {
  color: #b6c06e;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 17px;
  padding: 0 11px 10px;
  font-size: 30px;
}

.stationpar._6 {
  margin-bottom: 26px;
}

.stationpar._2 {
  text-shadow: 1px 1px 6px #000;
}

.go-main {
  background-image: url('../images/go-market-mobile-vendor.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: 94px;
}

.go-main._2 {
  background-color: #5c5c5c;
  background-image: linear-gradient(#5c5c5c, #868383 51%, #5c5c5c 99%);
  margin-top: 95px;
}

.maindiv {
  padding: 9px 10px;
}

.mainhead {
  color: #fff;
  margin-top: 87px;
  padding: 10px 11px;
}

.accept-contain {
  padding: 10px;
}

.imagess {
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cols10 {
  margin-top: 46px;
}

.sectionspl {
  border-bottom: 2px dotted #000;
}

.businesscon {
  padding: 10px;
}

.whitecols {
  background-color: #ffffffc7;
}

.cloverback {
  height: 400px;
}

.cloverimagee {
  background-image: url('../images/clover-flex-held.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cloverimagee._2 {
  background-image: url('../images/go-salon-emv-insert.jpg');
}

.colswhite {
  float: right;
  padding: 10px;
}

.colsclear {
  padding: 10px;
}

.help {
  text-align: center;
}

.helpim {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.helppara {
  text-align: center;
  padding: 10px;
}

.rowrow {
  margin-top: 49px;
  margin-bottom: 49px;
}

.div-cols-one {
  float: right;
  width: 70%;
}

.clovergoim {
  margin-top: 52px;
  margin-left: 119px;
}

.headercolv {
  padding: 10px;
  font-size: 28px;
  font-weight: 700;
}

.paracloverdd {
  padding: 10px;
  font-size: 16px;
}

.photos {
  margin-top: 71px;
}

.photosparagr {
  border-bottom: 2px dotted #8b8a8a;
  margin-top: 33px;
  padding: 10px;
}

.minutes {
  color: var(--black);
  padding-left: 10px;
  font-size: 30px;
}

.station {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.details {
  margin-top: 17px;
  margin-bottom: -1px;
  padding-top: 0;
  font-size: 28px;
}

.detailscon {
  margin-top: 14px;
  padding: 10px;
}

.featurelist {
  font-size: 17px;
  line-height: 30px;
}

.keys {
  font-size: 18px;
}

.featuresbloclk {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.setupsection {
  background-image: linear-gradient(#2069b8b8, #2069b8b8), linear-gradient(#2069b8, #2069b8);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.setuparea {
  background-color: var(--white);
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 60px;
}

.photorow {
  margin-top: 0;
  padding-bottom: 20px;
}

.accept-section {
  border-top: 2px dotted #000;
}

.applicationsection {
  background-image: url('../images/paying-for-coffee-by-credit-web.jpg');
  background-position: 50% 70%;
  background-size: cover;
  height: 300px;
  margin-top: 96px;
  padding-top: 0;
}

.applicationdiv {
  background-color: #0000;
  margin-top: 390px;
}

.applicationheading {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  margin-top: -285px;
  padding: 10px;
  font-size: 45px;
}

.applicationsection1 {
  transition: background-color .2s;
}

.appdiv {
  padding: 10px;
}

.general-heading {
  background-color: #000;
}

.generalhead {
  color: #fff;
  text-align: center;
  padding: 10px;
}

.textfield {
  width: 48%;
}

.textfield._1, .textfield._2, .textfield._4, .textfield._4._1 {
  width: 100%;
}

.textfield._4._1._6._5 {
  width: 40%;
}

.textfield._4._1._6._5.bbb {
  width: 100%;
}

.textfield._4._1._00, .textfield._4._1._00.coa {
  float: none;
  width: 100%;
}

.textfield._6, .textfield._7, .textfield._5, .textfield._12, .textfield._9, .textfield._8 {
  width: 100%;
}

.label {
  clear: none;
  width: 100%;
}

.label._1, .label._2 {
  width: 100%;
}

.checks {
  width: 50%;
}

.checkfield {
  float: left;
  clear: none;
  width: 16%;
  margin-left: 3px;
  padding-bottom: 0;
}

.checkfield._1 {
  margin-left: 26px;
}

.checkfield._2 {
  margin-left: -20px;
}

.checkfield._3 {
  margin-left: -19px;
}

.checkfield._5 {
  margin-left: 39px;
}

.checkfield._7 {
  margin-left: -11px;
}

.divright {
  float: right;
  clear: right;
  width: 50%;
  margin-top: -73px;
}

.divright1 {
  float: right;
  clear: right;
  width: 50%;
}

.divright2 {
  float: right;
  width: 25%;
  margin-top: -73px;
  margin-right: 312px;
}

.divright3 {
  float: right;
  width: 48%;
  margin-top: -73px;
  margin-right: 95px;
}

.divright4 {
  float: right;
  width: 31%;
  margin-top: -73px;
  margin-right: 1px;
}

.divright5 {
  float: right;
  width: 10%;
  margin-top: -73px;
  margin-right: 168px;
}

.divright6 {
  float: right;
  margin-top: -73px;
  margin-right: -24px;
}

.divright7 {
  float: right;
  width: 50%;
  margin-top: -73px;
  margin-right: 0;
}

.divright8 {
  float: right;
  width: 25%;
  margin-top: -73px;
  margin-right: 310px;
}

.divright9 {
  float: right;
  width: 31%;
  margin-top: -73px;
  margin-right: 2px;
}

.left {
  width: 48%;
}

.divright10 {
  float: right;
  width: 28%;
  margin-top: -147px;
  margin-right: 282px;
}

.divright11 {
  float: right;
  width: 28%;
  margin-top: -147px;
}

.divright12 {
  float: right;
  width: 28%;
  margin-top: -73px;
  margin-right: 280px;
}

.divright13 {
  float: right;
  width: 10%;
  margin-top: -73px;
  margin-right: 172px;
}

.divright14 {
  float: right;
  width: 20%;
  margin-top: -72px;
  margin-right: -30px;
}

.divright15 {
  float: right;
  width: 20%;
  margin-top: -73px;
  margin-right: 357px;
}

.divright16 {
  float: right;
  width: 36%;
  margin-top: -73px;
}

.smaller {
  font-size: 19px;
}

.quantumn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.serviceshead {
  text-transform: uppercase;
  font-weight: 400;
}

.check {
  float: right;
  margin-top: -25px;
  margin-right: 200px;
}

.check._1 {
  margin-right: 131px;
}

.servicearea1 {
  float: right;
  margin-top: -26px;
  margin-right: 261px;
}

.rightright {
  float: right;
  margin-top: -24px;
  margin-right: 4px;
}

.rightright._1 {
  margin-right: 226px;
}

.sercols {
  border-right: 2px solid #000;
}

.formapp {
  margin-bottom: 50px;
}

.submitapp {
  border-radius: 8px;
  width: 50%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .6s;
  display: block;
}

.submitapp:hover {
  background-color: #3999ed8f;
}

.current {
  margin-left: 33px;
  margin-right: -28px;
  padding-right: 0;
}

.imgggg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accessdiv {
  margin-top: 218px;
}

.accsectiontop {
  background-image: url('../images/main-image-accessories.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: 94px;
}

.accesshead {
  color: #fff;
  margin-top: 33px;
  margin-bottom: 55px;
  padding-bottom: 1px;
  font-weight: 400;
}

.devicediv {
  border-bottom: 2px #000;
  padding: 10px;
}

.paradiv {
  text-align: center;
}

.devicedection {
  border-style: none;
  border-top-width: 0;
  border-top-color: #000;
  border-bottom-width: 2px;
  border-bottom-color: #000;
}

.accessoriecontainer {
  padding: 10px;
}

.accessoriediv {
  border-bottom: 2px dotted #000;
  padding: 10px;
}

.textdiv {
  float: right;
  width: 70%;
}

.barcode {
  font-size: 16px;
  font-weight: 600;
}

.accessimage {
  border: 2px solid #b4afaf;
}

.printercontain {
  border-bottom: 2px dotted #000;
  padding: 10px;
}

.printercontain._1 {
  border-bottom: 1px #000;
}

.blogdiv222 {
  color: #5c5c5c;
  padding-left: 26px;
  padding-right: 26px;
  text-decoration: none;
}

.blah32 {
  background-color: #d6dce0;
}

.divblog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 82%;
  background-size: cover;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blogcontainer {
  padding: 10px;
}

.bloghead {
  text-align: center;
  padding: 10px;
}

.blogbody {
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 21px;
}

.blogdate {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.bodycontainer {
  background-color: #ffffffd9;
  padding: 10px;
}

.statesheader {
  color: var(--royal-blue);
  text-align: center;
  padding: 10px;
}

.listed {
  text-align: center;
  padding: 10px;
  font-size: 19px;
}

.states {
  text-align: center;
  column-count: 3;
  padding: 10px;
  font-size: 30px;
  line-height: 45px;
}

.headerss {
  text-shadow: 1px 1px 6px #000;
  margin-top: -8px;
  font-size: 71px;
  line-height: 62px;
}

.statessection {
  background-image: url('../images/usa-vector-map-with-americas-flag-design_fJy3vCOu_L.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.policy {
  color: #fff;
  text-decoration: none;
}

.policycontainer {
  padding: 10px;
}

.policyheader {
  color: #3395ff;
  text-align: center;
  padding: 10px;
}

.policypara {
  padding: 10px;
  font-size: 16px;
}

.statecontainer {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 40px;
  display: flex;
}

.stateheader {
  color: #3395ff;
  text-align: center;
  padding: 10px;
}

.stateparagraph {
  float: left;
  text-align: center;
  width: 80%;
  margin-top: 25px;
  margin-right: 0;
  padding: 10px 40px;
  font-size: 18px;
}

.vx520 {
  float: left;
  width: 20%;
  margin-right: -55px;
}

.shop {
  background-image: url('../images/Screen-Shot-2015-11-10-at-11.50.32-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.paycontainer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.phonepara {
  float: left;
  color: #5c5c5c;
  text-align: center;
  width: 65%;
  padding: 11px 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 53px;
}

.iphone1 {
  float: left;
}

.paypara {
  float: right;
  text-align: center;
  width: 65%;
  padding: 10px;
  font-size: 16px;
}

.payheader {
  float: right;
  text-align: center;
  width: 65%;
  line-height: 82px;
}

.statediv {
  text-align: center;
  padding: 10px;
}

.stsate {
  color: #5c5c5c;
  width: 100%;
  text-decoration: none;
  transition: transform .6s, color .6s;
}

.stsate:hover {
  color: #111a81;
  font-size: 36px;
}

.link {
  clear: left;
  color: #5c5c5c;
  width: 100%;
  text-decoration: none;
}

.link:hover {
  color: #111a81;
  transform: scale(1.4);
}

.bloglink {
  text-decoration: none;
}

.featuresdiv {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.keysection {
  background-color: var(--light-steel-blue-2);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.body2 {
  padding-top: 8px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
}

.detailpara {
  color: var(--black);
  padding: 36px 10px 10px;
  font-size: 18px;
  line-height: 26px;
}

.coming-soon {
  margin-top: 192px;
  margin-bottom: 192px;
  padding: 10px;
}

.soon {
  color: #3395ff;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 9px;
  font-size: 68px;
}

.dvbasdfgbafb {
  padding-top: 13px;
}

.agentlogin {
  flex: 1;
  transition: background-color .6s;
}

.agentloginbutton {
  background-color: var(--qms-blue);
  text-align: center;
  border-radius: 7px;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 25px;
  transition: background-color .6s;
  display: block;
}

.agentloginbutton:hover {
  background-color: #5c5c5c47;
}

.websites {
  background-color: #f3f9ff;
  background-image: linear-gradient(#3395ff38, #3395ff38), url('../images/blueback.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: auto;
  padding-top: 45px;
  padding-bottom: 49px;
}

.webheadere {
  color: #3395ff;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.webrow {
  margin-top: 52px;
  margin-bottom: 36px;
}

.computer {
  z-index: 9;
  background-image: url('../images/iMacFrame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  padding-top: 15px;
  position: relative;
}

.webslider {
  z-index: 8;
  width: 470px;
  height: 275px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.one1 {
  background-image: url('../images/waterfront1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.one2 {
  background-image: url('../images/Bea1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.one3 {
  background-image: url('../images/Screen-Shot-2016-01-18-at-11.04.38-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.one4 {
  background-image: url('../images/coffee-shop-webdesign.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.one5 {
  background-image: url('../images/Cilantro1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.webheadser {
  color: #3395ff;
  text-align: center;
  margin-bottom: 22px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.sitelink {
  color: #000;
  cursor: pointer;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2vw;
  text-decoration: none;
  transition: color .6s;
  display: block;
}

.sitelink:hover {
  color: #3395ff;
}

.site {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: block;
}

.site.examples {
  color: #d6dce0;
  text-align: left;
  font-size: 1.8vw;
  line-height: 13px;
}

.soon1 {
  text-align: center;
  margin-top: 97px;
  margin-bottom: 114px;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 50px;
}

.middlesection {
  height: auto;
  padding-top: 68px;
  padding-bottom: 67px;
}

.eventheader {
  color: #3395ff;
  text-align: center;
  border-bottom: 2px #000;
  margin-bottom: 85px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 40px;
}

.eventrows {
  margin-top: 50px;
}

.eventpara {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.name {
  color: #3395ff;
  font-size: 30px;
}

.flyer {
  cursor: pointer;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divvvvv {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flyerlink {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: transform .6s;
  display: block;
}

.flyerlink:hover {
  transform: scale(1.1);
}

.registerburron {
  text-align: center;
  border-radius: 7px;
  width: 40%;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  transition: background-color .7s;
  display: block;
}

.registerburron:hover {
  background-color: #5c5c5c;
}

.regform {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.regsubmit {
  border-radius: 7px;
  width: 50%;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .6s;
  display: block;
}

.regsubmit:hover {
  background-color: #5c5c5c;
}

.boldthis {
  font-size: 25px;
}

.click {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}

.one6 {
  background-image: url('../images/Screen-Shot-2019-10-25-at-9.53.15-AM.png');
  background-position: 50% 0;
  background-size: cover;
}

.one7 {
  background-image: url('../images/Hick1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.evenheading {
  color: #111a81;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: underline;
}

.dates {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
}

.breifdisc {
  font-size: 16px;
}

.dynamicite {
  background-color: #f7f7f7;
  border: 1px solid #8b8a8a;
  margin-left: 1px;
  padding: 11px 10px 10px;
}

.eventlink {
  color: #000;
  width: 100%;
  text-decoration: none;
}

.middlediv {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.evensection {
  padding-top: 65px;
  padding-bottom: 20px;
}

.eventheading {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.eventtimes {
  float: left;
  text-align: center;
  width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-style: italic;
}

.endtime {
  float: left;
  width: 45%;
  margin-left: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-style: italic;
}

.row2 {
  margin-top: 85px;
}

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

.time {
  text-align: center;
  margin-top: 25px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-style: italic;
}

.list2 {
  background-color: #f3f3f3;
  border: 1px solid #8b8a8a;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.eventlink1 {
  color: #8b8a8a;
  width: 100%;
  text-decoration: none;
}

.select-choice {
  height: 4px;
  overflow: hidden;
}

.powdercoating {
  background-image: url('../images/Screen-Shot-2016-09-26-at-8.44.36-AM.png');
  background-position: 50%;
  background-size: cover;
}

.newsrow {
  margin-top: 50px;
}

.newslightbox, .lightboximg {
  width: 100%;
}

.responsicon {
  text-align: left;
  width: 40%;
  margin: 0 auto 16px;
  display: block;
}

.cloverhead {
  text-align: center;
  margin-top: 41px;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 33px;
}

.content {
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-style: normal;
}

.h2 {
  font-family: Open Sans, sans-serif;
  font-size: 2em;
}

.logo1 {
  float: none;
  clear: left;
  width: 250px;
  margin-top: 4px;
  margin-left: 5%;
  position: fixed;
  top: 0;
  left: 0;
}

.logo1.nav2 {
  right: 818px;
}

.logo1._3434 {
  bottom: 86px;
  right: 64px;
}

.html-embed {
  margin-top: 0;
}

.html-embed._1 {
  margin-top: 10px;
}

.column-2 {
  margin-top: 1px;
}

.container-2 {
  margin-top: 45px;
}

.heading-2, .heading-3, .heading-4 {
  text-align: center;
  font-size: 23px;
}

.link-block-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row-2 {
  margin-top: 20px;
  margin-bottom: 46px;
}

.html-embed-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed-3 {
  text-align: center;
}

.row-3 {
  margin-top: 54px;
}

.row-4 {
  margin-top: -53px;
}

.column-3, .column-4, .column-5, .html-embed-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-5 {
  text-align: center;
  font-size: 23px;
}

.html-embed-5 {
  text-align: center;
}

.video-2 {
  margin-top: 16px;
  box-shadow: 5px 5px 13px #000;
}

.video-3 {
  margin-top: 63px;
  margin-bottom: 68px;
  padding-bottom: 4px;
}

.video-4 {
  margin-top: 40px;
  position: relative;
  top: 0;
  box-shadow: 5px 5px 17px #000;
}

.video-5 {
  box-shadow: 3px 3px 17px #000;
}

.section-2 {
  float: none;
  margin-top: 171px;
  margin-left: 110px;
  margin-right: 110px;
}

.html-embed-6 {
  color: #5c5c5c;
}

.heading-6 {
  color: #2069b8;
  font-size: 31px;
  line-height: 38px;
}

.image-2 {
  margin: -134px auto 40px;
  display: block;
}

.heading-7 {
  color: #2069b8;
  text-align: center;
  text-shadow: 0 1px #000;
  margin-bottom: 173px;
}

.button {
  z-index: 9;
  background-color: var(--midnight-blue-2);
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 242.422px;
  height: 42px;
  margin-bottom: 0;
  margin-left: 35px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  position: fixed;
  bottom: 0;
  left: 0;
}

.link-block-4 {
  position: relative;
}

.link-block-4.w--current {
  bottom: 86px;
  right: 104px;
}

.row-5 {
  overflow: visible;
}

.row-6 {
  margin-bottom: 48px;
}

.heading-8 {
  color: var(--black);
  text-align: center;
}

.heading-9 {
  color: var(--qms-blue);
  text-align: center;
  font-size: 26px;
  line-height: 28px;
}

.section-3 {
  margin-top: 156px;
}

.heading-10 {
  color: #111a81;
  text-align: center;
  margin-bottom: 69px;
  margin-left: 20px;
  margin-right: 20px;
}

.row-7 {
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.link-2 {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.dropdown-toggle {
  float: none;
  clear: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: block;
}

.dropdown-toggle-2 {
  float: none;
  clear: none;
  text-align: center;
}

.dropdown-toggle-3 {
  float: none;
  text-align: center;
}

.dropdown-toggle-4 {
  text-align: center;
}

.dropdown-toggle-5 {
  float: none;
  clear: none;
  text-align: center;
}

.dropdown-toggle-6 {
  float: none;
  text-align: center;
}

.column-7 {
  padding-left: 0;
  padding-right: 0;
}

.column-8 {
  padding-left: 0;
  padding-right: 200px;
}

.row-8 {
  margin-bottom: 66px;
  margin-left: 50px;
  margin-right: 50px;
}

.html-embed-7, .html-embed-8 {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-4 {
  clear: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-3 {
  margin-top: 56px;
}

.text-block {
  margin-bottom: 300px;
}

.container-4 {
  margin-top: 76px;
}

.paragraph-2 {
  margin-bottom: 154px;
}

.container-5 {
  margin-top: 44px;
}

.container-6 {
  margin-top: 70px;
}

.text-block-2, .text-block-3 {
  margin-bottom: 100px;
}

.row-9 {
  margin-bottom: 100px;
  margin-left: 25px;
  margin-right: 25px;
}

.text-span {
  color: #2069b8;
  font-size: 28px;
}

.dropdown-list {
  background-color: #2069b8;
}

.dropdown-list.w--open {
  background-color: #3395ff;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10, .dropdown-link-11, .dropdown-link-12, .dropdown-link-13 {
  color: #fff;
}

.dropdown-list-2 {
  background-color: #2069b8;
}

.dropdown-list-2.w--open {
  background-color: #3395ff;
}

.dropdown-link-14, .dropdown-link-15, .dropdown-link-16, .dropdown-link-17, .dropdown-link-18, .dropdown-link-19, .dropdown-link-20 {
  color: #fff;
}

.dropdown-list-3 {
  background-color: #3395ff;
}

.dropdown-link-21, .dropdown-link-22, .dropdown-link-23, .dropdown-link-24, .dropdown-link-25, .dropdown-link-26 {
  color: #fff;
}

.dropdown-list-4 {
  background-color: #3395ff;
}

.dropdown-link-27, .dropdown-link-28, .dropdown-link-29, .dropdown-link-30, .dropdown-link-31 {
  color: #fff;
}

.dropdown-list-5 {
  background-color: #3395ff;
}

.dropdown-link-32, .dropdown-link-33, .dropdown-link-34, .dropdown-link-35 {
  color: #fff;
}

.dropdown-list-6 {
  background-color: #3395ff;
}

.dropdown-link-36, .dropdown-link-37, .dropdown-link-38 {
  color: #fff;
}

.dropdown-list-7 {
  background-color: #3395ff;
}

.dropdown-link-39, .dropdown-link-40, .dropdown-link-41 {
  color: #fff;
}

.dropdown-list-8 {
  background-color: #3395ff;
}

.row-10, .row-11, .row-12, .row-13 {
  margin-left: 100px;
  margin-right: 100px;
}

.link-block-5 {
  text-decoration: none;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  color: #fa0606;
}

.html-embed-9 {
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
}

.section-5 {
  margin-bottom: 20px;
}

.html-embed-10 {
  margin-left: 100px;
  margin-right: 100px;
}

.html-embed-11 {
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-11 {
  text-align: center;
  margin-bottom: 19px;
  margin-left: 100px;
  margin-right: 100px;
}

.section-6 {
  border: 2px solid #000;
  margin-top: 25px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 1px 1px 3px #000;
}

.section-6._3 {
  margin-top: 25px;
  margin-bottom: 54px;
}

.column-9, .column-10, .column-11, .column-12 {
  margin-bottom: 0;
}

.heading-12 {
  text-align: center;
  margin-top: 169px;
  font-family: Droid Sans, sans-serif;
}

.paragraph-3 {
  text-align: center;
  margin-top: 58px;
  font-family: Droid Sans, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.section-7 {
  margin-top: 118px;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-4 {
  margin-top: 28px;
}

.button-2 {
  float: none;
  clear: both;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  background-color: #2069b8;
  margin-top: 51px;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.button-2:hover {
  margin-left: 0;
  margin-right: 0;
}

.columns {
  margin-top: 56px;
}

.paragraph-5 {
  text-align: center;
  margin-top: 33px;
  font-family: Droid Sans, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.button-3 {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  border-radius: 5px;
  width: 250px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
  display: block;
  box-shadow: 4px 4px 3px #000;
}

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

.agentloginbutton-copy {
  text-align: center;
  background-color: #5c5c5c;
  border-radius: 7px;
  width: 80%;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 25px;
  transition: background-color .6s;
  display: none;
}

.agentloginbutton-copy:hover {
  background-color: #5c5c5c47;
}

.column-15 {
  background-image: url('../images/FLEX_Hero_01_600x300-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.column-16, .columns-2 {
  height: 400px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-55 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-27 {
  text-align: center;
}

.image-28 {
  max-width: none;
  max-height: 400px;
}

.heading-61 {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-62 {
  text-align: center;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.oldapp {
  display: none;
}

.section-56 {
  background-color: #fff;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.image-28-copy {
  max-width: none;
  max-height: 400px;
  margin-top: 40px;
}

.heading-63 {
  text-align: center;
  line-height: 40px;
}

.heading-64 {
  text-align: center;
  margin-top: 0;
}

.text-block-168 {
  text-align: left;
  width: 100%;
  margin-left: 20px;
  padding-left: 0;
  font-size: 16px;
  line-height: 22px;
}

.link-6 {
  color: #333;
  text-decoration: none;
}

.dropdown-toggle-new {
  z-index: 9;
  padding: 0;
}

.droplink {
  font-family: Open Sans, sans-serif;
}

.droplink:hover {
  color: var(--royal-blue);
}

.dropdown-list-9 {
  background-color: var(--white);
}

.dropdown-list-9.w--open {
  z-index: 9;
}

.columns-23 {
  display: flex;
}

.column-61 {
  text-align: center;
  order: -1;
}

.image-29 {
  height: 400px;
  padding-top: 20px;
}

.heading-65 {
  color: #c21010;
  padding-bottom: 20px;
}

.list-features {
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.section-57 {
  background-color: var(--alice-blue);
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 60px;
}

.column-62 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body-3 {
  background-color: var(--alice-blue);
}

.one5-2 {
  background-image: url('../images/pinchnrub.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.one1-2 {
  background-image: url('../images/hickory-hut.jpg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.slide-2 {
  background-image: url('../images/morts-deli.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.webheadere-2 {
  color: #fff;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.one4-2 {
  background-image: url('../images/tin-cups.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.one7-2 {
  background-image: url('../images/snackluxe-webdesign.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.websites-2 {
  background-color: #f3f9ff;
  background-image: linear-gradient(#3395ff38, #3395ff38), url('../images/blueback.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: auto;
  padding-top: 45px;
  padding-bottom: 49px;
}

.column-63 {
  text-align: left;
  flex-flow: column wrap;
  align-content: center;
  align-items: flex-start;
  display: flex;
}

.one2-2 {
  background-image: url('../images/el-pollo-felix.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sitelink-2 {
  color: #000;
  text-align: left;
  cursor: pointer;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 10px;
  font-size: 2vw;
  text-decoration: none;
  transition: color .6s;
  display: block;
}

.sitelink-2:hover {
  color: #3395ff;
}

.webheadser-2 {
  color: #d6e5f5;
  text-align: center;
  margin-bottom: 22px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.column-64 {
  padding-left: 60px;
  padding-right: 60px;
}

.container-8 {
  padding-bottom: 60px;
}

.text-block-169 {
  font-size: 18px;
  line-height: 22px;
}

.text-block-170 {
  font-size: 20px;
  line-height: 25px;
}

.text-block-171 {
  color: var(--gray);
}

.reviewcol {
  padding-bottom: 20px;
}

.section-58 {
  background-color: var(--white);
}

.heading-66 {
  text-align: center;
  margin-bottom: 20px;
}

.heading-67 {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 60px;
}

.column-41 {
  padding: 0 10px;
}

.div-block-10 {
  background-color: #fff;
  height: auto;
  padding: 10px;
}

.review-section {
  background-color: var(--midnight-blue-2);
  padding-bottom: 100px;
}

.review-button {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.reviewdiv-2 {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  height: 400px;
}

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

.image-17 {
  height: 20px;
}

.newheader {
  color: var(--dodger-blue);
}

.text-block-36 {
  color: #7a7a7a;
  padding-bottom: 3px;
  line-height: 22px;
}

.button-7 {
  color: #c4171d;
  text-align: center;
  background-color: #0000;
  border: 1px solid #c4171d;
  width: 200px;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.button-7:hover {
  color: #fff;
  background-color: #c4171d;
}

.button-7.review {
  background-color: var(--dodger-blue);
  color: #000;
  border-style: none;
  border-color: #40b429;
  width: 100%;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: static;
  inset: auto 0% 0%;
}

.button-7.review {
  color: #000;
  background-color: #a0c5e6;
  border-style: none;
  border-color: #40b429;
  width: 100%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: static;
  inset: auto 0% 0%;
}

.button-7.review:hover {
  color: #fff;
  background-color: #6ca5d6;
  border: 0 #ff0b01;
}

.text-block-35 {
  font-size: 14px;
  line-height: 22px;
}

.logo-2 {
  height: 50px;
}

.columns-7 {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.bbb-top {
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-32-copy {
  display: none;
  position: static;
  inset: 0% 0% 0% auto;
}

.nav-link-2 {
  color: #37607e;
  font-size: 22px;
  font-weight: 600;
}

.nav-link-2.contact {
  display: none;
}

.brand {
  position: relative;
}

.image-18 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-9 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: static;
  top: -55px;
}

.image-21 {
  height: 50px;
}

.navbar-2 {
  background-color: #fffefe;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.clover-info {
  color: #fff;
  background-color: #37607e;
  padding-bottom: 100px;
}

.container-10 {
  padding-top: 20px;
}

.column-46 {
  padding-top: 40px;
}

.cloverhead-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
  line-height: 40px;
}

.green-paragraph-2 {
  color: #fff;
  margin-bottom: 67px;
  padding-top: 18px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.column-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.video-6 {
  margin-top: 40px;
}

.bold-text {
  color: #fffb00ed;
  text-shadow: 1px 1px 6px #000;
}

.bold-text._44 {
  color: #37607e;
  text-shadow: none;
}

.button-8 {
  letter-spacing: 1px;
  background-color: #e14522;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000008c;
}

.cloverhead-copy {
  color: #fffefe;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
  line-height: 40px;
}

.column-52 {
  text-align: right;
}

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

.heading-68 {
  text-align: center;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.link-7 {
  color: #fffefe;
  text-decoration: none;
}

.div-block-27-copy {
  text-align: left;
}

.image-28-copy-copy {
  width: auto;
  max-width: none;
  height: 214px;
  max-height: none;
  margin-top: 0;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #000;
  margin-top: 35px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 30px;
}

.section-59 {
  background-color: #0000;
  background-image: linear-gradient(#02366e94, #02366e94), url('../images/dsc-3617-731.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 100px;
  padding: 75px 0 100px;
}

.container-11 {
  padding-left: 40px;
  padding-right: 40px;
}

.column-53 {
  text-align: left;
}

.section-60 {
  background-color: #37607e;
  padding: 40px 20px;
}

.heading-65-copy {
  color: #fffefe;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-30 {
  background-color: #0000;
  border-radius: 5px;
}

.html-embed-12 {
  background-color: #0000;
}

.column-45 {
  margin-top: 74px;
}

.text-block-172 {
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
}

.heading-69 {
  text-align: center;
  margin-top: 0;
}

.section-61 {
  background-color: #fffefe;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.newheader-2 {
  color: #2069b8;
}

.container-12 {
  padding-top: 40px;
}

.heading-70 {
  color: #fffefe;
  text-align: center;
  padding-bottom: 0;
}

.columns-24 {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.section-62 {
  background-color: #37607e;
  padding-bottom: 100px;
  box-shadow: 1px 1px 3px #0006;
}

.section-63 {
  background-image: linear-gradient(#0009, #0009), url('../images/highway-to-city-at-dusk-usa-Minnesota.-Minneapolis-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.image-20 {
  width: 200px;
}

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

.column-48 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.link-8 {
  color: #37607e;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.columns-8 {
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.link-9 {
  color: #37607e;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.div-block-32 {
  position: static;
  inset: 0% 0% 0% auto;
}

.body-4 {
  font-family: Open Sans, sans-serif;
}

.columns-3 {
  background-color: #0000;
}

.awardssec {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-14 {
  background-color: #fff;
}

.link-10 {
  color: var(--white);
  text-decoration: none;
}

.columns-25 {
  height: auto;
  margin-top: 0;
  padding-top: 0;
}

.column-66 {
  background-color: var(--cornflower-blue);
  background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--royal-blue-2), transparent 62%);
  flex-flow: column wrap;
  place-content: center;
  align-items: flex-start;
  height: 500px;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.text-block-173 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
  display: block;
}

.button-9 {
  background-color: #37648b;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-9:hover {
  background-color: #a0c5e6;
}

.button-9.left {
  flex: none;
  width: auto;
  margin-right: 20px;
}

.button-9.light {
  background-color: var(--bg-blue);
  color: var(--qms-blue);
  font-weight: 600;
}

.button-9.light:hover {
  background-color: var(--hover-dark);
  color: var(--white);
}

.button-9.light-copy {
  background-color: var(--bg-blue);
  color: var(--qms-blue);
  font-weight: 600;
}

.button-9.light-copy:hover {
  background-color: var(--hover-dark);
  color: var(--white);
}

.column-67 {
  border-bottom: 1px none var(--outline);
  background-image: url('../images/Clover_Station_1_edit.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  height: 500px;
  padding-bottom: 0;
  padding-left: 0;
}

.section-64 {
  margin-top: 90px;
}

.texthome2 {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.link-block-16 {
  width: 100%;
  text-decoration: none;
}

.link-block-14 {
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.column-68 {
  padding-top: 10px;
}

.div-block-17 {
  text-decoration: none;
}

.column-69 {
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  padding-top: 10px;
  display: block;
}

.text-block-7 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.image-30 {
  margin-top: 10px;
}

.div-block-2 {
  float: right;
  background-color: var(--outline);
  width: 1px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-6 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.columns-26 {
  border-top: 1px solid var(--outline);
  border-bottom: 1px solid var(--outline);
  background-color: #fff;
  height: 160px;
  margin-top: 0;
  padding-top: 0;
  box-shadow: 1px 1px 3px #000;
}

.div-block-33 {
  flex-flow: row;
  place-content: space-between flex-start;
  width: 100%;
  display: flex;
}

.column-70 {
  text-align: center;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.section-65 {
  background-color: var(--qms-blue);
  background-image: linear-gradient(to right, var(--royal-blue-2), var(--cornflower-blue));
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-71 {
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
}

.heading-71.light {
  color: var(--white);
  text-align: left;
}

.heading-71.payment {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 66px;
}

.heading-71.light-copy {
  color: var(--white);
}

.heading-71.payment-copy {
  color: var(--white);
  text-align: center;
  margin-bottom: 60px;
  font-size: 44px;
  line-height: 66px;
}

.text-block-174 {
  font-size: 22px;
  line-height: 28px;
}

.text-block-174.light {
  color: var(--white);
  text-align: left;
}

.text-block-174.expo {
  color: var(--white);
}

.text-block-175 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-176 {
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-176.light {
  color: var(--white);
}

.image-31 {
  max-width: none;
  max-height: 100%;
  padding-top: 5px;
  overflow: visible;
}

.column-71 {
  padding-left: 40px;
  padding-right: 10%;
}

.column-71-copy {
  text-align: center;
  height: 550px;
  padding-left: 0;
  padding-right: 0;
}

.column-70-copy {
  text-align: left;
  height: 100%;
}

.list-copy {
  color: #fff;
  margin-top: 3px;
  padding-top: 0;
  padding-left: 0;
  font-size: 18px;
}

.list-copy._1 {
  color: #000;
  margin-top: 26px;
  line-height: 26px;
}

.column-72 {
  text-align: left;
  padding-top: 0;
}

.columns-27 {
  padding-top: 20px;
  padding-left: 10px;
}

.white-paragraph-copy {
  color: var(--white);
  text-align: left;
  border-bottom: 1px #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.section-65-copy {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-31-copy {
  max-width: 600px;
  max-height: 100%;
  padding-top: 60px;
}

.header-home-copy {
  color: var(--qms-blue);
  margin-top: 20px;
  padding: 0 0 10px;
  font-family: Open Sans, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 77px;
  display: block;
  position: static;
  top: 5px;
}

.header-home-copy.b {
  color: #111a81;
  font-size: 2em;
}

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

.section-66 {
  background-color: var(--light-steel-blue-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-block-17, .text-block-177 {
  text-decoration: none;
}

.image-32 {
  padding-top: 5px;
}

.column-73 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.col-72 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col-73 {
  text-align: center;
  padding: 0;
}

.contactbanner {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/paying-for-coffee-by-credit-web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-16 {
  flex-flow: column;
  place-content: center;
  align-items: flex-start;
  height: 280px;
  display: flex;
}

.heading-16 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 55px;
}

.text-block-138 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.buttoncontact {
  text-align: center;
  background-color: #6ca5d6;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.buttoncontact:hover {
  background-color: #37648b;
}

.buttoncontact.left {
  text-align: center;
  width: auto;
  margin-right: 20px;
  display: block;
}

.seo-section {
  display: block;
}

.footer-section {
  background-color: #000;
}

.container-17 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.columns-4 {
  flex-wrap: wrap;
  place-content: flex-start space-around;
  align-items: center;
  display: flex;
}

.copyrightyear, .subfooterlink {
  color: #fff;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.text-block-156 {
  color: #8a8a8a;
  font-size: 12px;
}

.footersocial {
  margin-right: 20px;
}

.div-block-34 {
  flex: 0 auto;
  width: 50%;
  display: flex;
}

.heading-36 {
  flex: 1;
  align-self: flex-start;
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
}

.html-embed-13 {
  max-width: 100%;
  overflow: hidden;
}

.heading-37 {
  font-size: 24px;
  line-height: 30px;
}

.bold-text-16 {
  padding-bottom: 0;
  display: block;
}

.div-block-57 {
  background-color: var(--royal-blue-2);
  width: 10px;
  height: 2px;
  position: relative;
  top: -6px;
}

.trig-div {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-56 {
  background-color: var(--royal-blue-2);
  width: 2px;
  height: 10px;
}

.acc-div {
  overflow: hidden;
}

.html-embed-14 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.shotpara {
  text-align: left;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.symboldiv-copy {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -163px;
}

.columns-28 {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  padding-left: 40px;
  display: block;
}

.columns-29 {
  height: 350px;
}

.image-33 {
  padding-top: 5px;
}

.col-73-copy {
  text-align: center;
  height: auto;
  padding: 0;
  overflow: hidden;
}

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

.heading-73 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.section-67 {
  background-image: url('../images/highway-to-city-at-dusk-usa-Minnesota.-Minneapolis-1.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 525px;
  max-height: 100%;
  margin-top: 90px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-58 {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.left-div {
  width: 50%;
  padding-bottom: 10px;
  padding-left: 40px;
}

.column-156 {
  overflow: hidden;
}

.shotpara-copy {
  color: #333;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.title-2 {
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.column-90 {
  background-color: var(--bg-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-top: 0;
  padding-left: 10px;
  display: flex;
}

.div-block-53 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

.mainsection-2 {
  background-color: #0000;
  margin-top: 80px;
  padding-top: 65px;
  padding-bottom: 40px;
}

.mainsection-2.b {
  background-color: #f5e7e5;
  margin-top: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-54 {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 20px;
  display: flex;
}

.heading-30 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}

.bookbow {
  float: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e56daa;
  border: 1px solid #e56daa;
  width: 200px;
  margin: 0 0 10px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.bookbow:hover {
  color: #fff;
  background-color: #fda5d2;
  border-style: solid;
  border-color: #fda5d2;
}

.column-91 {
  background-image: url('../images/hardware-mini-pay.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  margin-top: 0;
  padding-top: 0;
}

.text-block-69 {
  text-align: center;
  padding-top: 2px;
  font-size: 15px;
  line-height: 22px;
}

.symboldiv {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -31px;
}

.text-block-71 {
  padding-top: 6px;
}

.section-24 {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 100px;
}

.text-block-68 {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
}

.div-block-59 {
  background-color: #e56daa;
  width: 10px;
  height: 2px;
  position: relative;
  top: -6px;
}

.image-57 {
  border-radius: 250px;
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.fist-cols {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 7%;
}

.triggerdiv {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.text-block-70 {
  text-align: center;
  cursor: pointer;
  border: 1px #000;
  border-bottom-style: solid;
  flex: 0 auto;
  width: 50%;
  padding-left: 0;
  font-size: 13px;
  text-decoration: none;
}

.div-block-60 {
  background-color: #e56daa;
  width: 2px;
  height: 10px;
}

.heading-74 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}

.div-block-55 {
  color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.columns-45 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.accdiv {
  width: 100%;
  overflow: hidden;
}

.section-23 {
  background-color: var(--qms-blue);
  padding-top: 60px;
  padding-bottom: 80px;
}

.menusubheader {
  color: #e56daa;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.menusubheader.white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.socialnew {
  text-align: center;
  padding-top: 10px;
  padding-right: 0;
}

.newsociallink {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.socialimg {
  width: 50px;
}

.body-5 {
  font-family: Open Sans, sans-serif;
}

.text-block-178 {
  font-size: 18px;
  line-height: 24px;
}

.text-block-179 {
  width: 80%;
  padding-top: 20px;
  font-size: 16px;
  line-height: 22px;
}

.columns-46 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.column-157 {
  padding-left: 0;
  padding-right: 0;
}

.column-158 {
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.column-159 {
  background-image: url('../images/hardware-mini-integrate.jpg');
  background-position: 30%;
}

.section-68 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-block-54-copy {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 0;
  display: flex;
}

.column-160 {
  background-image: linear-gradient(277deg, var(--midnight-blue-2) 11%, #2e5475 43%, #37648b);
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
}

.image-27 {
  max-height: 450px;
}

.section-54 {
  margin-top: 70px;
}

.column-161 {
  background-color: var(--midnight-blue-2);
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-block-123 {
  color: var(--white);
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-61 {
  padding-left: 0;
  padding-right: 20px;
}

.columns-9 {
  height: 500px;
}

.div-block-26 {
  padding-left: 20px;
}

.heading-75 {
  color: var(--white);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
}

.service1-2 {
  color: #000;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.mobile-2 {
  padding: 10px 3px 10px 10px;
}

.pinklist-2 {
  float: right;
  color: var(--black);
  margin-left: 40px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 40px;
}

.pink-2 {
  background-color: #0000;
  background-image: linear-gradient(289deg, var(--light-steel-blue-2) 8%, var(--cornflower-blue) 50%, var(--light-steel-blue-2) 90%);
  padding-top: 60px;
  padding-bottom: 60px;
}

.pinkheader-2 {
  color: var(--black);
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.column-20 {
  background-color: #0000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.two-2 {
  background-color: #0000;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.service2-2 {
  color: #000;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.posdov-2 {
  margin-bottom: 10px;
}

.pos-2 {
  padding: 10px 6px 20px 0;
}

.column-162 {
  background-image: url('../images/hero-full-bleed-dark.jpg');
  background-position: 60% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: flex-start;
  height: 500px;
  display: flex;
}

.column-22 {
  text-align: center;
  height: 500px;
}

.columns-47 {
  background-color: var(--white);
  height: 500px;
}

.service1-3 {
  color: #000;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.section-53 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flexcol2 {
  background-color: #c3dcf1;
  background-image: url('../images/clover-flex-held.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  order: -1;
  place-content: center flex-start;
  align-items: flex-start;
  height: 500px;
  display: flex;
}

.flexcolumns {
  height: 500px;
  display: flex;
}

.flexcol {
  background-image: linear-gradient(#a0c5e6, #a0c5e6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.service1-4 {
  color: #000;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-19 {
  width: 550px;
}

.service1-5 {
  color: #000;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.column-28 {
  background-color: #6ca5d6;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.mobile-3 {
  padding: 10px 3px 10px 10px;
}

.pinklist-3 {
  float: right;
  color: #fff;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 44px;
}

.pink-3 {
  background-color: #0000;
}

.pinkheader-3 {
  color: #0a0909;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.two-copy {
  background-color: #0000;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.column-22-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.section-69 {
  background-color: var(--bg-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-48 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-11 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.container-24 {
  margin-top: 0;
}

.heading-76 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
}

.med-divider {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 10px auto 16px;
  list-style-type: lower-alpha;
  display: block;
}

.text-block-133 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.section-31 {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.link-block-10 {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/Screen-Shot-2019-03-15-at-2.45.02-PM.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.column-19 {
  border: 1px #8a8a8a;
  height: 250px;
  text-decoration: none;
  overflow: hidden;
}

.link-block-18 {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/Screen-Shot-2019-10-25-at-9.53.15-AM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.anthonysblock {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/Anthonys-Auto-Repair-shop.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.link-block-9-copy {
  background-image: url('../images/Bea1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.link-block-19-2 {
  background-image: url('../images/tuna-rub.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.link-block-9 {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/Bea1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.link-block-18-2 {
  background-image: url('../images/Screen-Shot-2019-10-25-at-9.53.15-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
}

.link-block-20 {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/mexican-restaurant-drinks.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
  display: block;
}

.text-block-134 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.column-163 {
  border: 1px #8a8a8a;
  height: 250px;
  overflow: hidden;
}

.link-block-11-copy {
  background-image: url('../images/hickory-hut_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.column-18 {
  border: 1px #8a8a8a;
  height: 250px;
  overflow: hidden;
}

.link-block-19 {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/tuna-rub.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.cilantro-photo {
  background-image: url('../images/mexican-restaurant-drinks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
}

.column-17 {
  border: 1px #8a8a8a;
  height: 250px;
  text-decoration: none;
  overflow: hidden;
}

.link-block-10-copy {
  background-image: url('../images/Screen-Shot-2019-03-15-at-2.45.02-PM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
}

.link-block-11 {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/hickory-hut_1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.link-block-6 {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/waterfront1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.columns-13 {
  border: 1px #000;
  margin-top: 40px;
}

.anthonysblock2 {
  background-image: url('../images/Anthonys-Auto-Repair-shop.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.heading-77 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  line-height: 38px;
  text-decoration: none;
}

.body-6 {
  background-color: var(--qms-blue);
  font-family: Open Sans, sans-serif;
}

.breadcrumb {
  margin-top: 100px;
  margin-left: 10px;
}

.link-4 {
  color: #000;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  display: block;
}

.link-4:hover {
  color: #a30101;
}

.image6 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.column-164 {
  padding-left: 10px;
}

.listitem-2 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

.column-165 {
  padding-left: 20px;
  padding-right: 20px;
}

.thumb4 {
  width: 150px;
  height: 150px;
  padding: 20px 10px 10px 20px;
  overflow: hidden;
}

.image5 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.colorname {
  color: #3e4749;
  text-align: center;
  text-transform: none;
  margin-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.images-2 {
  width: auto;
  max-width: 100%;
  height: 720px;
  padding-left: 10px;
  overflow: hidden;
}

.sideblock {
  border-bottom: 1px solid #d1d1d1;
  height: 240px;
  padding: 0 10px 44px 0;
  position: relative;
}

.hamcolor {
  background-color: var(--black);
  color: #333;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.colorhex {
  color: #879499;
  text-align: center;
  margin-top: 1px;
}

.thumb3 {
  width: 150px;
  height: 150px;
  padding: 20px 10px 10px 20px;
  overflow: hidden;
}

.hamcolor2 {
  color: #333;
  background-color: #bd0c0c;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-11 {
  color: var(--royal-blue);
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  display: block;
}

.link-11:hover {
  color: #a30101;
}

.image3, .image2 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.thumb6 {
  width: 150px;
  height: 150px;
  padding: 20px 10px 10px 20px;
  overflow: hidden;
}

.div-block {
  height: 240px;
  padding-top: 0;
}

.divider {
  background-color: #00000026;
  width: 50%;
  height: 2px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.image-58 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.hamcolor1 {
  color: #333;
  background-color: #e57c1a;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.colorblock-4 {
  color: #333;
  background-color: #333;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.colorblock-4.fourth, .colorblock-4.fourth-copy {
  background-color: #fff;
  background-image: url('../images/wood.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #d1d1d1;
}

.thumb2 {
  width: 150px;
  height: 150px;
  padding: 20px 10px 10px 20px;
  overflow: hidden;
}

.button-13 {
  color: #fc6000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fc6000;
  width: auto;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.button-13:hover {
  color: #fff;
  background-color: #fc6000;
}

.button-13.orange {
  color: #fff;
  text-shadow: 2px 2px 2px #0000004d;
  background-color: #fc6000;
  border-style: solid;
  border-color: #fc6000;
  margin-top: 0;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 700;
}

.button-13.orange:hover {
  color: #fff;
  background-color: #ff8b43;
}

.button-13.review {
  color: #fc6000;
  letter-spacing: -1px;
  text-shadow: 2px 2px 2px #0003;
  border-color: #fc6000;
  width: auto;
  margin-right: 20px;
  font-size: 11px;
  position: static;
  inset: auto 0% 0%;
}

.button-13.review:hover {
  color: #fff;
  background-color: #fc6000;
}

.hamhead {
  color: #333;
  margin-top: 0;
  font-size: 32px;
}

.image-59 {
  border: 1px solid #000;
  width: 150px;
  max-width: 100%;
  max-height: none;
}

.thumbnails {
  display: flex;
  position: static;
}

.fourblock {
  float: left;
  text-align: left;
  flex-direction: column;
  width: 25%;
  padding: 10px 10px 10px 5px;
  display: block;
}

.descrip {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 22px;
}

.thumb5 {
  width: 150px;
  height: 150px;
  padding: 20px 10px 10px 20px;
  overflow: hidden;
}

.heading-55 {
  color: #4e4a45;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.image4 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.thumb1 {
  width: 150px;
  height: 150px;
  padding: 20px 10px 10px 20px;
  overflow: hidden;
}

.sectiontag {
  color: #bdbdbd;
  text-transform: uppercase;
  padding: 10px 10px 10px 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: static;
  top: 0;
  left: 0;
}

.section-70 {
  padding-bottom: 100px;
}

.web-slider {
  width: 100%;
  height: 450px;
}

.columns-49 {
  padding-top: 20px;
}

.button-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #e57c1a;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}

.button-14:hover {
  color: #f0ece7;
  background-color: #e08d3e;
}

.button-14:active {
  color: #fff;
}

.button-14.recipes {
  text-align: center;
  background-color: #bd0c0c;
  margin-left: 0;
}

.button-14.recipes-copy {
  text-align: center;
  background-color: #bd0c0c;
  margin-left: 10px;
}

.pinchhead {
  color: #333;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
}

.gordocolor2 {
  color: #333;
  background-color: #f0efee;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gordocolor1 {
  color: #333;
  background-color: #db9d32;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gordocolor0 {
  background-color: var(--black);
  color: #333;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gordocolor4 {
  background-color: var(--white);
  color: #333;
  border: 1px solid #b9b9b9;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gordocolor4.fourth {
  background-color: #fff;
  background-image: url('../images/wood.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #d1d1d1;
}

.waterhead {
  color: #333;
  margin-top: 0;
  font-size: 32px;
}

.watercolor1 {
  color: #333;
  background-color: #3d6fd8;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.watercolor2 {
  color: #333;
  background-color: #eca50d;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.watercolor3 {
  color: #333;
  background-color: #4e4a45;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.watercolor4 {
  color: #333;
  background-color: #ffe5ad;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.watercolor4.fourth {
  background-color: #fff;
  background-image: url('../images/wood.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #d1d1d1;
}

.button-10 {
  text-align: center;
  background-color: #3d6fd8;
  width: 200px;
}

.button-10.yellow {
  background-color: #eca50d;
}

.cilcolor1 {
  background-color: var(--black);
  color: #333;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.colcolor2 {
  color: #333;
  background-color: #f15bb0;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cilcolor3 {
  color: #333;
  background-color: #5cb429;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cilcolor4 {
  border: 1px solid var(--gainsboro-2);
  background-color: var(--white);
  color: #333;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cilcolor4.fourth {
  background-color: #fff;
  background-image: url('../images/wood.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #d1d1d1;
}

.cilantrohead {
  color: #333;
  margin-top: 0;
  font-size: 32px;
}

.button-15 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #333;
  width: auto;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.button-15:hover {
  color: #fff;
  background-color: #333;
}

.button-15.orange {
  color: #241e20;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #0000004d;
  background-color: #0000;
  border-style: solid;
  border-color: #0e0e0e;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.button-15.orange:hover {
  color: #fff;
  background-color: #0e0e0e;
}

.button-16 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #333;
  width: auto;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.button-16:hover {
  color: #fff;
  background-color: #333;
}

.button-16.dark {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  border-color: #fff;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.button-16.dark:hover {
  color: #fff;
  background-color: #333;
}

.button-16.cilantro {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  border-style: none;
  border-color: #5cb429;
  margin-left: 20px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.button-16.cilantro:hover {
  color: #fff;
  background-color: #333;
}

.hickcolor1 {
  background-color: var(--black-2);
  color: #333;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hickcolor2 {
  color: #333;
  background-color: #e7e2df;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hick-color3 {
  color: #333;
  background-color: #af0f11;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hickcolor4 {
  background-color: var(--white);
  color: #333;
  border: 1px solid #d2d2d2;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hickcolor4.fourth {
  background-color: #fff;
  background-image: url('../images/wood.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #d1d1d1;
}

.button-17 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #af0e11;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.hickhead2 {
  color: #4e4a45;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.beacolor2 {
  color: #333;
  background-color: #e56daa;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.beacolor3 {
  color: #333;
  background-color: #ffd7eb;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.beacolor4 {
  background-color: var(--white);
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.beacolor4.fourth, .beacolor4.fourth-copy {
  background-color: #fff;
  background-image: url('../images/wood.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #d1d1d1;
}

.beacolor1 {
  background-color: var(--black-2);
  color: #333;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-71 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/highway-to-city-at-dusk-usa-Minnesota.-Minneapolis-1.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-78 {
  color: var(--white);
  text-align: center;
}

.text-block-181 {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 44px;
}

.link-12 {
  color: var(--white);
  font-size: 44px;
  font-weight: 700;
  line-height: 66px;
  text-decoration: none;
}

.div-block-62 {
  height: 100%;
}

.column-166 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 250px;
  display: flex;
}

.column-167 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  display: flex;
}

.column-168, .column-169 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 250px;
  display: flex;
}

.link-block-21 {
  color: var(--black-2);
  text-decoration: none;
}

.columns-50 {
  height: 500px;
}

.image-60 {
  width: 200px;
}

.link-13 {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.section-72 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.link-14 {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.container-25 {
  padding-bottom: 40px;
}

.infotext {
  font-size: 16px;
  line-height: 22px;
}

.section-73 {
  padding-top: 100px;
}

.container-26 {
  padding-bottom: 40px;
}

.section-74 {
  padding-top: 100px;
}

.container-27 {
  padding-bottom: 40px;
}

.section-75 {
  padding-top: 100px;
}

.container-28 {
  padding-bottom: 40px;
}

.section-76, .section-77 {
  padding-top: 100px;
}

.link-15 {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.section-78, .section-79, .section-80 {
  padding-top: 100px;
}

.columns-51 {
  padding-top: 20px;
}

.section-81, .section-82 {
  padding-top: 100px;
}

.columns-52 {
  padding-top: 10px;
}

.column-170 {
  display: block;
}

.link-16 {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.section-83 {
  padding-top: 100px;
}

.columns-53 {
  padding-top: 10px;
}

.column-171 {
  display: block;
}

.section-84, .section-85, .section-86 {
  padding-top: 100px;
}

.columns-54 {
  padding-top: 10px;
}

.column-172 {
  display: block;
}

.body-7 {
  padding-top: 100px;
}

.columns-55 {
  margin-top: 20px;
}

.body-8, .body-9, .body-10 {
  padding-top: 100px;
}

.columns-56 {
  margin-top: 20px;
}

.body-11 {
  padding-top: 100px;
}

.heading-97, .heading-98 {
  color: var(--royal-blue-2);
}

.heading-99, .heading-100, .heading-101 {
  color: var(--royal-blue);
}

.column-173 {
  background-color: #dfecfa;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-174 {
  background-color: #dfe5eb;
  padding-top: 20px;
}

.column-175 {
  background-color: #e7eef5;
  padding-left: 0;
  padding-right: 0;
}

.div-block-63 {
  padding-left: 20px;
  padding-right: 10px;
}

.div-block-64 {
  background-color: var(--light-steel-blue-2);
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
}

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

.text-block-182 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
}

.image-63 {
  width: 200px;
}

.link-block-20-copy {
  background-image: url('../images/mexican-restaurant-drinks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
  display: block;
}

.link-block-6-copy {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/OsceolaAve-Clearwater-Florida.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.link-block-cilant {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/mexican-restaurant-drinks.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.link-block-cilant2 {
  background-image: url('../images/mexican-restaurant-drinks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.section-87 {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 40px;
}

.link-block-22 {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/Screen-Shot-2019-03-15-at-2.45.02-PM.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.column-176 {
  border: 1px #8a8a8a;
  height: 250px;
  text-decoration: none;
  overflow: hidden;
}

.link-block-23 {
  text-align: center;
  background-image: linear-gradient(#fff9, #fff9), url('../images/web-design-services.jpg');
  background-position: 0 0, 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.link-block-6-copy-2 {
  background-image: url('../images/OsceolaAve-Clearwater-Florida.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.link-block-9-copy-2 {
  background-image: url('../images/salon-webdesign.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  overflow: visible;
}

.link-block-24 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/Evolve-Multiple-areas.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: center;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-18-2-2 {
  background-image: url('../images/Screen-Shot-2019-10-25-at-9.53.15-AM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
}

.link-block-25 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/mexican-restaurant-drinks.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.text-block-183 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.column-177 {
  text-align: center;
  border: 1px #8a8a8a;
  height: 250px;
  overflow: hidden;
}

.column-178 {
  border: 1px #8a8a8a;
  height: 250px;
  overflow: hidden;
}

.link-block-26 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/tuna-rub.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.link-block-5-copy {
  background-image: url('../images/mexican-restaurant-drinks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 100%;
  padding-top: 40px;
  text-decoration: none;
}

.column-179 {
  border: 1px #8a8a8a;
  height: 250px;
  text-decoration: none;
  overflow: hidden;
}

.link-block-27 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/hickory-hut_1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: center;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-28 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/OsceolaAve-Clearwater-Florida.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  width: 700px;
  height: 300px;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.columns-57 {
  border: 1px #000;
  margin-top: 40px;
}

.heading-103 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  line-height: 38px;
  text-decoration: none;
}

.list-2 {
  padding-left: 220px;
  font-size: 16px;
  line-height: 22px;
}

.list-item-2 {
  padding-bottom: 5px;
}

.column-181 {
  text-align: right;
  padding-left: 0;
  overflow: hidden;
}

.lightbox-link {
  border: 1px solid #b9b9b9;
}

.lightbox-link-4, .lightbox-cilantro, .lightbox-link-5, .lightbox-link-all {
  width: 100%;
  height: 100%;
}

.div-block-65 {
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(101deg, #000, #fff0), url('../images/Minneapolis-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.column-182 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 250px;
  display: flex;
}

.hidden-col {
  display: none;
}

.columns-58 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-66 {
  max-width: none;
  max-height: 100%;
  overflow: visible;
}

.image-67 {
  max-width: 75%;
  max-height: 100%;
}

.section-88 {
  padding-top: 100px;
}

.columns-59 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-89 {
  background-color: var(--alice-blue);
}

.logo-copy {
  cursor: auto;
  width: 300px;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-right: 20px;
  display: block;
}

.html-embed-15 {
  background-color: var(--white);
  padding-top: 0;
}

.column-161-copy {
  background-color: var(--qms-blue);
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: flex-start;
  height: 500px;
  padding-left: 20px;
  padding-right: 60px;
  display: flex;
}

.column-160-copy {
  background-image: url('../images/ISS_20684_11455.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  padding-bottom: 0;
  display: flex;
}

.image-27-copy {
  max-width: none;
  max-height: 100%;
}

.section-54-copy {
  margin-top: 85px;
}

.whitedivv-copy {
  float: left;
  width: auto;
  margin-left: 15px;
}

.column-20-copy {
  background-color: #0000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  height: 400px;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}

.column-162-copy {
  flex-wrap: nowrap;
  place-content: center flex-start;
  align-items: flex-start;
  height: auto;
  padding-right: 20px;
  display: flex;
}

.column-22-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 20px;
  display: flex;
}

.section-53-copy {
  background-image: linear-gradient(to bottom, var(--light-steel-blue-2), white);
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
}

.pink-2-copy {
  background-color: var(--light-steel-blue-2);
  padding-top: 60px;
  padding-bottom: 0;
}

.columns-47-copy {
  background-color: #0000;
  height: auto;
}

.two-2-copy {
  background-color: #0000;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  height: 400px;
  padding-right: 40px;
  display: flex;
}

.pink-3-copy {
  background-color: #0000;
  padding-bottom: 40px;
}

.two-2-copy-copy {
  background-color: #0000;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.columns-17-copy-copy {
  height: 600px;
}

.pink-2-copy-copy {
  background-color: var(--light-steel-blue-2);
  padding-top: 0;
  padding-bottom: 0;
}

.column-20-copy-copy {
  background-color: #0000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.text-block-123-copy {
  color: var(--white);
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.whitedivv-copy-copy {
  float: left;
  width: auto;
  margin-left: 15px;
}

.section-90 {
  margin-top: 0;
  padding-top: 100px;
}

.body-12 {
  background-color: var(--midnight-blue-2);
}

.section-91 {
  background-color: var(--gainsboro-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-185 {
  font-size: 16px;
  line-height: 22px;
}

.column-184 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px 50px;
  display: flex;
}

.text-block-186 {
  font-size: 16px;
  line-height: 22px;
}

.image-69 {
  max-width: 100%;
}

.columns-63 {
  height: 400px;
  overflow: hidden;
}

.heading-105 {
  text-align: center;
  margin-top: 0;
}

.div-block-66 {
  background-color: var(--qms-blue);
  text-align: center;
  border-radius: 5px;
  width: 200px;
  margin-top: 10px;
  padding: 10px;
}

.div-block-66:hover {
  background-color: var(--cornflower-blue);
}

.text-block-187 {
  color: var(--white);
  font-weight: 700;
}

.div-block-67 {
  justify-content: center;
  align-self: center;
  width: 100%;
  display: flex;
}

.heading-106 {
  text-align: center;
  margin-bottom: 0;
}

.section-92 {
  padding-top: 30px;
  padding-bottom: 100px;
}

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

.text-block-189 {
  padding: 10px;
}

.image-70 {
  height: 300px;
}

.column-186 {
  padding-right: 40px;
}

.columns-64 {
  height: 400px;
}

.section-93 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-94 {
  background-color: var(--gainsboro-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-187 {
  height: auto;
  padding-left: 40px;
}

.columns-65 {
  height: auto;
}

.accordion-item-content {
  overflow: hidden;
}

.droparrow {
  order: 0;
  align-self: center;
  width: 18px;
  max-width: none;
  height: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: relative;
}

.section-30 {
  background-image: linear-gradient(#f6fbffb3, #f6fbffb3), url('../images/paying-for-coffee-by-credit-web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-30 {
  background-color: #fff;
  padding: 40px;
}

.heading-26 {
  color: #37648b;
  margin-top: 0;
  padding-left: 0;
  font-size: 35px;
}

.accordion-item-2 {
  flex-flow: column wrap;
  place-content: space-between flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: block;
}

.heading-25 {
  cursor: pointer;
  width: auto;
}

.accordion-item-trigger-2 {
  flex-wrap: nowrap;
  place-content: space-between flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.bold-text-3 {
  font-size: 24px;
}

.columns-66 {
  height: 500px;
}

.cashcol3 {
  background-image: linear-gradient(#13233129, #13233129), url('../images/ING_33594_247545.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.column-188 {
  background-color: #c3dcf1;
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.heading-107 {
  color: #000;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 33px;
}

.text-block-190 {
  color: #000;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section-95 {
  height: 100px;
  max-height: 100%;
  margin-top: 90px;
}

.body-13 {
  background-color: var(--light-steel-blue-2);
  font-family: Open Sans, sans-serif;
}

.section-96 {
  background-color: var(--white);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-189 {
  background-image: url('../images/ING_33594_244200.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.columns-67 {
  height: auto;
}

.column-190 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  display: flex;
}

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

.image-71 {
  height: auto;
}

.symboldiv-clover {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -35%;
}

.bold-text-16-copy {
  text-align: left;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 24px;
  display: block;
}

.div-block-68 {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.div-block-69 {
  background-color: var(--light-steel-blue-2);
  padding: 10px 20px;
}

.heading-108 {
  margin-bottom: 10px;
}

.image-57-copy {
  border-radius: 250px;
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.fist-cols-copy {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 7%;
}

.section-93-copy {
  background-color: var(--alice-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-94-copy {
  background-color: var(--white);
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-93-copy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.symboldiv-clover-copy {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -50%;
}

.list-item-3 {
  padding-bottom: 5px;
}

.section-97 {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.symboldiv-clover2 {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -50%;
}

.dropdown-header {
  text-align: center;
  padding-bottom: 0;
  font-size: 24px;
  display: block;
}

.image-72 {
  height: 300px;
}

.column-196 {
  height: auto;
  padding-left: 40px;
}

.section-98 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.columns-69 {
  height: auto;
}

.column-198 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.right-div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.circlediv {
  background-color: var(--qms-blue);
  border-radius: 125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
  position: static;
  top: -80px;
  left: 56px;
  overflow: hidden;
  box-shadow: -5px 3px 6px 1px #0003;
}

.text-block-191 {
  color: var(--white);
  font-weight: 600;
}

.circlediv-center {
  background-color: var(--white);
  border-radius: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
  top: 2px;
  overflow: hidden;
  box-shadow: -5px 3px 6px 1px #0003;
}

.circlediv-web {
  background-color: var(--cornflower-blue);
  border-radius: 125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
  position: static;
  inset: 54% 0% 0% auto;
  overflow: hidden;
  box-shadow: -5px 3px 6px 1px #0003;
}

.circlediv-cash {
  background-color: var(--dark-gray);
  border-radius: 125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
  position: static;
  inset: -7% auto 0% -29%;
  overflow: hidden;
  box-shadow: -5px 3px 6px 1px #0003;
}

.circlediv-graphic {
  background-color: var(--cornflower-blue);
  border-radius: 125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
  position: static;
  top: 175px;
  left: -155px;
  overflow: hidden;
  box-shadow: -5px 3px 6px 1px #0003;
}

.circlediv-order {
  background-color: var(--light-steel-blue-2);
  border-radius: 125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
  position: static;
  top: -21px;
  left: 56px;
  overflow: hidden;
  box-shadow: -5px 3px 6px 1px #0003;
}

.link-block-29 {
  text-decoration: none;
  position: relative;
  top: -18px;
  left: -166px;
}

.link-block-30 {
  text-decoration: none;
  position: relative;
  top: -92px;
  left: 46px;
}

.link-block-31 {
  text-decoration: none;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.link-block-32 {
  text-decoration: none;
  position: relative;
  top: -21px;
  left: 55px;
}

.link-block-33 {
  text-decoration: none;
  position: relative;
  top: 170px;
  left: -150px;
}

.div-block-70 {
  height: 2px;
}

.symboldiv-clover3 {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -50%;
}

.line-div {
  background-color: var(--alice-blue);
  width: 100px;
  height: 2px;
  position: relative;
  top: 85px;
  left: 90px;
}

.line-div-copy {
  background-color: var(--alice-blue);
  width: 2px;
  height: 100px;
  position: relative;
  top: 296px;
  left: 34px;
}

.right-div-graphics, .right-div-circles {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: none;
}

.div-block-71 {
  width: 50%;
  height: 100%;
  padding-top: 5%;
  padding-left: 20px;
  padding-right: 20px;
}

.cell1 {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.head1 {
  color: var(--white);
  padding-left: 10px;
  font-size: 18px;
  line-height: 22px;
}

.image-73, .image-74, .image-75, .image-76, .image-77, .image-78 {
  width: auto;
  height: 50px;
}

.link-block-34 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 10px 5px;
  text-decoration: none;
  display: flex;
}

.link-block-34:hover {
  background-color: #0000007d;
}

.section-99 {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lightbox-link-7 {
  width: auto;
  height: 100%;
}

.slider-2 {
  background-color: #0000;
  height: 400px;
}

.image-79 {
  height: 100%;
}

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

.image-80 {
  height: 100%;
}

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

.body-14 {
  background-color: var(--alice-blue);
  font-family: Open Sans, sans-serif;
}

.slider-3 {
  width: 70%;
  height: auto;
}

.lightbox-link-7-copy {
  width: 100%;
  height: 100%;
}

.section-100 {
  background-color: var(--qms-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.pinkheader-3-copy {
  color: var(--white);
  margin-top: 0;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.column-199 {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-200 {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.columns-71 {
  height: 400px;
}

.columns-72 {
  height: 450px;
  padding-bottom: 20px;
}

.column-201 {
  text-align: center;
  height: 100%;
}

.div-block-72 {
  padding-left: 10px;
}

.image-82 {
  max-height: 100%;
}

.lightbox-link-8 {
  height: 100%;
  max-height: 100%;
}

.section-101 {
  background-color: var(--black-2);
  height: auto;
  margin-top: 90px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-102 {
  margin-top: 100px;
}

.column-71-copy-copy {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.image-31-copy-copy {
  max-width: 600px;
  max-height: 100%;
  padding-top: 60px;
}

.section-65-copy {
  background-color: var(--qms-blue);
  background-image: linear-gradient(90deg, var(--royal-blue-2), var(--cornflower-blue));
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-799, .section-789, .section-788, .section-655 {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-17 {
  color: var(--dodger-blue);
  text-transform: none;
  text-decoration: underline;
}

.link-18, .link-19 {
  color: var(--dodger-blue);
  text-decoration: none;
}

.container-31 {
  margin-top: 64px;
}

.html-embed-16 {
  margin-top: 10px;
}

.section-800 {
  margin-top: 100px;
}

.section-95-copy {
  height: 100px;
  max-height: 100%;
  margin-top: 90px;
}

.body-13-copy {
  background-color: var(--white);
  font-family: Open Sans, sans-serif;
}

.div-block-73 {
  padding-left: 10px;
}

.symboldiv-clover-copy-copy {
  cursor: pointer;
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -50%;
}

.columns-48-copy {
  background-color: var(--light-steel-blue-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.col-44 {
  text-align: center;
  border: 1px #000;
  height: auto;
}

.col-66 {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 100px;
}

.two-copy-copy {
  background-color: #0000;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.mini-div {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -50%;
}

.link-20, .link-21, .link-22, .link-23 {
  color: var(--white);
  text-decoration: none;
}

.paragraph-8 {
  margin-bottom: 45px;
}

.paragraph-9 {
  color: var(--white);
  padding-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 16px;
  line-height: 22px;
}

.text-block-192 {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.text-block-193 {
  color: var(--white);
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section-801, .info-section {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-802 {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.grey {
  background-color: #f8f8f8;
}

.column-186-copy {
  background-image: url('../images/clover-mobile-pos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding-left: 0;
  padding-right: 0;
}

.column-191-copy {
  text-align: left;
  padding-left: 40px;
}

.image-83 {
  width: 350px;
  max-width: 100%;
}

.columns-64-copy {
  height: 400px;
}

.section-mobile {
  background-color: var(--alice-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-65-copy {
  height: auto;
}

.section-94-copy {
  background-color: var(--gainsboro-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-pax {
  padding-top: 60px;
  padding-bottom: 60px;
}

.col-flex, .col-duo {
  height: auto;
  padding-left: 40px;
}

.div-block-74 {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.agent-login-div {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-right: 0%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-24 {
  color: var(--cornflower-blue);
  width: 50px;
  height: 20px;
  padding-top: 8px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.scroll-nav-div {
  width: 100%;
  height: 1px;
}

.symboldiv-clover-solo {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -198px;
}

.login-link {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 16px;
  padding: 3px 1px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: color .5s;
  display: none;
}

.login-link:hover {
  color: var(--royal-blue);
}

.dropdown-toggle-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-75 {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.white-para {
  color: var(--white);
  text-align: left;
  border-bottom: 1px #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.image-38 {
  max-width: 600px;
  max-height: 100%;
  padding-top: 0;
}

.col-73-copy {
  text-align: center;
  padding: 0;
}

.body-15 {
  font-family: Open Sans, sans-serif;
}

.text-block-194 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 33px;
}

.link-25 {
  color: var(--white);
  text-shadow: 1px 1px 6px #000;
  text-decoration: none;
}

.section-803 {
  margin-top: 100px;
  margin-bottom: 20px;
}

.cell {
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  background-color: #0000;
}

.text-block-195 {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

.text-block-196 {
  font-size: 22px;
  line-height: 26px;
}

.body-16 {
  background-color: var(--light-steel-blue-2);
  font-family: Open Sans, sans-serif;
}

.heading-109 {
  margin-top: 0;
  font-weight: 400;
}

.text-block-197 {
  font-size: 20px;
  line-height: 26px;
}

.text-block-198 {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-199 {
  font-size: 22px;
  line-height: 28px;
}

.text-block-200, .text-block-201 {
  font-size: 18px;
  line-height: 26px;
}

.section-804 {
  background-color: var(--light-steel-blue-2);
  padding-top: 40px;
  padding-bottom: 100px;
}

.heading-110 {
  margin-top: 30px;
  font-size: 44px;
  line-height: 50px;
}

.image-85 {
  max-width: none;
  height: 500px;
  position: static;
  left: -260px;
}

.div-block-76 {
  border-radius: 500px;
  width: 500px;
  height: 500px;
  overflow: hidden;
}

.cell-2 {
  padding-left: 10px;
  padding-right: 40px;
}

.link-block-35 {
  color: var(--black-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.div-block-61-copy {
  padding-left: 20px;
  padding-right: 20px;
}

.image-86 {
  height: 80px;
}

.logo1-copy {
  float: none;
  clear: left;
  width: 250px;
  margin-top: 4px;
  margin-left: 5%;
  position: static;
  top: 0;
  left: 0;
}

.logo1-copy.nav2 {
  right: 818px;
}

.logo1-copy._3434 {
  bottom: 86px;
  right: 64px;
}

.navbar-3 {
  background-color: var(--white);
}

.section-805 {
  background-color: var(--qms-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-111 {
  color: var(--qms-blue);
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-202 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.link-26 {
  color: var(--black-2);
  text-decoration: none;
}

.column-202 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 280px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.columns-73 {
  background-color: var(--white);
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  overflow: hidden;
}

.heading-112 {
  margin-top: 0;
}

.section-101-copy {
  background-color: var(--qms-blue);
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-789-copy {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-70-copy, .column-70-copy-copy {
  text-align: center;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.image-31-copy {
  max-width: none;
  max-height: 100%;
  padding-top: 5px;
  overflow: visible;
}

.column-70-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 30px 0 20px;
  display: flex;
}

.col-72-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-806 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-69-copy {
  max-width: 100%;
}

.para-expo {
  color: var(--white);
  text-align: left;
  border-bottom: 1px #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.heading-expo {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-expo {
  font-size: 16px;
  line-height: 22px;
}

.column-184-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px 50px;
  display: flex;
}

.button-9-copy {
  background-color: #37648b;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-9-copy:hover {
  background-color: #a0c5e6;
}

.button-9-copy.left {
  flex: none;
  width: auto;
  margin-right: 20px;
}

.button-9-copy.light {
  background-color: var(--bg-blue);
  color: var(--qms-blue);
  font-weight: 600;
}

.button-9-copy.light:hover {
  background-color: var(--hover-dark);
  color: var(--white);
}

.button-9-copy.light-copy {
  background-color: var(--bg-blue);
  color: var(--qms-blue);
  font-weight: 600;
}

.button-9-copy.light-copy:hover {
  background-color: var(--hover-dark);
  color: var(--white);
}

.button-expo {
  background-color: #37648b;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-expo:hover {
  background-color: #a0c5e6;
}

.button-expo.left {
  flex: none;
  width: auto;
  margin-right: 20px;
}

.button-expo.light {
  background-color: var(--bg-blue);
  color: var(--qms-blue);
  font-weight: 600;
}

.button-expo.light:hover {
  background-color: var(--hover-dark);
  color: var(--white);
}

.button-expo.light-copy {
  background-color: var(--bg-blue);
  color: var(--qms-blue);
  font-weight: 600;
}

.button-expo.light-copy:hover {
  background-color: var(--hover-dark);
  color: var(--white);
}

.column-70-expo {
  text-align: center;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.container-33 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.columns-29-copy {
  height: 350px;
}

.heading-71-copy.light, .heading-71-copy.light-copy {
  color: var(--white);
}

.text-block-174-copy.light, .text-block-174-copy.expo {
  color: var(--white);
}

.text-block-174-copy.light, .text-block-174-copy.expo {
  color: var(--white);
}

.heading-71-copy {
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
}

.heading-71-copy.light, .heading-71-copy.light-copy {
  color: var(--white);
}

.heading-71-copy.payment {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 66px;
}

.heading-71-copy.light-copy {
  color: var(--white);
}

.text-block-176-copy {
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-176-copy.light {
  color: var(--white);
}

.section-788-copy {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-33-copy {
  padding-top: 5px;
}

.column-71-copy, .column-71-expo {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.column-204 {
  text-align: left;
}

.column-70-copy-copy {
  text-align: left;
  text-align: left;
  height: 100%;
}

.column-70-expo2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 30px 0 20px;
  display: flex;
}

.column-70-copy-copy {
  text-align: left;
  height: 100%;
  padding-left: 60px;
  padding-right: 5%;
}

.column-71-home {
  text-align: center;
  background-image: url('../images/hardware-mini-pay.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  padding-left: 0;
  padding-right: 0;
}

.section-65-copy {
  background-color: var(--qms-blue);
  background-image: linear-gradient(90deg, var(--royal-blue-2), var(--cornflower-blue));
  padding-top: 100px;
  padding-bottom: 0;
}

.section-65-copy-copy {
  background-color: var(--qms-blue);
  background-image: linear-gradient(to right, var(--royal-blue-2), var(--cornflower-blue));
  padding-top: 100px;
  padding-bottom: 100px;
}

.computer-home {
  z-index: 9;
  background-image: url('../images/iMacFrame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  padding-top: 15px;
  position: relative;
}

.webslider-home {
  z-index: 8;
  background-color: #ddd0;
  width: 470px;
  height: 275px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.col-72-copy {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.column-70-gd {
  text-align: left;
  height: 100%;
  padding-top: 40px;
}

.section-65-copy-home {
  background-color: var(--qms-blue);
  background-image: linear-gradient(to right, var(--royal-blue-2), var(--cornflower-blue));
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-70-home {
  text-align: left;
  height: 100%;
  padding-left: 10%;
}

.computer-copy {
  z-index: 9;
  background-image: url('../images/iMacFrame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  padding-top: 15px;
  position: relative;
}

.webslider-copy {
  z-index: 8;
  width: 470px;
  height: 275px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.col-72-copy-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col-72-home {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.webslider-expo {
  z-index: 8;
  width: 470px;
  height: 275px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-71-expo {
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
}

.heading-71-expo.light, .heading-71-expo.light-copy {
  color: var(--white);
}

.heading-71-expo.payment {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 66px;
}

.heading-71-expo.light-copy {
  color: var(--white);
}

.section-807 {
  padding-top: 40px;
}

.heading-113 {
  color: var(--qms-blue);
  text-align: center;
  margin-top: 0;
}

.heading-114 {
  color: var(--qms-blue);
  text-align: center;
  font-size: 55px;
  line-height: 55px;
}

.section-808 {
  margin-top: 20px;
}

.div-block-77 {
  background-color: var(--black-2);
  padding: 10px;
}

.text-block-203 {
  color: var(--white);
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  line-height: 38px;
}

.body-17 {
  font-family: Open Sans, sans-serif;
}

.div-block-78 {
  border-style: none solid solid;
  border-width: 0 2px 2px;
  border-color: var(--qms-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-204 {
  color: var(--qms-blue);
  font-size: 28px;
  line-height: 30px;
}

.text-block-205 {
  color: var(--qms-blue);
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-79 {
  text-align: left;
}

.superscript {
  font-size: 16px;
}

.superscript-2 {
  font-size: 18px;
}

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

.div-block-80 {
  justify-content: center;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.image-87 {
  height: 90px;
  margin-top: 20px;
  padding-top: 0;
}

.image-88 {
  height: 100px;
}

.div-block-81 {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.container-34 {
  padding-left: 60px;
  padding-right: 60px;
}

.column-202-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 280px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.columns-73-copy {
  background-color: var(--white);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  overflow: hidden;
}

.bold-text-16-copy {
  color: var(--white);
  text-align: center;
  padding-bottom: 0;
  display: block;
}

.bold-text-16-copy-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 24px;
  display: block;
}

.div-block-82 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.text-span-16 {
  color: var(--red);
}

.heading-115 {
  color: var(--qms-blue);
  text-align: center;
  font-size: 22px;
}

.section-809 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.column-161-copy-copy {
  background-color: var(--qms-blue);
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: flex-start;
  height: 500px;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}

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

.comission-cols {
  background-color: #0000;
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.service2-2-copy {
  color: #000;
  padding: 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.text-block-207 {
  color: var(--white);
}

.who-is-sec {
  background-color: var(--light-steel-blue-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.sales-col {
  background-color: #0000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  height: 300px;
  padding-left: 20px;
  display: flex;
}

.two-2-copy-copy-copy {
  background-color: #0000;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.who-is-sec-copy {
  background-color: var(--bg-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.join-col {
  float: left;
  width: auto;
  margin-left: 15px;
  padding-right: 20px;
}

.us-col {
  background-color: #0000;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-right: 40px;
  display: flex;
}

.sales-col-copy {
  background-color: #0000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  height: auto;
  padding-left: 20px;
  display: flex;
}

.heading-75-copy {
  color: var(--white);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
}

.text-block-123-copy-copy {
  color: var(--white);
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.sales-header {
  color: #0a0909;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.sales-copy {
  color: #000;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.cc-col {
  text-align: left;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.symboldiv-plus {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -50%;
}

.columns-69-copy {
  height: 550px;
}

.pax-cols {
  height: 400px;
}

.symboldiv-web {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -334px;
}

.web-service-txt {
  color: var(--white);
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-89 {
  max-width: none;
  height: 100%;
}

.agent-col {
  height: 600px;
}

.column-71-copy {
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.cc-col2 {
  text-align: left;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.sec-cc {
  background-color: var(--qms-blue);
  background-image: linear-gradient(90deg, var(--royal-blue-2), var(--cornflower-blue));
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}

.column-71-copy {
  padding-left: 60px;
  padding-right: 60px;
}

.cc-col3 {
  background-color: var(--qms-blue);
  background-image: linear-gradient(90deg, var(--royal-blue-2), var(--cornflower-blue));
  padding-top: 140px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-799-copy {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-55-copy {
  color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.col-77 {
  padding-left: 30px;
  padding-right: 10%;
}

.subtext {
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.subtext.light {
  color: var(--white);
}

.div-block-33-copy {
  flex-flow: row;
  place-content: space-between flex-start;
  width: 100%;
  display: flex;
}

.mobile-links-div {
  flex-flow: row;
  place-content: space-between flex-start;
  width: 100%;
  display: none;
}

.lightbox-link-9 {
  margin-top: 10px;
}

.div-block-84 {
  flex: none;
}

.button-small {
  background-color: #37648b;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-small:hover {
  background-color: #a0c5e6;
}

.button-small.left {
  flex: none;
  width: auto;
  margin-right: 20px;
}

.button-small.light {
  background-color: var(--bg-blue);
  color: var(--qms-blue);
  font-weight: 600;
}

.button-small.light:hover {
  background-color: var(--hover-dark);
  color: var(--white);
}

.button-small.light-copy {
  background-color: var(--bg-blue);
  color: var(--qms-blue);
  font-weight: 600;
}

.button-small.light-copy:hover {
  background-color: var(--hover-dark);
  color: var(--white);
}

.button-small.leftsmall {
  margin-right: 20px;
}

.columns-50-copy {
  height: 500px;
}

.column-70-home-copy {
  text-align: left;
  height: 100%;
  padding-left: 10%;
}

.col-72-home-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.symboldiv-clover-flexpy {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -50%;
}

.text-block-174-copy {
  font-size: 22px;
  line-height: 28px;
}

.text-block-174-copy.light {
  color: var(--white);
  text-align: left;
}

.text-block-174-copy.expo {
  color: var(--white);
}

.columns-9-copy {
  height: 600px;
}

.section-810 {
  padding: 120px 20px 60px;
}

.heading-117 {
  font-size: 32px;
}

.heading-118 {
  margin-bottom: 20px;
  font-weight: 400;
}

.text-block-208, .text-block-209 {
  font-size: 16px;
  line-height: 22px;
}

.heading-120 {
  font-size: 32px;
}

.heading-121 {
  font-size: 26px;
  line-height: 32px;
}

.div-block-85 {
  text-align: center;
  margin-top: 20px;
}

.web-list-copy {
  color: var(--white);
  text-align: left;
  border-bottom: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.columns-75 {
  margin-bottom: 20px;
  margin-left: 5%;
  margin-right: 5%;
}

.list-4 {
  color: var(--white);
  padding-left: 60px;
}

.columns-76 {
  margin-top: 10px;
}

.lightlink {
  border: 1px solid #a1a1a1;
}

.container-36 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.text-block-210 {
  color: #547588;
  text-decoration: none;
}

.column-209 {
  text-align: center;
  height: 500px;
}

.pinkheader-4 {
  color: #002a43;
  padding: 10px;
  font-size: 33px;
  font-weight: 700;
}

.div-block-86 {
  background-color: #37648b;
  width: 10px;
  height: 2px;
  position: relative;
  top: -6px;
}

.bold-text-16-copy-copy-2 {
  color: #002a43;
  text-align: left;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 24px;
  display: block;
}

.columns-48-copy-2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-811 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-87 {
  background-color: #37648b;
  width: 2px;
  height: 10px;
}

.image-90 {
  width: 350px;
  max-width: 100%;
}

.heading-122 {
  flex: 1;
  align-self: flex-start;
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
}

.service2-3 {
  color: #002a43;
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-88 {
  background-color: #37648b;
  width: 10px;
  height: 2px;
  position: relative;
  top: -6px;
}

.text-block-211 {
  color: #547588;
  text-decoration: none;
}

.image-72-copy {
  height: 300px;
}

.bold-text-16-copy-copy-3 {
  color: #002a43;
  text-align: left;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 24px;
  display: block;
}

.section-812 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-123 {
  flex: 1;
  align-self: flex-start;
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
}

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

.service2-4 {
  color: #002a43;
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-89 {
  background-color: #37648b;
  width: 2px;
  height: 10px;
}

.button-18 {
  color: #000;
  letter-spacing: 1px;
  background-color: #db9d32;
  border-radius: 10px;
}

.button-18:hover {
  background-color: #f6b84c;
}

.call-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #db9d32;
  border-radius: 10px;
  margin-left: 20px;
  padding: 10px 20px;
}

.call-button:hover {
  background-color: #f6b84c;
}

.section-70-copy {
  padding-bottom: 100px;
}

.lightbox-link-10 {
  max-width: 100%;
  height: 100%;
}

.lightbox-link-11 {
  height: 150px;
  overflow: hidden;
}

.columns-78 {
  padding: 20px 10px;
}

.link-27 {
  color: var(--white);
  text-decoration: none;
}

html.w-mod-js [data-ix="number"] {
  opacity: 0;
}

html.w-mod-js [data-ix="number-2"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="iphone"] {
  opacity: 1;
  transform: translate(-700px);
}

html.w-mod-js [data-ix="clover"], html.w-mod-js [data-ix="clover-2"], html.w-mod-js [data-ix="clover-3"] {
  opacity: .2;
  transform: scale(.8);
}

html.w-mod-js [data-ix="business-approved-fly-in"] {
  opacity: 0;
  transform: scale(.69);
}

html.w-mod-js [data-ix="cloverlogo"] {
  opacity: 0;
  transform: scale(.57);
}

html.w-mod-js [data-ix="which-is-right"] {
  opacity: 1;
  transform: scale(1);
}

html.w-mod-js [data-ix="hover"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="select-choice-initial"] {
  display: none;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    line-height: 24px;
  }

  .list-item {
    padding-bottom: 7px;
    font-size: 22px;
    line-height: 26px;
  }

  .bluetwo {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .welcome._2 {
    margin-top: 0;
  }

  .detailpara {
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2 {
    padding-right: 40px;
  }

  .image-28-copy {
    margin-top: 20px;
  }

  .text-block-168 {
    margin-left: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .column-64 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .awardssec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-66 {
    flex-wrap: nowrap;
    justify-content: center;
    height: 600px;
    padding-left: 30px;
  }

  .text-block-173 {
    padding-top: 0;
  }

  .column-67 {
    height: 600px;
  }

  .texthome2 {
    font-size: 22px;
    line-height: 32px;
  }

  .section-65 {
    padding-bottom: 110px;
  }

  .text-block-174 {
    font-size: 24px;
  }

  .text-block-176 {
    font-size: 18px;
    line-height: 26px;
  }

  .column-71 {
    padding-left: 40px;
    padding-right: 10%;
  }

  .column-71-copy {
    height: 550px;
    overflow: hidden;
  }

  .column-70-copy {
    text-align: left;
    padding-left: 40px;
  }

  .white-paragraph-copy {
    font-size: 18px;
  }

  .image-31-copy {
    object-fit: contain;
    max-width: none;
    max-height: 100%;
  }

  .header-home-copy {
    padding-bottom: 10px;
  }

  .text-block-177 {
    font-size: 16px;
    line-height: 22px;
  }

  .col-72 {
    height: auto;
    overflow: hidden;
  }

  .col-73 {
    height: 450px;
    overflow: hidden;
  }

  .seo-section {
    display: block;
  }

  .trig-div {
    cursor: pointer;
  }

  .shotpara {
    font-size: 18px;
    line-height: 24px;
  }

  .columns-29 {
    height: 360px;
  }

  .section-67 {
    height: 600px;
  }

  .left-div {
    width: 45%;
    padding-left: 60px;
  }

  .shotpara-copy {
    font-size: 18px;
    line-height: 24px;
  }

  .title-2 {
    font-size: 18px;
  }

  .column-90 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    display: flex;
  }

  .column-91 {
    background-position: 100%;
    height: 600px;
  }

  .image-57 {
    color: #b4b4b4;
  }

  .socialnew {
    padding-right: 0;
  }

  .newsociallink {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-179 {
    font-size: 18px;
    line-height: 24px;
  }

  .column-158 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-159 {
    background-image: url('../images/hardware-mini-integrate.jpg');
    background-position: 50%;
  }

  .columns-9 {
    height: 550px;
  }

  .pink-2 {
    background-image: linear-gradient(289deg, #9ebed9 8%, #74aad9 33%, var(--cornflower-blue) 64%, #a8c9e5 90%);
  }

  .column-20 {
    padding-right: 10px;
  }

  .service2-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .service1-3 {
    line-height: 22px;
  }

  .two-copy, .column-22-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-6 {
    background-color: var(--royal-blue-2);
  }

  .link-4, .link-11 {
    font-size: 16px;
    line-height: 22px;
  }

  .web-slider {
    height: 475px;
  }

  .gordocolor2 {
    background-color: #f0efee;
  }

  .gordocolor1 {
    background-color: #db9d32;
  }

  .button-10 {
    flex: 0 auto;
  }

  .column-166, .column-167, .column-168, .column-169 {
    height: 260px;
  }

  .image-61, .image-62 {
    width: 250px;
  }

  .link-block-24 {
    background-image: linear-gradient(#fff9, #fff9), url('../images/Evolve-Multiple-areas.jpg');
    background-position: 0 0, 50%;
  }

  .link-block-25 {
    background-image: linear-gradient(#fff9, #fff9), url('../images/mexican-restaurant-drinks.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .link-block-26 {
    background-image: linear-gradient(#fff9, #fff9), url('../images/tuna-rub.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: flex;
  }

  .link-block-27 {
    background-image: linear-gradient(#fff9, #fff9), url('../images/hickory-hut_1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .link-block-28 {
    background-image: linear-gradient(#fff9, #fff9), url('../images/OsceolaAve-Clearwater-Florida.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .columns-57 {
    background-image: linear-gradient(to bottom, null, null), url('../images/web-design-services.jpg');
  }

  .list-2 {
    padding-left: 140px;
  }

  .columns-59 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-161-copy {
    height: 550px;
    padding-left: 40px;
    padding-right: 100px;
  }

  .column-160-copy {
    height: 550px;
  }

  .section-54-copy {
    margin-top: 87px;
  }

  .column-20-copy {
    height: 500px;
    padding-right: 100px;
  }

  .two-2-copy {
    height: 500px;
  }

  .two-2-copy-copy {
    padding-left: 40px;
    padding-right: 100px;
  }

  .column-186 {
    padding-right: 60px;
  }

  .columns-64 {
    height: auto;
  }

  .column-187 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 60px;
    padding-right: 40px;
    display: flex;
  }

  .columns-65 {
    height: auto;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .column-188, .column-190 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-191, .column-192, .column-193 {
    text-align: center;
  }

  .image-71 {
    height: 300px;
  }

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

  .bold-text-16-copy {
    cursor: pointer;
  }

  .image-57-copy {
    color: #b4b4b4;
  }

  .fist-cols-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-196 {
    padding-left: 100px;
    padding-right: 40px;
  }

  .section-98 {
    padding-bottom: 80px;
  }

  .circlediv {
    position: relative;
    top: 13px;
  }

  .circlediv-center {
    border-radius: 160px;
    width: 160px;
    height: 160px;
  }

  .circlediv-web {
    position: static;
    inset: -24% 42% 0% -245px;
  }

  .circlediv-cash {
    top: -21%;
    bottom: 0%;
    left: -26%;
  }

  .link-block-29 {
    top: -18px;
    left: -159px;
  }

  .link-block-30 {
    position: relative;
    top: -106px;
    left: 19px;
  }

  .link-block-31 {
    inset: 45% 10% 0% auto;
  }

  .div-block-71 {
    padding-top: 10%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-block-34 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-99 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lightbox-link-7 {
    width: auto;
  }

  .slider-2 {
    height: 500px;
  }

  .slider-3 {
    width: 70%;
    height: auto;
  }

  .section-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service2-2-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .column-199, .column-200 {
    padding-left: 60px;
    padding-right: 100px;
  }

  .columns-71 {
    height: 500px;
  }

  .columns-72 {
    height: 450px;
  }

  .column-201, .image-81 {
    height: 100%;
  }

  .image-82 {
    max-width: none;
    height: 100%;
  }

  .lightbox-link-8 {
    height: 100%;
    max-height: 100%;
  }

  .column-71-copy-copy {
    height: 550px;
    overflow: hidden;
  }

  .image-31-copy-copy {
    object-fit: contain;
    max-width: 727px;
    max-height: 100%;
  }

  .symboldiv-clover-copy-copy {
    left: -272px;
  }

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

  .two-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-9 {
    padding-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .column-186-copy {
    padding-right: 0;
  }

  .column-191-copy {
    text-align: left;
    padding-left: 100px;
    padding-right: 40px;
  }

  .columns-64-copy {
    height: auto;
  }

  .section-mobile {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .columns-65-copy {
    height: auto;
  }

  .col-flex, .col-duo {
    padding-left: 100px;
    padding-right: 40px;
  }

  .agent-login-div {
    margin-right: 0%;
    padding-right: 8%;
  }

  .link-24 {
    height: 25px;
    padding-top: 8px;
  }

  .symboldiv-clover-solo {
    left: -52%;
  }

  .login-link {
    font-size: 18px;
    line-height: 24px;
  }

  .white-para {
    font-size: 18px;
    line-height: 26px;
  }

  .image-38 {
    object-fit: contain;
    max-width: 727px;
    max-height: 100%;
  }

  .col-73-copy {
    height: auto;
    overflow: hidden;
  }

  .text-block-195 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-196 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-198 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-199 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-200 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-201 {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-110 {
    font-size: 46px;
    line-height: 52px;
  }

  .cell-2 {
    padding-right: 40px;
  }

  .link-block-35 {
    height: 260px;
  }

  .div-block-61-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown-toggle-9 {
    padding: 0;
  }

  .column-202 {
    align-items: center;
    padding-left: 20px;
  }

  .column-70-copy-copy {
    padding-left: 40px;
  }

  .col-72-copy {
    align-items: center;
    height: 600px;
    display: flex;
    overflow: hidden;
  }

  .para-expo {
    font-size: 18px;
  }

  .heading-expo {
    margin-bottom: 20px;
  }

  .text-expo {
    font-size: 18px;
    line-height: 26px;
  }

  .column-184-copy {
    padding-left: 100px;
  }

  .columns-29-copy {
    height: 360px;
  }

  .text-block-176-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .column-71-copy, .column-71-expo {
    height: auto;
    padding-left: 40px;
    padding-right: 60px;
  }

  .column-70-copy-copy {
    text-align: left;
    text-align: left;
    padding-left: 40px;
  }

  .column-70-expo2 {
    padding-left: 40px;
  }

  .column-70-copy-copy {
    text-align: left;
    padding-left: 60px;
  }

  .column-71-home {
    height: 650px;
    overflow: hidden;
  }

  .section-65-copy {
    padding-bottom: 0;
  }

  .section-65-copy-copy {
    padding-bottom: 110px;
  }

  .webslider-home {
    width: 100%;
    height: 400px;
  }

  .col-72-copy {
    height: 400px;
    overflow: hidden;
  }

  .column-70-gd {
    text-align: left;
    padding-left: 40px;
  }

  .section-65-copy-home {
    padding-bottom: 110px;
  }

  .column-70-home {
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
  }

  .col-72-copy-copy {
    align-items: center;
    height: 600px;
    display: flex;
    overflow: hidden;
  }

  .col-72-home {
    height: 500px;
    overflow: hidden;
  }

  .container-34 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .column-202-copy {
    align-items: center;
    padding-left: 20px;
  }

  .bold-text-16-copy-copy {
    cursor: pointer;
    cursor: pointer;
    cursor: pointer;
    cursor: pointer;
    cursor: pointer;
    cursor: pointer;
    cursor: pointer;
  }

  .column-161-copy-copy {
    height: 550px;
    padding-left: 40px;
    padding-right: 100px;
  }

  .heading-116 {
    margin-bottom: 20px;
  }

  .comission-cols {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service2-2-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .two-2-copy-copy-copy {
    padding-left: 40px;
    padding-right: 100px;
  }

  .join-col {
    padding-right: 40px;
  }

  .us-col, .sales-col-copy {
    height: auto;
  }

  .sales-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .cc-col {
    text-align: left;
    padding-left: 40px;
  }

  .pax-cols {
    height: auto;
  }

  .web-service-txt {
    font-size: 18px;
    line-height: 26px;
  }

  .cc-col2 {
    text-align: left;
    padding-left: 40px;
  }

  .sec-cc {
    padding-bottom: 110px;
  }

  .column-71-copy {
    padding-left: 40px;
    padding-right: 60px;
  }

  .cc-col3 {
    padding-bottom: 110px;
  }

  .col-77 {
    padding-left: 40px;
    padding-right: 10%;
  }

  .subtext {
    font-size: 18px;
    line-height: 26px;
  }

  .column-70-home-copy {
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
  }

  .col-72-home-copy {
    height: 500px;
    overflow: hidden;
  }

  .text-block-174-copy {
    font-size: 24px;
  }

  .web-list-copy {
    font-size: 18px;
  }

  .text-block-210 {
    font-size: 16px;
    line-height: 22px;
  }

  .bold-text-16-copy-copy-2 {
    cursor: pointer;
  }

  .section-811 {
    padding-bottom: 80px;
  }

  .service2-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-211 {
    font-size: 16px;
    line-height: 22px;
  }

  .bold-text-16-copy-copy-3 {
    cursor: pointer;
  }

  .section-812 {
    padding-bottom: 80px;
  }

  .service2-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .image-91, .image-92, .image-93, .image-94 {
    width: 100%;
  }

  .call-button {
    margin-left: 20px;
  }

  .columns-78 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    line-height: 24px;
  }

  .header3home.sub {
    padding-top: 10px;
    font-size: 44px;
    line-height: 55px;
  }

  .list-item {
    font-size: 24px;
    line-height: 30px;
  }

  .bluetwo {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .welcome._1 {
    font-size: 24px;
    line-height: 32px;
  }

  .welcome._2 {
    margin-top: 0;
  }

  .blueparagraph {
    font-size: 18px;
    line-height: 22px;
  }

  .headingclov {
    font-size: 22px;
  }

  .computer {
    height: 500px;
  }

  .webslider {
    width: 580px;
    height: 325px;
  }

  .logo1 {
    margin-left: 10%;
  }

  .column-2 {
    padding-right: 60px;
  }

  .heading-67 {
    font-size: 36px;
    line-height: 38px;
  }

  .image-18 {
    width: 275px;
  }

  .container-9 {
    padding-top: 8px;
    top: auto;
  }

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

  .columns-25 {
    height: auto;
  }

  .column-66 {
    flex-flow: column;
    height: 700px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .button-9 {
    padding: 15px 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .column-67 {
    border-bottom-style: none;
    height: 700px;
  }

  .texthome2 {
    font-size: 24px;
    line-height: 36px;
  }

  .link-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .column-68 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
  }

  .column-69 {
    flex-direction: column;
    align-items: center;
    height: 200px;
    display: flex;
  }

  .div-block-2, .columns-26 {
    height: 200px;
  }

  .section-65 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-71 {
    font-size: 44px;
    line-height: 55px;
  }

  .text-block-174 {
    font-size: 28px;
    line-height: 34px;
  }

  .text-block-176 {
    font-size: 22px;
    line-height: 32px;
  }

  .image-31 {
    max-height: none;
  }

  .column-71 {
    padding-left: 60px;
    padding-right: 10%;
  }

  .column-70-copy {
    padding-left: 60px;
    padding-right: 40px;
  }

  .white-paragraph-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .image-31-copy {
    object-fit: fill;
    max-width: none;
    max-height: 100%;
  }

  .header-home-copy {
    font-size: 77px;
    line-height: 88px;
  }

  .image-32 {
    position: relative;
    top: -36px;
  }

  .col-72 {
    height: 650px;
    padding-left: 0;
    padding-right: 0;
  }

  .contactbanner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-138 {
    font-size: 20px;
    line-height: 22px;
  }

  .buttoncontact {
    font-size: 22px;
    line-height: 28px;
  }

  .trig-div {
    width: 100%;
  }

  .shotpara {
    font-size: 20px;
    line-height: 26px;
  }

  .columns-29 {
    height: 500px;
  }

  .section-67 {
    background-size: cover;
    height: 700px;
  }

  .left-div {
    padding-left: 100px;
  }

  .shotpara-copy {
    font-size: 19px;
    line-height: 26px;
  }

  .div-block-53 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-69 {
    padding-top: 4px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-68 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-74 {
    font-weight: 600;
  }

  .menusubheader.white {
    font-size: 66px;
    line-height: 66px;
  }

  .text-block-179 {
    font-size: 20px;
    line-height: 26px;
  }

  .column-158 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-160, .column-161 {
    height: 100%;
  }

  .text-block-123 {
    font-size: 22px;
    line-height: 28px;
  }

  .columns-9 {
    height: 600px;
  }

  .service1-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .pinklist-2 {
    font-size: 22px;
    line-height: 44px;
  }

  .pink-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service2-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .service1-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .listitem-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .colorname {
    font-size: 18px;
    line-height: 24px;
  }

  .colorhex {
    font-size: 16px;
    line-height: 22px;
  }

  .link-11 {
    font-size: 18px;
    line-height: 24px;
  }

  .descrip {
    font-size: 22px;
    line-height: 28px;
  }

  .sectiontag {
    font-size: 22px;
    line-height: 24px;
  }

  .web-slider {
    height: 550px;
  }

  .button-15.orange, .button-16.dark, .button-16.cilantro {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .section-71 {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/highway-to-city-at-dusk-usa-Minnesota.-Minneapolis-1.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .heading-78 {
    color: var(--white);
    font-size: 44px;
    line-height: 66px;
  }

  .text-block-181 {
    color: var(--white);
  }

  .link-12 {
    color: var(--white);
    font-size: 55px;
    font-weight: 700;
    line-height: 66px;
  }

  .column-180 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-2 {
    padding-left: 140px;
  }

  .column-181 {
    text-align: right;
  }

  .image-65 {
    position: static;
  }

  .heading-104 {
    font-size: 34px;
    line-height: 38px;
  }

  .list-3, .text-block-184 {
    font-size: 18px;
    line-height: 22px;
  }

  .column-161-copy {
    height: 100%;
    padding-right: 140px;
  }

  .column-160-copy {
    height: 100%;
  }

  .section-54-copy {
    margin-top: 87px;
  }

  .pink-2-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .columns-17-copy-copy {
    height: 650px;
  }

  .pink-2-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-123-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .columns-63, .image-70 {
    height: auto;
  }

  .paragraph-7 {
    line-height: 28px;
  }

  .column-188 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-96 {
    padding-bottom: 0;
  }

  .column-190 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fist-cols-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-72 {
    height: 400px;
  }

  .circlediv {
    position: relative;
    top: 13px;
  }

  .circlediv-web {
    left: -272px;
  }

  .circlediv-cash {
    left: -26%;
  }

  .link-block-31 {
    right: 12%;
  }

  .div-block-71 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .link-block-34 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .slider-3 {
    height: auto;
  }

  .column-199 {
    padding-right: 100px;
  }

  .columns-72 {
    height: 500px;
  }

  .column-71-copy-copy {
    height: 650px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-31-copy-copy {
    object-fit: fill;
    max-width: none;
    max-height: 100%;
  }

  .section-65-copy, .section-799, .section-789, .section-788, .section-655 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .symboldiv-clover-copy-copy {
    left: -342px;
  }

  .column-186-copy {
    padding-right: 0;
  }

  .section-mobile {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .agent-login-div {
    padding-right: 13%;
  }

  .login-link {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-75 {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .iage-55 {
    position: static;
  }

  .white-para {
    font-size: 22px;
    line-height: 32px;
  }

  .image-38 {
    object-fit: fill;
    max-width: none;
    max-height: 100%;
  }

  .cell-2 {
    padding-right: 60px;
  }

  .logo1-copy {
    margin-left: 10%;
  }

  .section-65-copy, .section-789-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .image-31-copy {
    max-height: none;
  }

  .para-expo {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-expo {
    font-size: 44px;
    line-height: 55px;
  }

  .text-expo {
    font-size: 22px;
    line-height: 32px;
  }

  .column-184-copy {
    padding-top: 0;
    padding-left: 100px;
    padding-right: 10px;
  }

  .button-9-copy, .button-expo {
    padding: 15px 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .columns-29-copy {
    height: 500px;
  }

  .heading-71-copy {
    font-size: 44px;
    line-height: 55px;
  }

  .text-block-176-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .section-788-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .column-71-copy, .column-71-expo {
    height: auto;
    padding-left: 40px;
    padding-right: 60px;
  }

  .column-70-copy-copy, .column-70-expo2 {
    padding-left: 60px;
    padding-right: 40px;
  }

  .column-70-copy-copy {
    padding-left: 100px;
    padding-right: 5%;
  }

  .column-71-home {
    height: 750px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-65-copy {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section-65-copy-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .computer-home {
    height: 500px;
  }

  .col-72-copy {
    height: 650px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-70-gd {
    padding-left: 60px;
    padding-right: 40px;
  }

  .section-65-copy-home {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .column-70-home {
    padding-left: 60px;
    padding-right: 40px;
  }

  .computer-copy {
    height: 500px;
  }

  .webslider-copy {
    width: 580px;
    height: 325px;
  }

  .col-72-copy-copy {
    height: 650px;
    padding-left: 0;
    padding-right: 0;
  }

  .col-72-home {
    height: 650px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .webslider-expo {
    width: 580px;
    height: 325px;
  }

  .heading-71-expo {
    font-size: 44px;
    line-height: 55px;
  }

  .container-34 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .column-161-copy-copy {
    height: 100%;
    padding-right: 140px;
  }

  .service2-2-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .who-is-sec, .who-is-sec-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .join-col {
    padding-top: 100px;
    padding-right: 100px;
  }

  .text-block-123-copy-copy, .sales-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .cc-col {
    padding-left: 60px;
    padding-right: 40px;
  }

  .columns-69-copy {
    height: 700px;
    overflow: hidden;
  }

  .symboldiv-web {
    left: -407px;
  }

  .web-service-txt {
    font-size: 22px;
    line-height: 28px;
  }

  .agent-col {
    height: 650px;
  }

  .cc-col2 {
    padding-left: 60px;
    padding-right: 40px;
  }

  .sec-cc {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .column-71-copy {
    padding-left: 40px;
    padding-right: 60px;
  }

  .cc-col3, .section-799-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .col-77 {
    padding-left: 40px;
    padding-right: 10%;
  }

  .subtext {
    font-size: 22px;
    line-height: 32px;
  }

  .button-small {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .columns-50-copy {
    height: auto;
  }

  .column-70-home-copy {
    padding-left: 100px;
    padding-right: 40px;
  }

  .col-72-home-copy {
    height: 650px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-174-copy {
    font-size: 28px;
    line-height: 34px;
  }

  .columns-9-copy {
    height: 700px;
  }

  .web-list-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .service2-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .image-72-copy {
    height: 400px;
  }

  .service2-4 {
    font-size: 22px;
    line-height: 28px;
  }

  .columns-78 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 20px;
    line-height: 26px;
  }

  .list-item {
    font-size: 28px;
    line-height: 36px;
  }

  .bluetwo {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .welcome._1 {
    font-size: 24px;
    line-height: 32px;
  }

  .welcome._2 {
    padding-bottom: 10px;
    font-size: 66px;
    line-height: 68px;
  }

  .contactarea {
    padding-left: 10%;
    padding-right: 10%;
  }

  .whitedivv {
    padding-right: 25%;
  }

  .headingclov {
    font-size: 28px;
    line-height: 32px;
  }

  .detailscon {
    padding-left: 0;
    padding-right: 0;
  }

  .stateparagraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .shop {
    height: 700px;
  }

  .paycontainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .computer {
    height: 600px;
    margin-top: 0;
  }

  .webslider {
    width: 705px;
    height: 400px;
  }

  .logo1 {
    margin-left: 20%;
  }

  .column-2 {
    padding-right: 100px;
  }

  .link-block-4 {
    padding-left: 0;
  }

  .image-28-copy {
    max-height: none;
  }

  .heading-63 {
    font-size: 44px;
    line-height: 55px;
  }

  .heading-64 {
    font-size: 30px;
    line-height: 38px;
  }

  .text-block-168 {
    font-size: 28px;
    line-height: 44px;
  }

  .column-61 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 100px;
    display: flex;
  }

  .column-62 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-64 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .button-9, .button-9.left {
    font-size: 28px;
    line-height: 32px;
  }

  .texthome2, .text-block-174 {
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-174.light {
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-174.expo {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-176 {
    font-size: 30px;
    line-height: 36px;
  }

  .column-71 {
    padding-left: 100px;
    padding-right: 10%;
  }

  .column-70-copy {
    padding-left: 100px;
  }

  .white-paragraph-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .col-73 {
    height: 650px;
  }

  .contactbanner {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .shotpara {
    font-size: 22px;
    line-height: 30px;
  }

  .columns-29 {
    height: 550px;
  }

  .section-67 {
    background-image: none;
    height: 100vh;
  }

  .left-div {
    padding-left: 220px;
  }

  .shotpara-copy {
    padding-right: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .title-2 {
    font-size: 18px;
  }

  .column-90 {
    height: 100%;
    padding-left: 5%;
    padding-right: 15%;
  }

  .column-91 {
    height: 700px;
  }

  .text-block-71 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-68 {
    font-size: 26px;
    line-height: 28px;
  }

  .fist-cols {
    padding-left: 0%;
    padding-right: 0%;
  }

  .menusubheader {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-179 {
    padding-right: 15%;
  }

  .columns-46 {
    padding-right: 0;
  }

  .column-158 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .column-159 {
    height: 100%;
  }

  .section-68 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-160 {
    padding-bottom: 100px;
  }

  .section-54 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-161 {
    padding-left: 40px;
    padding-right: 10%;
  }

  .text-block-123 {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-61 {
    padding-right: 10%;
  }

  .columns-9 {
    height: 750px;
  }

  .heading-75 {
    font-size: 44px;
    line-height: 52px;
  }

  .service1-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .pinklist-2 {
    font-size: 32px;
    line-height: 55px;
  }

  .pink-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-20 {
    padding-left: 10%;
  }

  .service2-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .service1-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .section-53 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pinkheader-3 {
    font-size: 44px;
    line-height: 52px;
  }

  .two-copy {
    padding-left: 60px;
    padding-right: 40px;
  }

  .column-22-copy {
    padding-left: 10%;
    padding-right: 60px;
  }

  .section-11 {
    padding-top: 100px;
  }

  .heading-76 {
    font-size: 36px;
    line-height: 42px;
  }

  .link-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .listitem-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .column-165 {
    padding-left: 60px;
    padding-right: 100px;
  }

  .colorname {
    font-size: 22px;
    line-height: 26px;
  }

  .link-11 {
    font-size: 28px;
    line-height: 32px;
  }

  .descrip {
    font-size: 28px;
    line-height: 38px;
  }

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

  .web-slider {
    height: 800px;
  }

  .section-71 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

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

  .link-block-21 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .columns-50 {
    height: 700px;
  }

  .image-62 {
    width: 250px;
  }

  .section-87 {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .column-181 {
    text-align: right;
  }

  .div-block-65 {
    background-size: cover;
  }

  .image-65 {
    width: 100%;
    position: relative;
    top: -73px;
  }

  .image-67 {
    max-width: 75%;
  }

  .columns-59 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .list-3 {
    margin-top: 0;
    padding-top: 20px;
  }

  .column-161-copy {
    height: 100%;
    padding-left: 100px;
    padding-right: 10%;
  }

  .column-160-copy {
    background-size: cover;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-27-copy {
    width: auto;
    height: 100%;
    max-height: none;
  }

  .section-54-copy {
    margin-top: 88px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-20-copy {
    flex-wrap: nowrap;
    height: 100%;
    padding-left: 10%;
    padding-right: 100px;
  }

  .column-22-copy-copy {
    padding-left: 40px;
    padding-right: 60px;
  }

  .section-53-copy {
    padding: 60px 10% 0;
  }

  .pink-2-copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .columns-47-copy {
    padding-left: 0;
  }

  .two-2-copy {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pink-3-copy {
    background-color: var(--white);
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .two-2-copy-copy {
    height: 100%;
    padding-right: 10%;
  }

  .columns-17-copy-copy {
    height: 700px;
    overflow: hidden;
  }

  .pink-2-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-20-copy-copy {
    height: 100%;
  }

  .text-block-123-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .image-68 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    overflow: clip;
  }

  .section-91 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .column-184 {
    padding-left: 0;
    padding-right: 40px;
  }

  .text-block-186 {
    font-size: 22px;
    line-height: 28px;
  }

  .column-185 {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .column-186 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-right: 15%;
    display: flex;
  }

  .columns-64 {
    height: 800px;
  }

  .section-93 {
    height: auto;
  }

  .section-94 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-187 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 15%;
    padding-right: 10%;
    display: flex;
  }

  .columns-65 {
    height: 700px;
  }

  .section-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 140px;
    display: block;
    overflow: visible;
  }

  .container-30 {
    flex-flow: column;
    margin-top: auto;
    display: flex;
  }

  .paragraph-7 {
    line-height: 28px;
  }

  .columns-66 {
    height: 800px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .column-188 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-95 {
    height: 100%;
    margin-top: 0;
  }

  .body-13 {
    background-color: var(--qms-blue);
  }

  .section-96 {
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .column-189 {
    height: 100%;
  }

  .columns-67 {
    height: 700px;
  }

  .column-190 {
    height: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-191 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .column-192 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 100px;
    display: flex;
  }

  .column-193 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .image-71 {
    height: 400px;
  }

  .section-93-copy, .section-97 {
    height: auto;
  }

  .symboldiv-clover2 {
    left: -50%;
  }

  .image-72 {
    height: 500px;
    max-height: 100%;
  }

  .column-196 {
    padding-left: 100px;
  }

  .section-98 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-197, .columns-69 {
    height: auto;
  }

  .column-198 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .columns-70 {
    height: 500px;
  }

  .circlediv-center {
    border-radius: 200px;
    width: 200px;
    height: 200px;
  }

  .circlediv-web {
    inset: -26% 15% 0% -399px;
  }

  .circlediv-cash {
    left: -19%;
  }

  .link-block-29 {
    top: -21px;
    left: -170px;
  }

  .link-block-31 {
    top: 37%;
    right: 15%;
  }

  .link-block-32 {
    top: -27px;
    left: 68px;
  }

  .link-block-33 {
    top: 173px;
    left: -172px;
  }

  .div-block-71 {
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .link-block-34 {
    padding: 40px 60px 20px;
  }

  .section-99 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-2 {
    height: 600px;
  }

  .slider-3 {
    width: 80%;
    height: auto;
  }

  .pinkheader-3-copy {
    font-size: 44px;
    line-height: 52px;
  }

  .column-200 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 10px;
    padding-right: 15%;
    display: flex;
  }

  .columns-71 {
    height: 600px;
  }

  .section-101 {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .column-71-copy-copy {
    height: 800px;
  }

  .symboldiv-clover-copy-copy {
    left: -354px;
  }

  .two-copy-copy {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 40px;
  }

  .paragraph-9 {
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 24px;
    line-height: 32px;
  }

  .column-186-copy {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-right: 0;
    display: flex;
  }

  .column-191-copy {
    padding-top: 60px;
    padding-left: 15%;
    padding-right: 10%;
  }

  .image-83 {
    width: 500px;
  }

  .columns-64-copy {
    height: 700px;
    overflow: hidden;
  }

  .section-mobile {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-65-copy {
    height: auto;
  }

  .section-94-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-pax {
    height: auto;
  }

  .col-flex {
    padding-left: 15%;
    padding-right: 10%;
  }

  .col-duo {
    padding-left: 10%;
    padding-right: 10%;
  }

  .agent-login-div {
    padding-right: 20%;
  }

  .login-link {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-75 {
    padding-top: 40px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .iage-55 {
    top: -73px;
  }

  .white-para {
    font-size: 26px;
    line-height: 32px;
  }

  .col-73-copy {
    height: 550px;
  }

  .link-block-35 {
    text-align: center;
  }

  .div-block-61-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo1-copy {
    margin-left: 20%;
  }

  .section-101-copy {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .column-70-copy-copy {
    padding-left: 100px;
  }

  .para-expo, .text-expo {
    font-size: 30px;
    line-height: 36px;
  }

  .column-184-copy {
    padding-left: 140px;
    padding-right: 20px;
  }

  .button-9-copy, .button-9-copy.left, .button-expo, .button-expo.left {
    font-size: 28px;
    line-height: 32px;
  }

  .columns-29-copy {
    height: 550px;
  }

  .text-block-174-copy.light, .text-block-174-copy.expo {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-174-copy.light, .text-block-174-copy.expo {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-176-copy {
    font-size: 30px;
    line-height: 36px;
  }

  .column-71-copy, .column-71-expo {
    padding-left: 100px;
    padding-right: 140px;
  }

  .column-70-expo2 {
    padding-left: 100px;
  }

  .column-70-copy-copy {
    padding-left: 140px;
    padding-right: 10%;
  }

  .column-71-home {
    height: 850px;
  }

  .computer-home {
    height: 600px;
    margin-top: 0;
  }

  .webslider-home {
    width: 800px;
    height: 500px;
  }

  .col-72-copy {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .column-70-gd {
    padding-left: 10%;
  }

  .column-70-home {
    padding-left: 10%;
    padding-right: 60px;
  }

  .computer-copy {
    height: 600px;
    margin-top: 0;
  }

  .webslider-copy {
    width: 950px;
    height: 600px;
  }

  .col-72-home {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

  .webslider-expo {
    width: 705px;
    height: 400px;
  }

  .container-34 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .column-161-copy-copy {
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .comission-cols {
    padding-left: 60px;
    padding-right: 60px;
  }

  .service2-2-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-207 {
    font-size: 18px;
    line-height: 26px;
  }

  .who-is-sec, .who-is-sec-copy {
    padding-right: 0;
    overflow: hidden;
  }

  .join-col {
    padding-top: 140px;
    padding-right: 140px;
  }

  .us-col {
    height: 450px;
  }

  .heading-75-copy {
    font-size: 44px;
    line-height: 52px;
  }

  .text-block-123-copy-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .sales-header {
    font-size: 44px;
    line-height: 52px;
  }

  .sales-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .cc-col {
    padding-top: 60px;
    padding-left: 10%;
    padding-right: 140px;
  }

  .columns-69-copy {
    height: 800px;
    overflow: hidden;
  }

  .pax-cols {
    height: 700px;
  }

  .ordering-col {
    padding-top: 60px;
  }

  .symboldiv-web {
    left: -654px;
  }

  .web-service-txt {
    font-size: 24px;
    line-height: 28px;
  }

  .right-arrow, .left-arrow, .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .agent-col {
    height: 700px;
    overflow: hidden;
  }

  .cc-col2 {
    padding-left: 10%;
  }

  .column-71-copy {
    padding-left: 100px;
    padding-right: 10%;
  }

  .div-block-55-copy {
    justify-content: center;
    align-items: flex-end;
    padding-right: 120px;
  }

  .div-block-83 {
    margin-right: 60px;
  }

  .columns-74 {
    height: 750px;
  }

  .col-77 {
    padding-left: 100px;
    padding-right: 10%;
  }

  .subtext {
    font-size: 24px;
    line-height: 30px;
  }

  .button-small {
    font-size: 16px;
    line-height: 20px;
  }

  .button-small.left {
    font-size: 28px;
    line-height: 32px;
  }

  .columns-50-copy {
    height: 700px;
  }

  .column-70-home-copy {
    padding-left: 10%;
    padding-right: 60px;
  }

  .col-72-home-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

  .text-block-174-copy {
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-174-copy.light {
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-174-copy.expo {
    font-size: 36px;
    line-height: 42px;
  }

  .columns-9-copy {
    height: 800px;
    padding-bottom: 0;
  }

  .web-list-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .pinkheader-4 {
    font-size: 44px;
    line-height: 52px;
  }

  .section-811 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-90 {
    width: 500px;
  }

  .service2-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-72-copy {
    height: 500px;
    max-height: 100%;
  }

  .columns-77 {
    height: 500px;
  }

  .section-812 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-210 {
    height: auto;
  }

  .service2-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .lightbox-link-11 {
    height: 200px;
  }

  .columns-78 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 991px) {
  .home-link.w--current {
    margin-top: -2px;
    padding-top: 0;
  }

  .navbar {
    z-index: 9;
  }

  .hero-section {
    height: auto;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .nav-link {
    color: #c8d7e7;
    margin-left: 10px;
    margin-right: 67px;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 22px;
  }

  .nav-link.current {
    color: #ffffff54;
  }

  .navcontainer {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .header-home {
    color: #fafbfc;
    font-size: 54px;
    position: relative;
    top: 0;
  }

  .header-home.b {
    font-size: 1.9em;
  }

  .header-two-home {
    margin-bottom: 60px;
    font-size: 48px;
  }

  .logo {
    margin-top: -14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navmenu {
    z-index: 9;
    background-color: #000c;
    margin-top: 95px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }

  .header3home._3 {
    font-size: 32px;
  }

  .iphone {
    margin-top: 94px;
    padding-top: 0;
  }

  .logotwo {
    margin-top: -13px;
    padding-top: 1px;
  }

  .column {
    height: auto;
  }

  .columntwo {
    font-size: 20px;
    line-height: 28px;
  }

  .columntwo._2 {
    font-size: 20px;
  }

  .white-paragraph {
    font-size: 16px;
  }

  .blueheader {
    margin-top: 0;
    margin-bottom: 11px;
    padding-bottom: 17px;
    font-size: 28px;
  }

  .blueheader._1 {
    margin-top: -3px;
    padding-top: 0;
    font-size: 24px;
  }

  .bluecolumntwo {
    padding-top: 0;
  }

  .heading {
    margin-top: 1px;
    margin-bottom: 11px;
    font-size: 24px;
  }

  .headerthree {
    font-size: 15px;
  }

  .headerthree._1 {
    margin-top: 17px;
  }

  .greenimage {
    padding-top: 66px;
  }

  .greenveideo {
    margin-top: 66px;
  }

  .circle {
    padding-left: 14px;
    padding-right: 14px;
  }

  .welcome._1 {
    font-size: 16px;
  }

  .welcome._2 {
    margin-top: 0;
    font-size: 37px;
  }

  .social {
    margin-top: -6px;
    margin-bottom: -3px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navdropdown {
    margin-top: 0;
    padding: 0;
  }

  .navdropdown.w--open {
    background-color: #0000;
  }

  .menuicon {
    color: var(--cornflower-blue);
    padding: 13px 10px;
    font-size: 42px;
  }

  .media {
    padding-top: 9px;
  }

  .cloverparagraph {
    padding-top: 0;
  }

  .blogimage {
    height: 150px;
  }

  .blogheader {
    font-size: 17px;
    line-height: 19px;
  }

  .blogdiv1 {
    height: 510px;
  }

  .dynamiclist {
    padding-left: 0;
    padding-right: 0;
  }

  .blogpagehero {
    height: 400px;
  }

  .service-text {
    margin-right: -11px;
    font-size: 44px;
  }

  .clovtext {
    font-size: 17px;
  }

  .pinklist {
    margin-left: 39px;
  }

  .pinkheader {
    font-size: 17px;
  }

  .whitedivv {
    width: 350px;
    margin-left: 0;
  }

  .submenu {
    margin-right: 42px;
  }

  .hardwaremen {
    float: right;
    margin-top: -6px;
    margin-left: 9px;
    margin-right: 84px;
    padding-top: 0;
    padding-bottom: 11px;
    padding-right: 0;
    font-size: 20px;
  }

  .hardtext {
    margin-top: 11px;
    margin-right: 11px;
    padding-right: 0;
    font-size: 24px;
  }

  .dropdown {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .droplist {
    margin-top: 32px;
  }

  .headingclov {
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .headingclov._2 {
    margin-left: -3px;
  }

  .clovimage {
    margin-bottom: 50px;
  }

  .posstation {
    margin-bottom: 44px;
  }

  .access {
    margin-top: -19px;
    margin-left: 1px;
  }

  .minisection {
    background-position: 50%;
    height: 350px;
  }

  .minidiv {
    color: #111a81;
    margin-top: 142px;
  }

  .waitmore {
    margin-top: 212px;
    margin-right: 7px;
  }

  .clkear1 {
    height: 750px;
  }

  .dads {
    margin-bottom: 10px;
  }

  .unorders {
    margin-top: 48px;
  }

  .cols2 {
    padding-left: 32px;
  }

  .rows2 {
    margin-bottom: 53px;
  }

  .img1 {
    margin-left: auto;
    margin-right: 59px;
    display: block;
  }

  .texts {
    margin-right: 0;
  }

  .colsone._90 {
    padding-top: 60px;
  }

  .colsone.rtyjetu {
    margin-top: -1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .colstwo.dfgb {
    padding-bottom: 57px;
  }

  .colsheading {
    margin-top: -49px;
    padding-top: 0;
    padding-bottom: 59px;
  }

  .colsheading._1 {
    margin-top: 10px;
  }

  .colsheading._1._7 {
    padding-bottom: 40px;
  }

  .colsheading._2 {
    margin-top: 4px;
    padding-bottom: 6px;
  }

  .colsheading._2.hgjfgmdfn {
    margin-top: 5px;
    padding-top: 0;
  }

  .colsheading._3 {
    margin-top: 5px;
    padding-bottom: 105px;
  }

  .colsheading._3.hmvngcbhfd {
    margin-top: 10px;
    padding-bottom: 100px;
  }

  .colsheading._3.d.p.aa {
    padding-bottom: 5px;
  }

  .colsheading._3.d.gg {
    padding-top: 5px;
  }

  .colsheading._5 {
    padding-top: 59px;
  }

  .colsheading._5.p.b {
    margin-top: 1px;
    margin-bottom: -4px;
    padding-bottom: 9px;
  }

  .colsheading._5.p.b._88 {
    padding-top: 0;
  }

  .colsheading._6 {
    padding-top: 59px;
  }

  .colsheading._8 {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }

  .colsheading._8.i {
    margin-bottom: 36px;
  }

  .colsheading._8.i.b {
    margin-top: 3px;
    padding-bottom: 7px;
  }

  .colsheading._9 {
    margin-top: 10px;
  }

  .colsheading._9.y.b {
    margin-top: 2px;
    padding-bottom: 35px;
  }

  .colsheading.jhg {
    padding-top: 59px;
    padding-bottom: 0;
  }

  .colsheading.lol {
    margin-top: 9px;
    padding-top: 1px;
    padding-bottom: 0;
  }

  .colsheading._666 {
    padding-bottom: 99px;
  }

  .colsheading._654 {
    margin-top: 8px;
  }

  .colspara {
    font-size: 17px;
  }

  .hand {
    font-size: 28px;
  }

  .packagetest {
    font-size: 33px;
  }

  .packagediv {
    margin-top: -7px;
  }

  .dovwho {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .parawho {
    margin-left: -53px;
    font-size: 16px;
  }

  .greyarea {
    height: 400px;
  }

  .feat {
    font-size: 14px;
    line-height: 31px;
  }

  .stationdiv._3 {
    margin-top: 92px;
  }

  .stationpar {
    color: #c8f1c4;
    font-size: 25px;
    font-weight: 600;
  }

  .stationpar._6 {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
  }

  .go-main._2 {
    background-position: 100% 100%, 0 0;
  }

  .mainhead {
    margin-top: 42px;
  }

  .colsclear {
    padding: 0;
  }

  .help {
    font-size: 21px;
  }

  .clovergoim {
    margin-top: 92px;
    margin-left: -16px;
  }

  .photos {
    margin-top: 60px;
  }

  .details {
    margin-top: -32px;
  }

  .featuresbloclk, .applicationsection1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .generalhead {
    margin-top: 90px;
  }

  .textfield._4._1 {
    width: 100%;
  }

  .textfield._4._1._6._5 {
    width: 35%;
  }

  .textfield._4._1._00, .textfield._4._1._00.coa, .textfield._12 {
    width: 100%;
  }

  .label {
    text-align: left;
  }

  .checks {
    margin-left: -12px;
  }

  .checkfield._1 {
    margin-left: 40px;
  }

  .checkfield._2 {
    float: left;
    margin-left: -7px;
  }

  .checkfield._3 {
    margin-left: -3px;
  }

  .checkfield._5 {
    margin-left: 4px;
  }

  .checkfield._7 {
    margin-left: 2px;
  }

  .divright2 {
    width: 20%;
    margin-right: 275px;
  }

  .divright3 {
    margin-right: 115px;
  }

  .divright4 {
    width: 35%;
  }

  .divright5 {
    margin-right: 166px;
  }

  .divright8 {
    margin-right: 242px;
  }

  .divright10 {
    margin-top: -147px;
    margin-right: 240px;
  }

  .divright11 {
    margin-top: -148px;
  }

  .divright12 {
    margin-top: -75px;
    margin-right: 243px;
  }

  .divright13 {
    margin-top: -73px;
    margin-left: 64px;
    margin-right: 145px;
  }

  .divright14 {
    margin-left: 0;
    margin-right: -8px;
  }

  .divright15 {
    margin-right: 276px;
  }

  .check {
    margin-top: -28px;
    margin-right: 103px;
  }

  .check._1 {
    margin-right: 41px;
  }

  .servicearea1 {
    float: right;
    margin-top: -25px;
    margin-right: 154px;
  }

  .rightright {
    margin-right: -119px;
  }

  .rightright._1 {
    margin-right: 181px;
  }

  .righrgiht {
    margin-top: -23px;
    padding-top: 1px;
    padding-left: 20px;
  }

  .field {
    margin-top: -2px;
    margin-bottom: 9px;
  }

  .blah {
    margin-top: 21px;
  }

  .bens {
    text-align: right;
  }

  .accesshead {
    margin-top: -139px;
  }

  .textdiv {
    width: 60%;
  }

  .head32 {
    font-size: 22px;
  }

  .blogdiv222 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .divblog {
    height: 400px;
  }

  .headerss {
    font-size: 63px;
  }

  .stateparagraph {
    margin-left: 12px;
  }

  .phonepara {
    float: left;
    width: 63%;
  }

  .iphone1 {
    width: 35%;
    height: 80%;
    margin-top: 19px;
  }

  .payheader {
    float: left;
    margin-left: 130px;
  }

  .dvbasdfgbafb {
    float: none;
    margin-left: -77px;
  }

  .computer {
    background-image: none;
    padding-top: 69px;
  }

  .webheadser {
    margin-top: 74px;
    font-size: 30px;
    line-height: 30px;
  }

  .sitelink {
    font-size: 26px;
  }

  .site.examples {
    font-size: 24px;
    line-height: 26px;
  }

  .eventpara {
    font-size: 18px;
  }

  .divvvvv {
    width: 95%;
  }

  .gchfgdsdk {
    margin-top: 59px;
  }

  .middlediv.egag {
    width: 95%;
  }

  .logo1 {
    position: static;
    bottom: 5px;
    right: 0;
  }

  .logo1._3434 {
    bottom: 0;
    right: 0;
  }

  .section-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-4.w--current {
    align-items: center;
    display: flex;
    bottom: 0;
    left: 0;
  }

  .button-2:hover {
    margin-left: 100px;
    margin-right: 100px;
  }

  .droplink {
    font-size: 16px;
    line-height: 22px;
  }

  .sitelink-2 {
    font-size: 25px;
  }

  .webheadser-2 {
    margin-top: 74px;
    font-size: 30px;
  }

  .column-41 {
    padding-left: 10px;
  }

  .review-button {
    position: absolute;
    bottom: 4%;
  }

  .reviewdiv-2 {
    height: 500px;
    margin-bottom: 20px;
  }

  .button-7.review {
    color: #fff;
  }

  .columns-7 {
    flex-direction: row;
  }

  .menu-button {
    background-color: #fffefe;
  }

  .bbb-top {
    display: none;
  }

  .div-block-32-copy {
    text-align: center;
    padding-left: 40px;
    display: block;
  }

  .nav-link-2.contact {
    display: block;
  }

  .image-18 {
    margin-top: 0;
  }

  .nav-menu {
    background-color: #fffefe;
  }

  .columns-24 {
    flex-direction: row;
  }

  .columns-25 {
    height: auto;
    display: block;
  }

  .column-66 {
    overflow: visible;
  }

  .text-block-173 {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 40px;
  }

  .column-67 {
    overflow: visible;
  }

  .texthome2 {
    text-align: left;
    font-size: 22px;
  }

  .column-70 {
    height: auto;
    margin-bottom: 20px;
  }

  .heading-71.payment-copy {
    margin-bottom: 40px;
  }

  .image-31 {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .column-71-copy {
    padding-left: 10px;
  }

  .column-70-copy {
    padding-top: 40px;
    padding-left: 20px;
  }

  .white-paragraph-copy {
    font-size: 16px;
  }

  .header-home-copy {
    position: static;
    top: 4px;
  }

  .header-home-copy.b {
    font-size: 1.9em;
  }

  .col-72 {
    order: -1;
  }

  .contactbanner {
    z-index: 1;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .container-16 {
    flex-wrap: nowrap;
    align-content: flex-start;
    display: block;
  }

  .triggerandacc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .symboldiv-copy {
    left: -34px;
  }

  .columns-28 {
    padding-left: 20px;
  }

  .columns-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .section-67 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-58 {
    flex-flow: column;
  }

  .left-div {
    width: auto;
    padding-left: 100px;
    padding-right: 60px;
  }

  .mainsection-2, .mainsection-2.b {
    margin-top: 75px;
  }

  .column-91 {
    background-position: 50%;
  }

  .symboldiv {
    left: -16px;
  }

  .image-57 {
    border-radius: 225px;
    width: 225px;
    height: 225px;
  }

  .fist-cols {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-55 {
    padding-bottom: 0;
  }

  .menusubheader {
    margin-right: 0;
    padding-right: 0;
    font-size: 40px;
  }

  .text-block-179 {
    width: 90%;
  }

  .column-160, .column-161 {
    height: 500px;
  }

  .text-block-123 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .div-block-61 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-75 {
    font-size: 30px;
  }

  .pinklist-2 {
    margin-left: 39px;
  }

  .pinkheader-2 {
    font-size: 17px;
    line-height: 33px;
  }

  .column-20, .two-2 {
    height: 600px;
  }

  .service2-2 {
    font-size: 16px;
  }

  .columns-17 {
    height: 600px;
  }

  .column-162, .column-22 {
    height: 500px;
  }

  .flexcol2, .flexcolumns, .flexcol {
    height: 600px;
  }

  .div-block-19 {
    width: auto;
  }

  .pinklist-3 {
    margin-left: 39px;
  }

  .pinkheader-3 {
    font-size: 30px;
    line-height: 33px;
  }

  .column-22-copy {
    height: 500px;
  }

  .column-164 {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .thumb4 {
    height: 120px;
    padding-top: 10px;
  }

  .images-2 {
    width: 100%;
    height: 600px;
  }

  .sideblock {
    height: auto;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .thumb3, .thumb6 {
    height: 120px;
    padding-top: 10px;
  }

  .div-block {
    padding-top: 20px;
  }

  .thumb2 {
    height: 120px;
    padding-top: 10px;
  }

  .button-13.review {
    color: #fff;
    background-color: #fc6000;
  }

  .thumbnails {
    flex-direction: column;
  }

  .fourblock {
    width: 50%;
  }

  .text-block-180 {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .thumb5 {
    height: 120px;
    padding-top: 10px;
  }

  .thumb1 {
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .columns-50 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .container-25, .container-26, .container-27, .container-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-2 {
    padding-left: 100px;
  }

  .column-181 {
    padding-left: 0;
  }

  .div-block-65 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-67 {
    max-width: 100px;
  }

  .logo-copy {
    padding-top: 20px;
  }

  .column-161-copy, .column-160-copy {
    height: 500px;
  }

  .whitedivv-copy {
    width: auto;
    margin-left: 0;
  }

  .column-20-copy {
    height: 400px;
    padding-right: 40px;
  }

  .columns-17-copy, .column-162-copy, .column-22-copy-copy {
    height: auto;
  }

  .two-2-copy {
    height: 400px;
  }

  .two-2-copy-copy {
    height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-20-copy-copy {
    height: 500px;
  }

  .text-block-123-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .whitedivv-copy-copy {
    width: auto;
    margin-left: 0;
  }

  .columns-62 {
    flex-flow: column;
    display: flex;
  }

  .column-184 {
    padding: 60px 40px 100px;
  }

  .columns-63 {
    height: auto;
  }

  .heading-105 {
    margin-top: 0;
  }

  .cashcol3 {
    height: 500px;
  }

  .column-188 {
    flex-wrap: nowrap;
    height: 500px;
  }

  .heading-107 {
    font-size: 22px;
  }

  .text-block-190 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .section-95 {
    height: auto;
  }

  .section-96 {
    padding-top: 0;
  }

  .symboldiv-clover {
    left: -200px;
  }

  .image-57-copy {
    border-radius: 225px;
  }

  .fist-cols-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .symboldiv-clover-copy {
    left: -174px;
  }

  .symboldiv-clover2 {
    left: -153px;
  }

  .column-198 {
    height: 100%;
  }

  .symboldiv-clover3 {
    left: -81px;
  }

  .div-block-71 {
    padding: 20px 10px;
  }

  .lightbox-link-7 {
    width: auto;
  }

  .slider-3 {
    height: auto;
  }

  .pinkheader-3-copy {
    font-size: 30px;
    line-height: 33px;
  }

  .image-82 {
    width: 100%;
  }

  .lightbox-link-8 {
    padding-bottom: 20px;
  }

  .columns-61-copy {
    flex-flow: column;
    display: flex;
  }

  .column-71-copy-copy {
    order: -1;
    height: 500px;
    overflow: hidden;
  }

  .image-31-copy-copy {
    max-width: 100%;
  }

  .section-65-copy {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section-799 {
    padding-top: 0;
  }

  .section-95-copy {
    height: auto;
  }

  .symboldiv-clover-copy-copy {
    left: -166px;
  }

  .col-44 {
    height: 500px;
  }

  .mini-div {
    left: -88px;
  }

  .paragraph-9 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-193 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .agent-login-div {
    z-index: 5;
  }

  .symboldiv-clover-solo {
    left: -200px;
  }

  .login-link {
    color: #c8d7e7;
    margin-left: 10px;
    margin-right: 67px;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 22px;
  }

  .login-link.current {
    color: #ffffff54;
  }

  .dropdown-toggle-8 {
    font-size: 16px;
    line-height: 22px;
  }

  .white-para {
    font-size: 16px;
  }

  .image-38 {
    max-width: 100%;
    max-height: none;
  }

  .col-73-copy {
    order: 1;
  }

  .cell {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .image-85 {
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
    left: -231px;
  }

  .div-block-76 {
    border-radius: 300px;
    width: 350px;
    height: 350px;
  }

  .div-block-61-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .logo1-copy {
    position: static;
    bottom: 5px;
    right: 0;
  }

  .logo1-copy._3434 {
    bottom: 0;
    right: 0;
  }

  .column-70-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .para-expo {
    font-size: 16px;
  }

  .heading-expo {
    margin-top: 0;
  }

  .column-184-copy {
    padding: 20px 20px 0 100px;
  }

  .computer-copy {
    padding-top: 10px;
  }

  .columns-50-copy {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .menu-button-2 {
    display: block;
  }

  .column-70-copy-copy {
    padding-left: 20px;
  }

  .column-70-expo2 {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-205 {
    text-align: left;
  }

  .column-70-copy-copy {
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .column-71-home {
    padding-left: 10px;
  }

  .section-65-copy {
    padding-bottom: 0;
  }

  .computer-home {
    background-image: none;
    height: 500px;
    padding-top: 0;
  }

  .webslider-home {
    z-index: 5;
    width: 100%;
    height: 500px;
  }

  .col-72-copy {
    order: -1;
    height: auto;
  }

  .column-70-gd, .column-70-home {
    padding-top: 40px;
    padding-left: 20px;
  }

  .computer-copy {
    background-image: none;
    padding-top: 69px;
  }

  .webslider-copy {
    background-color: #ddd0;
    width: 100%;
    height: 400px;
    padding-bottom: 0;
    position: static;
  }

  .col-72-copy-copy {
    order: -1;
    height: auto;
    padding-top: 20px;
  }

  .col-72-home {
    order: -1;
  }

  .webslider-expo {
    background-color: #ddd0;
  }

  .div-block-82 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .column-161-copy-copy {
    height: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .comission-cols {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service2-2-copy {
    font-size: 16px;
  }

  .sales-col {
    height: auto;
  }

  .two-2-copy-copy-copy {
    height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .join-col {
    width: auto;
    margin-left: 0;
  }

  .us-col {
    height: 400px;
  }

  .sales-col-copy {
    height: auto;
  }

  .heading-75-copy {
    font-size: 30px;
  }

  .text-block-123-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .sales-header {
    font-size: 30px;
    line-height: 33px;
  }

  .sales-copy {
    font-size: 16px;
  }

  .cc-col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .symboldiv-plus {
    left: -162px;
  }

  .ordering-col {
    padding-top: 60px;
  }

  .symboldiv-web {
    left: -34px;
  }

  .web-service-txt {
    font-size: 16px;
  }

  .columns-17-copy-copy, .agent-col {
    height: auto;
  }

  .column-71-copy {
    height: auto;
    padding: 60px 40px;
  }

  .cc-col2 {
    padding: 40px 20px;
  }

  .sec-cc {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cc-col3 {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section-799-copy {
    padding-top: 0;
  }

  .div-block-55-copy {
    padding-bottom: 0;
  }

  .columns-50-copy {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .column-70-home-copy {
    padding-top: 40px;
    padding-left: 20px;
  }

  .col-72-home-copy {
    order: -1;
  }

  .symboldiv-clover-flexpy {
    left: 0%;
  }

  .web-list-copy {
    font-size: 16px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .container-36 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-209 {
    height: 500px;
  }

  .pinkheader-4 {
    font-size: 30px;
    line-height: 33px;
  }

  .service2-3, .service2-4 {
    font-size: 16px;
  }

  .section-70-copy {
    padding-bottom: 10px;
  }

  .lightbox-link-11 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 90%;
    padding-top: 40px;
  }

  .nav-link {
    color: var(--light-steel-blue);
    text-align: left;
    margin-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 13px;
    position: static;
  }

  .navcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container {
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-home {
    color: #fdfdfd;
    font-size: 44px;
    top: 0;
  }

  .header-home.b {
    font-size: 1.5em;
    top: -3px;
  }

  .header-two-home {
    margin-top: 36px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 60px;
  }

  .logo {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .navmenu {
    margin-top: 94px;
    margin-right: 0;
    position: absolute;
  }

  .header3home {
    margin-top: 26px;
    font-size: 20px;
  }

  .header3home._3 {
    font-size: 31px;
  }

  .header3home.sub {
    color: #07294d;
  }

  .heading4home {
    margin-top: 34px;
    font-size: 17px;
  }

  .iphone {
    margin-top: 2px;
  }

  .column {
    height: auto;
  }

  .columntwo {
    border: 3px #000;
    border-bottom: 4px solid #000;
    font-size: 33px;
    line-height: 44px;
  }

  .columntwo._2 {
    margin-top: -7px;
    font-size: 35px;
  }

  .white-paragraph {
    font-size: 18px;
  }

  .heading {
    line-height: 28px;
  }

  .headerthree._1 {
    margin-top: 31px;
    margin-bottom: 0;
  }

  ._3column {
    padding-left: 18px;
    padding-right: 18px;
  }

  .submit-text {
    font-size: 17px;
  }

  .greenveideo {
    margin-top: -48px;
  }

  .photocontainer {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .bluetwo {
    background-color: var(--white);
  }

  .welcome._1 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .welcome._2 {
    margin-top: 0;
    font-size: 26px;
  }

  .image {
    padding-top: 0;
  }

  .menuicon {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 38px;
  }

  .submit-link {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cloverparagraph {
    padding-top: 15px;
  }

  .contactheader {
    margin-top: 0;
  }

  .blogimage, .blogdiv1 {
    height: auto;
  }

  .blogpagehero {
    height: 400px;
  }

  .service-text {
    margin-top: -42px;
    margin-bottom: 9px;
    margin-right: 19px;
    padding-bottom: 0;
  }

  .service-text._7 {
    text-align: right;
    margin-top: -3px;
    font-size: 42px;
  }

  .service-text._6 {
    margin-top: 0;
  }

  .clioversection {
    height: 400px;
  }

  .divclov {
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .clovhead {
    font-size: 34px;
  }

  .clovtext {
    width: 50%;
    font-size: 14px;
  }

  .pinklist {
    float: none;
  }

  .whitedivv {
    width: auto;
  }

  .submenu {
    margin-right: auto;
  }

  .submenubutton {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headingclov._2 {
    margin-left: auto;
  }

  .access {
    margin-top: -1px;
    margin-left: auto;
  }

  .waitmore {
    margin-top: 152px;
  }

  .transparent {
    height: auto;
  }

  .grow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .growheader {
    font-size: 29px;
  }

  .clkear1 {
    height: 0;
  }

  .te {
    padding-left: 10px;
    padding-right: 10px;
  }

  .versus {
    margin-top: 81px;
  }

  .dads {
    text-align: center;
  }

  .squint {
    text-align: left;
  }

  .cols2 {
    border-style: none;
  }

  .cols4 {
    padding-right: 11px;
  }

  .middle {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mm {
    margin-top: 82px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .img1 {
    margin-left: auto;
    margin-right: 163px;
    display: block;
  }

  .block {
    padding-left: 18px;
  }

  .avail {
    padding-left: 0;
    display: inline;
  }

  .colsone {
    border-bottom: 1px #000;
    border-right: 2px solid #000;
  }

  .colstwo {
    border-top: 1px #000;
    border-left: 2px solid #000;
  }

  .colsheading, .colsheading._1, .colsheading._2 {
    padding-bottom: 0;
  }

  .colsheading._2.hgjfgmdfn {
    margin-bottom: 17px;
  }

  .colsheading._3 {
    padding-bottom: 3px;
  }

  .colsheading._3.hmvngcbhfd {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .colsheading._5, .colsheading._6, .colsheading._8 {
    padding-bottom: 0;
  }

  .colsheading._8.i {
    margin-bottom: 19px;
  }

  .colsheading._9.y {
    padding-bottom: 58px;
  }

  .colsheading.z._000 {
    margin-top: 7px;
  }

  .colspara {
    text-align: left;
    margin-left: 0;
    padding-top: 0;
  }

  .mini-cols {
    margin-left: 0;
    margin-right: 0;
  }

  .mobilediv {
    padding-top: 8px;
  }

  .hand {
    padding-left: 73px;
  }

  .mopbileimage {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .package {
    padding: 20px;
  }

  .packagediv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .packagerow {
    margin-top: -20px;
  }

  .whpohead {
    text-align: center;
  }

  .parawho {
    text-align: center;
    margin-left: 4px;
    padding-top: 23px;
    padding-bottom: 14px;
  }

  .immm {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .greyarea {
    height: 500px;
  }

  .availdiv {
    margin-left: -11px;
    padding-left: 0;
  }

  .stationdiv {
    margin-bottom: -161px;
  }

  .stationdiv._1 {
    margin-top: 16px;
  }

  .stationpar {
    color: #b6c06e;
    font-size: 17px;
    font-weight: 700;
  }

  .mainhead {
    margin-top: 20px;
  }

  .whitecols {
    margin-bottom: -20px;
  }

  .colswhite {
    padding-top: 18px;
  }

  .colsclear {
    padding: 0;
  }

  .colses {
    margin-top: -52px;
  }

  .div-cols-one {
    float: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .clovergoim {
    margin-left: 89px;
  }

  .photos {
    margin-top: 0;
  }

  .ig {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 11px;
    display: block;
  }

  .minutes {
    text-align: center;
  }

  .detailscon {
    margin-top: 12px;
  }

  .featurelist {
    font-size: 13px;
  }

  .applicationheading {
    margin-left: 10px;
    margin-right: 10px;
  }

  .generalhead {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
  }

  .textfield._2, .textfield._4._1 {
    width: 100%;
  }

  .textfield._4._1._6 {
    width: 35%;
  }

  .textfield._4._1._00, .textfield._6, .textfield._7, .textfield._8 {
    width: 100%;
  }

  .checks {
    margin-left: -2px;
  }

  .checkfield._1 {
    margin-left: 58px;
  }

  .checkfield._2 {
    float: none;
    margin-left: 5px;
  }

  .checkfield._3 {
    margin-left: 13px;
  }

  .checkfield._5 {
    float: right;
    margin-top: -44px;
    margin-right: 101px;
  }

  .checkfield._7 {
    margin-left: 15px;
  }

  .divright2 {
    width: 40%;
    margin-right: 121px;
  }

  .divright3 {
    margin-right: 84px;
  }

  .divright4 {
    float: none;
    width: 100%;
    margin-top: 0;
  }

  .divright5 {
    margin-right: 120px;
  }

  .divright6 {
    margin-right: -70px;
  }

  .divright8 {
    margin-right: 182px;
  }

  .divright9 {
    width: 33%;
  }

  .divright10 {
    margin-right: 177px;
  }

  .divright12 {
    margin-right: 185px;
  }

  .divright13 {
    margin-right: 111px;
  }

  .divright14 {
    margin-right: -16px;
  }

  .divright15 {
    margin-right: 200px;
  }

  .smaller {
    font-size: 14px;
  }

  .check {
    margin-right: 264px;
  }

  .check._1 {
    margin-right: 203px;
  }

  .servicearea1 {
    margin-right: 312px;
  }

  .rightright._1 {
    margin-right: 335px;
  }

  .sercols {
    border-right: 1px #000;
  }

  .formapp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accesshead {
    margin-top: -164px;
  }

  .accessoriediv {
    padding-bottom: 99px;
  }

  .textdiv {
    width: 55%;
    margin-top: -28px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 2px;
  }

  .head32 {
    font-size: 20px;
  }

  .accessheader {
    font-size: 22px;
  }

  .paraaccess {
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

  .divblog {
    height: 400px;
  }

  .headerss {
    font-size: 51px;
  }

  .stateparagraph {
    width: 80%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .vx520 {
    width: 30%;
    margin-top: 25px;
  }

  .phonepara {
    font-size: 23px;
    line-height: 29px;
  }

  .iphone1 {
    margin-left: 7px;
  }

  .paypara {
    width: 62%;
    margin-right: 9px;
  }

  .payheader {
    margin-left: 101px;
    font-size: 27px;
    line-height: 37px;
  }

  .dvbasdfgbafb {
    margin-left: 0;
  }

  .webheadere {
    line-height: 39px;
  }

  .computer {
    z-index: 7;
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .webslider {
    width: 450px;
    height: 256px;
  }

  .webheadser {
    font-size: 40px;
    line-height: 40px;
  }

  .sitelink {
    width: auto;
    font-size: 22px;
    line-height: 26px;
  }

  .site.examples {
    color: #111a81;
    font-size: 4.8vw;
    line-height: 19px;
  }

  .registerburron {
    margin-bottom: 57px;
  }

  .regform {
    width: 90%;
  }

  .responsicon {
    display: none;
  }

  .logo1 {
    bottom: -11px;
    right: 0;
  }

  .section-2 {
    margin-top: 156px;
  }

  .html-embed-6 {
    font-size: 11px;
  }

  .heading-6 {
    font-size: 29px;
    line-height: 34px;
  }

  .heading-7 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 47px;
  }

  .column-6 {
    padding-bottom: 244px;
  }

  .heading-8 {
    font-size: 29px;
    line-height: 30px;
  }

  .heading-9 {
    font-size: 19px;
    line-height: 20px;
  }

  .column-13, .column-14 {
    display: none;
  }

  .button-2:hover {
    margin-left: 25px;
    margin-right: 25px;
  }

  .column-16 {
    height: 200px;
  }

  .columns-23 {
    flex-direction: column;
    display: flex;
  }

  .column-61 {
    text-align: center;
    order: -1;
  }

  .section-57 {
    margin-top: 100px;
  }

  .webheadere-2 {
    line-height: 39px;
  }

  .sitelink-2 {
    width: 341px;
  }

  .webheadser-2 {
    color: #fff;
    font-size: 40px;
  }

  .column-64, .heading-67 {
    padding-bottom: 20px;
  }

  .column-41 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-button {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .reviewdiv-2 {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-7.review {
    color: #000;
    margin-bottom: 0;
  }

  .column-44 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-7 {
    flex-direction: column;
  }

  .div-block-32-copy {
    text-align: left;
    padding-left: 20px;
  }

  .nav-link-2 {
    display: block;
  }

  .image-18 {
    width: 200px;
  }

  .container-9 {
    top: 0;
  }

  .navbar-2 {
    background-color: #fffefe;
    height: auto;
  }

  .container-10 {
    padding-top: 10px;
  }

  .green-paragraph-2 {
    margin-bottom: 20px;
  }

  .column-52 {
    display: none;
  }

  .heading-68 {
    margin-top: 26px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-27-copy {
    display: none;
  }

  .section-59 {
    margin-top: 70px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-24, .columns-8 {
    flex-direction: column;
  }

  .column-65 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-25 {
    height: auto;
  }

  .column-66 {
    height: 400px;
  }

  .text-block-173 {
    margin-top: 20px;
    padding-top: 0;
  }

  .button-9.left.light {
    text-align: center;
  }

  .button-9.faq {
    text-align: center;
    width: 200px;
  }

  .column-67 {
    height: 500px;
    display: block;
  }

  .columns-26 {
    height: auto;
  }

  .column-70 {
    order: -1;
    height: auto;
  }

  .section-65 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .heading-71.payment {
    margin-top: 100px;
  }

  .heading-71.payment-copy {
    margin-top: 40px;
  }

  .image-31 {
    max-width: 100%;
    padding-top: 0;
  }

  .column-71 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-71-copy {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column-70-copy {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .list-copy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .columns-27 {
    padding-left: 20px;
  }

  .white-paragraph-copy {
    font-size: 18px;
  }

  .image-31-copy {
    max-width: 100%;
  }

  .header-home-copy {
    position: static;
    top: -26px;
  }

  .header-home-copy.b {
    font-size: 1.5em;
    top: -3px;
  }

  .section-66 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contactbanner {
    float: none;
    height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .container-16 {
    flex-flow: column wrap;
    align-content: center;
    align-items: flex-start;
    height: 250px;
    padding: 20px;
    display: block;
  }

  .heading-16 {
    flex-wrap: nowrap;
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-size: 24px;
    line-height: 36px;
    display: block;
  }

  .buttoncontact {
    text-align: center;
    width: auto;
  }

  .container-17 {
    height: auto;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .columns-4 {
    flex-flow: column wrap;
    height: 50px;
    display: block;
  }

  .link-block-12 {
    padding-top: 10px;
  }

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

  .bold-text-16 {
    font-size: 22px;
  }

  .container-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shotpara {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .symboldiv-copy {
    left: -5px;
  }

  .columns-29 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .section-67 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-58 {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-div {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shotpara-copy {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-90 {
    height: auto;
  }

  .mainsection-2 {
    padding-bottom: 0;
  }

  .bookbow {
    width: auto;
  }

  .column-91 {
    background-position: 0%;
  }

  .symboldiv {
    left: -82px;
  }

  .image-57 {
    border-radius: 250px;
    width: 250px;
    height: 250px;
  }

  .fist-cols {
    padding-top: 0;
  }

  .text-block-70 {
    text-align: center;
    padding-left: 0;
  }

  .lastcol {
    display: block;
  }

  .div-block-55 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .columns-45 {
    padding-top: 0;
  }

  .menusubheader {
    text-align: center;
    width: auto;
    font-size: 32px;
  }

  .menusubheader.white {
    font-size: 30px;
  }

  .socialnew {
    display: block;
  }

  .text-block-179 {
    width: 100%;
  }

  .column-158 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-68 {
    padding-top: 0;
  }

  .div-block-54-copy {
    width: 100%;
  }

  .column-160 {
    height: auto;
    padding-top: 100px;
  }

  .column-161 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-123 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-61, .columns-9 {
    height: auto;
  }

  .heading-75 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pinklist-2 {
    float: none;
  }

  .column-20, .two-2 {
    height: auto;
  }

  .column-162 {
    order: -1;
    height: 300px;
    padding-bottom: 0;
  }

  .column-22 {
    height: 250px;
  }

  .columns-47 {
    flex-direction: column;
    height: auto;
    display: block;
  }

  .section-53 {
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
  }

  .flexcol2 {
    height: 450px;
    padding-bottom: 0;
  }

  .flexcolumns {
    height: auto;
    display: block;
  }

  .flexcol {
    height: auto;
    padding-bottom: 20px;
  }

  .column-28 {
    height: auto;
    display: block;
  }

  .pinklist-3 {
    float: none;
  }

  .two-copy {
    height: auto;
  }

  .column-22-copy {
    height: auto;
    padding-bottom: 20px;
    display: block;
  }

  .columns-48 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-18 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .column-163 {
    margin-bottom: 40px;
  }

  .column-18 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .column-164 {
    flex-direction: column;
  }

  .thumb4 {
    padding-left: 10px;
  }

  .images-2 {
    height: 400px;
  }

  .sideblock {
    height: auto;
  }

  .hamcolor {
    width: 75px;
    height: 75px;
  }

  .thumb3 {
    padding-left: 10px;
  }

  .hamcolor2 {
    width: 75px;
    height: 75px;
  }

  .thumb6 {
    padding-left: 10px;
  }

  .hamcolor1, .colorblock-4 {
    width: 75px;
    height: 75px;
  }

  .thumb2 {
    padding-left: 10px;
  }

  .button-13.review {
    color: #fff;
    background-color: #fc6000;
  }

  .thumbnails {
    flex-direction: row;
  }

  .thumb5, .thumb1 {
    padding-left: 10px;
  }

  .button-14.recipes, .button-14.recipes-copy {
    margin-left: 20px;
  }

  .gordocolor2, .gordocolor1, .gordocolor0, .gordocolor4, .watercolor1, .watercolor2, .watercolor3, .watercolor4 {
    width: 75px;
    height: 75px;
  }

  .button-10 {
    width: 200px;
  }

  .cilcolor1, .colcolor2, .cilcolor3, .cilcolor4 {
    width: 75px;
    height: 75px;
  }

  .button-15.orange {
    margin-right: 20px;
  }

  .hickcolor1, .hickcolor2, .hick-color3, .hickcolor4, .beacolor2, .beacolor3, .beacolor4, .beacolor1 {
    width: 75px;
    height: 75px;
  }

  .column-166 {
    text-align: center;
    align-items: center;
  }

  .column-167 {
    height: 180px;
  }

  .columns-50 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .section-72 {
    padding-bottom: 0;
  }

  .column-173 {
    padding-left: 10px;
  }

  .column-174 {
    padding: 40px 20px 20px;
  }

  .column-175 {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-block-63 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-64 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-23 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .link-block-25 {
    display: block;
  }

  .column-177 {
    margin-bottom: 40px;
  }

  .column-178 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .link-block-5-copy {
    display: block;
  }

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

  .image-64 {
    height: 400px;
  }

  .list-2 {
    padding-left: 60px;
  }

  .column-181 {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-65 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-66 {
    max-height: 400px;
  }

  .image-67 {
    max-width: 90px;
  }

  .columns-59 {
    padding-top: 40px;
  }

  .logo-copy {
    padding-top: 0;
  }

  .column-161-copy {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-160-copy {
    justify-content: flex-start;
    height: 300px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-27-copy {
    width: 100%;
    max-width: 100%;
    max-height: none;
    padding-top: 0;
  }

  .whitedivv-copy {
    width: auto;
  }

  .column-20-copy {
    height: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-17-copy {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-162-copy {
    order: -1;
    height: auto;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .column-22-copy-copy {
    height: auto;
    padding-bottom: 0;
    padding-left: 10px;
    display: block;
  }

  .section-53-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pink-2-copy {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .columns-47-copy {
    flex-direction: column;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .two-2-copy {
    height: auto;
    display: none;
  }

  .two-2-copy-copy {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-17-copy-copy {
    height: auto;
  }

  .pink-2-copy-copy {
    padding-top: 0;
  }

  .column-20-copy-copy {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-123-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .whitedivv-copy-copy {
    width: auto;
  }

  .columns-61 {
    flex-direction: column;
    display: flex;
  }

  .section-91 {
    background-color: var(--gainsboro-2);
  }

  .column-184 {
    order: 1;
    padding: 40px 60px;
  }

  .image-69 {
    height: 400px;
  }

  .columns-63 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

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

  .image-70, .columns-64 {
    height: auto;
  }

  .columns-65 {
    flex-direction: column;
    display: flex;
  }

  .section-30 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-25 {
    width: 70%;
    font-size: 20px;
  }

  .columns-66 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .cashcol3 {
    order: 1;
    height: 350px;
  }

  .column-188 {
    flex-direction: column;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .heading-107, .text-block-190 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-95 {
    height: auto;
  }

  .section-96 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-189 {
    height: 300px;
  }

  .columns-67 {
    background-color: var(--white);
    height: auto;
  }

  .column-190 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .column-192, .column-193 {
    text-align: center;
    order: -1;
  }

  .image-71 {
    height: 250px;
  }

  .symboldiv-clover {
    left: -144px;
  }

  .div-block-68 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .div-block-69 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .columns-68 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-195 {
    padding: 10px 20px 20px;
  }

  .image-57-copy {
    width: 250px;
  }

  .fist-cols-copy {
    padding-top: 0;
  }

  .symboldiv-clover-copy {
    left: -281px;
  }

  .symboldiv-clover2 {
    left: -284px;
  }

  .dropdown-header {
    font-size: 22px;
  }

  .column-196 {
    flex-direction: column;
    display: block;
  }

  .column-197 {
    order: -1;
  }

  .columns-69 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .column-198 {
    order: -1;
  }

  .columns-70 {
    flex-direction: column;
    display: flex;
  }

  .circlediv {
    top: -113px;
    left: 99px;
  }

  .circlediv-web {
    top: 150%;
    right: 5%;
  }

  .circlediv-cash {
    left: -53%;
  }

  .link-block-30 {
    left: 94px;
  }

  .link-block-31 {
    top: 158%;
    right: 6%;
  }

  .symboldiv-clover3 {
    left: -285px;
  }

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

  .link-block-34 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-99 {
    padding-top: 20px;
  }

  .lightbox-link-7 {
    width: auto;
  }

  .slider-3 {
    width: 50%;
    height: 350px;
  }

  .pinkheader-3-copy {
    margin-top: 20px;
  }

  .columns-71, .columns-72 {
    height: auto;
  }

  .image-81 {
    max-width: 70%;
  }

  .image-82 {
    width: 60%;
  }

  .columns-61-copy {
    flex-direction: column;
    display: flex;
  }

  .column-71-copy-copy {
    order: -1;
    height: auto;
    padding-bottom: 40px;
  }

  .image-31-copy-copy {
    max-width: 100%;
    padding-top: 0;
  }

  .section-799 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-789 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-788, .section-655 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-95-copy {
    height: auto;
  }

  .symboldiv-clover-copy-copy {
    left: -257px;
  }

  .columns-48-copy, .col-66 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .two-copy-copy {
    height: auto;
  }

  .mini-div {
    left: -298px;
  }

  .paragraph-9, .text-block-192 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-193 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-186-copy {
    order: -1;
  }

  .column-191-copy {
    padding-left: 20px;
  }

  .columns-64-copy {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .section-mobile {
    padding-top: 0;
  }

  .columns-65-copy {
    flex-direction: column;
    display: flex;
  }

  .image-84 {
    height: 250px;
  }

  .col-flex, .col-duo {
    flex-direction: column;
    display: block;
  }

  .agent-login-div {
    display: none;
  }

  .symboldiv-clover-solo {
    left: -262px;
  }

  .login-link {
    color: var(--light-steel-blue);
    text-align: left;
    margin-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 13px;
    display: block;
    position: static;
  }

  .div-block-75 {
    padding-bottom: 40px;
  }

  .white-para {
    font-size: 18px;
  }

  .image-38 {
    max-width: 100%;
    padding-top: 0;
  }

  .text-block-194 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-109 {
    font-size: 28px;
  }

  .section-804 {
    padding-top: 10px;
  }

  .heading-110 {
    margin-top: 0;
  }

  .image-85 {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .div-block-76 {
    border-radius: 0;
    width: auto;
    height: 370px;
  }

  .link-block-35 {
    height: 180px;
  }

  .div-block-61-copy {
    height: auto;
  }

  .logo1-copy {
    bottom: -11px;
    right: 0;
  }

  .column-202 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-73 {
    height: auto;
  }

  .section-65-copy {
    padding: 20px 20px 0;
  }

  .container-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-789-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-70-copy, .column-70-copy-copy {
    order: 1;
    height: auto;
  }

  .image-31-copy {
    max-width: 100%;
    padding-top: 0;
  }

  .image-69-copy {
    height: 400px;
  }

  .para-expo {
    font-size: 18px;
  }

  .column-184-copy {
    order: 1;
    padding: 40px 20px;
  }

  .button-9-copy.left.light, .button-expo.left.light {
    text-align: center;
  }

  .computer-copy {
    z-index: 7;
    padding-top: 15px;
  }

  .column-70-expo {
    order: -1;
    height: auto;
  }

  .columns-50-copy, .columns-29-copy {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .section-788-copy {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .column-185-copy {
    text-align: center;
  }

  .column-71-expo {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .columns-61-copy-copy {
    flex-direction: column;
    display: flex;
  }

  .column-70-copy-copy, .column-70-expo2, .column-70-copy-copy {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .column-71-home {
    height: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-65-copy {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section-65-copy-copy {
    padding: 20px 20px 0;
  }

  .computer-home {
    z-index: 7;
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .webslider-home {
    width: 100%;
    height: 300px;
  }

  .column-70-gd {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-65-copy-home {
    padding: 20px 20px 0;
  }

  .column-70-home {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .computer-copy {
    z-index: 7;
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .webslider-copy {
    width: 100%;
    height: 400px;
  }

  .col-72-copy-copy {
    order: -1;
  }

  .webslider-expo {
    background-color: #ddd0;
    width: 450px;
    height: 256px;
  }

  .container-34, .column-202-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-73-copy {
    height: auto;
  }

  .bold-text-16-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy {
    font-size: 22px;
  }

  .div-block-82 {
    justify-content: center;
    align-items: flex-start;
  }

  .column-161-copy-copy {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .comission-cols {
    height: auto;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .who-is-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sales-col {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .two-2-copy-copy-copy {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .who-is-sec-copy {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-35 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .join-col {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .us-col {
    height: auto;
    padding-right: 10px;
    display: flex;
  }

  .sales-col-copy {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-75-copy, .text-block-123-copy-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cc-col {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .symboldiv-plus {
    left: -152px;
  }

  .columns-69-copy {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .pax-cols {
    height: auto;
  }

  .ordering-col {
    text-align: center;
    padding-top: 20px;
  }

  .symboldiv-web {
    left: -5px;
  }

  .image-89 {
    height: 300px;
  }

  .columns-17-copy-copy {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .agent-col {
    height: auto;
    padding-top: 40px;
  }

  .column-71-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cc-col2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .sec-cc {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-71-copy {
    padding: 40px 20px;
  }

  .cc-col3 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-799-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-55-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .col-77 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-33-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .mobile-links-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .button-small.left.light {
    text-align: center;
  }

  .button-small.faq {
    text-align: center;
    width: 200px;
  }

  .columns-50-copy {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .column-70-home-copy {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .symboldiv-clover-flexpy {
    left: -257px;
  }

  .columns-9-copy {
    height: auto;
  }

  .heading-118 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-119 {
    font-size: 32px;
    line-height: 40px;
  }

  .web-list-copy {
    font-size: 18px;
  }

  .list-4 {
    margin-bottom: 0;
  }

  .column-206, .column-207, .column-208 {
    padding-bottom: 10px;
  }

  .lightlink {
    border: 1px solid #b9b9b9;
  }

  .heading2-4 {
    font-size: 26px;
    line-height: 28px;
  }

  .column-209 {
    height: 400px;
  }

  .bold-text-16-copy-copy-2 {
    font-size: 22px;
  }

  .columns-48-copy-2 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .image-90 {
    width: auto;
    height: 350px;
    margin-bottom: 40px;
  }

  .columns-77 {
    flex-direction: column;
    display: flex;
  }

  .bold-text-16-copy-copy-3 {
    font-size: 22px;
  }

  .column-210 {
    order: -1;
  }

  .section-70-copy {
    padding-bottom: 0;
  }

  .lightbox-link-11 {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .home-link {
    padding-bottom: 35px;
    font-size: 28px;
  }

  .home-link.w--current {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    max-width: 100%;
    height: 80px;
    margin-top: 0;
    padding-top: 10px;
    overflow: visible;
  }

  .hero-section {
    height: 50%;
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navcontainer {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 41px;
    padding-top: 0;
    padding-bottom: 15px;
    overflow: visible;
  }

  .hero-container {
    margin-top: 0;
    padding: 20px 26px;
  }

  .header-home {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    text-decoration: none;
    position: static;
    top: 8px;
  }

  .header-home.b {
    top: 9px;
  }

  .header-two-home {
    margin-top: 20px;
    margin-bottom: 16px;
    padding-bottom: 27px;
    font-size: 19px;
    line-height: 26px;
  }

  .logo {
    width: 60px;
    margin-top: 10px;
    padding-top: 4px;
  }

  .navmenu {
    margin-top: 76px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header3home {
    margin-top: 57px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .header3home._3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .header3home._3.neww {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .header3home.sub {
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .heading4home {
    margin-top: 13px;
    font-size: 16px;
  }

  .heading4home._2 {
    margin-bottom: -40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading4home.home {
    margin-top: 5px;
  }

  .white {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columntwo {
    font-size: 18px;
    line-height: 30px;
  }

  .columntwo._2 {
    font-size: 20px;
  }

  .blueheader {
    margin-top: -26px;
    font-size: 20px;
  }

  .blueheader._1 {
    margin-bottom: -24px;
    font-size: 20px;
  }

  .blueheadertwo {
    font-size: 22px;
  }

  .bluecolumntwo {
    padding-top: 17px;
  }

  .heading {
    margin-bottom: 1px;
    font-size: 21px;
    line-height: 34px;
  }

  .headerthree {
    font-size: 12px;
  }

  .headerthree._1 {
    margin-bottom: 7px;
  }

  .bold {
    font-size: 16px;
  }

  .paragraph {
    margin-top: 16px;
    font-size: 14px;
  }

  ._3column {
    padding-top: 0;
    padding-bottom: 11px;
  }

  .green-paragraph {
    margin-bottom: 2px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .greenveideo {
    margin-top: 10px;
  }

  .circle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .photocontainer {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .bluetwo {
    padding-top: 0;
  }

  .containertwo {
    max-width: 100%;
    overflow: hidden;
  }

  .welcome._1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .welcome._2 {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 33px;
  }

  .image {
    width: auto;
    max-width: 100%;
    height: 200px;
    padding-right: 20px;
  }

  .blueparagraph {
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
  }

  .social {
    margin-top: 6px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .menuicon {
    color: var(--cornflower-blue);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1px;
    font-size: 33px;
  }

  .media {
    margin-top: 0;
  }

  .homebutton {
    margin-top: -53px;
    margin-bottom: -31px;
    margin-right: 2px;
    padding: 26px 0 0;
    font-size: 19px;
    line-height: 26px;
  }

  .contactheader {
    margin-top: 20px;
    font-size: 40px;
  }

  .clover-logo {
    margin-top: 10px;
  }

  .blogpagehero {
    height: 200px;
  }

  .which {
    font-size: 30px;
  }

  .service {
    height: 450px;
  }

  .service-text {
    margin-top: -143px;
    margin-bottom: -11px;
    margin-right: 0;
  }

  .service-text._7 {
    margin-top: -146px;
  }

  .service-text._6 {
    margin-top: -95px;
  }

  .clioversection {
    height: 350px;
  }

  .divclov {
    margin-top: 1px;
  }

  .clovhead {
    width: 100%;
    font-size: 28px;
  }

  .clovtext {
    width: 70%;
  }

  .pinklist {
    font-size: 22px;
  }

  .pinkheader {
    font-size: 14px;
  }

  .pinkheader._1 {
    font-size: 18px;
    line-height: 33px;
  }

  .whitedivv {
    float: none;
    margin-right: 2px;
  }

  .restar, .retail, .vendor {
    height: 450px;
  }

  .submenubutton {
    color: #000;
  }

  .minisection {
    background-position: 50% 100%;
  }

  .minidiv {
    color: #8b8a8a;
    margin-top: 85px;
  }

  .waitmore {
    float: none;
    width: auto;
    margin-top: 2px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .moretext {
    margin-bottom: 7px;
    padding-top: 0;
  }

  .int {
    list-style-type: none;
  }

  .seehow._2 {
    width: auto;
  }

  .growheader {
    font-size: 24px;
  }

  .tain, .tian {
    padding-left: 10px;
    padding-right: 10px;
  }

  .te {
    font-size: 24px;
  }

  .te._12 {
    color: #c8f1c4;
    font-size: 31px;
  }

  .greeeen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row1 {
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .squint {
    margin-left: -37px;
    font-size: 14px;
  }

  .unorders {
    margin-left: -14px;
    font-size: 14px;
  }

  .lll {
    padding-left: 10px;
    padding-right: 10px;
  }

  .center {
    margin-left: -22px;
    margin-right: auto;
    display: block;
  }

  .heading45 {
    margin-top: 0;
  }

  .img1 {
    margin-right: 34px;
  }

  .lightgreen {
    height: 300px;
  }

  .block {
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    display: block;
    position: relative;
    top: -1px;
    bottom: 0;
    left: 6px;
    overflow: auto;
  }

  .lmnln {
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    display: block;
  }

  .textv {
    text-align: left;
    max-width: none;
    margin-left: 3px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    display: block;
    overflow: visible;
  }

  .spechead {
    font-size: 29px;
  }

  .colsheading._1.y {
    padding-bottom: 0;
  }

  .colsheading._3.d.p {
    margin-bottom: -5px;
  }

  .colsheading._8 {
    margin-bottom: 20px;
  }

  .colspara {
    text-align: left;
    margin-top: 18px;
    margin-left: -3px;
    padding-left: 0;
    font-size: 14px;
  }

  .mini-cols {
    padding-right: 15px;
  }

  .miniphoto {
    padding-left: 0;
  }

  .orange2 {
    height: 350px;
  }

  .hand {
    padding-left: 1px;
    font-size: 20px;
    line-height: 26px;
  }

  .showing {
    height: 300px;
  }

  .packagetest {
    font-size: 26px;
  }

  .feat {
    margin-left: -25px;
  }

  .stationsection {
    height: 300px;
  }

  .stationdiv {
    margin-left: 18px;
    margin-right: 18px;
  }

  .stationdiv._3 {
    margin-top: 160px;
  }

  .stationpar {
    color: #c8f1c4;
    font-size: 12px;
  }

  .go-main {
    height: 300px;
  }

  .mainhead {
    margin-top: 4px;
    font-size: 29px;
  }

  .imagess {
    margin-top: -83px;
    padding-top: 86px;
    padding-bottom: 73px;
  }

  .help {
    font-size: 17px;
  }

  .clovergoim {
    margin-top: -4px;
    margin-left: 10px;
  }

  .headercolv {
    margin-top: -88px;
    font-size: 17px;
  }

  .photosparagr {
    margin-top: -2px;
  }

  .detailscon {
    font-size: 18px;
  }

  .featurelist {
    float: none;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3px;
    display: block;
    position: static;
    right: -2px;
  }

  .featuresbloclk {
    font-size: 25px;
  }

  .listitem {
    clear: none;
    margin-right: -14px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .linka {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .applicationsection {
    height: 200px;
    margin-top: 80px;
  }

  .applicationdiv {
    margin-top: 40px;
  }

  .applicationheading {
    margin-top: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .general-heading {
    margin-top: 64px;
    margin-bottom: -3px;
  }

  .generalhead {
    margin-top: -17px;
    font-size: 15px;
  }

  .textfield, .textfield._1 {
    width: 100%;
  }

  .textfield._1._7 {
    width: auto;
  }

  .textfield._1._4 {
    width: 40%;
  }

  .textfield._2 {
    width: 168px;
  }

  .textfield._4._1, .textfield._4._1._6._5.bbb, .textfield._4._1._00, .textfield._7, .textfield._5, .textfield._12, .textfield._8 {
    width: 100%;
  }

  .checks {
    width: auto;
  }

  .divright {
    float: none;
    width: auto;
    margin-top: 0;
  }

  .divright1 {
    float: none;
    width: auto;
  }

  .divright2 {
    width: 38%;
    margin-right: -11px;
  }

  .divright3 {
    float: none;
    width: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .divright4 {
    float: none;
    width: auto;
    margin-top: 0;
  }

  .divright5 {
    float: none;
    width: 38%;
    margin-top: 0;
    margin-right: 0;
  }

  .divright6 {
    float: right;
    margin-right: -15px;
  }

  .divright7 {
    float: none;
    width: 100%;
    margin-top: 0;
  }

  .divright8 {
    float: none;
    width: 36%;
    margin-top: 0;
  }

  .divright9 {
    width: 62%;
  }

  .divright10 {
    float: none;
    width: 35%;
    margin-top: 0;
  }

  .divright11 {
    float: right;
    width: 55%;
    margin-top: -73px;
    margin-right: 19px;
  }

  .divright12 {
    float: none;
    width: 32%;
    margin-top: 0;
  }

  .divright13 {
    width: 20%;
    margin-right: 123px;
  }

  .divright14 {
    width: 40%;
    margin-right: 0;
  }

  .divright15 {
    float: none;
    width: 38%;
    margin-top: 0;
  }

  .divright16 {
    width: 60%;
  }

  .smaller {
    float: left;
    text-align: center;
    margin-top: -26px;
    margin-left: 61px;
    margin-right: -45px;
    font-size: 12px;
    display: block;
  }

  .check {
    float: left;
    margin-top: -6px;
    margin-right: 17px;
  }

  .check._1 {
    margin-right: -36px;
  }

  .servicearea1 {
    float: left;
  }

  .rightright {
    float: left;
    margin-top: -25px;
    margin-right: 71px;
    padding-top: 0;
  }

  .rightright._1 {
    float: left;
  }

  .righrgiht {
    float: left;
    margin-top: -94px;
    margin-left: 200px;
    padding-left: 18px;
  }

  .field223 {
    float: left;
    margin-top: -23px;
  }

  .bens {
    font-size: 21px;
  }

  .accsectiontop {
    height: 200px;
  }

  .accesshead {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .accessoriediv {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
  }

  .textdiv {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .accessimage {
    margin-left: 24px;
    margin-right: 20px;
    display: block;
  }

  .divblog {
    height: 200px;
  }

  .bloghead {
    margin-top: -3px;
    font-size: 26px;
    line-height: 29px;
  }

  .blogbody {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .headerss {
    margin-top: -84px;
    font-size: 38px;
  }

  .container {
    margin-top: -72px;
  }

  .mkjnkn {
    float: right;
    margin-left: 0;
  }

  .mkjnkn.ere {
    float: none;
    margin-left: 124px;
  }

  .lkmj {
    margin-left: 0;
  }

  .policyheader {
    font-size: 26px;
  }

  .stateparagraph {
    float: none;
    width: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .vx520 {
    float: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .phonepara {
    width: 60%;
    font-size: 17px;
    line-height: 23px;
  }

  .paypara {
    width: 100%;
    margin-left: 10px;
    margin-right: 1px;
  }

  .payheader {
    float: none;
    width: 100%;
    margin-left: 6px;
  }

  .featuresdiv {
    margin-left: -4px;
    font-size: 22px;
  }

  .keysection {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    position: static;
    overflow: hidden;
  }

  .body2 {
    overflow: auto;
  }

  .detailpara {
    font-size: 16px;
    line-height: 22px;
  }

  .agentloginbutton {
    width: 100%;
    font-size: 22px;
  }

  .webheadere {
    margin-bottom: -57px;
  }

  .computer {
    z-index: 7;
    order: 0;
    width: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    overflow: hidden;
  }

  .webslider {
    z-index: 7;
    width: 95%;
    height: 55%;
    top: -6px;
  }

  .one1, .one2, .one3, .one4 {
    background-position: 50% 0;
    background-size: contain;
  }

  .webheadser {
    margin-top: -22px;
    line-height: 40px;
  }

  .site.examples {
    font-size: 18px;
  }

  .soon1 {
    line-height: 64px;
  }

  .eventheader {
    margin-bottom: 55px;
    line-height: 42px;
  }

  .flyer {
    height: 400px;
  }

  .gchfgdsdk {
    margin-top: 13px;
  }

  .evenheading {
    font-size: 20px;
    line-height: 23px;
  }

  .eventheading {
    color: var(--black-2);
  }

  .list2 {
    padding-left: 10px;
  }

  .responsicon {
    display: none;
  }

  .cloverhead {
    margin-top: 20px;
  }

  .logo1 {
    width: 190px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    bottom: 0;
    right: 11px;
  }

  .link-block, .link-block-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-2 {
    margin-top: 121px;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-7 {
    font-size: 29px;
    line-height: 60px;
  }

  .column-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .field-label {
    float: none;
  }

  .field-label-2 {
    float: none;
    margin-top: 0;
  }

  .field-label-3 {
    margin-left: 10px;
  }

  .checkbox {
    margin-left: 80px;
  }

  .heading-8 {
    font-size: 25px;
  }

  .heading-9 {
    font-size: 17px;
    line-height: 19px;
  }

  .heading-12 {
    margin-top: 152px;
  }

  .section-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-2 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .container-7 {
    height: 600px;
  }

  .section-56 {
    padding-top: 10px;
  }

  .image-28-copy {
    margin-top: 20px;
  }

  .column-61 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-29 {
    height: auto;
    padding-top: 10px;
  }

  .heading-65 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-features {
    font-size: 16px;
    line-height: 26px;
  }

  .section-57 {
    margin-top: 60px;
  }

  .one1-2 {
    background-position: 50% 0;
    background-size: contain;
  }

  .webheadere-2 {
    margin-bottom: -57px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }

  .one4-2 {
    background-position: 50% 0;
    background-size: contain;
  }

  .websites-2 {
    padding-bottom: 20px;
  }

  .column-63 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .one2-2 {
    background-position: 50% 0;
    background-size: contain;
  }

  .webheadser-2 {
    margin-top: -22px;
    font-size: 32px;
  }

  .heading-67 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .review-section {
    padding-bottom: 40px;
  }

  .reviewdiv-2 {
    margin-bottom: 20px;
  }

  .button-7 {
    margin-top: 20px;
  }

  .button-7.review {
    margin-bottom: 0;
  }

  .columns-7 {
    flex-direction: column;
  }

  .navbar-2 {
    height: auto;
  }

  .container-10 {
    padding-top: 10px;
  }

  .cloverhead-2 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .green-paragraph-2 {
    margin-bottom: 2px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .column-49 {
    height: auto;
    padding-bottom: 0;
  }

  .cloverhead-copy {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-68 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-28-copy-copy {
    margin-top: 20px;
  }

  .section-59, .container-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-65-copy {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-69 {
    font-size: 22px;
    line-height: 28px;
  }

  .section-61 {
    padding-top: 10px;
  }

  .columns-24 {
    flex-direction: column;
  }

  .section-62 {
    padding-bottom: 40px;
  }

  .columns-8 {
    flex-direction: column;
  }

  .columns-3 {
    max-width: 100%;
    overflow: hidden;
  }

  .awardssec {
    max-width: 100%;
    padding-top: 0;
    overflow: hidden;
  }

  .column-65 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-25 {
    height: auto;
    display: block;
  }

  .column-66 {
    flex-wrap: nowrap;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 40px 20px;
  }

  .text-block-173 {
    margin-top: 0;
    padding: 20px 10px 10px;
    font-size: 28px;
    line-height: 32px;
  }

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

  .button-9.left {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .column-67 {
    height: 300px;
  }

  .texthome2 {
    text-align: left;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-33 {
    flex-direction: column;
    justify-content: space-around;
    display: block;
  }

  .column-70 {
    order: -1;
    height: auto;
  }

  .section-65 {
    max-width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }

  .heading-71 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-71.payment {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 33px;
    line-height: 40px;
  }

  .heading-71.light-copy {
    font-size: 32px;
    line-height: 34px;
  }

  .heading-71.payment-copy {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 33px;
    line-height: 40px;
  }

  .text-block-174 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-174.light, .text-block-174.expo {
    text-align: left;
    font-weight: 600;
  }

  .image-31 {
    max-width: 100%;
    max-height: none;
    padding-top: 0;
  }

  .column-71 {
    order: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-71-copy {
    height: auto;
  }

  .column-70-copy {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-27 {
    padding-left: 0;
  }

  .section-65-copy {
    background-image: linear-gradient(to right, var(--royal-blue-2), var(--cornflower-blue) 0%);
    max-width: 100%;
    padding-top: 0;
    overflow: hidden;
  }

  .image-31-copy {
    max-width: 100%;
  }

  .header-home-copy {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    top: 8px;
  }

  .header-home-copy.b {
    top: 9px;
  }

  .section-66 {
    max-width: 100%;
    overflow: hidden;
  }

  .image-32 {
    padding-top: 0;
  }

  .col-72 {
    text-align: center;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
  }

  .contactbanner {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    position: static;
    inset: auto 0% 0%;
  }

  .container-16 {
    flex-flow: column;
    place-content: center;
    height: 400px;
    padding: 10px;
    display: block;
  }

  .heading-16 {
    font-size: 24px;
    line-height: 33px;
  }

  .buttoncontact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttoncontact.left {
    margin-right: 0;
  }

  .footer-section {
    height: auto;
  }

  .container-17 {
    height: auto;
    position: static;
  }

  .columns-4 {
    height: auto;
  }

  .link-block-12 {
    padding-top: 10px;
  }

  .div-block-34 {
    flex-direction: column;
    justify-content: space-between;
  }

  .column-155 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-36 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .triggerandacc {
    max-width: 100%;
  }

  .bold-text-16 {
    font-size: 18px;
    line-height: 22px;
  }

  .trig-div {
    max-width: 100%;
  }

  .container-23 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .shotpara {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .symboldiv-copy {
    left: 6px;
  }

  .columns-29 {
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .image-33 {
    padding-top: 0;
  }

  .heading-73 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .section-67 {
    background-image: linear-gradient(#00000070, #00000070), url('../images/highway-to-city-at-dusk-usa-Minnesota.-Minneapolis-1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    max-width: 100%;
    height: auto;
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .div-block-58 {
    flex-wrap: wrap;
    place-content: center space-between;
    align-items: stretch;
  }

  .left-div {
    width: 100%;
    padding: 10px 20px 0;
  }

  .shotpara-copy {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .column-90 {
    height: auto;
    padding: 20px 20px 40px;
  }

  .mainsection-2, .mainsection-2.b {
    margin-top: 65px;
  }

  .div-block-54 {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bookbow {
    width: 100%;
    margin-top: 10px;
  }

  .column-91 {
    background-position: 0%;
    height: 350px;
  }

  .link-5 {
    color: #303030;
    text-decoration: none;
  }

  .symboldiv {
    left: -24px;
  }

  .text-block-71 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fist-cols {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-55 {
    padding-bottom: 20px;
  }

  .columns-45 {
    padding-top: 0;
  }

  .menusubheader {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .menusubheader.white {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 700;
  }

  .newsociallink {
    padding-left: 10px;
    padding-right: 10px;
  }

  .socialimg {
    width: 35px;
  }

  .section-68 {
    padding-top: 0;
  }

  .div-block-54-copy {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-160 {
    height: auto;
    padding-top: 100px;
  }

  .column-161 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .text-block-123 {
    text-align: left;
    font-size: 16px;
  }

  .columns-9 {
    height: auto;
  }

  .heading-75 {
    font-size: 28px;
    line-height: 33px;
  }

  .pinklist-2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .pinkheader-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .column-20 {
    align-items: flex-start;
    height: auto;
  }

  .two-2 {
    align-items: flex-start;
    height: auto;
    display: block;
  }

  .service2-2 {
    order: 1;
    padding-top: 0;
    font-size: 16px;
  }

  .columns-17 {
    height: auto;
  }

  .column-162 {
    background-position: 60%;
    height: 250px;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .column-22 {
    height: 250px;
  }

  .section-53 {
    display: block;
  }

  .flexcol2 {
    height: 250px;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .flexcol {
    height: auto;
  }

  .column-28 {
    height: 200px;
  }

  .pinklist-3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .pinkheader-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .column-22-copy {
    height: auto;
  }

  .med-divider {
    width: 60%;
  }

  .text-block-133 {
    font-size: 14px;
    line-height: 22px;
  }

  .link-block-20, .column-163, .cilantro-photo {
    display: block;
  }

  .column-164 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-165 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .thumb4 {
    height: auto;
  }

  .images-2 {
    height: 300px;
  }

  .hamcolor {
    width: 50px;
    height: 50px;
  }

  .thumb3 {
    height: auto;
  }

  .hamcolor2 {
    width: 50px;
    height: 50px;
  }

  .thumb6 {
    height: auto;
  }

  .hamcolor1, .colorblock-4 {
    width: 50px;
    height: 50px;
  }

  .thumb2 {
    height: auto;
  }

  .button-13 {
    margin-top: 20px;
  }

  .button-13.orange {
    padding-top: 10px;
  }

  .fourblock {
    width: 100%;
  }

  .thumb5, .thumb1 {
    height: auto;
  }

  .sectiontag {
    padding: 0;
  }

  .web-slider {
    height: 200px;
  }

  .gordocolor2, .gordocolor1, .gordocolor0, .gordocolor4, .watercolor1, .watercolor2, .watercolor3, .watercolor4 {
    width: 50px;
    height: 50px;
  }

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

  .cilcolor1, .colcolor2, .cilcolor3, .cilcolor4 {
    width: 50px;
    height: 50px;
  }

  .button-15 {
    margin-top: 20px;
  }

  .button-15.orange {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .button-16 {
    margin-top: 20px;
  }

  .button-16.dark {
    width: 100%;
    margin-right: 0;
  }

  .button-16.cilantro {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hick1, .hick2, .hick3 {
    background-image: none;
  }

  .hickcolor1, .hickcolor2, .hick-color3, .hickcolor4 {
    width: 50px;
    height: 50px;
  }

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

  .beacolor2, .beacolor3, .beacolor4, .beacolor1 {
    width: 50px;
    height: 50px;
  }

  .bea1, .bea2, .bea3, .bea4, .bea5 {
    background-image: none;
  }

  .section-71 {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-78 {
    font-size: 28px;
    line-height: 33px;
  }

  .link-12 {
    font-size: 40px;
    line-height: 44px;
  }

  .column-166 {
    height: auto;
  }

  .column-167 {
    height: auto;
    padding-bottom: 10px;
  }

  .column-168, .column-169 {
    height: auto;
  }

  .columns-50 {
    flex-direction: column;
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .image-61, .image-62 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-72 {
    padding-bottom: 0;
  }

  .column-173 {
    padding-left: 0;
  }

  .div-block-64 {
    padding-bottom: 20px;
  }

  .link-block-20-copy {
    display: block;
  }

  .column-177 {
    height: auto;
  }

  .image-64 {
    height: 300px;
  }

  .list-2 {
    padding-left: 10px;
  }

  .column-181 {
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link {
    width: 100%;
    height: 100%;
  }

  .lightbox-link-2 {
    width: 100%;
  }

  .lightbox-link-3 {
    width: 100%;
    height: 100%;
  }

  .div-block-65 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 10px;
  }

  .columns-58 {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .image-66 {
    max-height: 250px;
  }

  .column-183 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-67 {
    max-width: 250px;
  }

  .logo-copy {
    width: auto;
    height: auto;
    padding-right: 20px;
  }

  .html-embed-15 {
    max-width: 100%;
  }

  .column-161-copy {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
  }

  .column-160-copy {
    height: 300px;
    margin-top: 0;
    padding-top: 0;
  }

  .section-54-copy {
    margin-top: 70px;
  }

  .whitedivv-copy {
    float: none;
    margin-right: 2px;
  }

  .column-20-copy {
    align-items: flex-start;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-17-copy {
    height: auto;
  }

  .column-162-copy {
    background-image: none;
    height: auto;
    padding: 0;
    display: flex;
  }

  .column-22-copy-copy {
    order: -1;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .two-2-copy {
    align-items: flex-start;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .two-2-copy-copy {
    align-items: flex-start;
    height: auto;
    padding: 10px;
    display: block;
  }

  .pink-2-copy-copy {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .column-20-copy-copy {
    align-items: flex-start;
    height: auto;
  }

  .text-block-123-copy {
    text-align: left;
    font-size: 16px;
  }

  .whitedivv-copy-copy {
    float: none;
    margin-right: 2px;
  }

  .container-29 {
    max-width: 100%;
  }

  .columns-60 {
    max-width: 100%;
    padding-top: 20px;
    overflow: hidden;
  }

  .columns-61, .columns-62 {
    max-width: 100%;
    overflow: hidden;
  }

  .section-91 {
    padding-bottom: 20px;
  }

  .column-184 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-69 {
    height: auto;
  }

  .heading-105 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-67 {
    padding-bottom: 40px;
  }

  .image-70 {
    height: auto;
  }

  .column-186 {
    padding-right: 10px;
  }

  .column-187 {
    padding-left: 10px;
  }

  .droparrow {
    flex: 0 auto;
    order: 0;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
  }

  .container-30 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-26 {
    font-size: 28px;
  }

  .paragraph-7 {
    line-height: 24px;
  }

  .heading-25 {
    flex: 1;
    font-size: 20px;
  }

  .accordion-item-trigger-2 {
    justify-content: space-between;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .cashcol3 {
    height: 300px;
  }

  .column-188 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-107 {
    font-size: 28px;
    line-height: 33px;
  }

  .text-block-190 {
    text-align: left;
    font-size: 16px;
  }

  .body-13 {
    background-color: var(--light-steel-blue-2);
  }

  .column-191 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-71 {
    height: auto;
  }

  .symboldiv-clover {
    left: -44px;
  }

  .fist-cols-copy {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .symboldiv-clover-copy {
    left: -90px;
  }

  .symboldiv-clover2 {
    left: -91px;
  }

  .dropdown-header {
    font-size: 18px;
    line-height: 22px;
  }

  .column-196 {
    padding-left: 40px;
  }

  .columns-69 {
    flex-direction: column;
    display: flex;
  }

  .column-198 {
    order: -1;
  }

  .right-div {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .circlediv {
    background-color: var(--cornflower-blue);
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .circlediv-center {
    display: none;
    position: static;
  }

  .circlediv-web {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .circlediv-cash {
    background-color: var(--cornflower-blue);
    width: 100%;
    height: 50px;
    position: static;
  }

  .circlediv-graphic {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .circlediv-order {
    background-color: var(--cornflower-blue);
    width: 100%;
    height: 50px;
    position: static;
  }

  .link-block-29, .link-block-30 {
    position: static;
  }

  .link-block-31, .link-block-32 {
    width: 100%;
    position: static;
  }

  .link-block-33 {
    position: static;
  }

  .symboldiv-clover3 {
    left: -89px;
  }

  .right-div-graphics, .right-div-circles {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-71 {
    padding-bottom: 20px;
  }

  .cell1 {
    display: block;
  }

  .head1 {
    padding-left: 0;
  }

  .link-block-34 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-99 {
    padding-top: 0;
  }

  .lightbox-link-7 {
    width: auto;
  }

  .slider-2 {
    height: 300px;
  }

  .slider-3 {
    width: 75%;
    height: auto;
  }

  .pinkheader-3-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .column-199 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-82 {
    width: 85%;
  }

  .section-101 {
    margin-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-61-copy {
    align-items: stretch;
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .column-71-copy-copy {
    order: -1;
    padding-bottom: 30px;
  }

  .image-31-copy-copy {
    max-width: 100%;
  }

  .section-65-copy {
    background-image: linear-gradient(to right, var(--royal-blue-2) 17%, var(--cornflower-blue));
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section-799 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .section-789, .section-788, .section-655 {
    max-width: 100%;
    padding-top: 0;
    overflow: hidden;
  }

  .body-13-copy {
    background-color: var(--light-steel-blue-2);
  }

  .div-block-73 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .symboldiv-clover-copy-copy {
    left: -86px;
  }

  .col-44 {
    height: 250px;
  }

  .mini-div {
    left: -116px;
  }

  .paragraph-9 {
    padding-top: 20px;
  }

  .text-block-192 {
    padding-left: 0;
    padding-right: 0;
  }

  .info-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-802 {
    padding-top: 0;
  }

  .column-186-copy {
    height: 300px;
    padding-right: 10px;
  }

  .column-191-copy {
    padding-left: 10px;
  }

  .section-94-copy {
    padding-top: 40px;
  }

  .section-pax {
    padding-top: 0;
  }

  .col-flex, .col-duo {
    padding-left: 10px;
  }

  .symboldiv-clover-solo {
    left: -89px;
  }

  .login-link {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75 {
    padding-bottom: 20px;
  }

  .white-para {
    font-size: 16px;
    line-height: 22px;
  }

  .image-38 {
    max-width: 100%;
  }

  .text-block-194 {
    font-size: 22px;
    line-height: 22px;
  }

  .link-25 {
    text-shadow: 0 1px 6px #000;
  }

  .cell {
    align-items: center;
  }

  .quick-stack-2 {
    object-fit: fill;
    width: 100%;
    max-width: 100%;
  }

  .text-block-195 {
    font-size: 20px;
  }

  .text-block-196 {
    font-size: 18px;
  }

  .text-block-197 {
    font-size: 16px;
  }

  .text-block-198 {
    font-size: 22px;
  }

  .text-block-199 {
    font-size: 18px;
  }

  .text-block-200 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-201 {
    font-size: 14px;
  }

  .section-804 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .image-85 {
    max-width: 100%;
    height: auto;
    position: static;
    left: -344px;
  }

  .div-block-76 {
    border-radius: 0;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .cell-2 {
    flex-wrap: nowrap;
    display: block;
  }

  .link-block-35 {
    height: auto;
  }

  .logo1-copy {
    width: 190px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    bottom: 0;
    right: 11px;
  }

  .column-202 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-65-copy {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section-101-copy {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .container-32 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-789-copy {
    max-width: 100%;
    padding-top: 0;
    overflow: hidden;
  }

  .column-70-copy, .column-70-copy-copy {
    order: -1;
    height: auto;
  }

  .image-31-copy {
    max-width: 100%;
    max-height: none;
    padding-top: 0;
  }

  .column-70-copy-copy {
    order: 1;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-72-copy {
    text-align: center;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .section-806 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-69-copy {
    height: auto;
  }

  .heading-expo {
    font-size: 28px;
    line-height: 38px;
  }

  .column-184-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .button-9-copy.left {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

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

  .button-expo.left {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .computer-copy {
    z-index: 7;
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    overflow: hidden;
  }

  .webslider-copy {
    z-index: 7;
    top: -6px;
  }

  .column-70-expo {
    order: -1;
    height: auto;
  }

  .columns-29-copy {
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .text-block-174-copy.light, .text-block-174-copy.expo {
    text-align: left;
    font-weight: 600;
  }

  .columns-60-copy {
    max-width: 100%;
    padding-top: 20px;
    overflow: hidden;
  }

  .text-block-174-copy {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-174-copy.light, .text-block-174-copy.expo {
    text-align: left;
    font-weight: 600;
  }

  .heading-71-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-71-copy.payment {
    margin-bottom: 20px;
    font-size: 33px;
    line-height: 40px;
  }

  .heading-71-copy.light-copy {
    font-size: 32px;
    line-height: 34px;
  }

  .section-788-copy {
    max-width: 100%;
    padding-top: 0;
    overflow: hidden;
  }

  .image-33-copy {
    padding-top: 0;
  }

  .column-71-copy, .column-71-expo {
    order: 1;
    padding-bottom: 100px;
  }

  .columns-61-copy-copy {
    align-items: stretch;
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .column-70-expo2 {
    order: 1;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-70-copy-copy {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column-71-home {
    height: 300px;
  }

  .section-65-copy {
    max-width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }

  .section-65-copy-copy {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .computer-home {
    z-index: 7;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    overflow: hidden;
  }

  .webslider-home {
    z-index: 7;
    width: 100%;
    height: 200px;
    position: static;
    top: -6px;
  }

  .col-72-copy {
    text-align: center;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .column-70-gd {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-65-copy-home {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    overflow: visible;
  }

  .column-70-home {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .computer-copy {
    z-index: 7;
    order: 0;
    width: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    overflow: hidden;
  }

  .webslider-copy {
    z-index: 7;
    width: 100%;
    height: auto;
    position: static;
    top: -6px;
  }

  .col-72-copy-copy {
    text-align: center;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .col-72-home {
    text-align: center;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
  }

  .webslider-expo {
    z-index: 7;
    background-color: #ddd0;
    width: 100%;
    height: auto;
    top: -6px;
  }

  .heading-71-expo {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-71-expo.payment {
    margin-bottom: 20px;
    font-size: 33px;
    line-height: 40px;
  }

  .heading-71-expo.light-copy {
    font-size: 32px;
    line-height: 34px;
  }

  .heading-113 {
    font-size: 30px;
    line-height: 39px;
  }

  .heading-114 {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-203 {
    font-size: 26px;
    line-height: 32px;
  }

  .text-block-205 {
    font-size: 24px;
  }

  .image-87 {
    height: 50px;
    margin-top: 10px;
  }

  .image-88 {
    height: 60px;
  }

  .div-block-81 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-202-copy {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-16-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy, .bold-text-16-copy-copy {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-82 {
    justify-content: center;
    align-items: center;
  }

  .section-809 {
    padding-bottom: 40px;
  }

  .column-161-copy-copy {
    height: auto;
    padding: 20px 20px 40px;
    display: flex;
  }

  .heading-116 {
    font-size: 24px;
  }

  .comission-cols {
    align-items: flex-start;
    height: auto;
    padding: 10px 20px;
    display: block;
  }

  .service2-2-copy {
    order: 1;
    padding-top: 0;
    font-size: 16px;
  }

  .who-is-sec {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sales-col {
    align-items: flex-start;
    height: auto;
  }

  .two-2-copy-copy-copy {
    align-items: flex-start;
    height: auto;
    padding: 10px;
    display: block;
  }

  .container-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .join-col {
    float: none;
    margin-right: 2px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .us-col {
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sales-col-copy {
    align-items: flex-start;
    height: auto;
  }

  .heading-75-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 33px;
  }

  .text-block-123-copy-copy {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .sales-header {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .sales-copy {
    order: 1;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .cc-col {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .symboldiv-plus {
    left: -75px;
  }

  .columns-69-copy {
    flex-direction: column;
    display: flex;
  }

  .symboldiv-web {
    left: 6px;
  }

  .web-service-txt {
    order: 0;
    padding-top: 0;
    font-size: 16px;
  }

  .image-89 {
    height: 300px;
  }

  .columns-17-copy-copy, .agent-col {
    height: auto;
  }

  .column-71-copy {
    order: 1;
    padding-bottom: 60px;
  }

  .cc-col2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-cc {
    background-image: linear-gradient(90deg, var(--royal-blue-2) 17%, var(--cornflower-blue));
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .column-71-copy {
    order: 1;
  }

  .cc-col3 {
    background-image: linear-gradient(90deg, var(--royal-blue-2) 17%, var(--cornflower-blue));
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section-799-copy {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .div-block-55-copy {
    padding-bottom: 20px;
  }

  .col-77 {
    order: 1;
  }

  .div-block-33-copy {
    flex-direction: column;
    justify-content: space-around;
    display: block;
  }

  .mobile-links-div {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

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

  .button-small.left {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .button-small.leftsmall {
    margin-right: 0;
  }

  .columns-50-copy {
    flex-direction: column;
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .column-70-home-copy {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .col-72-home-copy {
    text-align: center;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
  }

  .symboldiv-clover-flexpy {
    left: -60px;
  }

  .text-block-174-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .text-block-174-copy.light, .text-block-174-copy.expo {
    text-align: left;
    font-weight: 600;
  }

  .columns-9-copy {
    height: auto;
  }

  .section-810 {
    padding-top: 100px;
  }

  .columns-75 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .list-4 {
    padding-left: 10px;
  }

  .column-209 {
    height: auto;
  }

  .pinkheader-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-16-copy-copy-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-122 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .service2-3 {
    order: 1;
    padding-top: 0;
    font-size: 16px;
  }

  .image-72-copy {
    height: auto;
  }

  .bold-text-16-copy-copy-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-123 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .service2-4 {
    order: 1;
    padding-top: 0;
    font-size: 16px;
  }

  .call-button {
    width: auto;
  }

  .section-70-copy {
    padding-bottom: 0;
  }

  .lightbox-link-11 {
    height: 100px;
  }

  .columns-78 {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#w-node-_059fc6a5-38f8-99c2-a501-8c05a4420b2a-5163abba {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_34c3440a-b007-ca73-4ad0-008ad77ad81b-5163abba, #w-node-_3399046d-db63-63bf-643c-13873f416b0c-5163abba, #w-node-b019c0e6-253f-5fd8-40da-edf8e1770e0e-5163abba, #w-node-_540fb746-19da-f8c7-b755-0ccfc0e72b40-5163abba, #w-node-de7a8d1b-066a-e7d3-6fe5-fe9354feebc1-5163abba, #w-node-_8ac232d4-e7ef-fbc9-a12b-6ce1694191e6-5163abba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf763688-6900-7121-eced-8a1795b51430-c35d88fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a1cdd969-e670-89e8-5dc0-e8ec5590c0a0-c35d88fd, #w-node-_17574070-27a6-1982-3c21-7581247638d6-c35d88fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bf763688-6900-7121-eced-8a1795b51430-c35d88fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf763688-6900-7121-eced-8a1795b51430-c35d88fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a1cdd969-e670-89e8-5dc0-e8ec5590c0a0-c35d88fd {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17574070-27a6-1982-3c21-7581247638d6-c35d88fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_059fc6a5-38f8-99c2-a501-8c05a4420b2a-5163abba {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_34c3440a-b007-ca73-4ad0-008ad77ad81b-5163abba {
    grid-column: span 3 / span 3;
  }

  #w-node-_3399046d-db63-63bf-643c-13873f416b0c-5163abba {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b019c0e6-253f-5fd8-40da-edf8e1770e0e-5163abba, #w-node-_540fb746-19da-f8c7-b755-0ccfc0e72b40-5163abba, #w-node-de7a8d1b-066a-e7d3-6fe5-fe9354feebc1-5163abba, #w-node-_8ac232d4-e7ef-fbc9-a12b-6ce1694191e6-5163abba {
    grid-column: span 3 / span 3;
  }

  #w-node-a1cdd969-e670-89e8-5dc0-e8ec5590c0a0-c35d88fd, #w-node-_17574070-27a6-1982-3c21-7581247638d6-c35d88fd {
    order: -9999;
  }
}


