.header {
  display: none;
}

.content-wrap .cell > div > * {
  padding: 0;
}

#header3 {
  display: flex;
  align-items: center;
  height: 60px;
}
#header3 img {
  max-width: 197px;
  height: auto;
}
@media (max-width: 767px) {
  #header3 .container {
    display: flex;
    justify-content: center;
  }
}

#var-2 #top {
  background: linear-gradient(180deg, #CDE1EC 0%, #F5F9FF 100%);
  padding-bottom: 50px;
}
#var-2 #top .wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#var-2 #top #header3 .container {
  display: block;
  max-width: 1217px;
}
@media (max-width: 767px) {
  #var-2 #top #header3 .container {
    display: flex;
    justify-content: center;
  }
}
#var-2 #top h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 68px;
  margin-bottom: 20px;
  margin-top: 48px;
  color: #313131;
}
#var-2 #top .description {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 55px;
  color: #313131;
}
#var-2 #top .btn {
  height: 80px;
  width: 100%;
  max-width: 400px;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#var-2 #top .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 595px;
  padding-right: 15px;
}
#var-2 #top .right img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #var-2 #top h1 {
    margin-top: 0;
  }
  #var-2 #top .left {
    padding-top: 40px;
    margin-bottom: 50px;
    padding-right: 0;
  }
  #var-2 #top .btn {
    margin-left: auto;
    margin-right: auto;
  }
  #var-2 #top .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #var-2 #top .container {
    display: block;
  }
  #var-2 #top .left {
    padding-right: 0;
  }
  #var-2 #top h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
    text-align: center;
  }
  #var-2 #top .description {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: center;
  }
  #var-2 #top .btn {
    height: 70px;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
  }
  #var-2 #top img {
    max-width: 400px;
  }
}
#var-2 #block-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
#var-2 #block-2 .bold {
  font-weight: bold;
}
#var-2 #block-2 .title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 70px;
  color: #313131;
}
#var-2 #block-2 .items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 132px;
}
#var-2 #block-2 .items .item {
  max-width: 264px;
  width: 24%;
}
#var-2 #block-2 .items .item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#var-2 #block-2 .items .item .description {
  color: #313131;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
}
#var-2 #block-2 .bonus {
  padding: 68px 115px;
  background: linear-gradient(180deg, #CDE1EC 0%, #F5F9FF 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#var-2 #block-2 .bonus .title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 40px;
  text-align: left;
  color: #1971C2;
}
#var-2 #block-2 .bonus .description {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-align: left;
  margin-bottom: 10px;
}
#var-2 #block-2 .bonus .info {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
}
#var-2 #block-2 .bonus .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 539px;
  padding-right: 15px;
}
#var-2 #block-2 .bonus .right {
  position: absolute;
  right: 125px;
  width: 321px;
  top: -45px;
}
@media (max-width: 1200px) {
  #var-2 #block-2 .bonus {
    padding: 40px;
  }
  #var-2 #block-2 .bonus .description {
    margin-bottom: 0;
  }
  #var-2 #block-2 .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #var-2 #block-2 .container {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  #var-2 #block-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #var-2 #block-2 .bonus .btn {
    max-width: 320px;
  }
  #var-2 #block-2 .bonus .left {
    max-width: 400px;
  }
  #var-2 #block-2 .bonus .right {
    right: 0;
  }
}
@media (max-width: 767px) {
  #var-2 #block-2 {
    padding-bottom: 0;
  }
  #var-2 #block-2 .title {
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
  }
  #var-2 #block-2 .items {
    flex-direction: column;
    margin-bottom: 50px;
  }
  #var-2 #block-2 .items .item {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #var-2 #block-2 .items .item:not(:last-child) {
    margin-bottom: 50px;
  }
  #var-2 #block-2 .btn {
    height: 70px;
  }
  #var-2 #block-2 .bonus-container {
    padding-left: 0;
    padding-right: 0;
  }
  #var-2 #block-2 .bonus {
    display: block;
    padding: 50px 15px 20px 15px;
  }
  #var-2 #block-2 .bonus .left {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  #var-2 #block-2 .bonus .right {
    position: static;
    width: 100%;
  }
  #var-2 #block-2 .bonus .right img {
    margin: 0 auto;
  }
  #var-2 #block-2 .bonus .info {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  #var-2 #block-2 .bonus .title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  #var-2 #block-2 .bonus .description {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: center;
  }
}
#var-2 #why {
  background: #FAFAFA;
  padding-top: 80px;
  padding-bottom: 80px;
}
#var-2 #why .container {
  display: flex;
  justify-content: space-between;
}
#var-2 #why .left {
  max-width: 566px;
  margin-right: 72px;
}
#var-2 #why .left img {
  width: 100%;
  height: auto;
}
#var-2 #why .right {
  margin-left: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#var-2 #why .title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #313131;
}
#var-2 #why ul li {
  list-style-type: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  color: #313131;
  line-height: 26px;
}
#var-2 #why ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  #var-2 #why .container {
    width: 100%;
  }
  #var-2 #why .left {
    margin-right: 30px;
  }
  #var-2 #why .right {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  #var-2 #why {
    padding-top: 60px;
  }
  #var-2 #why .left {
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto !important;
  }
}
@media (max-width: 767px) {
  #var-2 #why .left {
    margin-right: 0;
  }
  #var-2 #why .right {
    margin-left: 0;
  }
  #var-2 #why .container {
    flex-direction: column-reverse;
  }
  #var-2 #why ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  #var-2 #why ul li {
    line-height: 26px;
    font-size: 17px;
  }
  #var-2 #why .title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
}

#var-2-footer-mini {
  padding: 0 0 41px;
  color: #787878;
  text-align: center;
}
#var-2-footer-mini .address {
  padding-top: 38px;
  font-size: 14px;
  line-height: 20px;
}
#var-2-footer-mini .address a {
  color: #787878;
  text-decoration: underline;
}
#var-2-footer-mini .address .div {
  margin: 0 5px;
}
@media (max-width: 767px) {
  #var-2-footer-mini .address a {
    display: inline-block;
  }
  #var-2-footer-mini .address .div {
    display: none;
  }
}

#calendar {
  margin-bottom: 20px;
}
#calendar h2 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 80px;
}
#calendar .calendly-inline-widget {
  min-width: 320px;
  height: 690px;
}
@media (max-width: 1200px) {
  #calendar .calendly-inline-widget {
    height: 868px;
  }
}
@media (max-width: 767px) {
  #calendar {
    margin-bottom: 0;
    height: 1200px;
  }
  #calendar h2 {
    margin-top: 50px;
  }
}