.section-business {
  padding: 8em 0;
  background: #fafafa;
  font-size: 10px;
}
.section-business .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-business .flex__left {
  max-width: 500px;
  padding-right: 3em;
  position: relative;
}
.section-business .flex__right {
  transition: height 0.5s ease;
  margin-left: 3em;
  height: 400px;
}
.section-business .flex__right img {
  max-height: 400px;
  width: auto;
  height: auto;
}
.section-business .flex__right img.hidden {
  display: none;
}
.section-business .flex__subheading {
  font-size: 18px;
  font-weight: 400;
  color: black;
  margin-top: 1.33em;
}
.section-business .flex__button, .section-business .flex__white {
  font-size: 14px;
  font-weight: 700;
  color: white;
  padding: 1em;
  background-color: #02c172;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  transition: background-color 0.5s ease;
  border: 1px solid #02c172;
}
.section-business .flex__button:hover, .section-business .flex__white:hover {
  background-color: #0ea164;
}
.section-business .flex__white {
  border: 1px solid #E8E8E8;
  background-color: white;
  transition: border 0.5s ease, color 0.5s ease;
  color: black;
}
.section-business .flex__white:hover {
  border: 1px solid #02c172;
  color: #02c172;
  background-color: white;
}
.section-business .flex__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4.6em;
  margin-top: 5.6em;
}
.section-business h1 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-business h1 p {
  margin: 0;
}
.section-business h1 strong {
  color: #0dc172;
}
.section-business .real-heading {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding-right: 30px;
  opacity: 0;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.section-business2 {
  padding-top: 5.6em;
  padding-bottom: 8em;
  font-size: 10px;
  margin: 0 !important;
}
.section-business2 h2 {
  font-size: 32px;
  font-weight: 500;
  color: black;
  margin-bottom: 1em;
  margin-top: 0;
}

.section-business3 {
  background-color: #f3fffa;
  font-size: 10px;
  padding: 8em 0;
}
.section-business3 h2 {
  margin-top: 0;
  margin-bottom: 1.25em;
  font-size: 32px;
  font-weight: 500;
}
.section-business3 .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.section-business3 .navigation::-webkit-scrollbar {
  display: none;
}
.section-business3 .navigation a {
  font-size: 16px;
  font-weight: 500;
  color: #474747;
  position: relative;
  padding-bottom: 12px;
  transition: color 0.5s ease;
  margin-right: 3.125em;
}
.section-business3 .navigation a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: #02c172;
}
.section-business3 .navigation a:hover {
  color: #000000;
}
.section-business3 .navigation a.active {
  font-weight: 700;
  color: #000000;
}
.section-business3 .navigation a.active::after {
  width: calc(100% + 14px);
}
.section-business3 .main {
  margin-top: 3.2em;
  transition: height 0.5s ease;
}
.section-business3 .main__left {
  border-radius: 10px;
  background: white;
  padding: 3.2em 2.4em 3.2em 1.6em;
  align-self: start;
}
.section-business3 .main__left--top {
  display: flex;
  align-items: center;
}
.section-business3 .main__block {
  display: none;
}
.section-business3 .main__block.active {
  display: block;
}
.section-business3 .main__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: 5.6em;
  align-items: center;
}
.section-business3 .main__is-for {
  margin-left: 1em;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.section-business3 .main__icon {
  width: 6em;
  height: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.section-business3 .main__icon img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.section-business3 .main__list {
  border-top: 1px solid #eeeeee;
  margin-top: 1em;
  padding-top: 1em;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.section-business3 .main__list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5em;
}
.section-business3 .main__list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: black;
  margin-right: 7px;
  margin-top: 9px;
  flex-shrink: 0;
}
.section-business3 .main__list li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section-business3 .main__grey {
  color: #888888;
  font-weight: 400;
  margin-top: 4px;
}
.section-business3 .main__right img {
  max-width: calc(100% - 20px);
  margin-right: 20px;
  object-fit: contain;
  width: auto;
  height: auto;
}
.section-business3 .main__button {
  margin-top: 1.71em;
  font-size: 14px;
  font-weight: 700;
  color: white;
  padding: 1em 3em;
  min-width: 214px;
  background-color: #02c172;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  text-align: center;
  transition: background-color 0.5s ease;
  border: 1px solid #02c172;
}
.section-business3 .main__button:hover {
  background-color: #0ea164;
}

.section-business4 {
  font-size: 10px;
  padding: 5em 0;
  position: relative;
}
.section-business4 .background {
  background: linear-gradient(83deg, #00e989 0%, #00e989 4%, #02c172 100%, #02c172 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}
.section-business4 h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fcfcfc;
  margin: 0;
}
.section-business4 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-business4 .flex__left {
  font-size: 16px;
  font-weight: 400;
  color: #fcfcfc;
  margin-top: 5px;
}
.section-business4 .flex__left p {
  margin: 0;
}
.section-business4 .flex__left strong, .section-business4 .flex__left a {
  font-weight: 500;
  color: #fcfcfc !important;
}
.section-business4 .flex__right {
  flex-shrink: 0;
  margin-left: 4em;
}
.section-business4 .flex__button {
  font-size: 14px;
  font-weight: 700;
  color: black;
  padding: 1em 3em;
  background-color: #ffffff;
  border-radius: 24px;
  transition: color 0.5s ease;
}
.section-business4 .flex__button:hover {
  color: #02c172;
}

.section-business5 {
  background: #FAFAFA;
  font-size: 10px;
  padding: 8em 0 6.4em 0;
  overflow: hidden;
}
.section-business5 h2 {
  font-size: 32px;
  font-weight: 500;
  color: #373737;
}
.section-business5 .sw-w {
  position: relative;
}
.section-business5 .prev, .section-business5 .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../icons/green-arrow-left.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.section-business5 .prev.swiper-button-disabled, .section-business5 .next.swiper-button-disabled {
  display: none;
}
.section-business5 .prev {
  left: -3rem;
}
.section-business5 .next {
  right: -3rem;
  background: url("../icons/green-arrow-right.svg") no-repeat center;
}
.section-business5 .testimonials {
  background: none;
  padding-top: 6em;
}
.section-business5 .testimonials .hidden {
  display: none;
}
.section-business5 .testimonials .read-more-expert {
  color: #02c172;
  display: inline;
  cursor: pointer;
  font-weight: 400;
}
.section-business5 .testimonials__stars {
  margin-bottom: 16px;
  display: flex;
}
.section-business5 .testimonials__block {
  position: relative;
  border-radius: 10px;
  background: white;
  padding: 3.2em;
  height: auto;
  display: flex;
  flex-direction: column;
}
.section-business5 .testimonials__block::before {
  content: '"';
  display: block;
  position: absolute;
  top: -50px;
  right: 24px;
  font-size: 140px;
  font-weight: 400;
  color: #02c172;
}
.section-business5 .testimonials__name {
  font-size: 24px;
  font-weight: 500;
  color: black;
}
.section-business5 .testimonials__feedback {
  margin-top: 0.667em;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #474747;
}
.section-business5 .testimonials__margin {
  margin-top: 3.6em;
}
.section-business5 .testimonials__bottom {
  margin-top: auto;
}
.section-business5 .testimonials__bottom img {
  max-height: 40px;
  max-width: 80px;
  display: block;
}
.section-business5 .testimonials__text {
  font-size: 14px;
  color: #b9b9b9;
  font-weight: 400;
}
.section-business5 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-business5 .swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  border-radius: 100%;
  display: block;
  margin-right: 10px;
}
.section-business5 .swiper-pagination-bullet:nth-last-of-type(1) {
  margin-right: 0;
}

.section-business6 {
  font-size: 10px;
  padding: 8em 0;
}
.section-business6 h2 {
  font-size: 32px;
  font-weight: 500;
  color: black;
  margin-top: 0;
}
.section-business6 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3em;
}
.section-business6 .grid__content {
  margin-top: 1.6em;
}
.section-business6 .grid__content p {
  color: #474747;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
}
.section-business6 .grid__content h3, .section-business6 .grid__content h4, .section-business6 .grid__content h5, .section-business6 .grid__content h6 {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
.section-business6 .grid__content strong {
  font-weight: 500;
}
.section-business6 .grid__content > :last-child {
  margin-bottom: 0;
}
.section-business6 .grid__button {
  display: block;
  width: fit-content;
  margin-top: 1.71em;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: #02c172;
  border-radius: 24px;
  padding: 1em 2.85em;
  transition: background-color 0.5s ease;
}
.section-business6 .grid__button:hover {
  background-color: #0ea164;
}
.section-business6 .grid__right {
  padding-top: 67.5%;
  position: relative;
}
.section-business6 .grid__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}
.section-business6 .grid__grey {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9e9e9;
  border-radius: 8px;
}
.section-business6 .grid__play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease;
}
.section-business6 .grid__fancybox {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-business6 .grid__fancybox:hover + .grid__play {
  opacity: 0.8;
}

.section-business7 {
  padding: 7em 0;
  font-size: 10px;
  background-color: #f3fffa;
}
.section-business7 h2 {
  font-size: 32px;
  font-weight: 500;
  color: black;
  margin: 0;
}
.section-business7 h3 {
  font-size: 24px;
  font-weight: 500;
  color: black;
  margin-top: 1.33em;
  margin-bottom: 0;
}
.section-business7 .navigation {
  display: flex;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 2.8em;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.section-business7 .navigation::-webkit-scrollbar {
  display: none;
}
.section-business7 .navigation a {
  font-size: 16px;
  font-weight: 500;
  color: #474747;
  padding-bottom: 0.75em;
  padding-right: 3.75em;
  margin-right: 1.75em;
  position: relative;
  transition: color 0.5s ease;
}
.section-business7 .navigation a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #02c172;
}
.section-business7 .navigation a.active {
  color: black;
  font-weight: 700;
  pointer-events: none;
}
.section-business7 .navigation a.active::after {
  width: 100%;
}
.section-business7 .navigation a:hover {
  color: black;
}
.section-business7 .transition-container {
  transition: height 0.5s ease;
}
.section-business7 .block {
  display: none;
}
.section-business7 .block.active {
  display: block;
}
.section-business7 .block__paragraph {
  font-size: 16px;
  font-weight: 400;
  color: black;
  max-width: 809px;
}
.section-business7 .block__grid {
  margin-top: 4.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8em;
}
.section-business7 .block__grid--block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section-business7 .block__grid--icon {
  width: 130px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #f3fffa;
  position: relative;
  z-index: 3;
  padding: 0 10px;
}
.section-business7 .block__grid--icon img {
  max-width: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}
.section-business7 .block__grid--title {
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-top: 1em;
  z-index: 3;
  position: relative;
  background: #f3fffa;
}
.section-business7 .block__grid--text {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-top: 15px;
  max-width: 245px;
}
.section-business7 .block__line {
  position: absolute;
  margin-left: calc(50% + 6em);
  left: 0;
  top: 24px;
  max-width: 33em;
}
.section-business7 .block__line--two {
  margin-left: calc(50% + 5em);
}
.section-business7 .block__button {
  background-color: #02c172;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  padding: 1em 2em;
  min-width: 13.71em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 2.5em;
  transition: background-color 0.5s ease;
}
.section-business7 .block__button:hover {
  background-color: #0ea164;
}

.section-business8 {
  padding: 8em 0;
  font-size: 10px;
}
.section-business8 h2 {
  font-size: 32px;
  font-weight: 500;
  color: black;
  margin: 0;
}
.section-business8 .grid {
  margin-top: 3.2em;
  text-align: center;
}
.section-business8 .grid__icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.section-business8 .grid__icon img {
  max-width: 100%;
  min-width: 70px;
  object-fit: contain;
  width: auto;
  height: auto;
}
.section-business8 .grid__block {
  border-radius: 8px;
  border: 1px solid #dedede;
  background: white;
  padding: 3.4em 2.3em;
}
.section-business8 .grid__block:hover .grid__name {
  color: #02c172;
}
.section-business8 .grid__name {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-top: 1.5em;
  text-align: center;
  transition: color 0.5s ease;
}
.section-business8 .link {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
  color: #02c172;
  margin-top: 2em;
  transition: color 0.5s ease;
}
.section-business8 .link__icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5em;
}
.section-business8 .link img {
  width: 1em;
  transition: opacity 0.5s ease;
  height: auto;
}
.section-business8 .link img.hover {
  position: absolute;
  opacity: 0;
}
.section-business8 .link:hover {
  color: #0ea164;
}
.section-business8 .link:hover .hover {
  opacity: 1;
}
.section-business8 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.8em;
}
.section-business8 .swiper-slide {
  height: auto;
}
.section-business8 .swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  border-radius: 100%;
  display: block;
  margin-right: 10px;
}
.section-business8 .swiper-pagination-bullet:nth-last-of-type(1) {
  margin-right: 0;
}

.section-business9 {
  background-color: #f3fffa;
  font-size: 10px;
  position: relative;
}
.section-business9 .invalid-input {
  border: 1px solid #ff4958 !important;
}
.section-business9 .absolute-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-business9 h2 {
  font-size: 32px;
  font-weight: 500;
  color: black;
  margin: 0 0 1em 0;
}
.section-business9 h4 {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin: 0 0 1.33em 0;
}
.section-business9 .grid__left {
  padding: 7.2em 0;
  max-width: 56.8em;
}
.section-business9 .grid__contacts {
  display: flex;
  align-items: center;
  margin-top: 2.5em;
}
.section-business9 .grid__flex {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: black;
  transition: color 0.5s ease;
}
.section-business9 .grid__flex img {
  margin-right: 0.5em;
  height: 1em;
  width: auto;
}
.section-business9 .grid__flex a {
  color: black;
  transition: color 0.5s ease;
}
.section-business9 .grid__flex:nth-of-type(1) {
  margin-right: 1.4375em;
}
.section-business9 .grid__flex:hover a {
  color: #02c172;
}
.section-business9 form {
  margin-top: 2.4em;
  border-top: 1px solid #ededed;
  padding-top: 2.4em;
}
.section-business9 .iti {
  width: 100%;
}
.section-business9 .iti__flag {
}
.section-business9 .iti__selected-flag {
  padding: 0 12px 0 16px;
  background-color: #f5f5f5;
  border-radius: 8px 0 0 8px;
}
.section-business9 .iti__selected-dial-code {
  margin: 0 !important;
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.section-business9 .iti__arrow {
  border: 0;
  width: 8px;
  height: 6px;
  background-image: url("../icons/arrow-down.svg");
  background-size: contain;
  margin-left: 8px;
  background-repeat: no-repeat;
}
.section-business9 .iti__flag-box {
}
.section-business9 .iti__country-name {
  font-size: 16px;
  font-weight: 400;
  color: black;
}
.section-business9 .iti__country {
  padding: 8px 10px;
}
.section-business9 .iti__country.iti__highlight {
  background: #02c172;
}
.section-business9 .iti__country.iti__highlight .iti__country-name, .section-business9 .iti__country.iti__highlight .iti__dial-code {
  color: white;
}
.section-business9 .business-input {
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: white;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: black;
  height: 3em;
  transition: border 0.5s ease;
  padding: 0 16px;
  padding-right: 16px !important;
}
.section-business9 .business-input:focus {
  border: 1px solid #02c172;
}
.section-business9 .business-input.margin {
  margin-top: 16px;
}
.section-business9 textarea.business-input {
  height: 6em;
  resize: none;
  line-height: 1.25;
  padding: 1em;
}
.section-business9 .checkbox-container {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5em;
}
.section-business9 .checkbox-container label {
  font-size: 14px;
  font-weight: 400;
  color: #6c6c6c;
  line-height: 1.42;
  margin-left: 0.5em;
  cursor: pointer;
}
.section-business9 .checkbox-container p {
  margin: 0;
}
.section-business9 .checkbox-container a {
  color: #0dc172;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.5s ease;
}
.section-business9 .checkbox-container a:hover {
  color: #0ea164;
}
.section-business9 .checkbox {
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #e2e2e2;
  background: white;
  position: relative;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease, border 0.3s ease;
  flex-shrink: 0;
}
.section-business9 .checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.section-business9 .checkbox img {
  width: 1em;
  opacity: 0;
  height: auto;
}
.section-business9 .checkbox--active {
  background: #0dc172;
  border: 1px solid #0dc172;
}
.section-business9 .checkbox--active img {
  opacity: 1;
}
.section-business9 .submit-button {
  font-size: 14px;
  margin-top: 2.2em;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 24px;
  background: #02c172;
  color: white;
  padding: 1em;
  font-weight: 500;
  transition: background 0.5s ease;
}
.section-business9 .submit-button:hover {
  background: #0ea164;
}

@media screen and (max-width: 1400px) {
  .section-business9 .absolute-image {
    width: 48%;
  }
}
@media screen and (max-width: 1300px) {
  .section-business8 .grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .section-business9 .absolute-image {
    width: 46%;
  }
}
@media screen and (max-width: 1200px) {
  .section-business {
    font-size: 9px;
    padding: 7em 0;
  }
  .section-business h1, .section-business .real-heading {
    font-size: 36px;
  }
  .section-business .flex__subheading {
    font-size: 16px;
  }
  .section-business .flex__buttons {
    display: block;
    margin-top: 3em;
  }
  .section-business .flex__white {
    margin-top: 1em;
    width: fit-content;
    min-width: 250px;
  }
  .section-business .flex__button {
    width: fit-content;
    min-width: 250px;
  }
  .section-business2 {
    font-size: 9px;
  }
  .section-business3 {
    font-size: 9px;
  }
  .section-business3 .container__navigation {
    width: 95%;
    margin-left: auto;
    margin-right: 0;
  }
  .section-business4 {
    font-size: 9px;
  }
  .section-business5 {
    font-size: 9px;
    padding: 7em 0 6.4em 0;
  }
  .section-business6 {
    font-size: 9px;
  }
  .section-business7 {
    font-size: 9px;
  }
  .section-business8 {
    font-size: 9px;
  }
  .section-business8 .container__swiper {
    margin-left: 5%;
    margin-right: 0;
    width: 95%;
  }
  .section-business9 {
    display: flex;
    flex-direction: column;
    font-size: 9px;
  }
  .section-business9 .absolute-image {
    position: static;
    order: 2;
    width: 100vw;
    max-height: 550px;
  }
}
@media screen and (max-width: 1100px) {
  .section-business {
    padding-bottom: 4em;
  }
  .section-business h1, .section-business .real-heading {
    padding-right: 0;
  }
  .section-business .flex {
    display: block;
  }
  .section-business .flex__left {
    padding-right: 0;
    max-width: none;
  }
  .section-business .flex__right {
    display: flex;
    justify-content: center;
    margin-top: 5.5em;
    margin-left: 0;
    padding-top: 43%;
    position: relative;
    height: auto;
  }
  .section-business .flex__right img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
  }
  .section-business .flex__buttons {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
  }
  .section-business .flex__white {
    margin-top: 1em;
  }
  .section-business .flex__button {
    margin-top: 1em;
    margin-right: 2em;
  }
  .section-business3 .main__grid {
    grid-template-columns: 1fr;
    grid-gap: 4.5em;
  }
  .section-business3 .main__right {
    justify-content: center;
    display: flex;
  }
  .section-business3 .main__right img {
    margin-right: 0;
  }
  .section-business6 .grid {
    grid-template-columns: 1fr;
    grid-gap: 5em;
  }
  .section-business6 .grid__right {
    padding-top: 0;
    display: flex;
    justify-content: center;
  }
  .section-business6 .grid__image {
    position: static;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .section-business6 .grid__grey {
    position: static;
    padding-top: 55%;
  }
}
@media screen and (min-width: 951px) {
  .section-business7 .block__line--mobile, .section-business7 .block__paragraph.mobile {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .section-business7 .block__grid {
    grid-template-columns: 1fr;
    grid-gap: 14em;
  }
  .section-business7 .block__grid--text {
    display: none;
  }
  .section-business7 .block__grid--icon {
    padding: 0;
    width: 110px;
    height: auto;
  }
  .section-business7 .block__grid--icon img {
    max-height: 100px;
  }
  .section-business7 .block__paragraph {
    display: none;
  }
  .section-business7 .block__paragraph.mobile {
    display: block;
    max-width: none;
    margin-top: 3em;
  }
  .section-business7 .block__line {
    display: none;
  }
  .section-business7 .block__line--mobile {
    display: block;
    margin-left: 0;
    max-height: none !important;
    max-width: none !important;
    left: 33%;
    top: 84%;
  }
  .section-business7 .block__line--mobile.block__line--left {
    left: -85%;
    top: 50%;
  }
}
@media screen and (max-width: 900px) {
  .section-business9 .grid__left {
    max-width: none;
  }
}
@media screen and (max-width: 850px) {
  .section-business5 .swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 800px) {
  .section-business .flex__right {
    padding-top: 52%;
  }
  .section-business4 .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-business4 .flex__right {
    margin-left: 0;
    margin-top: 4.8em;
    width: 100%;
  }
  .section-business4 .flex__button {
    display: block;
    width: fit-content;
    text-align: center;
    min-width: 350px;
  }
}
@media screen and (max-width: 550px) {
  .section-business2.partners-block img {
    max-width: 100%;
  }
  .section-business .flex__button, .section-business .flex__white {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .section-business .flex__right {
    padding-top: 55%;
  }
  .section-business3 .main__button {
    width: 100%;
  }
  .section-business4 .flex__button {
    min-width: 0;
    width: 100%;
  }
  .section-business6 .grid__play {
    width: 37px;
  }
  .section-business6 .grid__button {
    width: 100%;
    text-align: center;
  }
  .section-business6 .grid__grey {
    padding-top: 67.5%;
  }
  .section-business7 .block__button {
    width: 100%;
  }
  .section-business7 .navigation a {
    padding-right: 0;
  }
  .section-business8 .link {
    display: none;
  }
  .section-business9 textarea.business-input {
    display: none;
  }
}

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