.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.nav01_button:hover {
  color: #fff;
  background-color: #008619;
}

.nav01_mobile {
  height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

.nav01_links {
  align-items: center;
  font-weight: 600;
  display: flex;
}

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

.nav01_logo {
  margin-right: 25px;
}

.nav01 {
  height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

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

.nav01_logo_image {
  margin-right: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav01_container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav02_logo_image {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav02_top_left {
  height: 100%;
  min-width: 200px;
  font-weight: 500;
  display: flex;
}

.nav02 {
  max-width: none;
  min-height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  font-weight: 400;
  display: block;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav02.shorter {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav02_icon {
  margin-right: 15px;
}

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

.nav02_dropdown_link {
  font-size: 13px;
  font-weight: 500;
}

.nav02_account {
  height: 100%;
  min-height: 50px;
  align-items: center;
  display: flex;
}

.nav02_email {
  height: 100%;
  min-height: 50px;
  border-right: 1px solid rgba(0, 0, 0, .1);
  justify-content: flex-start;
  align-items: center;
  padding-right: 25px;
  transition: all .25s;
  display: flex;
}

.nav02_email:hover {
  color: #333;
}

.nav02_top {
  min-height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #ebecf0;
}

.nav02_phone {
  height: 100%;
  min-height: 50px;
  border-right: 1px solid #ebecf0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .25s;
  display: flex;
}

.nav02_phone:hover {
  color: #333;
}

.nav02_icon_02 {
  width: 15px;
  margin-right: 10px;
}

.nav02_top_wrap {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav02_top_wrap.larger {
  padding-left: 0%;
  padding-right: 0%;
}

.nav02_account_toggle {
  height: 100%;
  min-height: 50px;
  border-left: 1px solid rgba(0, 0, 0, .1);
  align-items: center;
  padding: 0 40px 0 20px;
  display: flex;
}

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

.nav02_button:hover {
  color: #fff;
  background-color: #007916;
}

.nav02_logo {
  margin-right: 35px;
}

.nav02_wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 5%;
  display: flex;
}

.nav02_wrap.larger {
  padding-left: 0%;
  padding-right: 0%;
}

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

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

.nav02_en_dropdown {
  padding: 0;
}

.nav02_en_dropdown.w--open {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px 0;
  top: 45px;
  bottom: auto;
  left: 0%;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav02_text:hover {
  color: #333;
}

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

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

.nav02_icons {
  width: 15px;
  margin-right: 10px;
}

.nav02_mobile {
  min-height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  font-weight: 400;
  display: none;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav02_top_right {
  height: 100%;
  min-height: 50px;
  min-width: 200px;
  display: flex;
}

.nav03_left {
  width: 50%;
}

.nav03_container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.nav03_logo_image {
  margin-right: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav03_link {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.nav03_link:hover {
  color: #333;
}

.nav03 {
  min-height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav03_links {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: flex;
}

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

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

.nav04_button:hover {
  color: #fff;
  background-color: #007916;
}

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

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

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

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

.nav04 {
  z-index: 5;
  background-color: #fff;
  flex: 1;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

.nav04_mobile {
  z-index: 5;
  background-color: #fff;
  flex: 1;
  display: none;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav04_logo {
  margin-right: 35px;
}

.nav04_span {
  color: #7540ee;
}

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

.nav04_top_wrap {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav04_top {
  min-height: 50px;
  color: #a09fb1;
  background-color: #fff;
  border-bottom: 1px solid #ebecf0;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.nav04_text {
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.nav05_image {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav05_social_link {
  color: #4e5d78;
  justify-content: center;
  align-items: center;
  padding: 8px 11px;
  text-decoration: none;
  display: flex;
}

.nav05_phone {
  height: 100%;
  min-height: 50px;
  border-right: 1px solid #ebecf0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .25s;
  display: flex;
}

.nav05_phone:hover, .nav05_text:hover {
  color: #333;
}

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

.nav05_top {
  min-height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #ebecf0;
}

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

.nav05_buy_button:hover {
  color: #fff;
  background-color: #007916;
}

.nav05_icons {
  width: 15px;
  margin-right: 10px;
}

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

.nav05_top_wrap {
  height: 100%;
  max-width: 1140px;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.nav05_mobile {
  min-height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  font-weight: 400;
  display: none;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav05 {
  min-height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  font-weight: 400;
  display: block;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav05_icon_wrap {
  padding-left: 10px;
  display: flex;
}

.nav05_wrap {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 3%;
  display: flex;
}

.nav05_email {
  height: 100%;
  min-height: 50px;
  border-right: 1px solid rgba(0, 0, 0, .1);
  justify-content: flex-start;
  align-items: center;
  padding-right: 25px;
  transition: all .25s;
  display: flex;
}

.nav05_email:hover {
  color: #333;
}

.nav05_top_left {
  height: 100%;
  min-width: 200px;
  font-weight: 500;
  display: flex;
}

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

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

.nav-02 {
  background-color: #fff;
  justify-content: center;
  display: flex;
}

.nav-02.shorter {
  max-width: 1140px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav06_list {
  min-width: 200%;
}

.nav06_list.w--open {
  min-width: 150px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 8px;
  padding: 4px;
  left: -50px;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, .1);
}

.nav06_container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav06_text {
  color: #4f5e78;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav06_links {
  width: 100%;
  min-height: 44px;
  border-radius: 8px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav06_links:hover {
  background-color: #f8faff;
  border-radius: 4px;
}

.nav06_toggle {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav06_logo_link {
  min-width: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav06_left {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: block;
}

.nav06 {
  height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

.nav06_mobile {
  height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav06_drop {
  width: 35px;
  height: 35px;
  background-color: #f8faff;
  border-radius: 100px;
  transition: all .35s;
}

.nav06_drop:hover {
  background-color: #e9eefa;
}

.nav07 {
  height: 80px;
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav07_container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav07_logo {
  padding-left: 0;
}

.nav07_logo.cia {
  margin-left: 0;
  padding-left: 0;
}

.nav07_logo_image {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav07_logo_image.lp.space {
  padding-bottom: 40px;
}

.h01_image_wrap {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.h01_tag_c {
  width: 25px;
  height: 25px;
  background-color: #ffab00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h01_span_highlight {
  color: #ffab00;
}

.h01_button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffab00;
  border: 1px #6165ff;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px 52px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s ease-in;
}

.h01_tag_t {
  color: #fff;
  font-weight: 600;
}

.h01_tag {
  min-height: 30px;
  min-width: 120px;
  background-color: #fff7e9;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.h01_dashboard {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.h01_tag_text {
  color: rgba(255, 171, 0, .7);
  margin-left: 10px;
  font-weight: 700;
}

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

.h01 {
  min-height: auto;
  background-color: #00a078;
  background-image: url("../imagens/flowbase_wave.png");
  background-position: 50%;
  background-size: cover;
  align-items: stretch;
  padding: 60px 5% 0;
  display: flex;
}

.h01.lp.color {
  background-color: #000da0;
}

.h01_h1 {
  max-width: 670px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 46px;
}

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

.h04 {
  min-height: 650px;
  background-color: #4074ee;
  background-image: url("../imagens/circle-side-banner.png");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
  position: relative;
}

.h04._2 {
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
}

.h04._3 {
  background-color: #00a078;
  background-image: url("../imagens/flowbase_wave_1.png");
}

.h04.lp.white {
  background-color: #fff;
}

.h04.lp.color {
  background-color: #272992;
}

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

.h04_container.blur {
  background-color: #7540ee;
  justify-content: center;
  align-items: stretch;
}

.h04_container.blur.border {
  background-color: rgba(255, 255, 255, .86);
  border-radius: 15px;
}

.h04_block {
  width: 50%;
  min-height: 400px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h04_block.center {
  align-items: center;
}

.h04_block.center.blur {
  width: auto;
  background-color: rgba(255, 255, 255, 0);
  padding: 20px 40px;
}

.h04_block.center.spaceborders {
  width: auto;
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.h04_h1 {
  max-width: 610px;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
}

.h04_h1.dark {
  color: #0a1f44;
}

.h04_h1.lp.color {
  color: #272992;
}

.h04_paragraph {
  max-width: 410px;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  margin-right: auto;
  font-size: 17px;
  line-height: 24px;
  display: block;
}

.h04_paragraph.dark {
  color: #0a1f44;
}

.h04_paragraph.space {
  margin-top: 10px;
}

.h04_paragraph.space.dark {
  color: #333;
}

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

.h04_button {
  max-height: 40px;
  min-height: 35px;
  min-width: 150px;
  box-shadow: none;
  color: #4074ee;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.h04_button:hover {
  background-color: #d6eee0;
}

.h09 {
  height: auto;
  min-height: 600px;
  background-color: #f8fcff;
  background-image: url("../imagens/her-img.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h09.lp {
  background-image: url("../imagens/bg-site-otimize-editor-min.png");
}

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

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

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

.h09_h1.lp.color {
  color: #272992;
  line-height: 52px;
}

.h09_h1.lp.color.space-under {
  margin-bottom: 20px;
}

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

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

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

.h09_button.lp.color-1 {
  background-color: #272992;
}

.h10 {
  height: auto;
  min-height: 750px;
  background-color: #4e5d78;
  background-image: url("../imagens/waves.svg");
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h10_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.h10_h1 {
  max-width: 500px;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

.h10_text {
  max-width: 500px;
  color: #f5f7fd;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}

.h10_button {
  color: #7540ee;
  letter-spacing: 1px;
  background-color: #f5f7fd;
  border: 1px #6165ff;
  border-radius: 100px;
  margin-right: 10px;
  padding: 12px 40px;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.h12 {
  min-height: auto;
  background-color: #5b7fff;
  background-image: url("../imagens/bg-otimize-hero-site-editor.png");
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding: 110px 5%;
  display: block;
  position: relative;
}

.h12.white {
  background-color: #fff;
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.h12.white.lp1 {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.h12.white.lp1.color-2 {
  background-color: #272992;
}

.h12.white.lp1.color-2.space-up {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.h12.white.lp1.space {
  padding-top: 80px;
  padding-bottom: 80px;
}

.h12.white.lp1.space._2, .h12.white.lp1.space-down {
  padding-bottom: 80px;
}

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

.h12_container.lp1 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.h12_image {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h12_image.logo-cia {
  margin-bottom: 40px;
}

.h12_image.logo-cia.lp1 {
  max-width: 200px;
  align-self: auto;
  margin-bottom: 20px;
}

.h12_h1 {
  max-width: 850px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.h12_h1.dark {
  color: #0a1f44;
}

.h12_h1.dark.number {
  margin-bottom: 60px;
}

.h12_h1.lp.color {
  color: #272992;
}

.h12_text {
  max-width: 560px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h12_text.dark {
  color: #0a1f44;
}

.h12_text.dark.large {
  max-width: none;
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.h12_text.large {
  max-width: none;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.h12_button {
  color: #5b7fff;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 52px;
  font-weight: 500;
  transition: all .25s ease-in;
}

.h12_button.dark {
  color: #fff;
  background-color: #5b7fff;
}

.h13 {
  min-height: 670px;
  background-color: #fff;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h13.contato {
  background-color: #7540ee;
  background-image: none;
}

.h13_container {
  width: 100%;
  max-width: 1140px;
}

.h13_block {
  width: 60%;
  max-width: 700px;
  background-color: rgba(255, 255, 255, .86);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.h13_block._100 {
  width: auto;
  max-width: none;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.h13_title.color {
  color: #4074ee;
}

.h13_title.lp.color {
  color: #272992;
}

.h13_h1 {
  max-width: 500px;
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 48px;
}

.h13_h1.lp.color {
  color: #272992;
}

.h13_paragraph {
  max-width: 410px;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
  margin-right: auto;
  font-size: 17px;
  line-height: 27px;
  display: block;
}

.h13_button {
  max-height: 40px;
  min-height: 35px;
  min-width: 150px;
  box-shadow: none;
  color: #f5f7fd;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7540ee;
  border: 2px #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.h13_button:hover {
  filter: contrast(200%);
  background-color: #7540ee;
}

.h15_button_main {
  min-width: 130px;
  color: #5b7fff;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.h15_button_main:hover {
  background-color: #309a78;
}

.h15_paragraph {
  max-width: 430px;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.h15_image {
  border-radius: 10px;
}

.h15_block_left {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.h15 {
  min-height: auto;
  background-color: #0a1f44;
  background-image: url("../imagens/flowbase_wave_1.png");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 110px 5%;
  display: flex;
}

.h15_title {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 8px;
  font-weight: 500;
}

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

.h15_h1 {
  max-width: 460px;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

.c01 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  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;
  font-size: 16px;
  line-height: 24px;
}

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

.c02_check_text.dark {
  max-width: 400px;
  color: #333;
  flex: 0 auto;
}

.c02_check_text.white, .c02_check_text.lp.color-2 {
  color: #fff;
}

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

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

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

.c02_block._100 {
  width: auto;
  padding-right: 0;
}

.c02_button_text {
  margin-right: 8px;
  font-size: 16px;
}

.c02_button_text.white {
  color: #fff;
}

.check-icon {
  width: 20px;
  filter: brightness(200%);
  margin-right: 12px;
}

.check-icon.dark {
  filter: brightness(0%);
}

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

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

.c02_button.white {
  color: #333;
  background-color: #fff;
}

.c02_button.green {
  background-color: #02c025;
}

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

.c02_title.white {
  color: #fff;
}

.c02_h3 {
  max-width: 480px;
  color: #333;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 48px;
}

.c02_h3._2 {
  margin-bottom: 10px;
}

.c02_h3.dark {
  color: #0a1f44;
}

.c02_check_wrap {
  margin-bottom: 35px;
}

.c02_check_wrap.space {
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.c02_check_wrap.space.dark {
  color: #333;
}

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

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

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

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

.c03_text.white {
  color: #fff;
}

.c03_h3 {
  max-width: none;
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 44px;
}

.c03_h3.white {
  color: #fff;
}

.c03_h3.lp.color {
  color: #272992;
}

.c03_h3.lp.color-2 {
  color: #fff;
}

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

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

.c03_check_wrap {
  margin-bottom: 35px;
}

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

.c03_title {
  color: rgba(118, 126, 173, .59);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c04_button {
  min-height: 50px;
  min-width: 140px;
  color: #fff;
  background-color: #7540ee;
  border: 1px solid rgba(23, 48, 73, .18);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 11px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

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

.c04_columns {
  margin-bottom: 30px;
}

.c04_title {
  color: rgba(118, 126, 173, .59);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

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

.c04_block_right {
  width: 50%;
  height: 100%;
  clear: both;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 80px;
  display: flex;
}

.c04_block {
  width: 50%;
  min-height: 200px;
}

.c04_top {
  align-items: flex-start;
  margin-bottom: 55px;
  display: flex;
}

.c04_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.c04_container {
  max-width: 1140px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.c04_h4 {
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
}

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

.c04_button_link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.c04_column {
  padding-left: 0;
  padding-right: 25px;
}

.c05_button {
  max-width: 200px;
  min-height: 50px;
  min-width: 140px;
  color: #fff;
  background-color: #7540ee;
  border: 1px solid rgba(23, 48, 73, .18);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.c05_button:hover {
  background-color: #6c3adf;
}

.c05_container {
  max-width: 1170px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c05_paragraph {
  max-width: 560px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.c05_h3 {
  max-width: 520px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 51px;
}

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

.c05_title {
  color: rgba(118, 126, 173, .59);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.c05_button_link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c06_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  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 {
  width: 100%;
  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 {
  max-width: 560px;
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

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

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

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

.c06_tag {
  min-height: 30px;
  min-width: 170px;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 24px;
  display: flex;
  box-shadow: 2px 10px 9px rgba(235, 236, 240, .48);
}

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

.c07_image {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.c07_title {
  color: rgba(118, 126, 173, .59);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

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

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

.c07_button {
  max-width: 170px;
  min-height: 50px;
  min-width: 140px;
  color: #fff;
  background-color: #6165ff;
  border: 1px solid rgba(23, 48, 73, .18);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  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;
  padding: 90px 5%;
}

.c07_container {
  max-width: 1140px;
  flex: 1;
  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 {
  max-width: 1140px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.c08_title {
  color: #8a94a6;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c08_h3 {
  color: #0a1f44;
  margin: 0 auto 15px;
  line-height: 45px;
}

.c08_paragraph {
  max-width: 560px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.c08_feature_wrap {
  max-width: 1200px;
  flex: 1;
  justify-content: space-between;
  margin: 80px auto 6px;
  display: flex;
}

.c08_column {
  z-index: 3;
  width: 33%;
  min-height: 190px;
  padding-right: 35px;
  position: relative;
}

.c08_h6 {
  z-index: 5;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

.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 {
  max-width: 560px;
  text-align: left;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.c09_icon_circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 6px 6px 13px rgba(164, 174, 175, .17);
}

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

.c09_title {
  color: rgba(118, 126, 173, .59);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

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

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

.c09_feature_wrap {
  height: auto;
  align-items: flex-start;
  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%;
}

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

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

.c10_block {
  width: 50%;
  min-height: 200px;
  padding-right: 55px;
}

.c10_icon {
  width: 55px;
  margin-bottom: 25px;
}

.c10_title {
  color: rgba(118, 126, 173, .59);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 700;
}

.c10_paragraph {
  font-size: 16px;
  line-height: 24px;
}

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

.c11_centre_step {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.c11_paragraph {
  font-size: 16px;
  line-height: 26px;
}

.c11_title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.c11_process_image {
  width: 45%;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.c11_process_card_02 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c11_process {
  max-width: 900px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c11_centre_icon_wrap {
  z-index: 5;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px rgba(230, 203, 255, .14);
}

.c11_process_details {
  width: 45%;
  min-height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.c11_h4 {
  color: #1d1f45;
  margin-top: 0;
  font-size: 29px;
  font-weight: 700;
}

.c11_process_card {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c11_centre_block {
  width: 120px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c11_container {
  max-width: 1140px;
  flex-flow: column wrap;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.c11_title {
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c11_process_line {
  width: 2px;
  height: 65%;
  background-image: url("../imagens/line.svg");
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  position: absolute;
}

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

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

.fe01_icon {
  width: 65px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 15px;
  right: 0%;
}

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

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

.fe01_container {
  max-width: 1140px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 70px auto 35px;
  display: flex;
}

.fe01_card {
  width: 23%;
  min-height: 310px;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 25px 25px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.fe01_card:hover {
  border-color: #38cb89;
}

.fe01_text {
  max-width: 500px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 25px;
}

.fe01_h5 {
  color: #192063;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 29px;
}

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

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

.fe02_tag_text {
  color: #fff;
  margin-left: 10px;
  font-weight: 700;
}

.fe02_container {
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.fe02 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3%;
  display: block;
}

.fe02_link_cover {
  margin-top: 0;
  text-decoration: none;
}

.fe02_tag {
  min-height: 30px;
  min-width: 120px;
  background-color: #4074ee;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

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

.f02_tag_icon {
  color: #4074ee;
  font-weight: 600;
}

.fe02_h5 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}

.fe02_tag_c {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fe02_card_titles {
  flex-direction: column;
  display: flex;
}

.fe02_span_highlight {
  color: #fff;
}

.fe02_text {
  width: 150px;
  color: #c1c7d0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.fe02_card {
  width: auto;
  min-height: 100px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  transition: all .2s ease-in;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 5px rgba(204, 204, 204, .35);
}

.fe02_card:hover {
  transform: translate(0, -5px);
}

.fe02_icon {
  width: 50px;
  margin-right: 15px;
}

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

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

.fe03_container {
  max-width: 1140px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe03_icon {
  width: 55px;
  border-radius: 100px;
  margin-bottom: 25px;
  box-shadow: 1px 1px 3px #ebecf0;
}

.fe03_line {
  width: 1px;
  min-height: 55px;
  background-color: #d8dcee;
  margin: 25px auto;
}

.fe03_card {
  width: 24%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 12px;
  transition: all .2s;
  display: flex;
}

.fe03_card:hover {
  transform: translate(0, -4px);
  box-shadow: 7px 7px 55px #ebecf0;
}

.fe03_h3 {
  color: #2e3280;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}

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

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

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

.fe04_icon_text {
  color: #0a1f44;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
}

.fe04_icon_img.white {
  filter: brightness(200%);
}

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

.fe04_icon {
  width: 65px;
  height: 65px;
  background-color: #00a078;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fe04_icon.lp {
  background-color: #000da0;
}

.fe04_container {
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.fe04_link_cover {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fe04_icon_3 {
  width: 65px;
  height: 65px;
  background-color: #00a078;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fe04_icon_3.lp {
  background-color: #000da0;
}

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

.fe04_icon_4 {
  width: 65px;
  height: 65px;
  background-color: #000da0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.fe04_icon_2 {
  width: 65px;
  height: 65px;
  background-color: #00a078;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fe04_icon_2.lp {
  background-color: #000da0;
}

.fe04_card {
  width: auto;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .25s;
  display: flex;
  position: relative;
}

.fe04_card:hover {
  border-radius: 10px;
}

.fe04_icon_5 {
  width: 65px;
  height: 65px;
  background-color: #00a078;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fe04_icon_5.lp {
  background-color: #000da0;
}

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

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

.fe05_icon {
  width: 40px;
}

.fe05_row {
  margin-bottom: 25px;
}

.fe05_card {
  min-height: 230px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  min-height: 500px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: block;
}

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

.fe05_title {
  max-width: 500px;
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

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

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

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

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

.fe06_text {
  max-width: 500px;
  text-align: left;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
}

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

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

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

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

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

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

.fe06_icon_image {
  width: 30px;
}

.fe06 {
  min-height: 500px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  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;
}

.fe07_card_wrap {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin: 55px auto 0;
  display: grid;
}

.fe07_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fe07_card {
  width: 100%;
  min-height: 380px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 20px 20px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(145, 158, 190, .16);
}

.fe07_card:hover {
  transform: translate(0, -4px);
}

.fe07_button {
  min-height: 45px;
  min-width: 160px;
  color: #fff;
  letter-spacing: 1px;
  background-color: #7540ee;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.fe07_h4 {
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 35px;
}

.fe07_imagens {
  width: 55px;
  margin-bottom: 15px;
}

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

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

.fe07_text {
  max-width: 500px;
  text-align: center;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
}

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

.fe08_title {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.fe08_wrap {
  flex-wrap: wrap;
  display: flex;
}

.fe08 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.fe08_card {
  width: 33.3333%;
  min-height: 220px;
  border: 1px solid #ebecf0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 35px 40px;
  transition: all .2s;
  display: flex;
}

.fe08_card:hover {
  box-shadow: 11px 11px 32px rgba(235, 236, 240, .38);
}

.fe08_h4 {
  max-width: 480px;
  color: #33334f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 46px;
}

.fe08_container {
  max-width: 1140px;
  flex-flow: column wrap;
  flex: 1;
  align-items: center;
  display: flex;
}

.fe08_title_wrap {
  margin-bottom: 55px;
}

.fe08_h5 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.fe08_icon-copy {
  width: 30px;
}

.fe08_paragraph {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

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

.fe09_h4 {
  max-width: 480px;
  color: #33334f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 46px;
}

.fe09_column {
  width: 33.3333%;
  min-height: 200px;
  padding-left: 25px;
  padding-right: 25px;
}

.fe09_icon {
  width: 30px;
  margin-right: 15px;
}

.fe09_wrap {
  width: 100%;
  max-width: 940px;
  align-items: center;
  display: flex;
}

.fe09_title {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.fe09_text {
  font-size: 16px;
  line-height: 24px;
}

.fe09 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 120px;
  display: flex;
}

.fe09_container {
  max-width: 1140px;
  flex-flow: column wrap;
  flex: 1;
  align-items: center;
  display: flex;
}

.fe09_item_wrap {
  min-height: 55px;
  border-bottom: 1px solid #ebecf0;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.t02_testimonial_wrap {
  height: auto;
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.t02 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 70px 5%;
  display: block;
  overflow: hidden;
}

.t02_slide_arrow_left {
  color: #000;
}

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

.t02_icon {
  width: 25px;
  height: 25px;
  color: #4e5d78;
  font-size: 22px;
}

.t02_slider {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
}

.t02_name {
  color: #4e5d78;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}

.t02_slide_arrow_right {
  color: #000;
}

.t02_avatar_02 {
  width: 65px;
  height: 65px;
  background-image: url("../imagens/forest_avatar_02.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.slide_nav {
  margin-top: 27px;
  bottom: -55px;
}

.t02_paragraph {
  text-align: center;
  margin-bottom: 39px;
  font-size: 16px;
  line-height: 24px;
}

.t02_container {
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t02_mask {
  overflow: hidden;
}

.t01 {
  min-height: 300px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

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

.t01_quote {
  color: #c1c7d0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 80px;
  line-height: 50px;
}

.t01_h3 {
  max-width: 640px;
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 38px;
}

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

.t01_image {
  width: 140px;
}

.t01_name {
  color: #4e5d78;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
}

.t01_job_title {
  color: #c1c7d0;
  letter-spacing: 1px;
  font-weight: 600;
}

.t03_slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.t03_avatar_02 {
  width: 65px;
  height: 65px;
  background-image: url("../imagens/forest_avatar_04.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 14px 14px 40px 7px #ebecf0;
}

.t03_card {
  z-index: 10;
  width: 80%;
  max-width: 650px;
  min-height: 360px;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 50px rgba(193, 199, 208, .48);
}

.t03_text_block {
  max-width: 420px;
  color: #66748d;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.t03_slider_nav {
  display: none;
}

.t03_slide {
  height: auto;
}

.t03_icon {
  width: auto;
  color: #000;
}

.t03_avatar_01 {
  width: 65px;
  height: 65px;
  background-image: url("../imagens/forest_avatar_03.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 14px 14px 40px 7px #ebecf0;
}

.t03_name_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.t03_mask {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.t03_slider_arrow_02 {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  font-size: 15px;
  top: 170%;
  bottom: 0%;
  right: 35%;
}

.t03_author_wrap {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.t03_container {
  max-width: 1140px;
  flex: 1;
  position: relative;
}

.t03_slider_arrow {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  font-size: 17px;
  top: 170%;
  bottom: 0%;
  left: 35%;
  right: auto;
}

.t03_name {
  color: #4e5d78;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}

.t03 {
  min-height: 800px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t04_right_arrow {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -455px;
  left: -75%;
}

.t04_slider_nav {
  opacity: .05;
  padding-left: 15px;
  display: flex;
  bottom: -68px;
  left: 0;
}

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

.t04_mask {
  overflow: hidden;
}

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

.t04_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 55px auto;
  display: block;
}

.t04_name {
  color: #33334f;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.t04_paragraph {
  color: #4e5d78;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

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

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

.t04_slider_arrow {
  width: 8px;
}

.t04_block {
  height: 100%;
  min-height: 350px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  padding: 25px 20px 20px;
  position: relative;
  box-shadow: 1px 1px 20px rgba(195, 198, 213, .09);
}

.t04_left_arrow {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -455px;
  left: 20px;
}

.t04_avatar_04 {
  width: 44px;
  height: 44px;
  background-image: url("../imagens/forest_avatar_06.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 10px;
  position: relative;
}

.t04_slide {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
}

.t04_job_titlle {
  color: #333;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
}

.t04_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.t04_avatar {
  width: 44px;
  height: 44px;
  background-image: url("../imagens/forest_avatar_04.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 10px;
  position: relative;
}

.t04_author_wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.t05_paragraph {
  color: #4e5d78;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

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

.t05_col_3 {
  width: 33%;
  min-height: 350px;
  border: 1px solid #ebecf0;
  border-left-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 24px;
}

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

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

.t05_author_name_wrap {
  padding-left: 10px;
}

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

.t05_col_1 {
  width: 33%;
  min-height: 350px;
  border-top: 1px solid #ebecf0;
  border-bottom: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 24px;
}

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

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

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

.t05_col_2 {
  width: 33%;
  min-height: 350px;
  border: 1px solid #ebecf0;
  padding: 24px;
}

.t05_job_title {
  color: #c1c7d0;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}

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

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

.t05_quote {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  line-height: 37px;
}

.t05_testimoninal_wrap {
  max-width: 1140px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

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

.t06_stars_wrap {
  margin-bottom: 10px;
}

.t06_card_base {
  width: 100%;
  height: 100%;
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 2.6rem rgba(193, 199, 208, .23);
}

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

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

.t06_paragraph {
  font-size: 16px;
  line-height: 24px;
}

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

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

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

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

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

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

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

.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_avatar_04 {
  width: 44px;
  height: 44px;
  background-image: url("../imagens/forest_avatar_06.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

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

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

.t07_stars {
  margin-bottom: 10px;
}

.t07_slide {
  background-image: url("../imagens/a.jpeg");
  background-position: 50%;
  background-size: cover;
}

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

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

.t07_arrow_right {
  width: 55px;
  height: 55px;
  background-color: #333;
  top: auto;
  bottom: 0%;
  left: 55px;
  right: auto;
}

.t07_arrow_left {
  width: 55px;
  height: 55px;
  background-color: #333;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.t07_icon {
  font-size: 13px;
}

.t07_block {
  width: 50%;
  min-height: 480px;
  align-items: center;
  display: flex;
  position: relative;
}

.t07_slider {
  width: 70%;
  min-height: 480px;
}

.t07_h4 {
  margin-top: 0;
}

.t07_paragraph {
  max-width: 500px;
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

.t07_line_break {
  width: 70px;
  height: 2px;
  background-color: #333;
  margin-top: 5px;
  margin-bottom: 15px;
}

.t07_content_block {
  z-index: 5;
  width: 120%;
  max-height: 80%;
  min-height: 310px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

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

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

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

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

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

.t08_stars {
  margin-bottom: 10px;
}

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

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

.t08_column {
  width: 33%;
  margin-bottom: 25px;
  padding: 15px 25px 25px 15px;
}

.t08_container {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

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

.t08_paragraph {
  font-size: 16px;
  line-height: 24px;
}

.cta01_button {
  max-height: 45px;
  max-width: 220px;
  min-height: 45px;
  box-shadow: none;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f5f7fd;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.cta01_button:hover {
  color: #fff;
  background-color: #333;
}

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

.cta01_bar {
  max-width: 760px;
  min-height: 70px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: -38px;
  bottom: auto;
  left: 25px;
  right: 25px;
  overflow: hidden;
  box-shadow: 5px 5px 15px 3px rgba(78, 93, 120, .13);
}

.cta01_h2 {
  max-width: 710px;
  color: #f5f7fd;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 33px;
}

.cta01_logo {
  margin-right: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.cta01 {
  min-height: 480px;
  background-color: #7540ee;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cta01_text {
  font-weight: 500;
}

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

.cta02 {
  min-height: 480px;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.cta02_container {
  max-width: 1140px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta02_h2 {
  max-width: 710px;
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-size: 33px;
  line-height: 40px;
}

.cta02_button {
  width: 100%;
  max-width: 240px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #333;
  border-radius: 4px;
  padding: 15px 25px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.cta04 {
  background-color: #fff;
}

.cta04_wrap {
  min-height: 480px;
  background-color: #7540ee;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 100px 15px;
  display: flex;
}

.cta04_wrap.color {
  background-color: #4074ee;
}

.cta04_wrap.color.lessup {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta04_wrap.lp.color {
  background-color: #272992;
  background-image: url("../imagens/flowbase_wave.png");
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta04_wrap.lp.color-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta04_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta04_title {
  max-width: 500px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.cta04_title.lp.color {
  color: #272992;
}

.cta04_h1 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 46px;
}

.cta04_h1.lp.color {
  color: #272992;
}

.cta04_paragraph {
  max-width: 430px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 17px;
}

.cta04_button {
  max-width: 240px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 14px 25px;
  font-size: 12px;
}

.cta04_button.lp.color {
  color: #fff;
  background-color: #272992;
}

.cta05 {
  min-height: 480px;
  background-color: #4e5d78;
  background-image: url("../imagens/flowbase_wave.png");
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.cta05_container {
  max-width: 1140px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta05_title_wrap {
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.cta05_title {
  max-width: 500px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}

.cta05_h1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.cta05_button_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta05_button {
  width: 100%;
  max-width: 240px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #333;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 500;
}

.cta06 {
  min-height: 480px;
  background-color: #7540ee;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.cta06_container {
  max-width: 900px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta06_column {
  width: 33%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta06_h3 {
  color: #fff;
  margin-top: 0;
  font-size: 55px;
}

.cta06_text {
  color: #fff;
}

.cta07_content {
  margin-left: 25px;
}

.cta07_button {
  max-width: 240px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #333;
  border-radius: 4px;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.cta07 {
  min-height: 500px;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.cta07_button_wrap {
  width: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta07_main_wrap {
  width: 80%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.cta07_image {
  width: 150px;
}

.cta07_paragraph {
  font-size: 16px;
  line-height: 24px;
}

.cta08 {
  height: 520px;
  background-color: #fff;
  border-top: 1px #e7e7e7;
  border-bottom: 1px #e7e7e7;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.cta08.lessup {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta08_paragraph {
  font-size: 16px;
  line-height: 24px;
}

.cta08_button {
  min-height: 45px;
  min-width: 170px;
  background-color: #4074ee;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  transition: all .2s;
  display: flex;
}

.cta08_button:hover {
  background-color: #1d44a1;
}

.cta08_column_right {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta08_button_wrap {
  max-width: 500px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
}

.cta08_column {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta08_container {
  height: 100%;
  max-width: 1200px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta08_container.center {
  justify-content: center;
  align-items: center;
}

.cta08_h2 {
  color: #0a1f44;
  text-align: left;
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.cta08_image {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.p01_tab {
  min-width: 150px;
  letter-spacing: 1px;
  background-color: #f5fafc;
  border: 1px solid #7540ee;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.p01_tab.w--current {
  min-width: 150px;
  color: #fff;
  text-transform: uppercase;
  background-color: #7540ee;
  border-style: solid none solid solid;
  border-color: #6165ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  display: flex;
}

.p01_paragraph {
  min-height: 120px;
  color: #4e5d78;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.p01_button_02 {
  color: #f5fafc;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7540ee;
  border: 1px solid #7540ee;
  border-radius: 50px;
  margin-top: 25px;
  margin-left: 0;
  padding: 12px 35px;
  font-size: 12px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.p01_card_shadow {
  max-width: 330px;
  min-height: 400px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  display: flex;
  box-shadow: 1px 1px 25px #ebecf0;
}

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

.p01_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p01_pane {
  padding-top: 55px;
  padding-bottom: 35px;
}

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

.p01_button {
  color: #7540ee;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7540ee;
  border-radius: 50px;
  margin-top: 25px;
  margin-left: 0;
  padding: 12px 35px;
  font-size: 12px;
  font-weight: 600;
  transition: all .25s ease-in;
}

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

.p01_h2 {
  color: #0a1f44;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 40px;
}

.p01_tabs {
  margin-top: 55px;
}

.p01_card {
  max-width: 330px;
  min-height: 400px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  display: flex;
}

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

.p01_info_text {
  max-width: 200px;
  color: #b0b7c3;
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.p02_container {
  max-width: 1140px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p02_list_item {
  margin-bottom: 10px;
}

.p02_wrap {
  width: 65%;
  justify-content: space-between;
  display: flex;
}

.p02_button {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  background-color: #333;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

.p02_price {
  color: #33334f;
  margin-bottom: 20px;
  font-size: 36px;
}

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

.p02_price_span {
  color: #333;
  margin-left: 6px;
  font-size: 14px;
}

.p02 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: block;
}

.p02_info_text {
  max-width: 200px;
  color: #b0b7c3;
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.p02_price_block {
  min-height: 120px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.p02_paragraph {
  max-width: 500px;
  text-align: left;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 25px;
}

.p02_column_price {
  width: 49%;
  height: auto;
  min-height: 420px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 8px;
  padding: 35px 20px 20px 30px;
  position: relative;
}

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

.p02_item_text {
  max-width: 560px;
  color: #4e5d78;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 25px;
}

.p02_list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 20px;
}

.p02_column {
  width: 35%;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  position: relative;
}

.p03_top_wrap {
  width: 100%;
  min-height: 105px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.p03_button {
  width: 60%;
  min-width: 170px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ebecf0;
  border-radius: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
}

.p03_button:hover {
  color: #fff;
  background-color: #333;
}

.p03_pricing_tag {
  min-height: 30px;
  min-width: 60px;
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p03_pricing_type_02 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
}

.p03_pricing_text {
  color: #0a1f44;
  font-size: 15px;
}

.p03_pricing_line {
  width: 100%;
  height: 1px;
  background-color: #ebecf0;
  margin-bottom: 35px;
}

.p03_container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.p03_pricing {
  color: #333;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p03_title_wrap {
  margin-bottom: 15px;
}

.p03_pricing_symbol {
  color: #333;
}

.p03_button_wrap {
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.p03_pricing_details_wrap {
  color: #7540ee;
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.p03_tab {
  min-width: 135px;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-top: 14px;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.p03_tab.w--current {
  color: #fff;
  background-color: #333;
  border-radius: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
}

.p03_tabs_menu {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
}

.p03_date_text {
  color: #333;
}

.p03_check_full_wrap {
  width: 100%;
}

.p03 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: block;
}

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

.p03_tabs {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.p03_pane {
  padding-top: 35px;
}

.p03_h3 {
  color: #0a1f44;
  text-align: center;
  margin: 0 auto 45px;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.p03_pricing_type {
  color: #c1c7d0;
  letter-spacing: 1px;
  font-weight: 400;
}

.p03_pricing_wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.p03_pricing_card {
  width: 32%;
  max-width: 430px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 35px 35px;
  display: flex;
}

.p03_icon {
  margin-right: 10px;
}

.p04_title_wrap {
  margin-bottom: 15px;
}

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

.p04_pricing_details_wrap {
  color: #7540ee;
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.p04_check_full {
  margin-top: 35px;
  margin-bottom: 35px;
}

.p04_columns {
  flex: 1;
}

.p04_pricing_type {
  color: #c1c7d0;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: 400;
}

.p04_pricing_card {
  border: 1px solid #ebecf0;
  border-radius: 8px;
  padding: 35px;
}

.p04_pricing_text {
  max-width: 560px;
  color: #0a1f44;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p04_container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.p04_icon {
  margin-right: 10px;
}

.p04 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: block;
}

.p04_date_text, .p04_pricing_symbol {
  color: #333;
}

.p04_pricing {
  color: #333;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

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

.p04_button {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  background-color: #333;
  border-radius: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.p05_paragraph {
  color: #0a1f44;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 29px;
}

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

.p05_card {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 15px;
  display: flex;
}

.p05_card_focus {
  background-color: #fff;
  border: 2px solid #7540ee;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 15px;
  display: flex;
}

.p05 {
  background-color: #fff;
  padding: 80px 5%;
}

.p05_icon {
  width: 50px;
  margin-bottom: 25px;
}

.p05_h5 {
  color: #102438;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 32px;
}

.p05_button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 100px;
  margin-top: 35px;
  margin-left: 0;
  padding: 12px 35px;
  font-size: 12px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.p05_h3 {
  color: #0a1f44;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.p06_h3 {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.p06_column_04 {
  width: 33.3333%;
  min-height: 400px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-left-style: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

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

.p06_column_01 {
  width: 33.3333%;
  min-height: 400px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.p06_check_wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.p06_column_02 {
  width: 33.3333%;
  min-height: 400px;
  background-color: #fff;
  border: 3px solid #7540ee;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(1.05);
}

.p06_icon {
  margin-right: 10px;
}

.p06_column {
  width: 33.3333%;
  min-height: 400px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.p06_pricing_symbol {
  color: #333;
}

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

.p06_pricing_details_wrap {
  color: #7540ee;
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.p06 {
  background-color: #fff;
  padding: 124px 5%;
}

.p06_button {
  width: 60%;
  min-width: 170px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ebecf0;
  border-radius: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  font-weight: 500;
  transition: all .2s;
}

.p06_button:hover {
  color: #fff;
  background-color: #333;
}

.p06_text {
  max-width: 560px;
  color: #0a1f44;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p06_pricing {
  color: #333;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p07 {
  background-color: #fff;
  padding: 124px 5%;
}

.p07_check_wrap {
  margin-bottom: 35px;
}

.p07_button {
  width: 100%;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ebecf0;
  border-radius: 8px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s;
}

.p07_button:hover {
  color: #fff;
  background-color: #333;
}

.p07_pricing_white {
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p07_block {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.p07_pricing {
  color: #333;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

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

.p07_block_02 {
  background-color: #333;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.p07_date_text_white {
  color: #fff;
}

.p07_icon {
  margin-right: 10px;
}

.p07_h3_white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.p07_date_text {
  color: #333;
}

.p07_h3 {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.p07_column {
  width: 33.3333%;
  padding: 10px;
}

.p07_text {
  max-width: 560px;
  color: #0a1f44;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p07_pricing_wrap {
  color: #7540ee;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

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

.p07_button_white {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ebecf0;
  border-radius: 8px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s;
}

.p07_button_white:hover {
  color: #0a1f44;
  background-color: #fff;
}

.p07_block_03 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.p07_text_white {
  max-width: 560px;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p08_pricing {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.p08_pricing_wrap {
  color: #0a1f44;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.p08_button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4e5d78;
  border: 1px solid #ebecf0;
  border-radius: 8px;
  padding: 13px 36px;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s;
}

.p08_button:hover {
  color: #fff;
  background-color: #455470;
}

.p08_h3 {
  color: #f8fbfe;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.p08_top_block {
  min-height: 50px;
  background-color: #333;
  border-bottom: 1px solid #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p08_column {
  width: 33.3333%;
}

.p08_check_wrap {
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.p08_icon {
  width: 13px;
  margin-right: 10px;
}

.p08_content_middle {
  min-height: 520px;
  border-bottom: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
  border-right: 1px solid #ebecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 34px 20px;
  display: flex;
}

.p08_date_text {
  color: rgba(6, 7, 10, .26);
}

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

.p08 {
  background-color: #fff;
  padding: 124px 5%;
}

.p08_top_block_02 {
  min-height: 50px;
  background-color: #333;
  border-bottom: 1px solid #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p08_h3_02 {
  color: #f8fbfe;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.p08_content {
  min-height: 350px;
  border-bottom: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
  border-right: 1px solid #ebecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 34px 20px;
  display: flex;
}

.p08_h3_03 {
  color: #f8fbfe;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.p08_column_middle {
  width: 33.3333%;
  margin-top: -10px;
  box-shadow: 1px 1px 35px rgba(193, 199, 208, .15);
}

.p08_text {
  max-width: 560px;
  color: #0a1f44;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p08_top_block_03 {
  min-height: 50px;
  background-color: #333;
  border-bottom: 1px solid #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.te01 {
  min-height: 400px;
  background-color: #fff;
  padding: 90px 5%;
}

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

.te01_name {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 21px;
}

.te01_avatar_02 {
  width: 120px;
  height: 120px;
  background-image: url("../imagens/forest_avatar_04.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te01_job_title {
  color: #8a94a6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.te01_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.te01_avatar_04 {
  width: 120px;
  height: 120px;
  background-image: url("../imagens/forest_avatar_06.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te01_card {
  width: 24%;
  min-height: 200px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 42px 15px;
  transition: all .2s;
  display: flex;
}

.te01_card:hover {
  transform: translate(0, -4px);
  box-shadow: 7px 7px 55px #ebecf0;
}

.te01_avatar_03 {
  width: 120px;
  height: 120px;
  background-image: url("../imagens/forest_avatar_03.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

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

.te01_card_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.te01_avatar {
  width: 120px;
  height: 120px;
  background-image: url("../imagens/forest_avatar_05.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te01_title_wrap {
  margin-bottom: 35px;
}

.te03_card {
  width: 32%;
  min-height: 350px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 50px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.te03_card:hover {
  transform: translate(0, -4px);
  box-shadow: 7px 7px 55px #ebecf0;
}

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

.te03 {
  min-height: 400px;
  background-color: #fff;
  padding: 90px 5%;
}

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

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

.te03_avatar {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_06.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te03_paragraph {
  max-width: 560px;
  min-height: 90px;
  color: #4e5d78;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

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

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

.te03_avatar_02 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_04.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te03_avatar_03 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_02.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te03_job_title {
  color: #a5a4a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

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

.te04_team_block {
  width: 33.3333%;
  min-height: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: flex;
}

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

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

.te04_title {
  max-width: 500px;
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
}

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

.te04_avatar_05 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_05.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te04_job_title {
  color: #8a94a6;
  font-weight: 500;
}

.te04_avatar_04 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_06.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te04_paragraph {
  max-width: 700px;
  text-align: center;
}

.te04_avatar {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te04_avatar_06 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_03.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te04_avatar_02 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_ui_face.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te04_avatar_03 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_04.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

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

.te04 {
  min-height: 400px;
  background-color: #fff;
  padding: 90px 5%;
}

.te04_team {
  width: 100%;
  max-width: 900px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.te05_avatar_03 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_03.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

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

.te05_avatar_02 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_04.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

.te05_avatar_04 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_06.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

.te05_avatar {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

.te05 {
  min-height: 400px;
  background-color: #fff;
  padding: 90px 5%;
}

.te05_avatar_wrap {
  padding-right: 13px;
  display: flex;
}

.te05_avatar_05 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_02.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

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

.te05_avatar_06 {
  width: 90px;
  height: 90px;
  background-image: url("../imagens/forest_avatar_05.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

.te05_paragraph {
  max-width: 700px;
  text-align: center;
}

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

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

.cl01 {
  background-color: #fff;
  padding: 90px 5%;
}

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

.cl01_title {
  max-width: 500px;
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

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

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

.cl01_image {
  width: 200px;
}

.cl02 {
  background-color: #fff;
  padding: 90px 5%;
}

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

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

.cl02_logo_wrap {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cl02_logo {
  width: 25%;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.cl02_logo_img {
  width: 140px;
}

.cl03_logo_wrap {
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.cl03 {
  width: 100%;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.cl03_image {
  width: 200px;
}

.cl03_arrow {
  display: none;
}

.cl03_container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cl03_arrow_right {
  width: 0;
  height: 0;
  display: none;
}

.cl03_title {
  max-width: 500px;
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.cl03_slider_nav {
  display: none;
}

.cl04 {
  min-height: 400px;
  background-color: #fff;
  padding: 80px 5%;
  display: block;
}

.cl04.more.lessup {
  padding-top: 80px;
}

.cl04.lp.color {
  background-color: #272992;
  display: block;
}

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

.cl04_title {
  max-width: 500px;
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.cl04_title.lp.color-2 {
  color: #fff;
}

.cl04_h3 {
  max-width: none;
  color: #0a1f44;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 38px;
  line-height: 44px;
}

.cl04_h3.lp.color {
  color: #272992;
}

.cl04_h3.lp.color-2 {
  color: #fff;
}

.cl04_card_wrap {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.cl04_card {
  width: auto;
  max-width: 120px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.cl04_card:hover {
  transform: translate(0, -4px);
  box-shadow: 7px 7px 35px rgba(193, 199, 208, .25);
}

.cl04_card.more {
  width: 100px;
  padding: 10px;
}

.cl04_card.lp.white {
  width: 140px;
  height: 140px;
  background-color: #fff;
  flex-wrap: nowrap;
}

.cl04_logo_img {
  width: 100px;
}

.cl05 {
  min-height: 400px;
  background-color: #fff;
  padding: 80px 5%;
}

.cl05_button {
  min-width: 130px;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.cl05_button:hover {
  background-color: #000;
}

.cl05_logo {
  width: 120px;
}

.cl05_wrap {
  align-items: center;
  margin-top: 35px;
  display: flex;
}

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

.cl05_title {
  max-width: 500px;
  color: #8a94a6;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.cl05_logo_wrap {
  width: 33.3333%;
  min-height: 120px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cl05_column_right {
  width: 70%;
  min-height: 300px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cl05_column {
  width: 40%;
}

.cl05_container {
  max-width: 1140px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab01_icon_02 {
  width: 55px;
  height: 55px;
  background-color: #f8fbfe;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tab01_h4 {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

.tab01_h3 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.tab01_text {
  font-size: 16px;
  line-height: 25px;
}

.tab01_icon_03 {
  width: 55px;
  height: 55px;
  background-color: #f8fbfe;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tab01_content {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab01_paragraph {
  max-width: 560px;
  color: #4e5d78;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

.tab01_icon {
  width: 30px;
}

.tab01_image {
  border-radius: 9px;
  position: relative;
}

.tab01_icon_01 {
  width: 55px;
  height: 55px;
  background-color: #f8fbfe;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tab01_tabs {
  display: flex;
}

.tab01_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.tab01_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab01_tab {
  min-width: 200px;
  color: #0a1f44;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px 25px 20px;
}

.tab01_tab.w--current {
  color: #fff;
  background-color: #333;
  border-radius: 8px;
}

.tab01_menu {
  min-width: 40%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 35px;
  display: flex;
}

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

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

.tab02_icon_03 {
  width: 55px;
  height: 55px;
  background-color: #f5f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab02_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

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

.tab02_h3 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.tab02_icon {
  width: 55px;
  height: 55px;
  background-color: #f5f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab02_paragraph {
  max-width: 560px;
  color: #4e5d78;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

.tab02_icon_05 {
  width: 55px;
  height: 55px;
  background-color: #f5f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab02_image {
  border-radius: 9px;
  position: relative;
}

.tab02_title {
  color: #4e5d78;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
}

.tab02_tab {
  min-height: 540px;
  position: relative;
}

.tab02_content {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab02_link {
  max-width: 200px;
  box-shadow: none;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 12px 20px;
  transition: all .25s;
  display: flex;
}

.tab02_link:hover {
  color: #fff;
}

.tab02_link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tab02_icon_02 {
  width: 55px;
  height: 55px;
  background-color: #f5f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab02_menu {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab02_icon_04 {
  width: 55px;
  height: 55px;
  background-color: #f5f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab03_icon {
  max-width: 25px;
}

.tab03_tab_link {
  z-index: 999;
  width: 20%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab03_tab_link.w--current {
  background-color: rgba(0, 0, 0, 0);
  transition: all .2s;
  transform: translate(0, -10px);
}

.tab03_arrow_block {
  z-index: 999;
  width: 20%;
  height: 90px;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: relative;
}

.tab03_paragraph {
  color: #4e5d78;
  font-size: 16px;
  line-height: 24px;
}

.tab03_menu {
  margin-bottom: 30px;
  display: flex;
}

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

.tab03_arrow_wrap {
  height: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.tab03_block_right {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.tab03_arrow {
  width: 15px;
  opacity: .5;
  position: absolute;
  left: auto;
  right: 0%;
}

.tab03_content {
  overflow: visible;
}

.tab03_tab_arrow_04 {
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 68%;
  right: auto;
  transform: rotate(45deg);
}

.tab03_container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.tab03_block_left {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.tab03_tab_arrow_05 {
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 88%;
  right: auto;
  transform: rotate(45deg);
}

.tab03_tab_arrow {
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 8%;
  right: auto;
  transform: rotate(45deg);
}

.tab03_pane {
  min-height: 500px;
  background-color: #fafbfc;
}

.tab03_tab_content {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab03_h2 {
  color: #0a1f44;
  margin-bottom: 25px;
}

.tab03_icon_wrap {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  transition: border .25s;
  display: flex;
  box-shadow: 1px 1px 35px rgba(0, 0, 0, .05);
}

.tab03_icon_wrap:hover {
  border: 2px solid #e0e0e0;
}

.tab03_icon_wrap.w--current {
  background-image: linear-gradient(rgba(206, 27, 27, .77), #fd9a0f);
}

.tab03_tabs {
  top: -100px;
}

.tab03_tab_arrow_03 {
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 48%;
  right: auto;
  transform: rotate(45deg);
}

.tab03_tab_arrow_02 {
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 28%;
  right: auto;
  transform: rotate(45deg);
}

.tab03_title {
  margin-top: 15px;
  font-family: Varela Round, sans-serif;
  font-weight: 700;
}

.tab04_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.tab04_image {
  border-radius: 9px;
  position: relative;
}

.tab04_h3 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.tab04_paragraph {
  max-width: 560px;
  color: #4e5d78;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

.tab04_title {
  font-size: 18px;
  font-weight: 600;
}

.tab04_content {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

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

.tab04_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab04_menu {
  background-color: #fafbfc;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 35px;
  padding: 30px;
  display: flex;
}

.tab04_tabs {
  align-items: flex-start;
  display: flex;
}

.tab04_icon {
  width: 22px;
  margin-right: 15px;
}

.tab04_tab {
  min-width: 200px;
  color: #0a1f44;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px 25px;
  display: flex;
}

.tab04_tab.w--current {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d5dff7;
}

.b01_blog_image_02 {
  min-height: 190px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  position: relative;
}

.b01_link_block {
  margin-top: 25px;
  text-decoration: none;
}

.b01_blog_image {
  min-height: 190px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  position: relative;
}

.b01_container {
  max-width: 1140px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b01_h6 {
  font-size: 16px;
  line-height: 24px;
}

.b01_paragraph {
  color: #8a94a6;
  font-size: 16px;
  line-height: 24px;
}

.b01 {
  min-height: 400px;
  background-color: #fff;
  padding: 120px 5%;
}

.b01_card_text {
  padding: 25px 25px 15px 15px;
}

.b01_card {
  width: 32%;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  overflow: hidden;
}

.b01_link {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.b01_blog_image_03 {
  min-height: 190px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  position: relative;
}

.b02 {
  min-height: 400px;
  background-color: #fff;
  padding: 120px 5%;
}

.b02_blog_image_02 {
  min-height: 260px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  padding: 5px;
  position: relative;
}

.b02_blog_image_02:hover {
  border-radius: 8px;
}

.b02_blog_image {
  min-height: 260px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  padding: 5px;
  position: relative;
}

.b02_blog_image:hover {
  border-radius: 8px;
}

.b02_link {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.b02_container {
  max-width: 1140px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b02_h4 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
}

.b02_card_text {
  padding: 25px 25px 15px 15px;
}

.b02_link_wrap {
  margin-top: 25px;
  text-decoration: none;
}

.b02_card {
  width: 49%;
}

.b02_paragraph {
  color: #8a94a6;
  font-size: 16px;
  line-height: 25px;
}

.b03 {
  background-color: #fff;
  padding: 120px 5%;
}

.b03_container {
  max-width: 1140px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b03_card {
  width: 49%;
}

.b03_blog_image {
  min-height: 230px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b03_card_text {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -52px;
}

.b03_h3 {
  max-width: 440px;
  color: #f5f7fd;
  background-color: #333;
  margin-bottom: 15px;
  padding: 15px 8px 15px 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.b03_paragraph {
  color: #4e5d78;
  font-size: 16px;
  line-height: 25px;
}

.b03_blog_image_02 {
  min-height: 230px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b04_container {
  max-width: 1140px;
  justify-content: space-between;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b04_blog_image_04 {
  min-height: 230px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b04_card_text {
  height: auto;
  padding: 20px 20px 20px 15px;
  position: relative;
  top: auto;
}

.b04_blog_image_02, .b04_blog_image_03 {
  min-height: 230px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b04_blog_image_feature {
  width: 50%;
  height: 100%;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-size: cover;
}

.b04 {
  background-color: #fff;
  padding: 120px 5%;
}

.b04_card_featured {
  width: 100%;
  min-height: 510px;
  border-radius: 8px;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.b04_h4 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 34px;
}

.b04_link {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.b04_paragraph {
  color: #4e5d78;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
}

.b04_h3 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 41px;
}

.b04_card {
  width: 32%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.b04_card_text_featured {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 35px 35px 25px;
  display: flex;
}

.b05_tag {
  min-height: 35px;
  background-color: #e9f9f0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.b05_blog_image {
  min-height: 250px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.b05 {
  background-color: #fff;
  padding: 120px 5%;
}

.b05_container {
  max-width: 1140px;
  justify-content: space-between;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b05_tag_text {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.b05_paragraph {
  color: #4e5d78;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
}

.b05_blog_image_02 {
  min-height: 250px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.b05_link {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.b05_card {
  width: 49%;
  min-height: 450px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.b05_h4 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 34px;
}

.b05_card_text {
  min-height: 140px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
}

.b06_container {
  max-width: 900px;
  flex-direction: column;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b06_h4 {
  max-width: 700px;
  color: #4e5d78;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 41px;
}

.b06_paragraph_02 {
  max-width: 500px;
  color: #4e5d78;
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
}

.b06_h3 {
  max-width: 700px;
  color: #4e5d78;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 41px;
}

.b06_card_featured {
  width: 100%;
  min-height: 600px;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 25px rgba(138, 161, 214, .08);
}

.b06_blog_image_02 {
  width: 35%;
  height: 100%;
  min-height: 270px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b06 {
  background-color: #fff;
  padding: 120px 5%;
}

.b06_link {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.b06_card {
  width: 100%;
  min-height: 110px;
  border-radius: 15px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 25px rgba(138, 161, 214, .08);
}

.b06_card_text {
  width: 75%;
  height: 100%;
  padding: 25px;
}

.b06_card_text_featured {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 40px;
  display: flex;
}

.b06_paragraph {
  max-width: 500px;
  color: #4e5d78;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

.b06_image_featured {
  width: 100%;
  height: 100%;
  min-height: 290px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-size: cover;
}

.b06_blog_image_03, .b06_blog_image {
  width: 35%;
  height: 100%;
  min-height: 270px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b07 {
  background-color: #fff;
  padding: 120px 5%;
}

.b07_container {
  max-width: 1140px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b07_card {
  width: 32%;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.b07_blog_image {
  min-height: 230px;
  background-image: url("../imagens/laughing-young-girlfriends-traveling-in-a-car-2021-08-27-09-45-57-utc-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b07_card_text {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  display: flex;
  position: relative;
  top: auto;
}

.b07_h4 {
  font-size: 22px;
}

.f01_social_icon {
  width: 15px;
}

.f01_top_wrap {
  border-bottom: 1px solid rgba(155, 158, 184, .26);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.f01_top_wrap.lp {
  border-top: 1px solid rgba(155, 158, 184, .26);
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: 35px;
  padding-bottom: 0;
}

.f01_column {
  flex-direction: column;
  display: flex;
}

.f04_bottom_wrap {
  min-height: 80px;
  border-top: 1px solid rgba(176, 183, 195, .22);
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.f04_bottom_wrap.spaceup {
  margin-top: 40px;
}

.f04_bottom_wrap.spaceup.center {
  justify-content: center;
}

.bold-text {
  color: #f5f7fd;
  text-decoration: none;
}

.bold-text.dark {
  color: #333;
}

.f01_social_circle {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.f01_title.white {
  color: #fff;
}

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

.f01_logo {
  width: 130px;
  margin-right: 15px;
}

.f04_copyright {
  color: #f5f7fd;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f04_copyright:hover {
  color: #f5f7fd;
}

.f04_copyright.dark {
  color: #333;
}

.f01_button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #02c025;
  border-radius: 100px;
  margin-left: 0;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
}

.f01_button:hover {
  background-color: #007916;
}

.f01_column_right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.f01_columns {
  margin-top: 35px;
}

.f01_social_circle_c {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.f01_social_circle_c.insta {
  margin-left: 0;
}

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

.f01.lp.color-2 {
  background-color: #272992;
}

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

.f03_social_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.f03 {
  -webkit-text-fill-color: inherit;
  background-color: #00a078;
  background-clip: border-box;
  padding: 100px 5%;
}

.f03_h4 {
  max-width: 480px;
  color: #fff;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 38px;
  display: block;
}

.f03_column_right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.link_block {
  position: absolute;
}

.f03_button {
  min-height: 48px;
  min-width: 150px;
  color: #02c025;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.f03_social_wraps {
  margin-top: 10px;
  display: flex;
}

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

.f03_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.f03_text.dark {
  color: #8a94a6;
}

.f03_text.dark.spaceright {
  padding-right: 40px;
}

.f03_footer_wrap {
  padding-top: 35px;
}

.f03_title {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
}

.f03_top_wrap {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 35px;
  display: flex;
}

.f03_social_wrap {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 0;
  padding: 9px;
  display: flex;
  position: relative;
}

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

.f04_social_ico {
  width: 20px;
}

.f04_colums {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.f04_link {
  color: #8a94a6;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

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

.f04_social_link {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.f04_column {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.f04_logo {
  margin-bottom: 35px;
}

.f04_link_p {
  color: #333;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f04_title {
  color: #0a1f44;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.f04_email {
  color: #8a94a6;
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

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

.f06_legal {
  color: #8a94a6;
}

.f06_link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f06_phone {
  color: #333;
  margin-left: 1px;
  text-decoration: none;
  transition: all .25s;
}

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

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

.f06_social_icon {
  width: 15px;
}

.f06_social_wrap {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.f06_email {
  color: #8a94a6;
  margin-bottom: 10px;
  margin-left: 1px;
  text-decoration: none;
  transition: all .25s;
}

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

.f06_social_circle_c {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

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

.f06_logo {
  margin-bottom: 25px;
}

.f06_social_circle {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f07_social_link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f07_link {
  color: #0a1f44;
  text-decoration: none;
}

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

.f07_social_icon {
  width: 15px;
}

.f07_text {
  color: #8a94a6;
}

.f07_bottom_wrap {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 10px;
  display: flex;
}

.f07_legal {
  color: #8a94a6;
  font-size: 15px;
  font-weight: 500;
}

.f07_social_circle_c {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.f07_social_circle_c.nospaceleft {
  margin-left: 0;
}

.f07_logo {
  margin-bottom: 25px;
}

.f07_container {
  max-width: 1140px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f07_top_wrap {
  border-bottom: 1px solid #ebecf0;
  justify-content: space-between;
  padding-bottom: 35px;
  display: flex;
}

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

.f07_social_circle {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.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_wrap {
  display: flex;
}

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

.f09_social_link {
  color: #333;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.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 {
  height: 1px;
  background-color: rgba(155, 158, 184, .26);
  border-bottom: 1px rgba(155, 158, 184, .26);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.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%;
}

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

.f11_text {
  color: #4e5d78;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 23px;
}

.f11_logo {
  margin-bottom: 25px;
}

.f11_link {
  color: #0a1f44;
  letter-spacing: 1px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.f11_copy_text {
  color: #4e5d78;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  line-height: 23px;
}

.f11 {
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  padding: 100px 5%;
}

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

.f11_link_wrap {
  flex-wrap: wrap;
  display: flex;
}

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

.f12_column {
  width: 16%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 14px;
  display: flex;
}

.f12_footer_top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f12_footer_legal {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f12_caption {
  color: rgba(245, 247, 253, .5);
  font-size: 16px;
}

.f12_colum_wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f12_h3 {
  max-width: 420px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 32px;
}

.f12_line {
  height: 1px;
  background-color: rgba(245, 247, 253, .1);
  margin-top: 50px;
  margin-bottom: 50px;
}

.f12_line.lessup {
  margin-top: 20px;
}

.f12_line.lessunder {
  margin-bottom: 20px;
}

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

.f12_social_wrap {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
  position: relative;
}

.f12_social_wrap.f12_centre_social {
  margin-left: 10px;
  margin-right: 10px;
}

.f12 {
  background-color: #333;
  padding: 100px 5% 40px;
}

.f12_copywrite_text {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}

.f12_copywrite_text.white {
  color: #f8fbfe;
}

.f12_social_wraps {
  margin-top: 10px;
  display: flex;
}

.f12_link {
  color: rgba(235, 236, 240, .74);
  margin-bottom: 0;
  margin-left: 1px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition: all .25s;
}

.f12_link:hover {
  color: #fff;
}

.faq-header {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-header.noselect {
  color: #11164d;
  font-size: 17px;
  font-weight: 500;
}

.faq01 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.faq01-comment {
  height: 0;
  padding-top: 15px;
  overflow: hidden;
}

.faq01_block {
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  cursor: pointer;
  border-bottom: 1px solid #ebecf0;
  align-items: center;
  padding: 10px 30px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq01_click_wrap {
  margin-bottom: 15px;
}

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

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

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

.faq01_container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq01_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 5%;
}

.faq01_paragraph {
  color: #4e5d78;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.faq02-comment {
  border-top: 1px #ebecf0;
  border-left: 1px solid #ebecf0;
  border-right: 1px solid #ebecf0;
  padding-top: 5px;
  padding-right: 25px;
  overflow: hidden;
}

.faq02-comment.faq02_bottom_block {
  border-bottom: 1px solid #ebecf0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 8px;
}

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

.faq02_h6 {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

.faq02_block {
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  cursor: pointer;
  border: 1px solid #ebecf0;
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  padding: 20px 30px 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq02_block.faq02_middle_block {
  border-right-style: solid;
  border-radius: 0;
}

.faq02_container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq02_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 5%;
}

.faq02_paragraph {
  color: #8a94a6;
  margin-top: 14px;
  margin-left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
}

.faq02 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

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

.faq03_title_wrap {
  margin-bottom: 45px;
}

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

.faq03_paragraph {
  font-size: 16px;
  line-height: 24px;
}

.faq03_line {
  height: 1px;
  background-color: #ebecf0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.faq03_wrap {
  margin-bottom: 35px;
}

.faq03_h3 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.faq03 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

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

.faq03_container {
  max-width: 800px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.faq04_title {
  max-width: 500px;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.faq04_paragraph {
  font-size: 16px;
  line-height: 24px;
}

.faq04_line {
  height: 1px;
  background-color: #ebecf0;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.faq04_title_wrap {
  margin-bottom: 45px;
}

.faq04 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.faq04_full_wrap {
  flex-wrap: wrap;
  display: flex;
}

.faq04_wrap {
  width: 33%;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 35px;
}

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

.faq04_h6 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

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

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

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

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

.form_alert_line {
  width: 1px;
  min-height: 23px;
  background-color: rgba(53, 45, 45, .07);
  margin-left: 8px;
  margin-right: 8px;
}

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

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

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

.form01_input::-ms-input-placeholder {
  color: #8a94a6;
}

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

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

.form01_paragraph {
  text-align: center;
}

.form01_h5 {
  text-align: center;
  font-size: 25px;
}

.form01_title_wrap {
  margin-top: 25px;
}

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

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

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

.form01_input_full::-ms-input-placeholder {
  color: #8a94a6;
}

.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 {
  width: 55px;
  border-radius: 100px;
  box-shadow: 7px 7px 40px #ebecf0;
}

.form03_checkbox_label {
  font-size: 13px;
  line-height: 18px;
}

.form03_checkbox_label.lp.color-2 {
  color: #fff;
}

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

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

.form01 {
  width: 100%;
  height: 100%;
  max-width: 590px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  padding: 30px 30px 15px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form01._50 {
  width: auto;
  max-width: 600px;
}

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

.form_error_line {
  width: 1px;
  min-height: 23px;
  background-color: rgba(53, 45, 45, .07);
  margin-left: 8px;
  margin-right: 8px;
}

.link-12 {
  color: #4e5d78;
  font-size: 13px;
}

.link-12.lp.color-2 {
  color: #fff;
}

.form03_checkbox_wrap {
  margin-top: 10px;
  margin-bottom: 25px;
}

.form_wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.form_wrap._2 {
  justify-content: center;
}

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

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

.form01_success, .form02_success {
  background-color: #fff;
}

.form02_paragraph {
  text-align: center;
}

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

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

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

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

.form02_error {
  background-color: #fff;
}

.form02_titles {
  margin-bottom: 25px;
}

.form02 {
  width: 100%;
  height: 100%;
  max-width: 590px;
  border-radius: 10px;
  padding: 15px 30px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

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

.form02_h5 {
  text-align: center;
}

.form03_success {
  background-color: #fff;
}

.form03 {
  width: 100%;
  height: 100%;
  max-width: 420px;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

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

.form03_titles {
  margin-bottom: 25px;
}

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

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

.form03_icon {
  width: 60px;
}

.form03_h5 {
  line-height: 34px;
}

.form05 {
  width: 100%;
  height: 100%;
  max-width: 630px;
  min-height: 350px;
  border-radius: 10px;
  padding: 40px 25px 25px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form05_input {
  width: 300px;
  height: 40px;
  opacity: .5;
  color: #ebecf0;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #ebecf0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 8px;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
}

.form05_input:focus {
  opacity: 1;
  color: #7540ee;
  border-bottom-width: 2px;
  border-bottom-color: #7540ee;
}

.form05_input::-ms-input-placeholder {
  color: #4e5d78;
}

.form05_input::placeholder {
  color: #4e5d78;
}

.form05_input.budget, .form05_input.date {
  width: 120px;
}

.form05_input.project {
  width: 280px;
}

.form05_icon {
  width: 65px;
  background-color: #fff;
  border-radius: 100px;
  padding: 5px;
  position: relative;
  top: -25px;
}

.field-label-copy {
  clear: none;
  color: #c1c7d0;
  letter-spacing: 1px;
  padding-right: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
}

.module_wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.form05_top_tag {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.form05_h5 {
  text-align: center;
  margin-bottom: 15px;
  line-height: 34px;
}

.form05_button {
  width: 100%;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 4px;
  margin-top: 35px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.form05_title {
  padding-right: 7px;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}

.form05_success {
  background-color: #fff;
  padding-top: 52px;
  padding-bottom: 52px;
}

.form05_wrap {
  flex-flow: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.form07_button {
  min-width: 130px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.form07_button.round {
  background-color: #7540ee;
  border-radius: 50px;
}

.form07_button.round.color {
  background-color: #4074ee;
}

.form07_button.round.color._3 {
  background-color: #ffab00;
}

.form07_button.round.color.lp {
  background-color: #272992;
}

.form07_button.round.color-2 {
  color: #4074ee;
  background-color: #fff;
  font-weight: 700;
}

.form07_line {
  width: 80%;
  height: 1px;
  background-color: rgba(235, 236, 240, .45);
  margin: 15px auto;
}

.form07_form {
  flex-direction: column;
  display: flex;
}

.form07_input {
  min-height: 48px;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}

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

.form07_input.lp.color {
  color: #fff;
  background-color: rgba(255, 255, 255, .5);
  border-style: none;
  border-color: rgba(226, 228, 233, .5);
}

.form07_input.lp.color::-ms-input-placeholder {
  color: #fff;
}

.form07_input.lp.color::placeholder {
  color: #fff;
}

.form07 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 35px 20px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form07.lp.color {
  background-color: #272992;
}

.form07_paragraph {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6em;
}

.form07_h5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 32px;
}

.form07_h5.lp.color-2 {
  color: #fff;
}

.form07_h5.lp.color {
  color: #272992;
}

.form07_label {
  width: 100%;
  opacity: .4;
  color: #000;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 14px;
  font-weight: 600;
}

.form07_success {
  background-color: #fff;
}

.form07_form_block {
  margin-bottom: 0;
}

.form08 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 25px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form08_form_block {
  margin-bottom: 0;
}

.form08_text {
  color: #8a94a6;
  text-align: center;
  font-size: 16px;
}

.form08_button {
  min-width: 130px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.form08_title_wrap {
  margin-bottom: 25px;
}

.form08_success {
  background-color: #fff;
}

.form08_input {
  min-height: 48px;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}

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

.form08_form {
  flex-direction: column;
  display: flex;
}

.form08_h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 28px;
}

.form09_input {
  min-height: 48px;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}

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

.form09_button {
  min-width: 130px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.form09 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 25px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form09_form {
  flex-direction: column;
  display: flex;
}

.form09_text_title {
  color: #8a94a6;
  text-align: center;
  font-size: 16px;
}

.form09_text_title._2 {
  text-align: left;
  margin-bottom: 40px;
}

.form09_h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 28px;
}

.form09_form_block {
  margin-bottom: 0;
}

.form09_title_wrap {
  margin-bottom: 25px;
}

.form09_success {
  background-color: #fff;
}

.form11_form_block {
  margin-bottom: 0;
}

.form11_h5 {
  color: #201b3d;
  margin-bottom: 14px;
}

.form11_image {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  position: absolute;
  top: -20px;
  left: 25px;
  box-shadow: 0 -1px 30px rgba(32, 27, 61, .16);
}

.form11_input {
  min-height: 48px;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}

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

.form11_label_title {
  margin-bottom: 7px;
}

.form11_button {
  min-width: 130px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.form11_form {
  flex-direction: column;
  display: flex;
}

.form11 {
  max-width: 450px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  padding: 35px 25px 25px;
  position: relative;
}

.form11_line {
  width: 100%;
  height: 1px;
  background-color: rgba(79, 94, 120, .1);
  margin-top: 26px;
  margin-bottom: 26px;
}

.form11_paragraph {
  color: #4f5e78;
  font-size: 15px;
  line-height: 23px;
}

.g01_image_link_05 {
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_img.PNG");
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_08 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_04.jpeg");
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_04 {
  width: 100%;
  height: 100%;
  background-image: url("../imagens/blog_img.jpg");
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_02 {
  width: 100%;
  height: 100%;
  background-image: url("../imagens/highrise.jpg");
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_03 {
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_05.PNG");
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_06 {
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_img_03.PNG");
  background-position: 50%;
  background-size: cover;
}

.g01_container {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.g01_image_link_07 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_06.PNG");
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_01 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/sail.jpeg");
  background-position: 50%;
  background-size: cover;
}

.g01_image {
  height: 200px;
}

.g01_column {
  width: 25%;
  padding: 15px;
}

.gallery_wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.g02_image {
  height: 250px;
}

.g02_column {
  width: 33.3333%;
  padding: 15px;
}

.g02_image_link_05 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/highrise.jpg");
  background-position: 50%;
  background-size: cover;
}

.g02_column_03 {
  width: 50%;
  padding: 15px;
}

.g02_container {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.g02_image_link_01 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/sail.jpeg");
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g02_image_link_01:hover {
  background-image: url("../imagens/sail.jpeg");
  background-position: 50%;
  background-size: cover;
}

.g02_image_link_03 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_img_03.PNG");
  background-position: 50%;
  background-size: cover;
}

.g02_image_link_04 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_04.jpeg");
  background-position: 50%;
  background-size: cover;
}

.g02_image_link_02 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_05.PNG");
  background-position: 50%;
  background-size: cover;
}

.g02_image_link_06 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_06.PNG");
  background-position: 50%;
  background-size: cover;
}

.g02_column_02 {
  width: 25%;
  padding: 15px;
}

.g03_image_link {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/sail.jpeg");
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

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

.g03_gallery_column {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.g03_image_02 {
  height: 730px;
}

.g03_image_link_03 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/highrise.jpg");
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g03_image_link_02 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_img_03.PNG");
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g03_image_wrap, .g03_image_wrap_02 {
  width: 100%;
  padding: 15px;
}

.g03_image {
  height: 350px;
}

.g04_image_link_01 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/sail.jpeg");
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_image_link_01:hover {
  background-image: url("../imagens/sail.jpeg");
  background-position: 50%;
  background-size: cover;
}

.g04_container {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.g04_image_link_02 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_img_03.PNG");
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_column_2 {
  width: 25%;
  padding: 15px;
}

.g04_column_03 {
  width: 75%;
  padding: 15px;
}

.g04_image {
  height: 290px;
}

.g04_image_link_04 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/highrise.jpg");
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_image_link_06 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/sail.jpeg");
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_image_link_05 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/blog_img.jpg");
  background-position: 50% 100%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_image_link_03 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/gallery_img.PNG");
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_column {
  width: 50%;
  padding: 15px;
}

.g05_container {
  max-width: 1140px;
  column-count: 3;
}

.g05_lightbox {
  margin-bottom: 15px;
}

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

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

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

.heading {
  margin-bottom: 35px;
}

.c12 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.c12.color {
  background-color: #7540ee;
}

.c12.color._2 {
  background-color: #4074ee;
}

.c12.color._3 {
  background-color: #00a078;
  background-image: url("../imagens/flowbase_wave.png");
  background-position: 0 0;
  background-size: auto;
}

.c12.invert.less-space-up {
  padding-top: 80px;
}

.c12.invert.less-space-up.lp.color-2 {
  background-color: #272992;
}

.c12.lp1 {
  padding-top: 0;
}

.c12.lp1.color-2 {
  background-color: #272992;
}

.c12.lp1.space {
  padding-top: 80px;
}

.c12.lp.color._1 {
  background-color: #272992;
}

.link-13 {
  text-decoration: none;
}

.link-14 {
  color: #fff;
}

.hero-content {
  margin-right: 60px;
}

.bold-text-2 {
  color: #7540ee;
}

.bold-text-2._2 {
  color: #4074ee;
}

.bold-text-2._3 {
  color: #00a078;
}

.link-block {
  width: auto;
  margin-top: 20px;
  text-decoration: none;
}

.logos-hero {
  margin-bottom: 40px;
  display: flex;
}

.div-block {
  border-right: 1px solid #000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  display: flex;
}

.div-block-2.space-under {
  margin-bottom: 20px;
}

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

  .nav01_mobile {
    display: flex;
  }

  .nav01_links {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav01 {
    display: none;
  }

  .nav01_burger {
    border-radius: 100px;
  }

  .nav01_burger.w--open {
    color: #000;
    background-color: rgba(200, 200, 200, .08);
    border-radius: 50px;
  }

  .nav01_line {
    display: none;
  }

  .nav01_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
    padding-left: 20px;
    transition: opacity .3s;
  }

  .nav01_link:hover {
    background-color: rgba(203, 221, 230, .07);
  }

  .nav02, .nav02.shorter {
    display: none;
  }

  .nav02_icon {
    color: #4e5d78;
    margin-right: 0;
  }

  .nav02_email {
    border-right-style: none;
    padding-left: 0;
    padding-right: 15px;
  }

  .nav02_phone {
    border-right-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav02_top_wrap {
    flex-direction: row;
    justify-content: flex-end;
  }

  .nav02_account_toggle {
    border-left-style: none;
  }

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

  .nav02_button {
    display: none;
  }

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

  .nav02_nav_menu {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

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

  .nav02_mobile {
    display: block;
  }

  .nav02_top_right {
    display: none;
  }

  .nav03_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
  }

  .nav03_links {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

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

  .nav04_button {
    display: none;
  }

  .nav04_menu_icon {
    color: #4e5d78;
  }

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

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

  .nav04 {
    display: none;
  }

  .nav04_nav_menu {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav04_mobile {
    display: block;
  }

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

  .nav04_top_wrap {
    flex-direction: row;
    justify-content: flex-end;
  }

  .nav05_phone {
    border-right-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .nav05_buy_button {
    display: none;
  }

  .nav05_links {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav05_top_wrap {
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav05_menu_icon {
    color: #4e5d78;
  }

  .nav05_mobile {
    display: block;
  }

  .nav05 {
    display: none;
  }

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

  .nav05_email {
    border-right-style: none;
    padding-left: 0;
    padding-right: 15px;
  }

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

  .nav06_links {
    z-index: 5;
    min-height: 42px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #4f5e78;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav06_links:hover {
    color: #5d3eff;
  }

  .nav06_left {
    background-color: #fff;
    justify-content: flex-start;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav06 {
    display: none;
  }

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

  .nav06_menu {
    border-radius: 100px;
  }

  .nav06_menu.w--open {
    color: #000;
    background-color: rgba(200, 200, 200, .08);
    border-radius: 50px;
  }

  .nav06_mobile {
    display: flex;
  }

  .nav06_drop {
    display: none;
  }

  .nav07 {
    display: block;
  }

  .nav07_container {
    height: 80px;
    align-items: center;
  }

  .h04 {
    background-position: 10%;
  }

  .h04_container {
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .h04_block {
    width: 100%;
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .h04_h1, .h04_h1.lp, .h04_h1.lp.color {
    text-align: left;
  }

  .h04_paragraph {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h04_paragraph.dark {
    text-align: left;
    margin-left: 0;
  }

  .h04_paragraph.space {
    max-width: 610px;
    text-align: left;
  }

  .h04_paragraph.space.dark {
    text-align: left;
  }

  .h09 {
    padding: 90px 5%;
  }

  .h12.white.lp1.color-2.space-up {
    padding-top: 40px;
  }

  .h13_block {
    width: 100%;
  }

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

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

  .c02_block {
    width: 100%;
  }

  .c02_button {
    position: relative;
  }

  .c02_button.green {
    margin-bottom: 40px;
  }

  .c02_container {
    flex-direction: column;
  }

  .c03_container {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c03_container.less {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c03_check_wrap.less {
    margin-bottom: 0;
  }

  .c03_block {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

  .c04_button {
    position: relative;
  }

  .c04_block_right {
    width: 30%;
  }

  .c04_block {
    width: 70%;
  }

  .c04_button_link {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .c04_column {
    padding-right: 15px;
  }

  .c05_button {
    position: relative;
  }

  .c05_button_link {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .c06 {
    padding-top: 120px;
  }

  .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;
  }

  .c08_feature_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .c08_column {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .c09_column_02 {
    padding-left: 0;
  }

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

  .c09_feature_wrap {
    max-width: 500px;
  }

  .c11_process_image {
    padding: 15px;
  }

  .c11_process_details {
    padding: 10px;
  }

  .c11_centre_block {
    width: 150px;
  }

  .fe01_card {
    width: 49%;
    min-height: 300px;
    margin-bottom: 35px;
  }

  .fe02_container {
    grid-template-columns: 1fr 1fr 1fr;
    align-content: stretch;
    justify-items: stretch;
  }

  .fe02_card {
    width: auto;
    margin-bottom: 15px;
    display: block;
  }

  .fe02_icon {
    margin-bottom: 15px;
  }

  .fe03_card {
    width: 49%;
    margin-bottom: 15px;
  }

  .fe04_container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

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

  .fe06_card {
    margin-bottom: 40px;
  }

  .fe07_card_wrap {
    z-index: 5;
    position: relative;
  }

  .fe08 {
    padding-top: 120px;
  }

  .fe08_card {
    width: 50%;
  }

  .fe09 {
    padding-top: 120px;
  }

  .t02_testimonial_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .t02_slide_arrow_left {
    max-width: 25px;
    left: -4%;
  }

  .t02_slide_arrow_right {
    max-width: 25px;
    right: -4%;
  }

  .t03_avatar_02, .t03_avatar_01 {
    background-image: url("../imagens/t_avatar.png");
  }

  .t04_right_arrow {
    top: -480px;
    left: -65%;
  }

  .t04_left_arrow {
    top: -480px;
  }

  .t05_col_3 {
    width: 100%;
    min-height: 300px;
    border-top-style: none;
    border-left-color: #ebecf0;
    border-radius: 0 0 10px 10px;
  }

  .t05_col_1 {
    width: 100%;
    min-height: 300px;
    border-bottom-style: none;
    border-right: 1px solid #ebecf0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .t05_col_2 {
    width: 100%;
    min-height: 300px;
  }

  .t05_testimoninal_wrap {
    flex-wrap: wrap;
  }

  .t06_mask {
    width: 60%;
  }

  .t07_content_block {
    padding: 20px;
  }

  .t08_column {
    width: 50%;
  }

  .cta02 {
    background-size: 80%;
  }

  .cta02_container {
    flex-direction: column;
  }

  .cta02_h2 {
    margin-bottom: 15px;
  }

  .cta04 {
    padding: 2%;
  }

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

  .cta05_title_wrap {
    width: 100%;
    text-align: center;
  }

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

  .cta05_button {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .cta07_content {
    margin-left: 0;
  }

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

  .cta07_image {
    width: 140px;
  }

  .cta08 {
    height: auto;
    min-height: 370px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta08_paragraph {
    text-align: center;
  }

  .cta08_column_right {
    width: 100%;
    display: none;
  }

  .cta08_button_wrap {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cta08_column {
    width: 100%;
    align-items: center;
  }

  .cta08_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta08_h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cta08_image {
    display: none;
  }

  .p01_container {
    flex-direction: column;
  }

  .p01 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .p02_container {
    flex-direction: column;
  }

  .p02_wrap {
    width: 100%;
  }

  .p02_column_price {
    width: 49%;
    min-height: 420px;
    margin-bottom: 35px;
    margin-right: 0;
    display: block;
  }

  .p02_column {
    width: 100%;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .p03_top_wrap {
    justify-content: center;
    align-items: flex-start;
  }

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

  .p03_pricing_text {
    text-align: left;
  }

  .p03_check_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .p03_pricing_card {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .p03_icon {
    margin-bottom: 10px;
  }

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

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

  .p04_icon {
    margin-bottom: 10px;
  }

  .p05_card, .p05_card_focus {
    margin-bottom: 15px;
  }

  .p06_column_04 {
    width: 49%;
    border-style: solid;
    border-color: #ebecf0;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .p06_column_01 {
    width: 49%;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .p06_column_02 {
    width: 49%;
    margin-bottom: 15px;
    transform: none;
  }

  .p06_icon {
    margin-bottom: 10px;
  }

  .p06_column {
    width: 49%;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .p06_container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p06_button, .p07_button {
    margin-left: auto;
    margin-right: auto;
  }

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

  .p07_container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

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

  .p07_icon {
    margin-bottom: 10px;
  }

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

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

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

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

  .p08_container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p08_icon {
    margin-bottom: 10px;
  }

  .te01_name, .te01_job_title {
    text-align: center;
  }

  .te01_card {
    width: 49%;
    margin-bottom: 15px;
  }

  .te03_card {
    width: 100%;
    max-width: 600px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .te03_name, .te03_job_title, .te04_name {
    text-align: center;
  }

  .te05_avatar_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cl04_card_wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .cl04_card.more {
    width: 100px;
  }

  .cl05_button {
    text-align: center;
  }

  .cl05_logo_wrap {
    padding: 15px;
  }

  .cl05_column_right {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab01_content {
    width: 100%;
  }

  .tab01_tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .tab01_tab {
    width: 100%;
    min-height: 90px;
    margin-bottom: 15px;
  }

  .tab01_tab.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

  .tab01_menu {
    margin-right: 0;
  }

  .tab03_arrow_wrap {
    display: none;
  }

  .tab03_block_right {
    width: 40%;
  }

  .tab03_block_left {
    width: 60%;
  }

  .tab03_tabs {
    top: 0;
  }

  .tab04_content {
    width: 100%;
  }

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

  .tab04_tab {
    margin-bottom: 10px;
  }

  .tab04_tab.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

  .b04_container {
    flex-wrap: wrap;
  }

  .b04_blog_image_feature {
    width: 40%;
  }

  .b04_h4 {
    margin-bottom: 10px;
  }

  .b04_link {
    color: #7540ee;
    font-size: 12px;
    text-decoration: none;
  }

  .b04_paragraph {
    margin-bottom: 10px;
  }

  .b04_h3 {
    font-size: 28px;
    line-height: 34px;
  }

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

  .b04_card_text_featured {
    width: 60%;
  }

  .b05_link {
    color: #7540ee;
    font-size: 12px;
    text-decoration: none;
  }

  .b06_paragraph_02 {
    margin-bottom: 15px;
  }

  .b06_blog_image_02 {
    min-height: 290px;
  }

  .b06_link {
    color: #7540ee;
    font-size: 12px;
    text-decoration: none;
  }

  .b06_card_text_featured {
    padding-left: 25px;
    padding-right: 25px;
  }

  .b06_paragraph {
    margin-bottom: 15px;
  }

  .b06_blog_image_03, .b06_blog_image {
    min-height: 290px;
  }

  .b07_container {
    flex-wrap: wrap;
  }

  .b07_card {
    width: 49%;
    margin-bottom: 25px;
  }

  .f04_colums {
    flex-wrap: wrap;
  }

  .f04_column {
    width: 33%;
  }

  .f09_column {
    margin-bottom: 15px;
  }

  .f12_column {
    width: 25%;
  }

  .f12_footer_top {
    flex-wrap: wrap;
  }

  .f12_title_wrap {
    margin-bottom: 15px;
  }

  .f12_colum_wrap {
    flex-wrap: wrap;
  }

  .faq01_click_wrap, .faq02_click_wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faq04_wrap {
    padding: 10px;
  }

  .field-label-copy, .form05_title {
    line-height: 50px;
    display: inline;
  }

  .form07 {
    max-width: none;
  }

  .g01_image {
    height: 250px;
  }

  .g01_column {
    width: 50%;
  }

  .g02_image {
    height: 250px;
  }

  .g02_column, .g02_column_03, .g02_column_02 {
    width: 50%;
  }

  .g03_image_02 {
    height: 530px;
  }

  .g03_image {
    height: 250px;
  }

  .g04_column_2, .g04_column_03 {
    width: 50%;
  }

  .g04_image {
    height: 250px;
  }

  .g04_column {
    width: 50%;
  }

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

  .c12.invert.less-space-up {
    padding-bottom: 80px;
  }

  .hero-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav01_button, .nav02_button, .nav04_button, .nav05_buy_button {
    display: none;
  }

  .h04 {
    background-position: 80px 0;
  }

  .h04_block.center.blur {
    min-height: auto;
  }

  .h04_button, .h13_button {
    margin-left: 15px;
  }

  .h15_block_left, .h15_block_right {
    width: 100%;
  }

  .h15_container, .c01_container {
    flex-direction: column;
  }

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

  .c02_container {
    flex-direction: column;
  }

  .c04_columns {
    margin-bottom: 0;
  }

  .c04_block_right {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .c04_block {
    width: 100%;
  }

  .c04_top {
    flex-direction: column;
  }

  .c04_column {
    margin-bottom: 15px;
  }

  .c07_image {
    margin-top: 55px;
  }

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

  .c07_block {
    width: 100%;
  }

  .c09_column_02 {
    padding-left: 0;
  }

  .c10_block {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .c11_process_image {
    display: none;
  }

  .c11_process_card_02 {
    margin-bottom: 35px;
  }

  .c11_process_details {
    width: 90%;
    min-height: auto;
    justify-content: flex-start;
    padding: 20px;
  }

  .c11_process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .c11_centre_block {
    width: 55px;
  }

  .c11_process_line {
    top: 0%;
    bottom: 0%;
    left: 25px;
    right: auto;
  }

  .fe02_container {
    grid-template-columns: 1fr 1fr;
  }

  .fe02_card {
    width: auto;
    margin-bottom: 15px;
  }

  .fe04_container {
    flex-wrap: wrap;
  }

  .fe04_card {
    width: auto;
    flex-wrap: wrap;
    align-content: center;
  }

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

  .fe05_text {
    max-width: 330px;
  }

  .fe07_card_wrap {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .fe07_card {
    width: 100%;
    margin-bottom: 35px;
  }

  .fe07_text {
    max-width: 330px;
  }

  .fe08_card {
    width: 100%;
  }

  .fe09_column {
    width: 50%;
  }

  .fe09_wrap {
    flex-wrap: wrap;
  }

  .t03_slider_arrow_02 {
    right: 25%;
  }

  .t03_slider_arrow {
    left: 25%;
  }

  .t04_right_arrow {
    left: -50%;
  }

  .t04_slide {
    width: 100%;
  }

  .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%;
  }

  .t07_container {
    flex-wrap: wrap;
  }

  .t07_block {
    width: 100%;
    display: block;
  }

  .t07_slider {
    width: 100%;
  }

  .t07_content_block {
    width: 100%;
    max-height: none;
    position: relative;
  }

  .t08_container {
    flex-wrap: wrap;
  }

  .cta04_paragraph {
    text-align: center;
  }

  .cta05_container {
    width: 100%;
  }

  .cta06_container {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .cta06_column {
    width: 100%;
    margin-bottom: 35px;
  }

  .cta07_button_wrap {
    width: 100%;
    justify-content: flex-start;
  }

  .cta07_main_wrap {
    width: 100%;
    margin-bottom: 35px;
  }

  .cta07_container {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .cta08 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .p02_paragraph {
    max-width: 330px;
  }

  .p02_column {
    width: 100%;
  }

  .p03_pricing_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p03_pricing_card {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .p04_pricing_card {
    max-width: 300px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .p05_card, .p05_card_focus {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .p07_column {
    width: 100%;
  }

  .p08_column {
    width: 100%;
    max-width: 410px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .p08_column_middle {
    width: 100%;
    max-width: 410px;
    margin: 0 auto 25px;
  }

  .te04_team_block {
    width: 50%;
  }

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

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

  .cl01_image {
    width: 130px;
  }

  .cl02_logo_wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .cl02_logo {
    width: 100%;
    margin-bottom: 15px;
  }

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

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

  .cl03_image {
    width: 120px;
  }

  .cl04_card_wrap {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .cl04_card {
    width: 100%;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cl04_card.more {
    width: 80px;
  }

  .cl04_card.lp.white {
    width: auto;
    height: auto;
  }

  .cl05_column_right {
    width: 100%;
    padding-top: 15px;
  }

  .cl05_column {
    width: 100%;
  }

  .cl05_container {
    flex-direction: column;
  }

  .tab01_menu {
    margin-right: 0;
  }

  .tab02_link {
    margin-bottom: 14px;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .tab02_menu {
    flex-wrap: wrap;
  }

  .tab03_icon {
    width: 15px;
  }

  .tab03_menu {
    flex-wrap: wrap;
  }

  .tab03_block_right {
    width: 100%;
  }

  .tab03_block_left {
    width: 100%;
    padding-top: 15px;
  }

  .tab03_tab_content {
    flex-direction: column;
    position: relative;
  }

  .tab03_h2 {
    font-size: 32px;
  }

  .tab03_icon_wrap {
    width: 40px;
    height: 40px;
  }

  .tab03_title {
    font-size: 14px;
  }

  .tab04_menu {
    width: 100%;
    margin-right: 0;
  }

  .tab04_tabs {
    flex-direction: column;
  }

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

  .b02_container {
    flex-wrap: wrap;
  }

  .b02_card {
    width: 100%;
    margin-bottom: 15px;
  }

  .b03_container {
    flex-direction: column;
  }

  .b03_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .b04_container {
    flex-direction: column;
  }

  .b04_blog_image_feature {
    width: 100%;
    min-height: 230px;
  }

  .b04_card_featured {
    flex-direction: column;
  }

  .b04_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .b04_card_text_featured {
    width: 100%;
  }

  .b05_container {
    flex-direction: column;
  }

  .b05_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .b06_container {
    flex-direction: column;
  }

  .b06_blog_image_02 {
    width: 100%;
  }

  .b06_card {
    flex-wrap: wrap;
  }

  .b06_card_text, .b06_blog_image_03, .b06_blog_image {
    width: 100%;
  }

  .b07_container {
    flex-direction: column;
  }

  .b07_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .f01_top_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .f01_top_wrap.lp {
    align-items: center;
  }

  .f01_button {
    margin-left: 15px;
  }

  .f01_column_right {
    align-items: flex-start;
  }

  .f01_link_wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

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

  .f03_column {
    display: flex;
  }

  .f03_column_right {
    align-items: flex-start;
  }

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

  .f03_logo_link {
    margin-bottom: 20px;
  }

  .f03_top_wrap {
    align-items: center;
  }

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

  .f04_column {
    width: 100%;
  }

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

  .f09_line {
    flex-direction: column;
  }

  .f11_container {
    flex-wrap: wrap;
  }

  .f12_column {
    width: 50%;
    margin-bottom: 35px;
  }

  .faq04_wrap {
    width: 50%;
  }

  .form05 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form05_input {
    padding: 5px;
  }

  .field-label-copy {
    display: inline;
  }

  .form05_title {
    line-height: 40px;
    display: inline;
  }

  .form05_wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .form07_label {
    margin-bottom: 2px;
  }

  .g01_column {
    padding: 10px;
  }

  .g03_container {
    flex-direction: column;
  }

  .g03_gallery_column {
    width: 100%;
    flex-direction: row;
  }

  .g03_image_wrap {
    width: 50%;
  }

  .g05_container {
    column-count: 2;
  }

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

  .hero-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav01_links {
    box-shadow: none;
  }

  .nav02_top, .nav04_top {
    display: none;
  }

  .nav04_text {
    text-align: center;
  }

  .nav05_top {
    display: none;
  }

  .nav06, .nav06_mobile, .nav07, .h01 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h01_h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .h04 {
    padding: 40px 3%;
  }

  .h04.lp.white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h04_container.blur.border {
    justify-content: center;
    align-items: stretch;
  }

  .h04_block {
    width: 98%;
    min-height: auto;
    margin-top: 20px;
  }

  .h04_h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .h04_paragraph.dark {
    font-size: 16px;
    line-height: 20px;
  }

  .h04_button_wrap {
    flex-flow: column wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .h04_button {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .h09_h1 {
    font-size: 40px;
  }

  .h10 {
    flex-direction: column;
    padding-top: 90px;
  }

  .h10_h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .h12.white, .h12.white.lp1.color-2.space-up, .h12.white.lp1.space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h12.white.lp1.space._2 {
    padding-bottom: 60px;
  }

  .h12_image {
    width: 100%;
  }

  .h12_image.logo-cia {
    max-width: 350px;
  }

  .h12_h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .h12_h1.dark {
    font-size: 25px;
  }

  .h12_h1.lp.color {
    font-size: 28px;
  }

  .h12_text.dark.large {
    font-size: 14px;
    line-height: 20px;
  }

  .h13 {
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h13_block {
    padding: 35px 15px;
  }

  .h13_title {
    font-size: 12px;
  }

  .h13_h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .h13_button {
    margin-left: 0;
  }

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

  .c02_button_text.white {
    font-size: 14px;
  }

  .c02_h3.dark {
    font-size: 25px;
    line-height: 25px;
  }

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

  .c03_text {
    font-size: 16px;
    line-height: 24px;
  }

  .c03_h3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .c03_check {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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;
  }

  .c11_process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .fe01_card {
    width: 100%;
  }

  .fe02_container {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .fe02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fe02_h3 {
    font-size: 28px;
    line-height: 35px;
  }

  .fe02_card, .fe03_card {
    width: 100%;
  }

  .fe04_h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .fe04_container {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .fe04_card {
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
  }

  .fe04.space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fe07_card_wrap {
    grid-template-columns: 1fr;
  }

  .fe07_title_wrap {
    margin-bottom: 0;
  }

  .fe07_h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .fe07_card {
    min-height: 350px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .fe07_text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .fe07 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fe08_card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fe09_column {
    width: 100%;
  }

  .t02_slider {
    height: 100%;
  }

  .t02_slide {
    height: auto;
  }

  .t03_slider_arrow_02 {
    right: 20%;
  }

  .t03_slider_arrow {
    left: 20%;
  }

  .t04_right_arrow {
    display: none;
    top: -500px;
    left: -20%;
  }

  .t04_left_arrow {
    display: none;
    top: -500px;
  }

  .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%;
  }

  .t07_content_block {
    padding-left: 15px;
  }

  .t08_column {
    width: 100%;
  }

  .cta01_bar {
    display: none;
    left: 5px;
    right: 5px;
  }

  .cta04 {
    padding: 3%;
  }

  .cta04_wrap {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta04_wrap.color {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta04_wrap.color.lessup, .cta04_wrap.lp.color, .cta04_wrap.lp.color-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta04_h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .cta05_container {
    padding-left: 0;
  }

  .cta05_h1 {
    font-size: 36px;
  }

  .cta06_container {
    padding-left: 0;
  }

  .cta08 {
    min-height: 340px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta08.lessup {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta08_button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .cta08_button_wrap {
    flex-flow: wrap;
  }

  .cta08_h2 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .p01_tab {
    margin-left: 5px;
    margin-right: 5px;
  }

  .p01_tab.w--current {
    margin-right: 5px;
  }

  .p02_wrap {
    flex-wrap: wrap;
  }

  .p02_price {
    font-size: 2.2rem;
  }

  .p02_column_price, .p06_column_04, .p06_column_01, .p06_column_02, .p06_column, .te01_card, .te04_team_block {
    width: 100%;
  }

  .te05_avatar_wrap {
    justify-content: center;
  }

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

  .cl04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cl04.more.lessup, .cl04.lp.color {
    padding-top: 60px;
  }

  .cl04_h3 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .cl04_card {
    width: 80px;
    flex: 0 auto;
  }

  .tab01_menu {
    margin-right: 0;
  }

  .tab02_link {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .tab03_tab_link {
    width: 50%;
  }

  .tab03_menu {
    justify-content: space-between;
    align-items: center;
  }

  .tab03_arrow_wrap {
    display: none;
  }

  .tab03_tabs {
    margin-top: 35px;
  }

  .tab04_menu {
    margin-right: 0;
  }

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

  .b04_card_text {
    background-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .b06_card_text_featured {
    padding: 25px 15px;
  }

  .b07_card_text {
    background-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
  }

  .f01_top_wrap.lp {
    align-items: center;
  }

  .f03_h4 {
    font-size: 22px;
    line-height: 33px;
  }

  .f03_button {
    width: 100%;
  }

  .f09 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f11_link {
    margin-bottom: 10px;
  }

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

  .f12_column {
    width: 100%;
  }

  .faq01_block {
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }

  .faq01_paragraph {
    margin-left: 15px;
  }

  .faq02_block {
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }

  .faq02_paragraph {
    margin-left: 15px;
  }

  .faq04_wrap {
    width: 100%;
  }

  .form01_field_wrap {
    flex-direction: column;
  }

  .form01_input {
    width: 100%;
  }

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

  .form02_field_wrap {
    flex-direction: column;
  }

  .form02_input {
    width: 100%;
  }

  .form02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form05_input {
    width: 95%;
    height: 40px;
    padding-left: 0;
    font-size: 24px;
    display: block;
  }

  .form05_input.budget {
    width: 90px;
    font-size: 22px;
    display: inline;
  }

  .form05_input.date {
    width: 80%;
    padding-left: 2px;
  }

  .form05_input.project {
    width: 100%;
    font-size: 24px;
  }

  .field-label-copy, .form05_title {
    font-size: 22px;
    line-height: 33px;
    display: inline;
  }

  .form07_h5 {
    font-size: 20px;
    line-height: 25px;
  }

  .form11_image {
    box-shadow: 0 -1px 30px rgba(10, 31, 68, .05);
  }

  .g01_column, .g02_column, .g02_column_03, .g02_column_02 {
    width: 100%;
  }

  .g03_gallery_column {
    flex-direction: column;
  }

  .g03_image_02 {
    height: 300px;
  }

  .g03_image_wrap, .g03_image_wrap_02, .g04_column_2, .g04_column_03, .g04_column {
    width: 100%;
  }

  .g05_container {
    column-count: 1;
  }

  .c12, .c12.invert.less-space-up {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-content {
    margin-right: 0;
  }
}


