#hero {
  margin-top: 76px;
}

#hero .inner {
  background-color: #F7F7F7;
}

#hero .text {
  flex: 1;
  font-size: 18px;
  line-height: 27px;
}

#hero .image {
  flex: 1;
}

#hero .image img {
  margin-left: auto;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#hero .text-inner {
  max-width: 704px;
  margin: 15px auto 0px auto;
  padding: 30px;
}

#hero .title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #000;
  margin-bottom: 26px;
}

#hero .button {
  margin-top: 40px;
}

@media screen and (min-width: 992px ) {
  .page-id-929 #hero .title {
    max-width: 540px;
  }

  .page-id-857 #hero .text-inner {
    max-width: 714px;    
  }

  .page-id-857 #hero .text-content {
    max-width: 637px;
  }

  .page-id-902 #hero .text-content {
    max-width: 526px;
  }

  .page-id-929 #hero .text-content {
    max-width: 620px;
  }

  .page-id-943 #hero .text-inner {
    padding:30px 0 30px 30px;
  }

  .page-id-943 #hero .title {
    max-width: 540px;
  }

  .page-id-956 #hero .title {
    max-width: 540px;
  }
}

@media screen and (max-width: 992px ) {
  #hero {
    margin-top: 50px;
  }

  #hero .inner {
    flex-direction: column-reverse;
  }

  #hero .title br {
    display: none;
  }

  #hero .image img {
    max-height: 263px;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  #hero .text-inner {
    text-align: center;
  }
}

@media screen and (max-width: 768px ) {
  #hero .title {
    font-size: 38px;
    line-height: 1.166em;
    margin-bottom: 9px;
  }

  #hero .text {
    font-size: 16px;
    line-height: 1.5em;
  }

  #hero .text-inner {
    padding: 17px 18px 27px 18px;
  }

  #hero .button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px ) {
  #hero {
    margin-top: 20px;
  }

  #hero .title {
    font-size: 30px;
    line-height: 36px;
  }

  #hero .text {
    font-size: 12px;
    line-height: 18px;
  }
}
.services {
  margin-top: 89px;
}

.services .title {
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 25px;
}

.services .item {
  width: 398px;
  height: 398px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 34px;
  overflow: hidden;
  border-radius: 10px;
}

.services .item * {
  position: relative;
  z-index: 2;
}

.services .item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #00000000 0%, #061E31 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}

.services h4 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 8px;
}

.services .button {
  letter-spacing: 0.04em;
  font-size: 20px;
  margin-top: 11px;
}

.services .swiper-slide {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services .swiper-button-next,
.services .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  --swiper-navigation-color: #000;
  --swiper-navigation-size: 45px;
  --swiper-navigation-sides-offset: -23px;
}

.services .swiper-button-next:after,
.services .swiper-rtl .swiper-button-prev:after,
.services .swiper-button-prev:after,
.services .swiper-rtl .swiper-button-next:after {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 992px ) {
  .services {
    margin-top: 50px;
  }

  .services .swiper {
    overflow: visible;
  }

  .services .swiper-slide {
    width: calc(max(35vw, 234px));
    height: auto;
  }

  .services .swiper-button-next, .services .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 768px ) {
  .services .title {
    font-size: 38px;
    line-height: 1.166em;
  }

  .services h4 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: -8px;
  }

  .services .button {
    margin-top: 21px;
    height: 28px !important;
    line-height: 28px !important;
  }

  .services .item {
    padding: 18px 20px;
  }
}


@media screen and (max-width: 567px ) {
  .services {
    margin-top: 32px;
  }

  .services .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 14px;
  }
}

.textimage {
  margin-top: 107px;
  background: #F7F7F7;
}

.textimage.blue {
  background: #001822;
}

.textimage.reversed .inner {
  flex-direction: row-reverse;
}

.textimage .image {
  flex: 1;
}

.textimage .image img {
  height: 100%;
  object-fit: cover;
}

.textimage .text {
  flex: 1;
  color: #001822;
  font-size: 18px;
  line-height: 27px;
  padding: 54px 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textimage .text ul,
.textimage .text ol {
  padding: 0 0 0 18px;
  margin: 0;
}

.textimage .text ol li,
.textimage .text ul li {
  padding-left: 1em;
  text-align: left;
}

.textimage .text ol li:not(:last-child),
.textimage .text ul li:not(:last-child) {
  margin-bottom: 18px;
}

.textimage.blue .text {
  color: #FFFFFF;
}

.textimage .text-wrap {
  max-width: 1000px;
}

.textimage .text-inner {
  max-width: 740px;
  padding: 0 30px;
  margin: 0 auto;
}

.textimage .text-inner strong {
  font-weight: 700;
  font-family:"new-science-mono";
}

.textimage .text-inner strong:first-child {
  font-size: 24px;
  line-height: 1.33em;
  margin-bottom: 27px;
  display: block;
}

.textimage .button {
  margin-top: 31px;
  background-color: #001822;
}

.textimage.blue .button {
  background-color: #fff;
  color: #001822;
}
@media screen and (min-width: 992px ) {
  .page-id-871 .textimage .text-inner {
    max-width: 720px;
  }

  .page-id-902 .textimage .text-inner {
    max-width: 760px;
  }

  .page-id-918 .textimage .text-inner {
    max-width: 730px;
  }
}

@media screen and (max-width: 1500px ) {
  .textimage br {
    display: none;
  }
}

@media screen and (max-width: 992px ) {
  .textimage .inner,
  .textimage.reversed .inner {
    flex-direction: column;
  }

  .textimage .image img {
    height: 212px;
  }

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

@media screen and (max-width: 768px ) {
  .textimage {
    margin-top: 50px;
  }

  .textimage .text {
    font-size: 16px;
    line-height: 1.5em;
    display: block;
  }
}

@media screen and (max-width: 567px ) {
  .textimage {
    margin-top: 73px;
  }

  .textimage .text-inner strong:first-child {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .textimage .text {
    font-size: 12px;
    line-height: 18px;
    padding-top: 31px;
    padding-bottom: 30px;
  }

  .textimage .button {
    margin-top: 14px;
  }

  #textimage2 {
    margin-top: 50px;
  }

  #textimage2 .text-inner {
    text-align: left;
  }

  #textimage2 .button {
    margin-top: 30px;
  }
}

.icons-slider {
  margin-top: 93px;
}

.icons-slider .title {
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 56px;
  color: #000000;
}

.icons-slider .swiper {
	width: calc(100% + 16px);
	margin-left: -8px;
	overflow: visible;
}

@media screen and (min-width: 993px ) {
	.icons-slider .swiper-wrapper {
		justify-content: center;
	}
}

.icons-slider .item {
	width: calc(25% - 16px);
	background: #F7F7F7;
	border-radius: 10px;
	margin: 0 8px;
	height: 296px;
}

.icons-slider .item:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 45px;
	height: 45px;
	background: url(../../images/icon-check.svg);
}

.icons-slider .icon {
	height: 96px;
  margin-top: 43px;
}

.icons-slider h4 {
	font-size: 24px;
	line-height: 32px;
	padding-top: 14px;
	color: #000;
	font-weight:400;
}

.icons-slider .text {
  font-family: 'AvenirNext-Regular';
  font-size: 18px;
  line-height: 27px;
  max-width: 310px;
  margin: 14px auto 0 auto;
}

.icons-slider .button {
  margin: 50px auto 0 auto;
}

@media screen and (max-width: 1100px) {
	.icons-slider {
		margin-top: 48px;
	}

	.icons-slider h4 {
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (max-width: 768px ) {
  .icons-slider .title {
    font-size: 38px;
    line-height: 1.166em;
  }
}

@media screen and (max-width: 567px) {
  .icons-slider .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
  }

	.icons-slider .item {
		height: 174px;
		margin: 0 5px;
	}

	.icons-slider a {
		margin-top: 10px;
	}

	.icons-slider h4 {
		font-size: 13px;
		line-height: 22px;
		padding-top: 0;
	}

	.icons-slider img {
    max-width: 80px;
    max-height: 50px;
	}

	.icons-slider .title h3 {
		padding-top: 34px;
		padding-bottom: 9px;
	}

  .icons-slider .icon {
    height: 60px;
    margin-top: 28px;
    margin-bottom: 4px;
  }

	.icons-slider .text {
		font-size: 9px;
		line-height: 14px;
		max-width: 160px;
		margin: 7px auto 0 auto;
	}

	.icons-slider .text br {
		display: none;
	}

	.icons-slider .swiper {
		padding-top: 34px;
	}

	.icons-slider .item:after {
		top: -8px;
		left: -5px;
		width: 23px;
		height: 23px;
		background-size: 100%;
	}

  .icons-slider .button {
    margin-top: 30px;
  }
}

.textbg {
  padding: 112px 0 110px 0;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  margin-top: 54px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--blue);
}

.textbg .inner {
  max-width: 520px;
  margin: 0 auto;
}

.textbg .inner strong:first-child {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 18px;
  display: block;
  font-family:"new-science-mono";
  font-weight: 700;
}

.textbg .button {
  margin-top: 22px;
}

@media screen and (min-width: 992px ) {
  .textbg .inner {
    max-width: 610px;
  }

  .page-id-929 .textbg .inner {
    max-width: 540px;
  }

  .page-id-943 .textbg .inner {
    max-width: 650px;
  }

  .page-id-956 .textbg .inner {
    max-width: 634px;
  }
}

@media screen and (max-width: 567px ) {
  .textbg {
    padding: 60px 0 62px 0;
    font-size: 12px;
    line-height: 18px;
  }

  .textbg .inner {
    max-width: 300px;
  }

  .textbg .inner strong:first-child {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}