.main_footer, .article .top_section .chat_promo a, .article .top_section .chat_promo, .article header .wrap h3, .image_text .wrap header a, .text_image .wrap header a, .news_section .wrap .main a header, .news_section .wrap .main, .search_bar .wrap form p input, .primary_header .wrap .searchbox input, .primary_header .wrap .searchbox, .primary_header .wrap nav ul li ul li ul, .primary_header .wrap nav ul li ul {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.primary_header .wrap .searchbox button {
  background-image: url("../sprites/sprite_v-11.svg");
  background-size: 1000px 1000px;
  font-size: 20px;
  background-repeat: no-repeat;
}

.main_footer section .wrap:after, .here_to_help .wrap:after, .here_to_help .wrap .contact_form .row:after, .team_page .wrap .team_list:after, .listing_page .list .wrap:after, .listing_page .list .wrap .full_width a:after, .article .top_section:after, .image_text .wrap:after, .text_image .wrap:after, .news_section .wrap:after, .news_section .wrap .column article.small a:after, .hero .wrap .counter:after {
  content: "";
  display: block;
  clear: both;
}

.main_footer .wrap header > section h3, .team_page .wrap > header h2, .text_page .sidebar .wrap h2, .text_page article .wrap h4, .text_page article .wrap h3, .text_page article .wrap h1, .article .primary_content .wrap .content h4, .article .primary_content .wrap .content h3, .article header .wrap h1, .image_text .wrap header h2, .text_image .wrap header h2 {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  line-height: 1.125;
  font-size: 1.5rem;
  font-style: normal;
}

.team_page .wrap .team_list article a header h4, .team_page .wrap .team_list article a header h2, .listing_page .list .wrap .item a header span, .listing_page .list .wrap .item a header h2, .article .primary_content .wrap .sidebar h3, .article .primary_content, .article .top_section .chat_promo a, .article .top_section .chat_promo h3, .article header .wrap .meta p, .image_text .wrap header a, .text_image .wrap header a, .news_section .wrap .column article a header span, .primary_header .wrap .searchbox input, .primary_header .wrap h4, .primary_header .wrap nav ul li ul li ul li a, .primary_header .wrap nav ul li ul li a, .primary_header .wrap nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body {
  padding: 115px 0 0 0;
}

.primary_header {
  height: 115px;
}
.primary_header:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-image: url("../images/bars.webp");
  background-size: cover;
}
.primary_header .wrap {
  margin: 0 50px;
  padding: 20px 0;
  position: relative;
}
.primary_header .wrap .logo {
  background-position: -20em -1em;
  width: 169px;
  height: 65px;
}
.primary_header .wrap nav {
  display: block;
  position: absolute;
  left: 50%;
  width: 510px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 48px;
}
.primary_header .wrap nav ul {
  list-style: none;
}
.primary_header .wrap nav ul li {
  float: left;
  padding: 0 0 50px 0;
  position: relative;
}
.primary_header .wrap nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  color: rgb(40, 11, 71);
}
.primary_header .wrap nav ul li ul {
  display: none;
  list-style: none;
  position: absolute;
  width: 250px;
  margin: 44px 0 0 -25px;
  padding: 15px 0 15px 25px;
  border-radius: 0 0 20px 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(220, 220, 220);
  border-top: 0;
}
.primary_header .wrap nav ul li ul li {
  float: none;
  padding: 0;
  position: relative;
}
.primary_header .wrap nav ul li ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1;
  padding: 15px 0;
  font-weight: 600;
}
.primary_header .wrap nav ul li ul li ul {
  display: none;
  list-style: none;
  position: absolute;
  width: 250px;
  margin: 0;
  top: -1px;
  left: 100%;
  padding: 1px 0 1px 25px;
  border-radius: 0 20px 20px 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(220, 220, 220);
}
.primary_header .wrap nav ul li ul li ul li {
  float: none;
}
.primary_header .wrap nav ul li ul li ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1;
  padding: 15px 0;
  font-weight: 600;
}
.primary_header .wrap nav ul li ul li ul li + li {
  margin: 0;
  border-top: 1px solid rgb(220, 220, 220);
}
.primary_header .wrap nav ul li ul li + li {
  margin: 0;
  border-top: 1px solid rgb(220, 220, 220);
}
.primary_header .wrap nav ul li:hover > a {
  color: rgb(110, 47, 147);
}
.primary_header .wrap nav ul li:hover > ul {
  display: block;
}
.primary_header .wrap nav ul li + li {
  margin: 0 0 0 20px;
}
.primary_header .wrap h4 {
  display: none;
  position: absolute;
  right: 0;
  bottom: 17px;
  font-size: 1.125rem;
  line-height: 1;
  color: rgb(110, 47, 147);
  font-weight: 600;
}
.primary_header .wrap .searchbox {
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  height: 40px;
  width: 180px;
  -webkit-transform: translateY(20px);
  border: 1px solid rgb(110, 47, 147);
  border-radius: 20px;
  padding: 0 16px;
}
.primary_header .wrap .searchbox input {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  line-height: 1;
  border: 0;
  background: transparent;
}
.primary_header .wrap .searchbox button {
  display: block;
  width: 21px;
  height: 20px;
  background-position: -2em -10em;
  text-indent: -10000px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 10px;
}
.primary_header .wrap button {
  display: none;
}

.hero .wrap .counter {
  left: 100px;
}
.hero .wrap .counter span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.25);
  float: left;
}
.hero .wrap .counter span:nth-child(1) {
  background-color: rgb(255, 255, 255);
}
.hero .wrap .counter span + span {
  margin-left: 15px;
}
.hero .wrap .swiper .swiper-wrapper .swiper-slide {
  padding: 80px 0 90px 0;
  color: rgb(255, 255, 255);
  background-size: auto 100%;
  background-position: center right;
}
.hero .wrap .swiper .swiper-wrapper .swiper-slide header {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto;
}
.hero .wrap .swiper .swiper-wrapper .swiper-slide header h1 {
  font-size: 2.8125rem;
}
.hero .wrap .swiper .swiper-wrapper .swiper-slide header p {
  font-size: 1.25rem;
}
.hero .wrap .swiper .swiper-wrapper .swiper-slide header div {
  width: 500px;
}
.hero .wrap .swiper .swiper-wrapper .swiper-slide header section a {
  font-size: 1.25rem;
  padding: 19px 30px 21px 30px;
  margin-top: -5px;
}
.hero .wrap .swiper .swiper-wrapper .swiper-slide header section h4 {
  font-size: 1.25rem;
}
.hero .wrap nav {
  padding: 0;
}
.hero .wrap nav ul li {
  width: 25%;
  float: left;
  padding: 0;
  text-align: center;
}
.hero .wrap nav ul li a {
  text-decoration: none;
  display: block;
  padding: 20px 0 23px 0;
}
.hero .wrap nav ul li a h3 {
  font-size: 1.5rem;
  line-height: 1.125;
  color: rgb(255, 255, 255);
}
.hero .wrap nav ul li + li {
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.hero .wrap nav ul li:nth-child(2n+1) {
  margin-left: 0;
}
.hero .wrap nav ul li:nth-child(1) {
  margin-left: 0;
}
.hero .wrap nav ul li:nth-child(2) ~ li {
  margin-top: 0;
}

.search_bar .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto;
}
.search_bar .wrap form p input {
  display: block;
  padding: 30px 0;
  border: 0;
  font-size: 2.5rem;
  line-height: 1;
}

.news_section {
  padding: 50px 0 0 0;
}
.news_section .wrap {
  margin: 0 50px;
}
.news_section .wrap .main {
  width: -webkit-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  float: left;
  position: relative;
  height: 662px;
}
.news_section .wrap .main a header {
  padding: 40px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  z-index: 10;
}
.news_section .wrap .main a header h3 {
  font-size: 1.125rem;
  margin: 0 0 30px 0;
}
.news_section .wrap .main a header h2 {
  font-size: 2.5rem;
  line-height: 1;
}
.news_section .wrap .main a header span {
  display: block;
  font-size: 1.125rem;
  margin: 30px 0 0 0;
}
.news_section .wrap .main a figure {
  height: 361px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: rgb(242, 242, 242);
}
.news_section .wrap .column {
  margin: 0 0 0 20px;
  width: -webkit-calc((((100% - 40px) / 2) - 20px) / 2);
  width: calc(((100% - 40px) / 2 - 20px) / 2);
  float: left;
}
.news_section .wrap .column article {
  float: none;
  width: 100%;
  height: 321px;
  position: relative;
}
.news_section .wrap .column article a figure {
  height: 151px;
  background-color: rgb(242, 242, 242);
}
.news_section .wrap .column article a header h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: rgb(225, 0, 129);
  margin: 0 0 12px 0;
}
.news_section .wrap .column article a header h2 {
  font-weight: 500;
  margin: 0 0 16px 0;
  font-size: 1.25rem;
  line-height: 1.125;
}
.news_section .wrap .column article a header span {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: rgb(110, 47, 147);
  position: absolute;
  bottom: 20px;
  left: 0;
}
.news_section .wrap .column article.small {
  margin: 0;
  clear: none;
  height: 150px;
}
.news_section .wrap .column article.small a h4 {
  font-size: 0.875rem;
  color: rgb(225, 0, 129);
  margin: 0 0 15px 0;
}
.news_section .wrap .column article.small a figure {
  width: 100px;
  height: 100px;
  float: left;
}
.news_section .wrap .column article.small a header {
  width: -webkit-calc(100% - 115px);
  width: calc(100% - 115px);
  float: right;
  margin: 0;
}
.news_section .wrap .column article.small a header h2 {
  font-size: 1.25rem;
  line-height: 1.125;
}
.news_section .wrap .column article.small ~ .small {
  margin-top: 21px;
}
.news_section .wrap .column article.small ~ .small + .solid {
  margin-top: 21px;
}
.news_section .wrap .column article.solid {
  margin: 21px 0 0 0;
  height: auto;
  height: 150px;
  position: relative;
}
.news_section .wrap .column article.solid a header {
  margin: 0;
  padding: 0 20px;
  color: rgb(255, 255, 255);
}
.news_section .wrap .column article.solid a header h2 {
  font-size: 1.25rem;
  line-height: 1.125;
  margin: 0 0 30px 0;
}
.news_section .wrap .column article.solid a header h4 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 0.875rem;
}
.news_section .wrap .column article + article {
  margin: 20px 0 0 0;
}

.promo_panel {
  margin: 50px 0 0 0;
  padding: 100px 0 75px 0;
}
.promo_panel .wrap {
  margin: 0 50px;
}
.promo_panel .wrap header {
  margin: 0 50px 75px 50px;
  width: 600px;
}
.promo_panel .wrap header h2 {
  font-size: 2.8125rem;
  line-height: 1;
}
.promo_panel .wrap header p {
  font-size: 1.5rem;
  line-height: 1;
  color: rgb(225, 0, 129);
  margin: 25px 0 0 0;
}
.promo_panel .wrap nav ul li {
  width: -webkit-calc((100% - 60px) / 4);
  width: calc((100% - 60px) / 4);
  float: left;
  padding: 0;
}
.promo_panel .wrap nav ul li a {
  text-decoration: none;
  display: block;
  padding: 0 0 20px 0;
}
.promo_panel .wrap nav ul li a h3 {
  font-size: 1.6875rem;
  color: rgb(255, 255, 255);
}
.promo_panel .wrap nav ul li + li {
  margin: 0 0 0 20px;
}
.promo_panel .wrap nav ul li:nth-child(2n+1) {
  margin-left: 20px;
}
.promo_panel .wrap nav ul li:nth-child(1) {
  margin-left: 0;
}
.promo_panel .wrap nav ul li:nth-child(2) ~ li {
  margin-top: 0;
}

.image_text, .text_image {
  margin: 50px 0 0 0;
}
.image_text .wrap, .text_image .wrap {
  margin: 0 50px;
  position: relative;
}
.image_text .wrap figure, .text_image .wrap figure {
  height: 440px;
  width: -webkit-calc(65% - 25px);
  width: calc(65% - 25px);
  float: left;
}
.image_text .wrap header, .text_image .wrap header {
  margin: 0;
  width: -webkit-calc(35% - 50px);
  width: calc(35% - 50px);
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image_text .wrap header h3, .text_image .wrap header h3 {
  color: rgb(225, 0, 129);
  font-size: 1.125rem;
  line-height: 1;
  margin: 0 0 30px 0;
}
.image_text .wrap header h2, .text_image .wrap header h2 {
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 16px 0;
}
.image_text .wrap header p, .text_image .wrap header p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(127, 127, 127);
}
.image_text .wrap header a, .text_image .wrap header a {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid rgb(225, 0, 129);
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  color: rgb(225, 0, 129);
  margin: 30px 0 0 0;
}

.text_image .wrap figure {
  float: right;
}
.text_image .wrap header {
  right: auto;
  left: 25px;
}

.article header {
  padding: 60px 0;
  text-align: center;
}
.article header .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto;
}
.article header .wrap h3 {
  margin: 0 0 40px 0;
  font-size: 1rem;
  display: inline-block;
  border: 1px solid rgb(225, 0, 129);
  color: rgb(225, 0, 129);
  height: 30px;
  padding: 6px 15px;
  text-align: center;
  border-radius: 15px;
}
.article header .wrap h1 {
  font-size: 3rem;
  line-height: 1.125;
  max-width: 1000px;
  margin: 0 auto;
  text-transform: uppercase;
}
.article header .wrap .meta {
  margin: 38px 0 0 0;
}
.article header .wrap .meta p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: rgb(110, 47, 147);
  display: inline-block;
}
.article header .wrap .meta p + p {
  margin-left: 20px;
}
.article .top_section .cover_photo {
  height: 400px;
  width: -webkit-calc(70% - 10px);
  width: calc(70% - 10px);
  float: left;
  background-color: rgb(242, 242, 242);
}
.article .top_section .chat_promo {
  display: block;
  height: 400px;
  width: -webkit-calc(30% - 10px);
  width: calc(30% - 10px);
  float: right;
  padding: 40px;
  color: rgb(255, 255, 255);
  background-color: rgb(110, 47, 147);
  position: relative;
}
.article .top_section .chat_promo h3 {
  font-size: 1.875rem;
  line-height: 1.25;
  max-width: 450px;
}
.article .top_section .chat_promo a {
  display: inline-block;
  padding: 16px 30px;
  border: 2px solid rgb(255, 255, 255);
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  color: rgb(255, 255, 255);
  margin: 30px 0 0 0;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.article .primary_content {
  line-height: 1.875;
  font-size: 1rem;
  font-weight: 400;
  margin: 65px 0;
}
.article .primary_content .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.article .primary_content .wrap .content {
  width: -webkit-calc(75% - 25px);
  width: calc(75% - 25px);
  min-height: 500px;
}
.article .primary_content .wrap .content p {
  margin: 1.875em 0;
}
.article .primary_content .wrap .content p:first-child {
  margin-top: 0;
}
.article .primary_content .wrap .content h2 {
  font-size: 2rem;
  margin: 18px 0 0 0;
}
.article .primary_content .wrap .content h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgb(110, 47, 147);
  margin: 32px 0 0 0;
}
.article .primary_content .wrap .content h3 + p {
  margin-top: 4px;
}
.article .primary_content .wrap .content h4 {
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgb(55, 26, 79);
  margin: 30px 0 0 0;
}
.article .primary_content .wrap .content h4 + p {
  margin-top: 4px;
}
.article .primary_content .wrap .content h5 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgb(55, 26, 79);
  margin: 30px 0 0 0;
}
.article .primary_content .wrap .content h5 + p {
  margin-top: 4px;
}
.article .primary_content .wrap .content ul + h5 {
  margin-top: 40px;
}
.article .primary_content .wrap .sidebar {
  display: block;
  width: -webkit-calc(25% - 25px);
  width: calc(25% - 25px);
  position: absolute;
  top: -2px;
  right: 0;
}
.article .primary_content .wrap .sidebar h3 {
  font-weight: 700;
  font-size: 1.125rem;
}
.article .primary_content .wrap .sidebar ul {
  list-style: none;
}
.article .primary_content .wrap .sidebar ul li a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  text-decoration: none;
  padding: 8px 0;
}
.article .primary_content .wrap .sidebar ul li + li {
  border-top: 1px solid rgb(222, 222, 222);
}
.article .primary_content .wrap footer {
  padding: 40px 0 0 0;
  margin: 40px 0 0 0;
}

.other_articles {
  margin: 100px 0 0 0;
}
.other_articles > header {
  padding: 75px 0 70px 0;
}
.other_articles > header .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto;
}
.other_articles > header .wrap h2 {
  font-size: 3rem;
}
.other_articles > header .wrap h3 {
  font-size: 3rem;
}
.other_articles .swiper:before {
  height: 200px;
}
.other_articles .swiper .swiper-wrapper .swiper-slide {
  width: -webkit-calc((100vw - 145px) / 4);
  width: calc((100vw - 145px) / 4);
}
.other_articles .swiper .swiper-wrapper .swiper-slide article {
  padding: 0 0 30px 0;
}
.other_articles .swiper .swiper-wrapper .swiper-slide article a figure {
  height: 200px;
}
.other_articles .swiper .swiper-wrapper .swiper-slide article a header h2 {
  width: 75%;
  height: 44px;
}

.listing_page > header .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto;
}
.listing_page > header .wrap nav {
  margin: 40px 0 0 0;
}
.listing_page .list {
  padding: 75px 0 0 0;
}
.listing_page .list:before {
  height: 241px;
}
.listing_page .list .wrap {
  margin: 0 50px;
}
.listing_page .list .wrap .full_width a header {
  width: 50%;
  float: right;
  padding: 50px 75px;
}
.listing_page .list .wrap .full_width a header h3 {
  font-size: 1rem;
  margin: 0 0 50px 0;
}
.listing_page .list .wrap .full_width a header h2 {
  font-size: 2.0625rem;
  margin: 0 0 20px 0;
  max-width: 450px;
  color: rgb(57, 25, 86);
}
.listing_page .list .wrap .full_width a header p {
  font-size: 1rem;
}
.listing_page .list .wrap .full_width a header span {
  margin: 30px 0 0 0;
}
.listing_page .list .wrap .full_width + .full_width {
  margin: 20px 0 0 0;
}
.listing_page .list .wrap .callout {
  padding: 50px;
  float: left;
  height: 332px;
  width: -webkit-calc((((100% - 75px) / 4) * 2) + 25px);
  width: calc((100% - 75px) / 4 * 2 + 25px);
}
.listing_page .list .wrap .callout a h3 {
  font-size: 1rem;
  margin: 0 0 70px 0;
}
.listing_page .list .wrap .callout a h2 {
  font-size: 2.5rem;
  width: 70%;
  max-width: 500px;
}
.listing_page .list .wrap .callout a span {
  margin: 24px 0 0 -5px;
  font-size: 1rem;
  padding: 15px 20px;
  height: 50px;
  border-radius: 25px;
}
.listing_page .list .wrap .callout + .item, .listing_page .list .wrap .callout + .callout {
  margin: 30px 0 0 0;
}
.listing_page .list .wrap .item {
  width: -webkit-calc((100% - 75px) / 4);
  width: calc((100% - 75px) / 4);
  margin: 0 0 0 25px;
}
.listing_page .list .wrap .item a {
  display: block;
  text-decoration: none;
  position: relative;
}
.listing_page .list .wrap .item a figure {
  height: 166px;
  background-color: rgb(242, 242, 242);
}
.listing_page .list .wrap .item a header {
  height: 166px;
}
.listing_page .list .wrap .item a header h3 {
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 0 20px 0;
  color: rgb(110, 47, 147);
}
.listing_page .list .wrap .item a header h2 {
  font-size: 1rem;
  font-weight: 700;
  color: rgb(40, 11, 71);
}
.listing_page .list .wrap .item a header span {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  margin: 20px 0 0 0;
  color: rgb(225, 0, 129);
  position: absolute;
  bottom: 25px;
  left: 0;
}
.listing_page .list .wrap .item + .callout {
  margin: 0 0 0 25px;
}
.listing_page .list .wrap .item + .item {
  margin: 0 0 0 25px;
}
.listing_page .list .wrap .item:nth-child(even) {
  margin: 0 0 0 25px;
}
.listing_page .list .wrap .item:nth-child(4), .listing_page .list .wrap .item:nth-child(8) {
  margin-left: 0;
  margin-top: 50px;
  clear: left;
}
.listing_page .list .wrap .item:nth-child(4) ~ .item, .listing_page .list .wrap .item:nth-child(4) ~ .callout, .listing_page .list .wrap .item:nth-child(8) ~ .item, .listing_page .list .wrap .item:nth-child(8) ~ .callout {
  margin-top: 50px;
}

.text_page {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  max-width: 750px;
  padding: 60px 0 0 0;
  margin: 0 auto;
}
.text_page article {
  font-size: 1.125rem;
  line-height: 2;
}
.text_page article .wrap {
  margin: 0;
}
.text_page article .wrap h1 {
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.text_page article .wrap h2 {
  font-size: 2rem;
  margin: 18px 0 0 0;
  text-align: center;
}
.text_page article .wrap h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgb(110, 47, 147);
  margin: 32px 0 0 0;
}
.text_page article .wrap h3 + p {
  margin-top: 4px;
}
.text_page article .wrap h4 {
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgb(55, 26, 79);
  margin: 30px 0 0 0;
}
.text_page article .wrap h4 + p {
  margin-top: 4px;
}
.text_page article .wrap h5 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgb(55, 26, 79);
  margin: 30px 0 0 0;
}
.text_page article .wrap h5 + p {
  margin-top: 4px;
}
.text_page article .wrap p {
  margin: 1.5em 0;
}
.text_page article .wrap ul + h5 {
  margin-top: 40px;
}
.text_page .sidebar {
  border-top: 0;
  padding: 74px 0 0 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc(25% - 25px);
  width: calc(25% - 25px);
}
.text_page .sidebar .wrap {
  margin: 0;
}
.text_page .sidebar .wrap h2 {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
.text_page .sidebar .wrap ul {
  list-style: none;
  margin: 29px 0 0 0;
}
.text_page .sidebar .wrap ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.text_page .sidebar .wrap ul li + li {
  margin: 12px 0 0 0;
}

.team_page {
  padding-bottom: 0;
}
.team_page .wrap {
  margin: 0 50px;
}
.team_page .wrap > header {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.team_page .wrap > header h3 {
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}
.team_page .wrap > header h2 {
  font-size: 3.125rem;
  text-transform: uppercase;
  line-height: 1;
}
.team_page .wrap .team_list {
  margin: 50px 0 0 0;
}
.team_page .wrap .team_list article {
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
}
.team_page .wrap .team_list article a {
  display: block;
  text-decoration: none;
}
.team_page .wrap .team_list article a figure {
  height: 225px;
  background-color: rgb(242, 242, 242);
}
.team_page .wrap .team_list article a header {
  margin: 20px 0 0 0;
}
.team_page .wrap .team_list article a header h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.team_page .wrap .team_list article a header h4 {
  font-size: 1rem;
  line-height: 1;
  margin: 8px 0 0 0;
  color: rgb(143, 86, 203);
  font-weight: 700;
}
.team_page .wrap .team_list article + article {
  margin: 0 0 0 20px;
}
.team_page .wrap .team_list article:nth-child(2n+1) {
  margin-left: 20px;
  clear: none;
}
.team_page .wrap .team_list article:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.team_page .wrap .team_list article:nth-child(2) ~ article {
  margin-top: 0;
}
.team_page .wrap .team_list article:nth-child(3) ~ article {
  margin-top: 50px;
}

.testimonials {
  margin: 100px 0;
}
.testimonials > header {
  margin: 0 0 50px 0;
}
.testimonials > header .wrap h3 {
  margin: 0 0 16px 0;
}
.testimonials > header .wrap h2 {
  font-size: 2.8125rem;
}
.testimonials .swiper .swiper-wrapper .swiper-slide {
  width: 540px;
}
.testimonials .swiper .swiper-wrapper .swiper-slide div {
  padding: 40px;
}
.testimonials .swiper .swiper-wrapper .swiper-slide div figure {
  width: 140px;
  margin: 0 0 30px 0;
}
.testimonials .swiper .swiper-wrapper .swiper-slide div p {
  font-size: 1.25rem;
}
.testimonials .swiper .swiper-wrapper .swiper-slide div h4 {
  margin: 30px 0 0 0;
}

.here_to_help {
  padding: 50px 0;
}
.here_to_help .wrap {
  margin: 0 50px;
  position: relative;
}
.here_to_help .wrap header {
  width: -webkit-calc(35% - 50px);
  width: calc(35% - 50px);
  position: absolute;
  right: 25px;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.here_to_help .wrap header h3 {
  font-size: 1.125rem;
  margin: 0 0 40px 0;
}
.here_to_help .wrap header h2 {
  font-size: 2.5rem;
  margin: 0 0 20px 0;
}
.here_to_help .wrap header p {
  font-size: 1.125rem;
}
.here_to_help .wrap header div {
  margin: 45px 0 0 0;
}
.here_to_help .wrap header div h4 {
  font-size: 1rem;
  padding: 16px 0;
  color: rgb(44, 8, 76);
}
.here_to_help .wrap header div h4 strong {
  width: 75px;
}
.here_to_help .wrap .contact_form {
  width: -webkit-calc(65% - 25px);
  width: calc(65% - 25px);
  float: left;
  margin: 0;
  padding: 60px;
}
.here_to_help .wrap .contact_form .row p {
  width: -webkit-calc(50% - 7px);
  width: calc(50% - 7px);
  float: left;
}
.here_to_help .wrap .contact_form .row p + p {
  float: right;
  margin: 0;
}
.here_to_help .wrap .contact_form p input {
  height: 50px;
}
.here_to_help .wrap .contact_form p textarea {
  min-height: 200px;
}
.here_to_help .wrap .contact_form p + p {
  margin: 15px 0 0 0;
}
.here_to_help .wrap .contact_form button {
  height: 50px;
  margin: 20px 0 0 0;
}

.main_footer {
  margin: 50px 0 0 0;
  padding: 75px 0 0 0;
  position: relative;
}
.main_footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-image: url("../images/bars.webp");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.main_footer .wrap {
  margin: 0 100px;
  position: relative;
}
.main_footer .wrap header {
  width: 550px;
}
.main_footer .wrap header .logo {
  width: 200px;
  margin: 0 0 50px -33px;
}
.main_footer .wrap header h2 {
  font-size: 2.8125rem;
}
.main_footer .wrap header form {
  margin-top: 40px;
}
.main_footer .wrap header form div input {
  border-radius: 15px 0 0 15px;
  padding: 0 20px;
}
.main_footer .wrap header form div button {
  border-radius: 0 15px 15px 0;
}
.main_footer .wrap header > section {
  display: block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  position: absolute;
  bottom: -8px;
  right: 0;
  line-height: 1.5;
  text-align: right;
}
.main_footer .wrap header > section h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: rgb(141, 187, 208);
}
.main_footer .wrap header > section p {
  font-size: 1.25rem;
}
.main_footer section {
  padding: 60px 0;
  margin: 75px 0 0 0;
}
.main_footer section .wrap p {
  font-size: 1rem;
  line-height: 1;
  color: rgb(102, 68, 131);
  float: left;
}
.main_footer section .wrap p a {
  display: inline-block;
  text-decoration: none;
}
.main_footer section .wrap p + p {
  margin: 0;
  float: right;
}
.main_footer section .wrap nav a {
  font-size: 1rem;
}
.main_footer section + section .wrap p {
  float: none;
}
.main_footer section + section .wrap p + p {
  margin: 8px 0 0 0;
}

/*# sourceMappingURL=desktop.css.map */