html {
  margin-top: 0 !important;
}

.home .breadcrumbs {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

b {
  font-weight: 700 !important;
}

iframe {
  width: 100%;
  border-radius: 10px;
}

strong {
  font-weight: 700 !important;
}

ul {
  list-style: disc !important;
}

.text_editor {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #2f4257;
}

.wrapper {
  width: 1364px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.btn {
  background-color: #7abdf9;
  padding: 17px 32px;
  border-radius: 100px;
  border: 0;
  font-size: 19px;
  color: #fff;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  transition: 0.3s;
}

.btn:hover {
  background-color: #2f4257;
}

.btn_trans {
  border: 1px solid #7abdf9;
  border-radius: 100px;
  padding: 10px 55px;
  background-color: #fff00000;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1065b1;
  margin-bottom: 40px;
  transition: 0.3s;
}

.btn_trans:hover {
  color: #fff;
  background-color: #2f4257;
  border: 1px solid #2f4257;
}

.separator_bottom {
  padding-bottom: 60px;
}

.page_block_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 15px;
}

.page_block_subtitle {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #606060;
}

.header_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f2f3f5;
}

.header_search_input_box {
  background-color: #f1f5f9;
  border-radius: 100px;
  padding: 12px 25px;
}

.input_search {
  background-color: #fff0;
  border: 0;
  width: 340px;
  padding-right: 20px;
  font-size: 15px;
  font-family: sans-serif;
}

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

.header_icon {
  margin-right: 10px;
}

.header_location {
  color: #2f4257;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}

.header_location > br {
  display: block;
}

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

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

.header_phone_icon {
  margin-right: 10px;
}

.header_phone_link_tel {
  text-decoration: none;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #2f4257;
  text-align: right;
  transition: 0.3s;
}

.header_phone_link_tel:hover {
  color: #7abdf9;
}

.header_phone_list {
  text-align: center;
  margin-top: 5px;
}

.header_phone_link {
  text-decoration: none;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #7abdf9;
  border-bottom: 1px solid #7abdf9;
}

.header_nav_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  flex-wrap: wrap;
}

.header_nav_menu_box {
  width: 40%;
  display: flex;
  justify-content: space-between;
}

.header_nav_right_btn {
  width: 32%;
  display: flex;
  justify-content: space-between;
}

.header_nav_link {
  font-family: "Nunito-VariableFont", sans-serif;
  color: #2f4257;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s;
}

.header_nav_link:hover {
  color: #7abdf9;
}

.header_menu_btn {
  background-color: #e2f1fe;
  border-radius: 100px;
  padding: 2px 15px;
  border: 0;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #2f4257;
  transition: 0.3s;
}

.header_menu_btn:hover {
  background-color: #7abdf9;
  color: #fff;
}

.main1_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
}

.main1_text_container {
  width: 43%;
}

.main1_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #2f4257;
  font-size: 55px;
  line-height: 1.14;
  margin-bottom: 35px;
}

.main1_text {
  color: #808080;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 77px;
  width: 90%;
}

.main1_img_container {
  width: 55%;
}

.main_img_retina {
  width: 100%;
}

.main1_back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.services_type2_title {
  padding-top: 30px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 60px;
}

.services_type2_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.services_type2_box {
  border: 1px solid #ebeeed;
  padding: 30px 60px;
  width: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.services_type2_box:hover {
  background-color: #d9edff;
}

.services_type2_img {
  display: flex;
  justify-content: center;
  width: 95px;
  height: 92px;
  margin-bottom: 25px;
}

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

.services_type2_box_title {
  text-align: center;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #2f4257;
  line-height: 1.4;
  font-size: 18px;
}

.services_type2_flex_reverse {
  background-color: #d9edff;
}

.services_type2_img_retina {
  width: 100%;
}

.services_type2_img_right_icon {
  height: 40px;
}

.promo_type1_back {
  background-color: #fafafa;
}

.promo_type1_title {
  padding-top: 60px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 60px;
}

.promo_type1_row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.promo_type1_box {
  display: flex;
  width: 30%;
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
  border-radius: 5px;
  margin: 0 15px;
}

.promo_type1_box_href {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promo_type1_box_title {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #1065b1;
  line-height: 1.2;
  transition: 0.3s;
}

.promo_type1_box_title:hover {
  color: #2f4257;
}

.promo_type1_box_desc {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #3c3c3c;
  line-height: 1.3;
}

.promo_type1_box_desc > p {
  margin-bottom: 0 !important;
}

.promo_type1_img_retina {
  width: 100%;
  border-radius: 0 0 5px 5px;
  height: 210px;
  object-fit: cover;
}

.promo_type1_btn_trans_right {
  margin-left: 30px;
  margin-right: 30px;
}

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

.about_us_type1_box1 {
  width: 50%;
}

.about_us_type1_box2 {
  width: 50%;
}

.about_us_type1_box2_video {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.about_us_type1_box1_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 28px;
}

.about_us_type1_box1_desc {
  color: #1a1a1a;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  width: 90%;
}

.about_us_type1_row2 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

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

.about_us_type1_box_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #7abdf9;
  margin-bottom: 20px;
}

.about_us_type1_box_desc {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.blog_type1_title {
  padding-top: 60px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 60px;
}

.blog_type1_cat_title {
  padding-top: 0;
}

.blog_type1_row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.blog_type1_box {
  width: 23%;
  border: 1px solid #efefef;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 10px;
}

.blog_retina {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.blog_type1_box_title {
  padding-top: 15px;
  padding-left: 15px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
  transition: 0.3s;
  min-height: 47px;
}

.blog_type1_box_title:hover {
  color: #2f4257;
}

.blog_type1_box_date {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 400;
  color: #6a6a6a;
  font-size: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
}

.blog_type1_btn_box {
  text-align: center;
}

.footer_back {
  background-color: #f1f5f9;
}

.footer_row {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 70px;
  flex-wrap: wrap;
}

.footer_logo_box {
  width: 23%;
}

.footer_logo_location {
  margin-top: 45px;
  display: flex;
  align-items: center;
}

.footer_logo_location_text {
  margin-left: 20px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #2f4257;
  font-size: 15px;
}

.footer_nav_box {
  width: 18%;
}

.footer_nav_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #101e34;
  margin-bottom: 40px;
  font-size: 17px;
  text-transform: uppercase;
}

.footer_nav_link_box {
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  line-height: 1.3;
}

.footer_nav_link {
  text-decoration: none;
  color: #4a5d6e;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  transition: 0.3s;
  font-size: 14px;
}

.footer_nav_link:hover {
  color: #101e34;
  text-decoration: underline;
}

.footer_social_box {
  column-gap: 15px;
}

.footer_social_box a {
  display: inline-flex;
  width: 35px;
  flex-shrink: 0;
}

.footer_social_box a img {
  width: 100%;
}

.footer_contacts_box {
  width: 18%;
}

.footer_mail_box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.footer_mail {
  margin-left: 20px;
}

.footer_mail_link {
  text-decoration: none;
  color: #101e34;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  transition: 0.3s;
  font-size: 15px;
}

.footer_mail_link:hover {
  text-decoration: underline;
}

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

.footer_phone {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.footer_phone_link {
  text-decoration: none;
  color: #101e34;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  transition: 0.3s;
  font-size: 15px;
  margin-bottom: 15px;
}

.footer_phone_link:hover {
  text-decoration: underline;
}

.footer_mb0 {
  margin-bottom: 0;
}

.footer_social_links {
  width: 10%;
}

.services_type1_title {
  padding-top: 30px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 60px;
}

.services_type1_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.services_type1_box {
  margin: 10px;
  padding: 30px 31px;
  width: 13.5%;
}

.video_type1_container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 600px;
}

.video_type1_container iframe,
.video_type1_container object,
.video_type1_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

.contacts_type1_title {
  padding-top: 30px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 60px;
}

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

.contacts_type1_box1 {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}

.contacts_type1_box1_adress_box {
  width: 45%;
}

.contacts_type1_box_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2f4257;
  margin-bottom: 15px;
}

.contacts_type1_box1_adress {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
  line-height: 1.5;
}

.contacts_type1_phone_box {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.contacts_type1_phone_tag {
  text-decoration: none;
  margin-bottom: 15px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
  transition: 0.3s;
}

.contacts_type1_phone_tag:hover {
  color: #7abdfa;
}

.contacts_type1_email_tag {
  text-decoration: none;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
  transition: 0.3s;
}

.contacts_type1_email_box {
  width: 45%;
}

.contacts_type1_email_tag:hover {
  color: #7abdfa;
}

.contacts_type1_worktime_box {
  width: 45%;
}

.contacts_type1_worktime {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
}

.contacts_type1_social_box {
  width: 100%;
  display: flex;
}

.contacts_type1_social_icon_box {
  margin-right: 23px;
}

.contacts_type1_box2 {
  width: 50%;
}

.contacts_map {
  width: 100%;
}

.personal_nav_title {
  padding-top: 30px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 60px;
}

.personal_nav_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 60px;
}

.personal_nav_box {
  margin-right: 15px;
  margin-bottom: 15px;
}

.btn_full {
  background-color: #7abdf9;
  color: #fff;
  padding: 11px 20px;
  color: #fff;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #7abdf9;
}

.btn_empty {
  background-color: #fff;
  color: #fff;
  padding: 11px 20px;
  color: #303030;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.3s;
  border: 1px solid #d3d3d3;
}

.btn_empty:hover {
  background-color: #7abdf9;
  border: 1px solid #7abdf9;
  color: #fff;
}

.btn_empty:active {
  background-color: #7abdf9;
  border: 1px solid #7abdf9;
  color: #fff;
}

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

.personal_type2_box {
  width: 49%;
  border: 1px solid #dadada;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.personal_type2_box_width {
  width: 100%;
}

.personal_type2_box_img {
  width: 40%;
}

.personal_type2_box_text_container {
  width: 55%;
}

.personal_type2_box_text_container {
  margin-left: 20px;
}

.personal_type2_box_text_container_uptitle {
  color: #181818;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.personal_type2_box_text_container_title {
  color: #272727;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 21px;
  transition: 0.3s;
}

.personal_type2_box_text_container_title:hover {
  color: #7abdf9;
}

.personal_type2_box_text_container_btn {
  margin-top: 15px;
  background-color: #7abdf9;
  border: 0;
  border-radius: 100px;
  color: #fff;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
  padding: 3px 15px;
  margin-bottom: 15px;
}

.personal_type2_box_text_container_btn:hover {
  background-color: #2f4257;
}

.personal_type2_arrow {
  margin-left: 5px;
}

.personal_type2_box_text_container_data_box {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.personal_type2_bold {
  font-weight: 700;
}

.personal_type2_box_text_container_main_btn {
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #7abdf9;
  color: #7abdf9;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  padding: 12px 30px;
  transition: 0.3s;
}

.personal_type2_box_text_container_main_btn:hover {
  background-color: #2f4257;
  color: #fff;
  border: 1px solid #2f4257;
}

.personal_type3_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dadada;
  border-radius: 5px;
}

.personal_type3_box_img {
  width: 20%;
}

.personal_type3_box_text_container {
  width: 32%;
}

.personal_type3_box_descrip {
  width: 39%;
  margin-right: 30px;
  color: #4e4e4e;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.personal_type_padding {
  margin-bottom: 50px;
}

.main_type5_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}

.main_type5_text_part {
  width: 70%;
}

.main_type5_subtitle {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 10px;
  color: #1065b1;
}

.main_type5_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #2f4257;
  margin-bottom: 25px;
}

.main_type5_text {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #2d2d2d;
}

.main_type5_background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 430px;
}

.text_type6_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #2f4257;
  font-size: 40px;
  margin-bottom: 40px;
}

.text_type6_desc {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  color: #353535;
  font-size: 16px;
  line-height: 1.6;
}

.text_type6_row {
  display: flex;
  align-items: center;
  background-color: #fafeff;
  border-radius: 5px;
  padding: 33px;
  margin-top: 40px;
  box-shadow: 0px 0px 20px 0px #eff5f6;
}

.text_type6_img_box {
  width: 30%;
}

.text_type6_img_retina {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
}

.text_type6_text_box {
  width: 70%;
  margin-left: 40px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  color: #353535;
  font-size: 16px;
  line-height: 1.6;
}

.btn_center_block {
  text-align: center;
  margin-bottom: 50px;
}

.why_us_type1_title {
  padding-top: 50px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #2f4257;
  font-size: 40px;
  margin-bottom: 40px;
}

.why_us_type1_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.why_us_type1_text_box {
  width: 46%;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.8;
}

.why_us_type1_row2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.why_us_type1_ben_icon {
  margin-bottom: 15px;
}

.why_us_type1_ben_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #161616;
  font-size: 18px;
  line-height: 1.4;
}

.personal_type5_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #2f4257;
  font-size: 40px;
  margin-bottom: 12px;
}

.personal_type5_subtitle {
  color: #606060;
  font-weight: 500;
  font-size: 21px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  margin-bottom: 50px;
}

.personal_type5_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.personal_type5_box1 {
  margin-right: 40px;
  width: 24%;
}

.personal_type5_box2 {
  width: 72%;
}

.personal_type5_box3 {
  width: 30%;
  background-color: #fafafa;
  padding: 30px;
  border-radius: 5px;
  height: 190px;
  display: none;
}

.personal_type5_img_retina {
  width: 310px;
  border-radius: 10px;
  height: 410px;
  object-fit: cover;
}

.personal_type5_name_link {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #262626;
  transition: 0.3s;
  text-decoration: none;
}

.personal_type5_name_link:hover {
  color: #7abdf9;
}

.personal_type5_category {
  margin-top: 15px;
  padding: 6px 20px;
  background-color: #dff0ff;
  border-radius: 100px;
  display: inline-flex;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #1065b1;
  font-size: 16px;
  margin-bottom: 30px;
}

.personal_type5_opys {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.personal_type5_specialisation_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #1065b1;
  font-size: 16px;
  margin-bottom: 15px;
}

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

.personal_type5_spec_li {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  color: #383838;
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 12px;
  width: 35%;
}

.personal_type5_btn_box {
  margin-top: 60px;
}

.personal_type5_btn_link {
  text-decoration: none;
  color: #1065b1;
  border-bottom: 1px solid #1065b1;
  line-height: 1.3;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  margin-left: 35px;
  transition: 0.3;
}

.personal_type5_btn_link:hover {
  color: #7abdf9;
  border-bottom: 1px solid #7abdf9;
}

.personal_type5_icon_box {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.personal_type5_feed_title {
  margin-left: 15px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #262626;
}

.personal_type5_feed_text {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  color: #404040;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.personal_type5_leftfeed_link {
  text-decoration: none;
  color: #1065b1;
  border-bottom: 1px solid #1065b1;
  line-height: 1.3;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  transition: 0.3;
}

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

.about_us_type2_box1 {
  width: 38%;
}

.about_us_type2_box2 {
  width: 55%;
}

.about_us_type2_box1_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #2f4257;
  font-size: 40px;
  margin-bottom: 23px;
}

.about_us_type2_box1_text {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #303030;
  line-height: 1.6;
  margin-bottom: 57px;
}

.about_us_type2_box2_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.about_us_type2_box2_img_retina1 {
  margin-bottom: 15px;
  width: 100%;
}

.about_us_type2_box2_img_retina2 {
  height: 258px;
  width: 100%;
  object-fit: cover;
}

.about_us_type2_box2_img_retina3 {
  height: 384px;
  width: 100%;
  object-fit: cover;
}

.about_us_type2_box2_part1 {
  width: 27%;
  margin-right: 15px;
}

.about_us_type2_box2_part2 {
  width: 65%;
}

.main_type3_back {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.main_type3_title {
  padding-top: 80px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #2f4257;
  font-size: 55px;
  margin-bottom: 20px;
}

.main_type3_subtitle_box {
  display: flex;
  margin-bottom: 40px;
}

.main_type3_subtitle {
  color: #1065b1;
  background-color: #dff0ff;
  padding: 8px 17px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  font-size: 17px;
}

.main_type3_desc {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  color: #808080;
  width: 50%;
  margin-bottom: 50px;
}

.main_type3_ben_row {
  display: flex;
  margin-bottom: 70px;
}

.main_type3_ben_box {
  display: flex;
  align-items: center;
  margin-right: 70px;
}

.main_type3_ben_img {
  margin-right: 15px;
}

.main_type3_ben_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}

.main_type3_btn_box {
  padding-bottom: 80px;
}

.why_us_type2_container {
  box-shadow: 0px 0px 16px 2px #7abdfa1f;
  border-radius: 10px;
}

.why_us_type2_img {
  width: 100%;
}

.why_us_type2_retina {
  width: 100%;
}

.why_us_type2_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #2f4257;
  padding-top: 40px;
  padding-left: 40px;
  margin-bottom: 40px;
}

.why_us_type2_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px 60px 40px;
}

.why_us_type2_box {
  width: 30%;
}

.why_us_type2_box_title_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.why_us_type2_box_title_box_title {
  margin-left: 20px;
  font-size: 17px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #2f4257;
  line-height: 1.4;
}

.why_us_type2_box_desc {
  font-size: 16px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #494949;
}

.about_type3_title {
  font-size: 40px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #2f4257;
  margin-bottom: 23px;
}

.about_type3_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.about_type3_box {
  width: 47%;
}

.about_type3_text {
  font-size: 16px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #494949;
}

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

.about_type3_part1 {
  width: 51.5%;
  margin-right: 15px;
}

.about_type3_part2 {
  width: 21.6%;
  margin-right: 15px;
}

.about_type3_part3 {
  width: 40%;
}

.about_type3_img_mb15 {
  margin-bottom: 15px;
}

.main_type2_back {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main_type2_title {
  text-align: center;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 65px;
  color: #2f4257;
  margin-bottom: 30px;
  padding-top: 120px;
}

.main_type2_desc {
  text-align: center;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  color: #7c7f7f;
  line-height: 1.9;
  margin-bottom: 50px;
}

.main_type2_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  flex-wrap: wrap;
}

.main_type2_box {
  display: flex;
  align-items: center;
  width: 31%;
  justify-content: center;
}

.main_type2_box_text {
  margin-left: 25px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  color: #353535;
  line-height: 1.8;
}

.main_type2_btn_box {
  text-align: center;
  padding-bottom: 120px;
}

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

.text_type5_box {
  width: 60%;
}

.text_type5_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 40px;
  line-height: 1.34;
}

.text_type5_desc {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 45px;
  color: #353535;
}

.text_type5_img_box {
  width: 38%;
}

.text_type5_retina {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 10px;
}

.why_us_type3_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 0px 12px 2px #3333330a;
  border-radius: 10px;
}

.why_us_type3_text_box {
  width: 50%;
  padding-top: 55px;
  padding-left: 50px;
}

.why_us_type3_text_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 50px;
}

.why_us_type3_img_box {
  width: 40%;
}

.why_us_type3_img_retina {
  width: 100%;
  border-radius: 0 10px 10px 0;
}

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

.why_us_type3_box {
  width: 45%;
  margin-bottom: 50px;
}

.why_us_type3_box_icon_box {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.why_us_type3_box_icon_text {
  margin-left: 20px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #2f4257;
  line-height: 1.4;
}

.why_us_type3_box_desc {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #494949;
  line-height: 1.6;
}

.main_type4_back {
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

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

.main_type4_row_img_box {
  width: 37%;
}

.main_type4_row_text_box {
  width: 60%;
}

.main_type4_subtitle {
  width: 100%;
}

.main_width_4_new {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}

.ben_row {
  display: flex;
  justify-content: space-around;
  padding: 45px 0;
}

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

.ben_text {
  margin-left: 25px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #222222;
  line-height: 1.6;
}

.benefits_type1_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  padding-top: 60px;
  margin-bottom: 50px;
}

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

.benefits_type1_box {
  width: 27.5%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.benefits_type1_box_title_row {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.benefits_type1_box_title {
  margin-left: 20px;
  font-size: 20px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #2f4257;
  line-height: 1.5;
}

.benefits_type1_desc {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
}

.benefits_type1_btn_box {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 60px;
}

.about_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 40px;
}

.about_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.about_part1 {
  width: 55%;
}

.about_part2 {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_part1_desc {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  line-height: 2;
  margin-bottom: 50px;
}

.about_part2_box {
  width: 45%;
  text-align: center;
  margin-bottom: 60px;
}

.about_part2_numb {
  font-size: 35px;
  color: #7abdf9;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  margin-bottom: 19px;
}

.about_part2_desc {
  font-size: 16px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #585858;
}

.benefits_type2_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 15px;
}

.benefits_type2_subtitle {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #585858;
  margin-bottom: 60px;
}

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

.benefits_type2_box_row {
  width: 63%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.benefits_type2_image_box {
  width: 35%;
  margin-bottom: 18px;
}

.benefits_type2_box {
  width: 27%;
  padding: 20px;
  background-color: #fbfbfb;
  border-radius: 10px;
  margin-bottom: 18px;
}

.benefits_type2_box_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #2f4257;
  margin-top: 15px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.benefits_type2_box_desc {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
}

.benefits_type2_img_retina {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 20px;
}

.benefits_type2_btn_box {
  margin-top: 35px;
  text-align: center;
}

.feed_type1_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  text-align: left;
  margin-bottom: 25px;
}

.feed_type1_subtitle {
  text-align: left;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 60px;
}

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

.feed_type1_box {
  width: 47%;
}

.feed_type1_desc_box {
  background-color: #ebf1fd;
  border-radius: 30px;
  padding: 30px;
}

.feed_type1_desc {
  color: #303030;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  line-height: 1.9;
  font-size: 15px;
}

.feed_type1_person_box {
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-bottom: 60px;
  margin-top: 25px;
}

.feed_type1_person_img {
  width: 10%;
}

.feed_type1_person_img_retina {
  width: 100%;
}

.feed_type1_person_text_box {
  margin-left: 20px;
}

.feed_type1_person_text_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.feed_type1_person_text_date {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #555555;
}

#cardSlider {
  --carousel-button-bg: #fff;

  --carousel-button-width: 38px;
  --carousel-button-height: 38px;

  --carousel-button-svg-width: 17px;
  --carousel-button-svg-height: 17px;

  --carousel-button-svg-stroke-width: 3;
  --carousel-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.carousel__button.is-prev {
  left: 70px;
}

.carousel__button.is-next {
  right: 70px;
}

.gallery_retina {
  width: 100%;
  object-fit: cover;
  height: 510px;
  border-radius: 15px;
}

.gallery_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 40px;
}

.about_type3_img_retina {
  width: 100%;
  height: 323px;
  border-radius: 30px;
  object-fit: cover;
}

.about_type3_img_retina1 {
  width: 100%;
  height: 476px;
  object-fit: cover;
  border-radius: 30px;
}

.about_type3_img_retina2 {
  width: 100%;
}

.about_type3_img_retina3 {
  width: 100%;
  height: 476px;
  object-fit: cover;
  border-radius: 30px;
}

.personal_type1_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  padding-top: 60px;
  margin-bottom: 60px;
}

.personal_type1_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}

.personal_type1_box {
  width: 23%;
}

.perosnal_img_retina {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.personal_type1_box_title {
  font-family: "Nunito-VariableFont", sans-serif;
  margin-top: 13px;
  font-weight: 700;
  font-size: 20px;
  color: #2f4257;
  line-height: 1.4;
  margin-bottom: 12px;
}

.personal_type1_box_subtitle {
  font-family: "Nunito-VariableFont", sans-serif;
  margin-top: 13px;
  font-weight: 500;
  font-size: 16px;
  color: #363636;
}

.main_type7_back {
  background-image: url(../img/snakeback.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #f5faff;
  margin-top: 20px;
}

.main_type8_back {
  background-image: url(../img/snakeback2.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #f5faff;
  margin-top: 20px;
}

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

.main_type7_text_box {
  width: 50%;
}

.main_type7_img_box {
  width: 50%;
}

.main_type7_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #000;
}

.main_type7_color {
  color: #1065b1;
}

.main_type7_subtitle {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #666666;
  margin-bottom: 20px;
}

.main_type7_clasify_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 20px;
}

.main_type7_clasify_box {
  background-color: #dff0ff;
  color: #1065b1;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 100px;
}

.main_type7_opt_box_text {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 19px;
}

.main_type7_opt_box {
  margin-bottom: 15px;
}

.main_type7_desc {
  margin-top: 20px;
  color: #484848;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 90px;
}

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

.main_type7_btn_link {
  margin-right: 30px;
}

.main_type7_btn_feed {
  text-decoration: none;
  color: #1065b1;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #1065b1;
}

.main_type7_img_retina {
  width: 100%;
  height: 740px;
  object-fit: contain;
}

.text_type1_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 40px;
}

.text_type1_box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 20px;
}

.text_type1_numb {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #7abdf9;
  margin-right: 20px;
}

.text_type1_round {
  background-color: #7abdf9;
  height: 5px;
  width: 5px;
  border-radius: 100px;
  margin-right: 20px;
}

.text_type1_desc {
  color: #484848;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.text_type2_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 40px;
}

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

.text_type2_box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 45%;
}

.text_type2_round {
  background-color: #7abdf9;
  height: 5px;
  width: 5px;
  border-radius: 100px;
  margin-right: 10px;
}

.text_type2_text {
  color: #484848;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.gallery_retina2 {
  width: 400px;
  object-fit: contain;
  height: 420px;
  box-shadow: 2px 3px 10px 5px #e7f2fc;
  border-radius: 10px;
  background-color: #fff;
}

.gallery2_carousel__slide {
  width: var(--carousel-slide-width, 26%) !important;
}

.main_type6_back {
  background-image: url(../img/blue.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #f5faff;
}

.main_type6_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0;
}

.main_type6_img_box {
  width: 46%;
}

.main_type6_img_retina {
  width: 600px;
  height: 600px;
  object-fit: cover;
  border-radius: 15px;
}

.video_type2_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  margin-bottom: 15px;
}

.video_type2_subtitle {
  color: #484848;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 50px;
}

.video_type2_embed > iframe {
  height: 500px;
}

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

.personal_type4_box {
  width: 49%;
  display: flex;
  align-items: center;
  border: 1px solid #dadada;
  border-radius: 5px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.personal_type4_img_box {
  width: 40%;
}

.personal_type4_inf_box {
  margin-left: 20px;
  width: 55%;
}

.personal_type4_uptitle {
  color: #181818;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.personal_type4_title {
  color: #272727;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
}

.personal_type4_desc {
  color: #323232;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 23px;
}

.personal_type4_stage {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.personal_type4_bold {
  font-weight: 700;
}

.personal_type4_img_retina {
  width: 255px;
  height: 340px;
  object-fit: cover;
}

.blog_type1_box_img > img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.promo_type1_img_box > img {
  width: 390px;
  border-radius: 0 0 5px 5px;
  height: 210px;
  object-fit: cover;
}

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

.blog_type1_post_title {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog_type1_post_date {
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 400;
  color: #6a6a6a;
  font-size: 15px;
}

.blog_type1_post_main_row {
  margin: 0 10%;
}

.blog_type1_post_retina {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 10px;
}

.blog_type1_post_img {
  margin-bottom: 50px;
}

.blog_type1_post_desc {
  color: #323232;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 90px;
}

.blog_type1_row > a {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
  color: #333;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 17px;
}

.blog_type1_box_href {
  color: #333;
}

.form_type1_back {
  background-color: #f6f6f6;
}

.form_type1_title {
  padding-top: 60px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #2f4257;
  text-align: center;
  margin-bottom: 15px;
}

.form_type1_subtitle {
  color: #808080;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 60px;
  text-align: center;
}

.form_type1_container {
  display: flex;
  justify-content: center;
}

.form_type1_box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  width: 360px;
}

.form_type1_box_title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2f4257;
}

.form_type1_icon {
  margin-right: 11px;
}

.form_type1_input {
  background-color: #f6f6f6;
  padding: 12px 0px 12px 12px;
  border-radius: 10px;
  border: 0;
  margin-bottom: 25px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
}

textarea {
  height: 200px;
}

.form_type1_desclaimer {
  margin-top: 30px;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 500;
  color: #808080;
  padding-bottom: 100px;
  text-align: center;
}

.centr_back_for_all {
  background-color: #f5faff;
  padding: 60px 0;
}

.main_type3_row_text_box {
  width: 57%;
}

.main_type3_row_img_box {
  width: 43%;
}

/* asd */

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  border: 2px solid #f1f5f9 !important;
  background-color: #f1f5f9 !important;
  width: 320px !important;
}

.div.asl_w .probox .promagnifier .innericon svg {
  fill: #7abdf9 !important;
}

.div.asl_r * {
  color: #323232 !important;
  font-family: "Nunito-VariableFont", sans-serif !important;
  font-weight: 500 !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-family: "Nunito-VariableFont", sans-serif !important;
  font-weight: 500 !important;
}

.modal-block {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 201;
  padding: 50px 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

@media (max-width: 575px) {
  .modal-block {
    width: 100%;
  }
}

.modal-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.modal-back.active {
  opacity: 1;
  visibility: visible;
}

.modal-block.active {
  opacity: 1;
  visibility: visible;
}

.modal-block .modal-inner {
  border-radius: 10px;
  background: #fff;
  padding: 20px 30px;
  margin: auto;
  position: relative;
  text-align: center;
}

.modal-block .modal-inner .close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  line-height: 0.6;
  font-size: 30px;
  transition: 0.3s;
  cursor: pointer;
}

.modal-block .modal-inner .close-modal:hover {
  opacity: 0.5;
  transform: scale(1.05);
}

.modal-block .modal-inner .social {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.modal-block .modal-inner .social a {
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.modal-block .modal-inner .social a:hover {
  opacity: 0.6;
  transform: scale(1.06);
}

.modal-block .modal-inner .social a img {
  max-width: 100%;
  max-height: 100%;
}

.tagcloud {
  font-size: 14px;
  color: #ccc;
}

.tagcloud a {
  font-size: inherit !important;
  color: inherit;
}

.tagcloud a:after {
  display: inline-block;
  content: "|";
  padding-left: 0.3em;
}

.tagcloud a:hover {
  text-decoration: underline;
}

.error404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Nunito-VariableFont", sans-serif;
}

.error404 section {
  flex-grow: 1;
}

.error404 .error-inner {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 20px;
  padding: 50px 0;
}

.error404 .error-inner .number {
  font-size: 150px;
  font-weight: 700;
  color: #7abdf9;
}

.error404 .error-inner .title {
  font-size: 40px;
  margin-top: 20px;
}

.error404 .error-inner .link {
  margin-top: 30px;
}

.error404 .error-inner .link a {
  color: #7abdf9;
  text-decoration: underline;
}

.error404 .error-inner .link a:hover {
  text-decoration: none;
}

.pagination {
  width: 100%;
  color: #000;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  font-family: "Nunito-VariableFont", sans-serif;
}

.pagination a {
  color: #7abdf9;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination .next,
.pagination .prev {
  color: #000;
  padding: 5px 10px;
  border-radius: 3px;
  background: #7abdf9;
  color: #fff;
}

@media (max-width: 767px) {
  .pagination {
    font-size: 15px;
  }
}

.wp-block-columns {
  max-width: 1300px;
  margin: 0 auto 30px;
  width: 97%;
}

.wp-block-columns .wrapper {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .wp-block-columns {
    max-width: 750px;
  }
}

@media screen and (max-width: 1200px) {
  .wp-block-columns {
    max-width: 970px;
  }
}

.breadcrumbs {
  font-size: 12px;
  font-family: "Nunito-VariableFont", sans-serif;
}

@media (max-width: 375px) {
  .breadcrumbs {
    margin-top: 20px;
  }

  .main_type4_row {
    margin-top: 20px;
  }
}

.sertificates-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sertificates-row .sertificate-block {
  position: relative;
  cursor: zoom-in;
}

.sertificates-row .sertificate-block:hover:before {
  opacity: 1;
  visibility: visible;
}

.sertificates-row .sertificate-block:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.sertificates-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .sertificates-row {
    gap: 6px;
  }
}

.popmake .social {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.popmake .social a {
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.popup-callme.footer {
  margin-top: 10px;
}
.popmake .wpcf7-form-control {
  width: 100%;
}
.popmake .wpcf7-submit {
  background-color: #7abdf9;
  padding: 17px 32px;
  border-radius: 100px;
  border: 0;
  font-size: 19px;
  color: #fff;
  font-family: "Nunito-VariableFont", sans-serif;
  font-weight: 700;
  transition: 0.3s;
}

.blog-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  @media (min-width: 1024px) {
    align-items: flex-start;
    flex-direction: row;
  }
}

.blog-content {
  flex: auto;
  min-width: 0;
  margin-bottom: 64px;
  @media (max-width: 1023px) {
    margin-bottom: 32px;
    & + .blog-banners {
      margin-top: -32px;
    }
  }
  &:not(:only-child) {
    .blog_type1_post_main_row {
      margin: 0;
    }
  }
  .blog_type1_post_desc {
    margin: 0;
  }
  .blog-banners {
    @media (min-width: 1024px) {
      display: none;
    }
  }
}

.blog-banners {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  top: 32px;
  bottom: 32px;
  @media (min-width: 1024px) {
    width: 300px;
    position: sticky;
  }
}

.blog-banner {
  display: flex;
  padding-bottom: 32px;
  border-radius: 10px;
  img {
    width: 100%;
    border-radius: inherit;
    &:first-child {
      @media (max-width: 1023px) {
        display: none;
      }
    }
    &:last-child {
      @media (min-width: 1024px) {
        display: none;
      }
    }
  }
}
