style {
  display: none; }

html {
  --container: 1590px;
  --sidesmargin: calc( 100vw - var(--container) );
  --sidemargin: calc( var( --sidesmargin ) / 2 - 13px);
  --sidemarginneg: calc( var( --sidemargin ) * -1 ); }

@media screen and (max-width: 767px) {
  .column-header {
    background-color: #3700DC; } }

@media screen and (max-width: 1139px) {
  .column-header-red {
    background-color: #FF3B31; } }

@media screen and (max-width: 1139px) {
  .column-header-white {
    background-color: #fff; } }

.wpml-custom-ls ul {
  text-align: right; }
  .wpml-custom-ls ul a {
    padding: 0 5px; }

@media screen and (max-width: 1139px) {
  .wpml-custom-ls ul a {
    color: #3700DC !important; } }

@media screen and (max-width: 1139px) {
  .wpml-custom-ls {
    /*
		&.ls-open {
			.lsfe-switcher {
				.lsfe-menu {
					.lsfe-menu-item {
						a.lsfe-item {
							display: block;
						}
					}
				}
			}
		}
		*/ }
    .wpml-custom-ls .wpml-ls {
      background-color: #fff;
      padding: 0;
      border: none;
      position: relative;
      min-height: 40px; }
      .wpml-custom-ls .wpml-ls ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .wpml-custom-ls .wpml-ls ul .wpml-ls-item {
          min-width: 100%;
          text-align: center;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          background-color: #fff;
          display: none; }
          .wpml-custom-ls .wpml-ls ul .wpml-ls-item.current-lang-item {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0; }
          .wpml-custom-ls .wpml-ls ul .wpml-ls-item.wpml-ls-current-language {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
            display: block; }
            .wpml-custom-ls .wpml-ls ul .wpml-ls-item.wpml-ls-current-language a.wpml-ls-link::before {
              content: '';
              display: block;
              width: 8px;
              height: 8px;
              margin-top: -4px;
              border-bottom: #3700DC 2px solid;
              border-right: #3700DC 2px solid;
              position: absolute;
              top: 50%;
              left: 7px;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
          .wpml-custom-ls .wpml-ls ul .wpml-ls-item a.wpml-ls-link {
            color: #3700DC !important;
            position: relative;
            display: block;
            padding: 5px; }
            .wpml-custom-ls .wpml-ls ul .wpml-ls-item a.wpml-ls-link.wpml-ls-current-language {
              text-decoration: none;
              display: block; }
    .wpml-custom-ls.ls-open .wpml-ls ul .wpml-ls-item {
      display: block; }
      .wpml-custom-ls.ls-open .wpml-ls ul .wpml-ls-item.wpml-ls-current-language a.wpml-ls-link::before {
        margin-top: -1;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg); } }

.column-left {
  padding: 40px 30px 40px calc(var( --sidemargin ) + 30px);
  margin-left: calc( var( --sidemargin ) * -1);
  -webkit-box-sizing: revert;
  box-sizing: revert; }
  @media screen and (max-width: 1499px) {
    .column-left {
      padding: 40px 30px;
      margin-left: 0px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

.l-post-slide {
  margin-right: 0px;
  margin-right: var(--sidemarginneg);
  overflow: hidden;
  position: relative;
  padding-bottom: 70px; }
  .l-post-slide .slide-posts-content {
    width: 100vw;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-left: -10px; }
    .l-post-slide .slide-posts-content.slick-initialized {
      opacity: 1; }
    .l-post-slide .slide-posts-content .slick-slide {
      -webkit-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
      background-color: #E7E7F1;
      color: #424242;
      margin: 0 10px; }
      .l-post-slide .slide-posts-content .slick-slide .post-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .l-post-slide .slide-posts-content .slick-slide .post-container .text-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-line-pack: justify;
          align-content: space-between;
          padding: 40px;
          min-width: 50%;
          min-height: 500px; }
          .l-post-slide .slide-posts-content .slick-slide .post-container .text-container .title-container {
            min-width: 100%;
            font-family: "Moldiv", Sans-serif; }
            .l-post-slide .slide-posts-content .slick-slide .post-container .text-container .title-container h3 {
              font-size: 36px; }
              .l-post-slide .slide-posts-content .slick-slide .post-container .text-container .title-container h3 a {
                color: #00BAFF; }
          .l-post-slide .slide-posts-content .slick-slide .post-container .text-container .meta-container {
            min-width: 100%;
            color: #424242; }
            .l-post-slide .slide-posts-content .slick-slide .post-container .text-container .meta-container a {
              color: #424242;
              font-weight: 600; }
        .l-post-slide .slide-posts-content .slick-slide .post-container .img-container {
          display: block;
          min-width: 50%;
          background-position: center;
          background-size: cover;
          position: relative; }
          .l-post-slide .slide-posts-content .slick-slide .post-container .img-container::after {
            content: '\e806';
            font-family: "fontello";
            font-size: 80px;
            line-height: 130px;
            text-align: center;
            display: block;
            width: 130px;
            height: 130px;
            position: absolute;
            left: 0;
            bottom: 0;
            -webkit-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            transition: all 300ms linear;
            background-color: #00BAFF;
            color: #fff; }
          .l-post-slide .slide-posts-content .slick-slide .post-container .img-container:hover::after {
            background-color: #FF3B31; }
      .l-post-slide .slide-posts-content .slick-slide.slick-current {
        background-color: #00BAFF;
        color: #fff; }
        .l-post-slide .slide-posts-content .slick-slide.slick-current .post-container .text-container .title-container h3 a {
          color: #3700DC; }
        .l-post-slide .slide-posts-content .slick-slide.slick-current .post-container .text-container .meta-container {
          color: #fff; }
          .l-post-slide .slide-posts-content .slick-slide.slick-current .post-container .text-container .meta-container a {
            color: #fff; }
        .l-post-slide .slide-posts-content .slick-slide.slick-current .post-container .img-container::after {
          background-color: #3700DC; }
        .l-post-slide .slide-posts-content .slick-slide.slick-current .post-container .img-container:hover::after {
          background-color: #FF3B31; }
  .l-post-slide .posts-nav-icon {
    font-size: 50px;
    color: #00BAFF;
    position: absolute;
    bottom: -70px;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }
    .l-post-slide .posts-nav-icon:hover {
      color: #3700DC; }
    .l-post-slide .posts-nav-icon.slide-next {
      left: 70px; }
  @media screen and (max-width: 1499px) {
    .l-post-slide {
      margin-right: 0;
      padding: 0 10px 70px 10px;
      margin: 0;
      overflow: hidden; }
      .l-post-slide .slide-posts-content {
        width: auto;
        margin-left: 0px; }
        .l-post-slide .slide-posts-content .slick-item .post-container .text-container .title-container h3 {
          font-size: 30px; } }
  @media screen and (max-width: 767px) {
    .l-post-slide .slide-posts-content .slick-item .post-container {
      display: block; }
      .l-post-slide .slide-posts-content .slick-item .post-container .text-container {
        min-width: 100%;
        min-height: 300px; }
      .l-post-slide .slide-posts-content .slick-item .post-container .img-container {
        min-width: 100%;
        min-height: 300px; }
        .l-post-slide .slide-posts-content .slick-item .post-container .img-container::after {
          font-size: 40px;
          line-height: 65px;
          width: 65px;
          height: 65px;
          left: auto;
          right: 0; } }

.c-violet {
  color: #3700DC; }

.c-sky-blue {
  color: #00BAFF; }

.c-red {
  color: #FF3B31; }

.c-white {
  color: #fff; }

.spaces-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .spaces-list-container span {
    display: block; }
  .spaces-list-container .space-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    background-color: #E7E7F1;
    margin-bottom: 30px;
    border: 3px solid #fff;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }
    .spaces-list-container .space-item .img-container {
      position: relative; }
      .spaces-list-container .space-item .img-container::after {
        content: '\e806';
        font-family: "fontello";
        font-size: 80px;
        line-height: 130px;
        text-align: center;
        display: block;
        width: 130px;
        height: 130px;
        position: absolute;
        right: 0;
        bottom: -65px;
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        background-color: #3700DC;
        color: #fff; }
      .spaces-list-container .space-item .img-container:hover::after {
        background-color: #FF3B31; }
    .spaces-list-container .space-item .text-container {
      padding: 30px 100px 100px 30px; }
      .spaces-list-container .space-item .text-container .title-container {
        color: #3700DC;
        font-size: 20px;
        font-family: "Moldiv", Sans-serif;
        min-width: 100%; }
    .spaces-list-container .space-item .meta-container {
      color: #424242;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .spaces-list-container .space-item .meta-container::before {
        content: '\e812';
        line-height: 40px;
        display: inline-block;
        font-family: "fontello";
        font-size: 40px;
        max-width: 50px;
        margin-right: 10px;
        color: #FF3B31; }
      .spaces-list-container .space-item .meta-container .address,
      .spaces-list-container .space-item .meta-container .districts {
        margin-bottom: 0; }
      .spaces-list-container .space-item .meta-container .address {
        font-size: 14px;
        font-weight: 400; }
      .spaces-list-container .space-item .meta-container .districts {
        font-size: 13px; }
    .spaces-list-container .space-item:hover {
      background-color: #3700DC;
      border: 3px solid #00BAFF; }
      .spaces-list-container .space-item:hover .img-container::after {
        background-color: #00BAFF; }
      .spaces-list-container .space-item:hover .text-container .title-container {
        color: #00BAFF; }
      .spaces-list-container .space-item:hover .meta-container {
        color: #fff; }
  @media screen and (max-width: 990px) {
    .spaces-list-container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .spaces-list-container .space-item {
        min-width: 80%;
        max-width: 80%; } }
  @media screen and (max-width: 767px) {
    .spaces-list-container .space-item {
      min-width: 100%;
      max-width: 100%; }
      .spaces-list-container .space-item .img-container::after {
        font-size: 30px;
        line-height: 50px;
        width: 50px;
        height: 50px;
        bottom: 0px; }
      .spaces-list-container .space-item .text-container {
        padding: 30px 30px 100px 30px; } }

.posts-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .posts-list-container span {
    display: block; }
  .posts-list-container .post-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: calc(33% - 15px);
    max-width: calc(33% - 15px);
    background-color: #E7E7F1;
    position: relative;
    margin: 0 7px 30px 7px;
    border: 3px solid #fff;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }
    .posts-list-container .post-item .img-container {
      -webkit-box-flex: 4;
      -ms-flex-positive: 4;
      flex-grow: 4;
      position: relative; }
      .posts-list-container .post-item .img-container::after {
        content: '\e806';
        font-family: "fontello";
        font-size: 60px;
        line-height: 100px;
        text-align: center;
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        right: 0;
        bottom: -50px;
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        background-color: #00BAFF;
        color: #fff; }
      .posts-list-container .post-item .img-container:hover::after {
        background-color: #FF3B31; }
    .posts-list-container .post-item .text-container {
      padding: 30px 100px 100px 30px; }
      .posts-list-container .post-item .text-container .title-container {
        color: #3700DC;
        font-size: 20px;
        font-family: "Moldiv", Sans-serif;
        min-width: 100%; }
    .posts-list-container .post-item .meta-container {
      color: #2E3436;
      display: block;
      padding: 0 30px 0 30px;
      position: absolute;
      bottom: 30px; }
      .posts-list-container .post-item .meta-container .category,
      .posts-list-container .post-item .meta-container .date {
        margin-bottom: 0; }
      .posts-list-container .post-item .meta-container .category {
        font-size: 14px;
        font-weight: 400; }
      .posts-list-container .post-item .meta-container .date {
        font-size: 13px; }
    .posts-list-container .post-item:hover {
      background-color: #00BAFF;
      border: 3px solid #00BAFF; }
      .posts-list-container .post-item:hover .img-container::after {
        background-color: #3700DC; }
      .posts-list-container .post-item:hover .text-container .title-container {
        color: #3700DC; }
  @media screen and (max-width: 990px) {
    .posts-list-container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .posts-list-container .post-item {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px); } }
  @media screen and (max-width: 767px) {
    .posts-list-container .post-item {
      min-width: 100%;
      max-width: 100%; }
      .posts-list-container .post-item .img-container::after {
        font-size: 30px;
        line-height: 50px;
        width: 50px;
        height: 50px;
        bottom: 0px; }
      .posts-list-container .post-item .text-container {
        padding: 30px 30px 100px 30px; } }

.work-spaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -30px; }
  .work-spaces li {
    min-width: 33%;
    max-width: 33%;
    padding: 0 30px; }
    .work-spaces li .data {
      border-top: 1px solid #3700DC;
      padding-top: 5px;
      padding-bottom: 20px;
      font-size: 22px; }
      .work-spaces li .data .name {
        font-family: "Moldiv", Sans-serif;
        color: #3700DC;
        text-transform: uppercase; }
      .work-spaces li .data .size {
        font-family: "Moldiv", Sans-serif;
        color: #FF3B31; }
  @media screen and (max-width: 990px) {
    .work-spaces li {
      min-width: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 767px) {
    .work-spaces li {
      min-width: 100%;
      max-width: 100%; } }

.container-featured {
  height: 100%; }
  .container-featured .elementor-widget-container {
    height: 100%; }
    .container-featured .elementor-widget-container .elementor-shortcode {
      height: 100%; }
  .container-featured .featured-bg {
    height: 100%;
    min-height: 250px;
    width: 100%;
    position: absolute;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .container-featured .featured-bg {
        position: relative; } }

.st0 {
  fill: #fff;
  stroke: #3700DC; }
  .st0.button-map {
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    cursor: pointer; }
    .st0.button-map:hover, .st0.button-map.b-map-active {
      fill: #00BAFF; }

.distritos .distrito {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  position: absolute;
  top: 0; }
  .distritos .distrito.dis-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    top: 0;
    opacity: 1; }

.elementor-widget-wp-widget-categories h5,
.elementor-widget-wp-widget-recent-posts h5 {
  font-weight: 600;
  color: #3700DC;
  border-bottom: 1px solid #3700DC;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.elementor-widget-wp-widget-categories ul,
.elementor-widget-wp-widget-recent-posts ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0; }
  .elementor-widget-wp-widget-categories ul li,
  .elementor-widget-wp-widget-recent-posts ul li {
    margin-bottom: 30px; }
    .elementor-widget-wp-widget-categories ul li a,
    .elementor-widget-wp-widget-recent-posts ul li a {
      color: #3700DC; }
      .elementor-widget-wp-widget-categories ul li a:hover,
      .elementor-widget-wp-widget-recent-posts ul li a:hover {
        color: #FF3B31; }

.elementor-widget-wp-widget-categories ul li {
  margin-bottom: 10px; }

.com-btn p {
  text-indent: -30px; }

.com-btn a {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }
  .com-btn a:before {
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    content: '\e806';
    font-family: "fontello";
    font-size: 20px;
    color: #fff;
    margin-right: 10px; }
  .com-btn a:hover {
    color: #00BAFF !important; }
    .com-btn a:hover::before {
      color: #00BAFF; }

.space-slider .swiper-wrapper {
  height: 850px; }
  @media screen and (max-width: 1499px) {
    .space-slider .swiper-wrapper {
      height: 55vw; } }

.space-slider .elementor-swiper-button {
  background-color: #FF3B31;
  position: absolute;
  bottom: 0;
  top: auto;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 60px;
  height: 60px;
  font-size: 40px;
  padding: 10px; }
  .space-slider .elementor-swiper-button i.eicon-chevron-left::before {
    content: '\e807';
    font-family: "fontello"; }
  .space-slider .elementor-swiper-button i.eicon-chevron-right::before {
    content: '\e808';
    font-family: "fontello"; }
  .space-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 50px; }
  .space-slider .elementor-swiper-button.elementor-swiper-button-next {
    left: 110px; }
  .space-slider .elementor-swiper-button:hover {
    background-color: #00BAFF; }
  @media screen and (max-width: 990px) {
    .space-slider .elementor-swiper-button {
      width: 45px;
      height: 45px;
      font-size: 35px;
      padding: 5px; }
      .space-slider .elementor-swiper-button.elementor-swiper-button-next {
        left: 95px; } }

.testimonials-slide .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
  position: absolute;
  top: auto;
  left: 0;
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  width: 130px;
  height: 130px;
  font-family: "fontello";
  background-color: #FF3B31;
  padding: 15px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }
  .testimonials-slide .elementor-custom-embed-image-overlay .elementor-custom-embed-play i {
    display: none; }
  .testimonials-slide .elementor-custom-embed-image-overlay .elementor-custom-embed-play::before {
    content: '\e80a';
    font-size: 100px; }
  @media screen and (max-width: 767px) {
    .testimonials-slide .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
      width: 25vw;
      height: 25vw;
      line-height: 19vw;
      padding: 3vw; }
      .testimonials-slide .elementor-custom-embed-image-overlay .elementor-custom-embed-play::before {
        font-size: 19vw; } }

.testimonials-slide .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play {
  background-color: #3700DC; }

.services-accordion .elementor-toggle {
  -webkit-column-count: 2;
  column-count: 2; }

.coworking-toggle .elementor-toggle-icon {
  -webkit-transform: scale(1.5) translateX(-3px);
  -ms-transform: scale(1.5) translateX(-3px);
  transform: scale(1.5) translateX(-3px); }

.softlanding-icon .elementor-icon-box-icon {
  border-bottom: solid 4px #3700DC;
  padding-bottom: 10px; }

.video-home .elementor-custom-embed-play .eicon-play {
  opacity: 1;
  background-color: #3700DC;
  padding: 10px; }
  .video-home .elementor-custom-embed-play .eicon-play::before {
    content: '\e80a';
    font-family: "fontello"; }

.video-home:hover .elementor-custom-embed-play .eicon-play {
  background-color: #FF3B31; }

.services-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .services-cont .service-item {
    border: 1px solid #3700DC;
    padding: 5%;
    width: calc(33.33% - 30px);
    margin: 15px;
    text-align: center; }
    .services-cont .service-item .service-icon {
      padding: 0 15%;
      margin-bottom: 20px; }
    .services-cont .service-item p {
      color: #3700DC;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0; }
  @media screen and (max-width: 990px) {
    .services-cont .service-item {
      width: calc(50% - 30px); } }
  @media screen and (max-width: 480px) {
    .services-cont .service-item {
      width: calc(100% - 30px); } }

.navigation-spaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .navigation-spaces .back-link a {
    border: 1px solid #3700DC;
    padding: 20px 40px;
    color: #3700DC;
    margin: 5px 10px;
    text-transform: uppercase; }
    .navigation-spaces .back-link a:hover {
      background-color: #3700DC;
      color: #fff; }
  .navigation-spaces .next-link, .navigation-spaces .prev-link {
    margin-top: 20px; }
    .navigation-spaces .next-link a, .navigation-spaces .prev-link a {
      color: #3700DC; }
      .navigation-spaces .next-link a i:before, .navigation-spaces .prev-link a i:before {
        content: '\e807';
        font-family: 'fontello';
        font-size: 70px;
        font-style: normal; }
      .navigation-spaces .next-link a:hover, .navigation-spaces .prev-link a:hover {
        color: #FF3B31; }
  .navigation-spaces .prev-link a i:before {
    content: '\e808'; }

.press-groups h2 {
  font-size: 90px;
  margin-bottom: 50px; }

.press-groups .press-group {
  border-top: 2px solid #3700DC;
  margin-bottom: 230px; }
  .press-groups .press-group .news-container {
    border-bottom: 2px solid #3700DC;
    padding-top: 30px;
    padding-bottom: 5px;
    display: block;
    color: #3700DC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .press-groups .press-group .news-container .title-data {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      .press-groups .press-group .news-container .title-data .title {
        font-family: "Moldiv", Sans-serif;
        width: 50%; }
        .press-groups .press-group .news-container .title-data .title h3 {
          font-size: 55px; }
      .press-groups .press-group .news-container .title-data .data {
        width: 50%;
        padding-left: 20px; }
        .press-groups .press-group .news-container .title-data .data .text {
          font-size: 25px;
          font-weight: 600; }
        .press-groups .press-group .news-container .title-data .data .date {
          font-size: 25px;
          font-weight: 300; }
    .press-groups .press-group .news-container .arrow {
      width: 10%;
      text-align: right;
      font-size: 70px;
      padding-top: 30px;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .press-groups .press-group .news-container .arrow i {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        display: inline-block; }
    .press-groups .press-group .news-container:hover {
      color: #00BAFF; }
      .press-groups .press-group .news-container:hover .arrow i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }

@media screen and (max-width: 1499px) {
  .press-groups h2 {
    font-size: 65px;
    margin-bottom: 50px; }
  .press-groups .press-group {
    margin-bottom: 140px; }
    .press-groups .press-group .news-container {
      padding-top: 25px;
      padding-bottom: 0px; }
      .press-groups .press-group .news-container .title-data .title h3 {
        font-size: 44px; }
      .press-groups .press-group .news-container .title-data .data .text {
        font-size: 20px; }
      .press-groups .press-group .news-container .title-data .data .date {
        font-size: 20px; } }

@media screen and (max-width: 1499px) and (max-width: 990px) {
  .press-groups h2 {
    font-size: 65px;
    margin-bottom: 50px; }
  .press-groups .press-group {
    margin-bottom: 100px; }
    .press-groups .press-group .news-container .title-data {
      width: 80%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .press-groups .press-group .news-container .title-data .title {
        width: 100%; }
        .press-groups .press-group .news-container .title-data .title h3 {
          font-size: 40px;
          margin-bottom: 5px; }
      .press-groups .press-group .news-container .title-data .data {
        padding-left: 0px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .press-groups .press-group .news-container .title-data .data .text {
          width: 100%;
          font-size: 20px;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .press-groups .press-group .news-container .title-data .data .date {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          width: 100%;
          font-size: 20px;
          margin-bottom: 50px; }
    .press-groups .press-group .news-container .arrow {
      padding-top: 0;
      width: 20%; } }

@media screen and (max-width: 1499px) and (max-width: 767px) {
  .press-groups h2 {
    font-size: 45px;
    margin-bottom: 30px; }
  .press-groups .press-group {
    margin-bottom: 80px; }
    .press-groups .press-group .news-container .title-data {
      width: 80%; }
      .press-groups .press-group .news-container .title-data .title h3 {
        font-size: 33px;
        margin-bottom: 5px; }
      .press-groups .press-group .news-container .title-data .data .text {
        font-size: 17px; }
      .press-groups .press-group .news-container .title-data .data .date {
        font-size: 17px;
        margin-bottom: 50px; }
    .press-groups .press-group .news-container .arrow {
      font-size: 40px;
      width: 20%; } }

.e-form__indicators {
  display: none; }

.steps-number {
  font-size: 28px;
  color: #3700DC;
  font-weight: 700;
  margin-bottom: 0;
  text-align: right; }

.steps-title {
  font-size: 25px;
  color: #3700DC;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: right; }

@media screen and (max-width: 1499px) {
  .steps-number {
    font-size: 18px; }
  .steps-title {
    font-size: 16px; } }

.bw-form select {
  padding: 9px 15px; }

.bw-form .e-form__buttons {
  padding-left: 10px;
  padding-right: 10px; }
  .bw-form .e-form__buttons .e-form__buttons__wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.bw-form .elementor-field-type-text .elementor-field-label,
.bw-form .elementor-field-type-email .elementor-field-label,
.bw-form .elementor-field-type-tel .elementor-field-label,
.bw-form .elementor-field-type-select .elementor-field-label,
.bw-form .elementor-field-type-acceptance .elementor-field-label,
.bw-form .elementor-field-type-textarea .elementor-field-label {
  display: none; }

.bw-form .elementor-field-type-radio .elementor-field-subgroup {
  border: 1px solid #3700DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px; }
  .bw-form .elementor-field-type-radio .elementor-field-subgroup label {
    display: block;
    width: 100%;
    color: #3700DC; }
  .bw-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
    padding: 0 10px; }
  .bw-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option:first-child input,
  .bw-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option:last-child input {
    display: none; }

.bw-form .elementor-field-type-radio .elementor-field-option label {
  color: #3700DC; }

.elem-popup-open {
  overflow: hidden; }
