:root {
  --royal-blue: #3567e7;
  --black-2: rgba(12, 23, 36, .85);
  --dark-slate-blue-2: rgba(44, 56, 82, .65);
  --white: white;
  --red: var(--white);
  --black: #333;
  --white-smoke: #eee;
  --dim-grey: #484848;
  --dim-grey-2: #5f5f5f;
  --dark-slate-blue: #37465a;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

a {
  text-decoration: underline;
}

.image {
  width: 100%;
  max-width: 445px;
}

.mini-divider {
  width: 100%;
  height: 3px;
  max-width: 90px;
  background-color: var(--royal-blue);
  margin-bottom: 20px;
}

.mini-divider.alight-center {
  margin-left: auto;
  margin-right: auto;
}

.li-checks {
  background-image: url('../images/8679689_sword_weapon_icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
}

.button {
  background-color: var(--royal-blue);
  padding: 24px 60px;
  font-size: 26px;
  line-height: 1.2;
}

.button.bit-bigger {
  padding: 30px 46px;
  font-size: 29px;
}

.heading {
  color: var(--royal-blue);
  margin-bottom: 10px;
}

.image-2 {
  width: 100%;
  max-width: 478px;
  object-fit: cover;
}

.section-title-bar {
  border-bottom: 4px solid #e9e4dd;
}

.c-1165 {
  width: 100%;
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.image-3 {
  height: 40px;
  margin-top: 8px;
  margin-bottom: 5px;
}

.section-hero {
  background-image: linear-gradient(270deg, var(--black-2), var(--dark-slate-blue-2)), url('../images/bg.jpg');
  color: var(--white);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wrapper-hero {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .7fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 22px;
  display: grid;
}

.heading-2 {
  margin-bottom: 20px;
}

.text-block {
  max-width: 520px;
  margin-bottom: 10px;
}

.list-hero {
  grid-column-gap: 0px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  margin-bottom: 30px;
  display: grid;
}

.t-yellow {
  color: #fec92f;
}

.text-block-2 {
  margin-bottom: 25px;
}

.div-block-2 {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.text-block-3 {
  max-width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 15px;
  font-size: 19px;
}

.section-mini-benefit {
  box-shadow: 0 1px 10px 3px #ddd;
}

.wrap-mini-benefit {
  max-width: 960px;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 14px;
  display: grid;
}

.div-block-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-3 {
  margin-bottom: 20px;
}

.text-block-4 {
  margin-bottom: 35px;
  font-style: normal;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 77px;
  display: grid;
}

.div-block-5 {
  padding: 20px 50px;
}

.section-most-amer {
  background-color: #eee;
}

.div-block-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-4 {
  margin-bottom: 20px;
}

.text-block-5 {
  margin-top: 20px;
}

.section-happy-customer {
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url('../images/bg2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-7 {
  max-width: 890px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 50px;
  font-size: 19px;
}

.heading-5 {
  margin-bottom: 20px;
  font-size: 50px;
}

.text-block-6 {
  margin-top: 30px;
}

.text-block-7 {
  margin-bottom: 30px;
}

.div-block-8 {
  max-width: 770px;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-9 {
  margin-bottom: 50px;
}

.section-cta {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2)), url('../images/bg.jpg');
  color: var(--white);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wrapper-cta {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .7fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 22px;
  display: grid;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #828282;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 28px;
  padding-bottom: 23px;
  font-size: 14px;
  display: grid;
}

.text-block-8 {
  color: #828282;
  font-size: 14px;
}

.link {
  color: #828281;
}

.image-4 {
  margin-bottom: 18px;
}

.italic-text {
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .button {
    width: 100%;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
  }

  .wrapper-hero {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .list-hero {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-2 {
    margin-bottom: 10px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .wrap-mini-benefit {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .text-block-4 {
    margin-bottom: 20px;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

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

  .heading-4 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .div-block-7 {
    padding-top: 20px;
    font-size: 18px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .text-block-6 {
    margin-top: 20px;
  }

  .text-block-7 {
    margin-bottom: 10px;
  }

  .div-block-9 {
    padding-top: 40px;
  }

  .wrapper-cta {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .div-block-10 {
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .only-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-hero {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-happy-customer {
    background-position: 80% 100%;
  }

  .wrapper-cta {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .li-checks {
    background-position: 0%;
  }

  .button {
    font-size: 22px;
  }

  .button.bit-bigger {
    padding: 20px 25px;
    font-size: 21px;
    font-weight: 600;
  }

  .c-1165 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .c-1165.nopad {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    height: 25px;
  }

  .heading-2 {
    color: var(--red);
    font-size: 26px;
  }

  .list-hero {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .section-happy-customer {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/image.png');
    background-position: 0 0, 100% 0;
  }

  .div-block-7 {
    padding-bottom: 20px;
  }

  .div-block-9 {
    padding-top: 20px;
  }

  .link-block {
    padding-top: 25px;
  }
}

#w-node-_24db13ac-e925-64e5-8848-a6bb273e61fc-df9f2971 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_24db13ac-e925-64e5-8848-a6bb273e61fe-df9f2971 {
  justify-self: start;
}

#w-node-_745d8331-15bb-caa9-47de-62f46d0d9a0f-df9f2971 {
  align-self: center;
}

#w-node-_5d45f146-a13a-c0a3-d483-eb4f45ea22f5-df9f2971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a05f22dd-c5be-ec60-9342-9bdcbd9f5459-df9f2971 {
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_24db13ac-e925-64e5-8848-a6bb273e61fc-df9f2971 {
    grid-row: span 1 / span 1;
  }

  #w-node-_24db13ac-e925-64e5-8848-a6bb273e61fe-df9f2971, #w-node-_246424b6-2d03-726c-94a6-5af375954216-df9f2971, #w-node-a05f22dd-c5be-ec60-9342-9bdcbd9f5459-df9f2971 {
    justify-self: center;
  }
}


