.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbar-logo-left {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: 0 0 14px -10px #000;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding: 20px 50px;
}

.container {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.image {
  max-width: 400px;
}

.button {
  padding: 12px 14px;
  border-radius: 5px;
  background-color: #7b9463;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

.div-block.div-foot {
  margin-bottom: 40px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}

.heading.main-head {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.container-2 {
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
}

.container-2._3 {
  max-width: 800px;
}

.heading-2 {
  margin-bottom: 20px;
  color: #000;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

.div-block-2 {
  width: 100%;
  text-align: center;
}

.image-5 {
  max-width: 100%;
  text-align: center;
}

.paragraph-5 {
  margin-top: 40px;
  margin-bottom: 80px;
  color: #7a7a7a;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.heading-3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 2rem;
  text-align: center;
}

.button-4 {
  max-width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 24px;
  border-radius: 10px;
  background-color: #ffa726;
  box-shadow: 1px 1px 15px 0 #bfbebe;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
}

.paragraph-6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.bold-text {
  color: red;
}

.paragraph-7 {
  margin-bottom: 15px;
  background-color: #dbdbdb;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.div-block-3 {
  margin-top: 10px;
  line-height: 24px;
}

.text-span {
  color: red;
}

.paragraph-8 {
  font-size: 23px;
  line-height: 32px;
}

.paragraph-9 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.text-span-2 {
  color: red;
}

.paragraph-10 {
  background-color: #fff902;
  color: red;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.paragraph-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
}

.button-5 {
  min-width: 100%;
  margin-bottom: 20px;
  background-color: #0db4e0;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.paragraph-12 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 30px;
  color: #fff;
  text-align: left;
}

.paragraph-12.links {
  padding-left: 60px;
}

.paragraph-12.p2 {
  margin-top: 15px;
}

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

.link-2 {
  color: #dbdbdb;
  text-decoration: none;
}

.section {
  margin-bottom: 30px;
  padding-bottom: 50px;
}

.grid-2 {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  grid-template-areas: ". . Area-2"
    "Area . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 66px 66px;
  grid-template-rows: 66px 66px;
  cursor: pointer;
}

.link-3 {
  padding: 20px 30px;
  border: 2px solid #ff8f00;
  border-radius: 10px;
  background-color: #38a2ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #fdb621), to(#e27a07));
  background-image: linear-gradient(180deg, #fdb621 8%, #e27a07);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.link-3:hover {
  background-color: #e27a07;
  background-image: none;
}

.link-3._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #0e36b8), to(#0b1658));
  background-image: linear-gradient(180deg, #0e36b8 8%, #0b1658);
}

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

.div-block-5 {
  margin-bottom: 0px;
  cursor: pointer;
}

.link-4 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
}

.paragraph-13 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #2f56cb;
  font-size: 18px;
  text-align: center;
}

.text-span-3 {
  color: #41444c;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 2.5rem;
  text-align: center;
}

.heading-5 {
  margin-bottom: 20px;
  background-color: #ff0;
  color: #363636;
  font-size: 22px;
  text-align: center;
}

.image-6 {
  max-width: 45px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-2 {
  padding-left: 10px;
  color: #363636;
  font-size: 18px;
  line-height: 28px;
}

.div-block-8 {
  text-align: left;
}

.paragraph-14 {
  margin-bottom: 0px;
}

.image-17 {
  width: 1000px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
  border: 2px solid #000;
}

.link-block {
  margin-bottom: 15px;
  text-decoration: none;
}

.paragraph-15 {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.bold-text-3 {
  text-decoration: none;
}

.heading-6 {
  color: #353434;
}

.paragraph-16 {
  font-size: 18px;
}

.paragraph-17 {
  margin-top: 18px;
  margin-bottom: 24px;
  color: #363636;
  font-size: 19px;
}

.paragraph-17._8 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}

.paragraph-17._8._9 {
  margin-bottom: 30px;
}

.paragraph-18 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 80px;
  color: #666;
  font-size: 20px;
  text-align: center;
}

.link-5 {
  color: #2f56cb;
  text-decoration: none;
}

.link-5:hover {
  background-color: #2f56cb;
  color: #fff;
}

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

.div-block-10 {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #6def88;
}

.paragraph-19 {
  color: #000;
  font-size: 18px;
}

.paragraph-20 {
  font-size: 18px;
}

.paragraph-21 {
  max-width: 50%;
  background-color: #ff0;
  color: #000;
  font-size: 18px;
}

.paragraph-21.green {
  background-color: #6def88;
}

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

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

.link-block-2 {
  max-width: 100%;
}

.link-block-2:hover {
  border-bottom: 5px solid #2f56cb;
}

.div-block-11 {
  text-align: left;
}

.image-18 {
  min-width: 380px;
}

.image-19 {
  min-width: 380px;
}

.div-block-12 {
  margin-bottom: 0px;
  padding: 40px;
  background-color: #1e2c5e;
  text-align: center;
}

.heading-7 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.columns {
  margin-bottom: 30px;
}

.paragraph-22 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.button-6 {
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #1e2c5e;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.button-6:hover {
  background-color: #334eac;
}

.paragraph-23 {
  font-size: 24px;
}

.paragraph-24 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
}

.paragraph-24._7 {
  margin-top: 10px;
  padding-top: 10px;
}

.container-3 {
  max-width: 1250px;
  padding: 40px 30px;
}

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

.div-block-14 {
  font-size: 16px;
}

.paragraph-25 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.paragraph-25.linmks {
  margin-bottom: 0px;
}

.link-6 {
  font-family: 'Open Sans', sans-serif;
  color: #2096f3;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-26 {
  font-family: Montserrat, sans-serif;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
}

.section-2 {
  background-color: #ebeef3;
}

.image-20 {
  max-width: 50%;
}

.button-3 {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding: 18px 20px;
  border: 0px solid #c40202;
  border-radius: 12px;
  background-color: #fd4f21;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd4f21), to(#e21c07));
  background-image: linear-gradient(180deg, #fd4f21, #e21c07);
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  background-color: #e61d18;
  background-image: none;
  text-decoration: none;
}

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container {
    max-width: none;
  }

  .image {
    max-width: 150px;
  }

  .button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .div-block.div-foot {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading {
    text-align: center;
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-6 {
    font-size: 22px;
  }

  .paragraph-7 {
    font-size: 13px;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .paragraph-10 {
    display: none;
    font-size: 15px;
    line-height: 25px;
  }

  .button-5 {
    min-width: 70%;
    text-align: center;
  }

  .paragraph-12 {
    padding-left: 0px;
    font-size: 13px;
  }

  .paragraph-12.links {
    padding-left: 0px;
    font-size: 13px;
    text-align: center;
  }

  .section {
    margin-bottom: 0px;
  }

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

  .grid-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .link-3 {
    padding: 10px 5px;
    font-size: 20px;
  }

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

  .link-4 {
    font-size: 20px;
  }

  .paragraph-13 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .heading-4 {
    font-size: 1.7rem;
    line-height: 30px;
  }

  .heading-5 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .bold-text-2 {
    font-size: 12px;
  }

  .paragraph-14 {
    font-size: 12px;
  }

  .image-17 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .link-block {
    margin-bottom: 10px;
  }

  .paragraph-15 {
    margin-bottom: 0px;
    line-height: 17px;
  }

  .heading-6 {
    margin-top: 15px;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }

  .paragraph-17 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-17._8 {
    font-size: 16px;
  }

  .paragraph-17._8._9 {
    font-size: 16px;
  }

  .paragraph-18 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-9 {
    display: block;
  }

  .paragraph-21 {
    max-width: 60%;
  }

  .paragraph-21.green {
    max-width: 60%;
    margin-top: 15px;
  }

  .image-18 {
    min-width: 250px;
  }

  .image-19 {
    min-width: 250px;
  }

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

  .heading-7 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .paragraph-22 {
    font-size: 18px;
  }

  .button-6 {
    margin-top: 15px;
    font-size: 18px;
  }

  .paragraph-24 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
  }

  .paragraph-24._7 {
    font-size: 22px;
  }

  .container-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-25 {
    font-size: 12px;
  }

  .paragraph-26 {
    font-size: 12px;
  }

  .image-20 {
    max-width: 100%;
  }

  .button-3 {
    max-width: 100%;
    margin-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}

#w-node-_3bfc5c97-bf7b-de17-aafc-e416fc760bbe-67c4cad5 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3bfc5c97-bf7b-de17-aafc-e416fc760bc0-67c4cad5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bfc5c97-bf7b-de17-aafc-e416fc760bc2-67c4cad5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bfc5c97-bf7b-de17-aafc-e416fc760bc4-67c4cad5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bfc5c97-bf7b-de17-aafc-e416fc760bc6-67c4cad5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bfc5c97-bf7b-de17-aafc-e416fc760bc8-67c4cad5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_3bfc5c97-bf7b-de17-aafc-e416fc760bc2-67c4cad5 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}