:root {
  --red: #c62127;
  --grey: #fafafa;
  --light-slate-grey: #8a94a6;
  --black: #333;
}

body {
  box-shadow: none;
  color: #333;
  background-color: #6b6b6b;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav_column_large_02 {
  width: 30%;
}

.phone-link {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.phone-link.w--current {
  color: var(--red);
}

.phone-link.phone {
  color: var(--red);
  padding-left: 5px;
  font-weight: 700;
}

.nav_column {
  width: 22%;
  padding: 15px;
}

.nav04_right_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_heading {
  color: #ffffffa1;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.nav04_links {
  align-items: center;
  display: flex;
}

.nav04_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.nav_h4 {
  color: #f5f7fd;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 12px;
}

.nav_h4_02 {
  color: #0a1f44;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 12px;
}

.nav_button {
  box-shadow: none;
  color: #38cb89;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e9f9f0;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  min-height: 35px;
  max-height: 40px;
  padding: 10px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.nav_button:hover {
  background-color: #ddf3e7;
}

.nav_link_text {
  font-weight: 500;
}

.nav_dropdown {
  background-color: #fff;
  border-radius: 8px;
  min-width: 320px;
  min-height: auto;
  font-weight: 400;
  display: flex;
  box-shadow: 14px 14px 25px 5px #767ead14;
}

.nav_heading_02 {
  color: #8a94a6;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.nav_list {
  min-width: 850px;
}

.nav_list.w--open {
  background-color: #0000;
  border-radius: 10px;
  left: -110px;
  overflow: hidden;
}

.nav04_line {
  background-color: #ebecf0;
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-left: 15px;
}

.nav_drop {
  align-items: center;
  height: 100%;
  display: block;
}

.nav04_nav_menu {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.nav_toggle {
  align-items: center;
  height: 100%;
  padding-right: 25px;
  display: flex;
}

.nav_link {
  color: #201b3d;
  background-color: #0000;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  min-height: 33px;
  padding: 8px 5px 8px 10px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.nav_link:hover {
  background-color: #f8faff;
}

.nav04_logo {
  margin-right: 35px;
}

.nav_icon_arrow {
  margin-right: 0;
}

.nav_column_large {
  width: 28%;
  padding: 15px;
}

.nav04_button {
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c62127;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  min-height: 35px;
  max-height: 40px;
  padding: 12px 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.nav04_button:hover {
  border: 2px solid var(--red);
  color: var(--red);
  background-color: #fffdfd;
}

.nav04_image {
  margin-right: 25px;
  position: static;
  inset: 0% auto 0% 0%;
}

.nav_details_wrap_02 {
  background-color: #7540ee;
  background-image: url('../images/flowbase_wave.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.nav_details_block {
  background-color: #f5f7fd;
  background-image: url('../images/hero_image.png');
  background-position: 0 38px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
}

.nav_details_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav_title {
  color: #5d3eff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.navbar {
  background-color: var(--grey);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.h09 {
  background-color: #f8fcff;
  background-image: url('../images/Cow-Hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 85vh;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h09_container {
  flex: 1;
  max-width: 1140px;
}

.h09_title {
  color: #c62127;
  text-align: left;
  letter-spacing: 1px;
  max-width: 500px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.h09_h1 {
  color: #33334f;
  max-width: 500px;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 54px;
}

.h09_text {
  color: #0a1f44;
  text-align: left;
  max-width: 410px;
  margin-bottom: 25px;
  margin-right: auto;
  font-size: 17px;
  display: block;
}

.h09_button_wrap {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.h09_button {
  background-color: var(--red);
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #c62127;
  border-radius: 100px;
  margin-right: 15px;
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.h09_button:hover {
  border-width: 2px;
  border-color: var(--red);
  background-color: var(--grey);
  color: var(--red);
}

.h09_link {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.cl01 {
  background-color: #fafafa;
  padding: 45px 10%;
}

.cl01_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.cl01_title {
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.cl01_logo_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cl01_logo {
  width: 20%;
  padding: 25px 35px;
  display: inline-block;
}

.cl01_image {
  width: 200px;
}

.c01 {
  background-color: #fff;
  align-items: center;
  padding: 90px 10%;
  display: flex;
}

.c01_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c01_block {
  width: 50%;
  padding-right: 55px;
  position: relative;
}

.c01_title {
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.c01_h3 {
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c01_focus_colour {
  color: #7540ee;
}

.c01_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 25px;
}

.fe06_title {
  color: #7540ee;
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.fe06_icon {
  background-color: #e3d9fc7d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06_icon_02 {
  background-color: #d5dff75c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06_h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}

.fe06_text {
  text-align: left;
  max-width: 500px;
  margin-bottom: 18px;
  line-height: 25px;
}

.fe06_icon_03 {
  background-color: #e9f9f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe06_container {
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fe06_icon_image {
  width: 25px;
}

.fe06_row {
  max-width: 1140px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fe06_icon_04 {
  background-color: #fffaf1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 80px 5%;
  display: block;
}

.fe06_h2 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.c03_container {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c03_text {
  max-width: 560px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25px;
}

.c03_h3 {
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c03_google {
  border-radius: 8px;
}

.c03_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.c03 {
  background-color: var(--grey);
  align-items: center;
  padding: 90px 10%;
  display: flex;
}

.c03_check_wrap {
  margin-bottom: 35px;
}

.check-icon {
  width: 20px;
  margin-right: 12px;
}

.c03_app_wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.c03_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 55px;
  display: flex;
  position: relative;
}

.c03_apple {
  border-radius: 8px;
  margin-left: 15px;
}

.c03_title {
  color: #767ead96;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c02_check_text {
  color: #4e5d78;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.c02 {
  background-color: var(--grey);
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c02_block_image {
  width: 50%;
  padding-right: 55px;
  position: relative;
}

.c02_block {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.c02_button_text {
  margin-right: 8px;
}

.c02_button {
  color: #fff;
  text-align: left;
  background-color: #7540ee;
  border: 1px solid #1730492e;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 250px;
  min-height: 50px;
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.c02_button:hover {
  background-color: #6d3be0;
}

.c02_title {
  color: #4e5d78;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.c02_h3 {
  color: #33334f;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c02_check_wrap {
  margin-bottom: 35px;
}

.c02_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.c02_container {
  flex: 1;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe05_h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}

.fe05_row {
  margin-bottom: 25px;
}

.fe05_card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
}

.fe05_h2 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 700;
}

.fe05_icon {
  width: 20px;
}

.fe05 {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 80px 5%;
  display: block;
}

.fe05_container {
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fe05_title {
  color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.fe05_icon_wrap {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 3px #ebecf0;
}

.f05_icon_wrap {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 3px #ebecf0;
}

.fe05_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto 25px;
  display: flex;
}

.fe05_text {
  text-align: center;
  max-width: 500px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 25px;
}

.badge_success {
  color: #fff;
  background-color: #2e9969;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  min-height: 25px;
  display: flex;
}

.badge_text_white {
  color: #fff;
  font-weight: 700;
}

.button_wrap {
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 120px;
  padding: 15px 15px 15px 0;
  display: flex;
}

.button-p-round {
  color: #fff;
  background-color: #7540ee;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button-p-round:hover {
  background-color: #6e3be2;
}

.button_wrap-2 {
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 120px;
  padding: 15px 15px 15px 0;
  display: flex;
}

.c02_button-2 {
  background-color: var(--red);
  color: #fff;
  border: 1px solid #1730492e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 250px;
  min-height: 50px;
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.c02_button-2:hover {
  border-width: 2px;
  border-color: var(--red);
  background-color: var(--grey);
  color: var(--red);
}

.t06_icon {
  color: #000;
  font-size: 17px;
}

.t06_arrow_right {
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.t06_avatar_03 {
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_card {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 25px 30px;
  display: flex;
}

.t06_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.t06_slider {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  padding-left: 30px;
  padding-right: 30px;
}

.t06_mask {
  width: 40%;
  overflow: visible;
}

.t06_stars_wrap {
  margin-bottom: 10px;
}

.t06_avatar {
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_card_base {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 2.6rem #c1c7d03b;
}

.t06_avatar_04 {
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_arrow_left {
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  inset: auto 80px 0% auto;
}

.t06_avatar_05 {
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 100px 5%;
  display: block;
  overflow: hidden;
}

.t06_avatar_02 {
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_author {
  align-items: center;
  display: flex;
}

.t06_team_wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.t06_h3 {
  color: #0a1f44;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 36px;
  line-height: 45px;
}

.t06_author_wrap {
  padding-left: 10px;
}

.t06_star {
  width: 16px;
  margin-right: 6px;
}

.t06_job {
  color: #8a94a6;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}

.t06_slider_nav {
  margin-right: 34px;
}

.t06_name {
  color: #0a1f44;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.t06_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t06_title {
  color: #7540ee;
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.form_alert {
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form01_dropdown {
  color: #8a94a6;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  min-height: 48px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.form01_dropdown.w--open {
  width: 100%;
}

.form_error_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form_alert_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

.form01_field_wrap {
  justify-content: space-between;
  display: flex;
}

.form01_input {
  color: #8a94a6;
  background-color: #fff;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  width: 49%;
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
}

.form01_input:focus {
  border-color: #5d3eff;
}

.form01_input::placeholder {
  color: #8a94a6;
}

.form_error {
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form01_paragraph {
  text-align: center;
}

.form01_paragraph.phone {
  color: var(--red);
}

.form01_h5 {
  text-align: center;
}

.form01_title_wrap {
  margin-top: 25px;
}

.form01_bar {
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.form01_input_full {
  color: #8a94a6;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  width: 100%;
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
}

.form01_input_full:focus {
  border-color: #5d3eff;
}

.form01_input_full::placeholder {
  color: #8a94a6;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_error_paragraph.white-text {
  color: #fff;
}

.form01_logo {
  border-radius: 100px;
  width: 55px;
  box-shadow: 7px 7px 40px #ebecf0;
}

.form_alert_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form01_button {
  background-color: var(--red);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.form01_line {
  background-color: #ebecf0;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form01 {
  border: 1px solid #ebecf0;
  border-radius: 10px;
  width: 100%;
  max-width: 590px;
  height: 100%;
  padding: 30px 30px 15px;
  position: relative;
  box-shadow: 14px 14px 40px #767ead14;
}

.form_error_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

.form_wrap {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_alert_text.white-text {
  color: #fff;
}

.form01_success {
  background-color: #fff;
}

.f09_logo {
  margin-bottom: 25px;
}

.f09_columns {
  margin-top: 35px;
}

.f09_icon {
  margin-right: 10px;
}

.f09_link_wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.f09_social {
  background-color: var(--red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 9px;
  display: flex;
  position: relative;
}

.f09_social_wrap {
  display: flex;
}

.f09_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.f09_text {
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.f09_paragraph {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.f09_link {
  color: #4e5d78;
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f09_link:hover {
  color: #0a1f44;
}

.f09_column {
  flex-direction: column;
  padding-right: 78px;
  display: flex;
}

.f09_line {
  background-color: #9b9eb842;
  border-bottom: 1px #9b9eb842;
  justify-content: space-between;
  align-items: center;
  height: 1px;
  padding-top: 0;
  display: flex;
}

.f09_social_link {
  position: absolute;
  inset: 0%;
}

.f09_title {
  color: #0a1f44;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.f09 {
  background-color: #fff;
  padding: 100px 5%;
}

.c07_button_text {
  letter-spacing: 1px;
  margin-right: 8px;
}

.c07_image {
  border-radius: 8px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 9px -4px #000;
}

.c07_paragraph {
  max-width: 560px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  display: block;
}

.c07_h4 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
}

.c07_title {
  color: var(--red);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c07_line {
  background-color: #ebecf0;
  max-width: 1140px;
  height: 1px;
  margin: 45px auto;
  display: block;
}

.c07_icon {
  width: 45px;
  margin-bottom: 25px;
}

.c07_button {
  color: #fff;
  background-color: #6165ff;
  border: 1px solid #1730492e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 170px;
  min-height: 50px;
  margin-top: 15px;
  padding: 11px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.c07_button:hover {
  background-color: #5b56e0;
}

.c07 {
  background-color: #fff;
  margin-top: 80px;
  padding: 90px 5%;
}

.c07_container {
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c07_column {
  width: 33%;
  padding-right: 30px;
}

.c07_h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 45px;
}

.c07_icon_wrap {
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c07_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-right: 40px;
  display: flex;
}

.c09_columns {
  flex: 1;
}

.c09_column_02 {
  padding-top: 35px;
  padding-left: 35px;
}

.c09_check {
  width: 20px;
}

.c09_h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 42px;
}

.c09_paragraph {
  text-align: left;
  max-width: 560px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  display: block;
}

.c09_icon_circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 6px 6px 13px #a4aeaf2b;
}

.c09 {
  background-color: #fff;
  align-items: center;
  padding: 90px 10%;
  display: flex;
}

.c09.top {
  margin-top: 80px;
}

.c09_title {
  color: var(--red);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.c09_image {
  margin-top: 0;
  padding-top: 28px;
  padding-right: 0;
}

.c09_container {
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c09_feature_column_15 {
  width: 15%;
  height: 100%;
}

.c09_feature_wrap {
  align-items: flex-start;
  height: auto;
  margin-bottom: 15px;
  display: flex;
}

.c09_h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

.c09_feature_column_85 {
  width: 85%;
  height: 100%;
}

.c06_container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c06_tag_text {
  color: #7540ee;
  margin-left: 10px;
  font-weight: 700;
}

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

.c06_image_wrap {
  align-self: center;
}

.c06_image {
  width: 85%;
  max-width: 650px;
}

.c06_h3 {
  color: #0a1f44;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 42px;
  line-height: 45px;
}

.c06_link {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.c06_paragraph {
  text-align: center;
  max-width: 560px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c06 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 90px 10%;
  display: flex;
}

.c06_text_span {
  color: #7540ee;
}

.c06_link_arrow {
  filter: invert();
  width: 15px;
}

.c06_link_text {
  color: #4e5d78;
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.c06_tag {
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  min-width: 170px;
  min-height: 30px;
  margin-bottom: 15px;
  padding: 10px 24px;
  display: flex;
  box-shadow: 2px 10px 9px #ebecf07a;
}

.cl01-2 {
  background-color: #fff;
  padding: 0 5%;
}

.info-box {
  z-index: 1;
  color: #fff;
  background-color: #6d48e5;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 7.5px;
  align-items: center;
  width: auto;
  min-height: 50px;
  padding-right: 0%;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.info-box-icon {
  background-color: #6642da;
  border-top-left-radius: 4px;
  align-items: center;
  height: 50px;
  margin-right: 15px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.h08 {
  background-color: #f5f7fd;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 90vh;
  min-height: auto;
  max-height: 300px;
  margin-top: 71px;
  padding: 0 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h08_container {
  flex: 1;
  max-width: 1140px;
}

.h08_title {
  color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.h08_h1 {
  color: #33334f;
  text-align: center;
  max-width: 610px;
  margin: 0 auto 15px;
  font-size: 48px;
  line-height: 48px;
}

.h08_text {
  color: #4e5d78;
  text-align: center;
  max-width: 410px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.h08_button {
  background-color: var(--red);
  box-shadow: none;
  color: #f5f7fd;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 160px;
  min-height: 35px;
  max-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.h08_button:hover {
  background-color: #6b39dd;
}

.h08_pattern {
  max-width: 250px;
  max-height: 250px;
  position: absolute;
  inset: 105px 113px 0 -72px;
}

.h08_pattern_02 {
  z-index: 2;
  position: absolute;
  top: -97px;
  right: 32px;
}

.colored-circle {
  background-color: #005bde;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  position: absolute;
  top: -25px;
  left: -68px;
}

.colored-circle.medium-green {
  background-color: #0ab452;
  top: 20px;
  left: auto;
  right: -108px;
}

.colored-circle.medium {
  inset: auto -95px 4px auto;
}

.colored-circle.medium-purple {
  background-color: #5e3dca;
  inset: auto 230px -75px auto;
}

.colored-circle.big-purple {
  background-color: var(--red);
  top: -78px;
  left: auto;
  right: 25px;
}

.colored-circle.small {
  width: 115px;
  height: 115px;
  inset: auto 0 -72px 118px;
}

.colored-circle.small-purple {
  background-color: #5e3dca;
  width: 115px;
  height: 115px;
  top: auto;
  bottom: -78px;
  left: 9px;
}

.colored-circle.small-green {
  background-color: #0ab452;
  width: 115px;
  height: 115px;
  top: auto;
  bottom: -98px;
  left: 25px;
}

.colored-circle.big-green {
  background-color: #0ab452;
  top: -98px;
  left: 99px;
}

.number-bold {
  font-family: Oswald, sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 58px;
}

.number-bold.white {
  font-size: 50px;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.center-box {
  text-align: center;
  width: 58%;
  max-width: 925px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.colored-static---long {
  text-align: center;
  background-color: #fff;
  border-radius: 7.5px;
  justify-content: center;
  align-items: center;
  width: 31.3%;
  margin-bottom: 25px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 55px 3%;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 65px #a1a8b2;
}

.colored-static---long:hover {
  box-shadow: none;
  transform: translate(0, 3px);
}

.colored-static---long.green, .colored-static---long.blue {
  background-color: var(--grey);
}

.colored-static---long.purple {
  background-color: var(--grey);
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.flex {
  z-index: 1;
  background-color: #0000;
  flex-wrap: wrap;
  display: flex;
}

.flex.mobile-center {
  top: 0;
}

.h3 {
  margin-top: 0;
}

.h3.big {
  margin-top: 0;
  margin-left: 1px;
  font-size: 35px;
  line-height: 47px;
}

.relative {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1190px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-section {
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.content-section.gray {
  background-color: var(--grey);
  padding-top: 120px;
}

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

.white {
  color: var(--black);
}

.text-span {
  color: var(--red);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 35px;
}

.text-span.smaller {
  font-size: 27px;
}

.smaller-bold {
  color: var(--red);
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
}

.smaller-bold.white {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.smaller-bold.above {
  margin-bottom: 0;
}

.medium-bold {
  font-family: Oswald, sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 58px;
}

.medium-bold.white {
  font-size: 30px;
  line-height: 35px;
}

.phone-block {
  justify-content: center;
  padding-left: 15px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav_column_large_02 {
    display: none;
  }

  .phone-link {
    flex: 0 auto;
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
  }

  .nav_column {
    width: 33%;
  }

  .nav04_menu_icon {
    color: #4e5d78;
  }

  .nav04_right_wrap {
    flex: 1;
    justify-content: flex-end;
  }

  .nav04_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_dropdown {
    box-shadow: none;
  }

  .nav_list.w--open {
    min-width: auto;
  }

  .nav04_nav_menu {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px #767ead14;
  }

  .nav04_menu_button.w--open {
    background-color: #ebecf0;
    border-radius: 100px;
  }

  .nav_icon_arrow {
    margin-right: 15px;
  }

  .nav04_button {
    display: none;
  }

  .h09 {
    padding: 90px 10%;
  }

  .cl01, .c01 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .c01_block {
    width: 100%;
    padding-right: 15px;
  }

  .fe06_card {
    margin-bottom: 40px;
  }

  .c03_container {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c03_block {
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }

  .c02_block_image {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 55px;
    padding-right: 0;
    display: flex;
  }

  .c02_block {
    width: 100%;
  }

  .c02_button {
    position: relative;
  }

  .c02_container {
    flex-direction: column;
  }

  .fe05_card {
    padding-left: 5px;
    padding-right: 5px;
  }

  .c02_button-2 {
    position: relative;
  }

  .t06_mask {
    width: 60%;
  }

  .f09_column {
    margin-bottom: 15px;
  }

  .c07_paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .c07_button {
    background-color: #7540ee;
    position: relative;
  }

  .c07_button:hover {
    background-color: #6d3ae2;
  }

  .c07_column {
    width: 100%;
    margin-bottom: 10px;
  }

  .c07_icon_wrap {
    flex-direction: column;
  }

  .c09_column_02 {
    padding-left: 0;
  }

  .c09_paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .c09_feature_wrap {
    max-width: 500px;
  }

  .c06 {
    padding-top: 120px;
  }

  .center-box {
    width: 78%;
  }
}

@media screen and (max-width: 767px) {
  .nav_column {
    width: 50%;
  }

  .nav_button {
    margin-left: 15px;
  }

  .nav_dropdown {
    flex-wrap: wrap;
  }

  .nav04_button {
    display: none;
  }

  .cl01_logo_wrap {
    justify-content: flex-start;
  }

  .cl01_logo {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .cl01_image {
    width: 130px;
  }

  .c01_container {
    flex-direction: column;
  }

  .c03_google {
    margin-right: 15px;
  }

  .c03_apple {
    margin-left: 0;
  }

  .c02_block_image, .c02_block {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .c02_container {
    flex-direction: column;
  }

  .fe05_card {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fe05_text {
    max-width: 330px;
  }

  .button_wrap, .button_wrap-2 {
    width: 50%;
  }

  .t06_mask {
    width: 80%;
  }

  .t06_slider_nav._5 {
    right: -36%;
  }

  .t06_slider_nav._4 {
    right: -27%;
  }

  .t06_slider_nav._3 {
    right: -18%;
  }

  .t06_slider_nav._2 {
    right: -9%;
  }

  .f09_social_wrap {
    justify-content: flex-start;
  }

  .f09_line {
    flex-direction: column;
  }

  .c07_image {
    margin-top: 55px;
  }

  .c07_container, .c07_icon_wrap {
    flex-direction: column;
  }

  .c07_block {
    width: 100%;
  }

  .c09_column_02 {
    padding-left: 0;
  }

  .h08_button {
    margin-left: auto;
    margin-right: auto;
  }

  .center-box {
    width: 85%;
  }

  .colored-static---long {
    width: 48%;
  }

  .colored-static---long.purple {
    display: none;
  }

  .content-section {
    padding-bottom: 80px;
  }

  .content-section.gray {
    padding-top: 80px;
  }
}

@media screen and (max-width: 479px) {
  .h09_h1 {
    padding-left: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .cl01_logo {
    width: 100%;
    margin-bottom: 25px;
  }

  .c03_google {
    margin-bottom: 15px;
  }

  .c03_app_wrap {
    flex-direction: column;
  }

  .c03_apple {
    margin-left: 0;
  }

  .c02_block_image {
    margin-bottom: 0;
    padding-top: 15px;
  }

  .button_wrap, .button_wrap-2 {
    width: 100%;
  }

  .t06_card {
    padding: 15px;
  }

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

  .t06_mask {
    width: 100%;
  }

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

  .t06_slider_nav._5, .t06_slider_nav._4, .t06_slider_nav._3, .t06_slider_nav._2 {
    right: 0%;
  }

  .form01_field_wrap {
    flex-direction: column;
  }

  .form01_input {
    width: 100%;
  }

  .form01 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c07_column, .c07_block {
    padding-right: 0;
  }

  .c09_icon_circle {
    margin-bottom: 15px;
  }

  .c09_feature_wrap {
    flex-direction: column;
  }

  .c09_feature_column_85 {
    padding-left: 10px;
  }

  .c06_image_wrap {
    align-self: flex-start;
  }

  .number-bold {
    font-size: 50px;
    line-height: 50px;
  }

  .center-box {
    width: 90%;
  }

  .colored-static---long {
    width: 100%;
    max-width: 350px;
    margin-bottom: 50px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .colored-static---long.purple {
    margin-bottom: 0;
    display: block;
  }

  .flex.mobile-center {
    justify-content: center;
  }

  .h3.big {
    font-size: 33px;
  }

  .smaller-bold {
    color: var(--red);
    font-size: 20px;
    line-height: 50px;
  }

  .medium-bold {
    font-size: 50px;
    line-height: 50px;
  }
}


