body, html {
  margin: 0px;
  padding: 0px;
  background-color: #F4F5FB;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.container {
  max-width: 1246px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
footer .outer__footer .bottom {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #D4DAF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .outer__footer .bottom > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer .bottom > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}
footer .outer__footer .bottom > ul > li > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .outer__footer .bottom > ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer .bottom > ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer .bottom > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
footer .outer__footer .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .outer__footer .menus > .elem {
  margin-right: 120px;
}
footer .outer__footer .menus > .elem > p {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
footer .outer__footer .menus > .elem > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .outer__footer .menus > .elem > ul > li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .outer__footer .menus > .elem > ul > li > a {
  color: #001A2E;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .outer__footer .menus > .elem > ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer .menus > .elem > ul > li:last-child {
  margin-bottom: 0px;
}
footer .outer__footer .menus > .elem:last-child {
  margin-right: 0px;
}
footer .outer__footer > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta__wrapper {
  padding: 80px 0px;
}
.cta__wrapper .outer__cta {
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cta__wrapper .outer__cta .btns > a {
  margin-right: 16px;
}
.cta__wrapper .outer__cta .btns > a.main-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Satoshi", sans-serif;
  color: #1F40AF;
  text-decoration: none;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid rgba(31, 52, 175, 0.2);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.cta__wrapper .outer__cta .btns > a.main-btn:hover {
  opacity: 0.7;
}
.cta__wrapper .outer__cta .btns > a.secondary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Satoshi", sans-serif;
  color: #1F40AF;
  text-decoration: none;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #1F40AF;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.cta__wrapper .outer__cta .btns > a.secondary-btn:hover {
  opacity: 0.7;
}
.cta__wrapper .outer__cta .btns > a:last-child {
  margin-right: 0px;
}
.cta__wrapper .outer__cta > .desc > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 120%;
  color: #001A2E;
  font-weight: 400;
}
.cta__wrapper .outer__cta > .desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}

.faq__wrapper {
  padding-top: 120px;
  padding-bottom: 72px;
}
.faq__wrapper .outer__faq {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.faq__wrapper .outer__faq .elem {
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 8px;
}
.faq__wrapper .outer__faq .elem.opened {
  background-color: #FFFFFF;
}
.faq__wrapper .outer__faq .elem.opened > .head .plus {
  opacity: 0;
}
.faq__wrapper .outer__faq .elem.opened > .head .minus {
  opacity: 1;
}
.faq__wrapper .outer__faq .elem > .content {
  display: none;
  margin-top: 8px;
  padding-right: 48px;
}
.faq__wrapper .outer__faq .elem > .content > p {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  font-weight: 400;
}
.faq__wrapper .outer__faq .elem > .content > p:last-child {
  margin-bottom: 0px;
}
.faq__wrapper .outer__faq .elem > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq__wrapper .outer__faq .elem > .head > span {
  margin-left: 24px;
  top: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}
.faq__wrapper .outer__faq .elem > .head > span > .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq__wrapper .outer__faq .elem > .head > span > .minus {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq__wrapper .outer__faq .elem > .head > p {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
  font-weight: 500;
}
.faq__wrapper .outer__faq .elem:last-child {
  margin-bottom: 0px;
}
.faq__wrapper .outer__faq > h2 {
  margin-top: 0px;
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 120%;
  color: #001A2E;
  font-weight: 400;
  text-align: center;
}

.our__service {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #fff;
}
.our__service .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 48px;
}
.our__service .arrows > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 250px;
  border: 1px solid #E5E7EB;
  margin-right: 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.our__service .arrows > a:hover {
  background-color: rgba(229, 231, 235, 0.3);
}
.our__service .arrows > a:last-child {
  margin-right: 0px;
}
.our__service .slick-prev, .our__service .slick-next {
  display: none !important;
}
.our__service .outer__service .slider__services .slick-slide {
  margin: 0 8px;
}
.our__service .outer__service .slider__services .elem {
  max-width: 340px;
  min-width: 340px;
}
.our__service .outer__service .slider__services a.elem {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.our__service .outer__service .slider__services a.elem:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.our__service .outer__service .slider__services .elem.main .inn {
  position: relative;
  background-color: #FCFCFD;
}
.our__service .outer__service .slider__services .elem.main .inn .float {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 16px;
  right: 16px;
  position: absolute;
}
.our__service .outer__service .slider__services .elem.main .inn .bottom > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #1F40AF;
  font-family: "Satoshi", sans-serif;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.our__service .outer__service .slider__services .elem.main .inn .bottom > a:hover {
  opacity: 0.7;
}
.our__service .outer__service .slider__services .elem.main .inn > .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 33px;
  color: #475467;
}
.our__service .outer__service .slider__services .elem.main .inn > .top > span {
  margin-bottom: 12px;
  display: block;
  font-size: 72px;
  color: #001A2E;
  line-height: 91px;
}
.our__service .outer__service .slider__services .elem > .inn {
  background-color: #FCFCFD;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E4E7EC;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.our__service .outer__service .slider__services .elem > .inn .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.our__service .outer__service .slider__services .elem > .inn .desc > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 120%;
  color: #001A2E;
}
.our__service .outer__service .slider__services .elem > .inn .desc > span {
  display: block;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #475467;
}
.our__service .outer__service .slider__services .elem > .inn .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 12px;
  background-color: rgba(31, 64, 175, 0.05);
}
.our__service .outer__service > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 575px;
  margin-bottom: 48px;
}
.our__service .outer__service > .top > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  letter-spacing: 0.04em;
}
.our__service .outer__service > .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 120%;
  color: #001A2E;
  font-weight: 400;
}

.articles__wrapper {
  position: relative;
  z-index: 2;
  background-color: #F4F5FB;
  padding: 120px 0px;
}
.articles__wrapper .outer__articles > .elem {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.articles__wrapper .outer__articles > .elem .desc .btn {
  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;
  margin-top: 24px;
}
.articles__wrapper .outer__articles > .elem .desc .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #1F40AF;
  border-radius: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.articles__wrapper .outer__articles > .elem .desc .btn > a:hover {
  opacity: 0.7;
}
.articles__wrapper .outer__articles > .elem .desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  letter-spacing: 0.04em;
}
.articles__wrapper .outer__articles > .elem .desc > h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 120%;
  color: #001A2E;
  font-weight: 400;
}
.articles__wrapper .outer__articles > .elem .desc > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  background-color: rgba(31, 64, 175, 0.06);
  border: 1px solid rgba(31, 64, 175, 0.3);
  border-radius: 250px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  color: #001A2E;
  font-weight: 400;
  padding-right: 16px;
}
.articles__wrapper .outer__articles > .elem .desc > span > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
  border-radius: 250px;
  background-color: #1F40AF;
}
.articles__wrapper .outer__articles > .elem .desc:nth-child(1) {
  margin-right: 120px;
}
.articles__wrapper .outer__articles > .elem .desc:nth-child(2) {
  margin-left: 120px;
}
.articles__wrapper .outer__articles > .elem > .media {
  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;
  width: 100%;
  max-width: 400px;
  min-width: 400px;
}
.articles__wrapper .outer__articles > .elem > .media > img {
  max-width: 100%;
  border-radius: 16px;
}
.articles__wrapper .outer__articles > .elem:last-child {
  margin-bottom: 0px;
}

.benefits__wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FFFFFF;
}
.benefits__wrapper .outer__benefit .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
.benefits__wrapper .outer__benefit .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #1F40AF;
  border-radius: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.benefits__wrapper .outer__benefit .btn > a:hover {
  opacity: 0.7;
}
.benefits__wrapper .outer__benefit .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 23px 1fr 23px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 23px;
}
.benefits__wrapper .outer__benefit .grid .elem {
  border: 1px solid #E4E7EC;
  border-radius: 16px;
  background-color: rgba(228, 231, 236, 0.1);
}
.benefits__wrapper .outer__benefit .grid .elem .desc {
  padding: 24px;
}
.benefits__wrapper .outer__benefit .grid .elem .desc > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 120%;
  color: #001A2E;
}
.benefits__wrapper .outer__benefit .grid .elem .desc > span {
  display: block;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #475467;
}
.benefits__wrapper .outer__benefit .grid .elem .media {
  height: 247px;
  padding: 15px;
  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;
}
.benefits__wrapper .outer__benefit .grid .elem .media > img {
  max-height: 217px;
  max-width: 100%;
}
.benefits__wrapper .outer__benefit > .top {
  text-align: center;
  margin-bottom: 48px;
}
.benefits__wrapper .outer__benefit > .top > p {
  margin: 0px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #475467;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.benefits__wrapper .outer__benefit > .top > h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 120%;
  color: #001A2E;
  font-weight: 400;
}

.hero__section {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #F4F5FB;
}
.hero__section .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__section .outer .desc {
  padding-right: 40px;
}
.hero__section .outer .desc .form {
  max-width: 540px;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.hero__section .outer .desc .form > img {
  position: absolute;
  right: -95px;
  top: -40px;
}
.hero__section .outer .desc .form .group__input {
  margin-right: 7px;
  width: 100%;
}
.hero__section .outer .desc .form .group__input > p {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #001A2E;
}
.hero__section .outer .desc .form .group__input .group__dropdown {
  width: 100%;
  position: relative;
}
.hero__section .outer .desc .form .group__input .group__dropdown .dropdown {
  display: none;
  position: absolute;
  left: 0px;
  top: 65px;
  width: 100%;
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  background-color: #fff;
  z-index: 3;
  padding: 13px;
}
.hero__section .outer .desc .form .group__input .group__dropdown .dropdown ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.hero__section .outer .desc .form .group__input .group__dropdown .dropdown ul > li {
  width: 100%;
  margin-bottom: 2px;
}
.hero__section .outer .desc .form .group__input .group__dropdown .dropdown ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 7px;
  font-size: 18px;
  border-radius: 5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  line-height: 24px;
  color: #000;
  text-decoration: none;
}
.hero__section .outer .desc .form .group__input .group__dropdown .dropdown ul > li > a:hover {
  background-color: rgba(31, 64, 174, 0.1);
}
.hero__section .outer .desc .form .group__input .group__dropdown .dropdown ul > li:last-child {
  margin-bottom: 0px;
}
.hero__section .outer .desc .form .group__input .group__dropdown > a {
  height: 60px;
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #FFFFFF;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.hero__section .outer .desc .form .group__input .group__dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hero__section .outer .desc .form .group__input .group__dropdown > a > img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hero__section .outer .desc .form .group__input .group__dropdown > a > span {
  position: absolute;
  left: 20px;
  width: calc(100% - 60px);
  padding-right: 15px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #001A2E;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hero__section .outer .desc .form .group__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__section .outer .desc .form .group__submit > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  padding-left: 24px;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  border: 0px;
  padding-right: 24px;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #1F40AF;
  border-radius: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hero__section .outer .desc .form .group__submit > button:hover {
  opacity: 0.7;
}
.hero__section .outer .desc > p {
  max-width: 550px;
  margin: 0px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #475467;
}
.hero__section .outer .desc > h1 {
  margin-top: 0px;
  font-size: 56px;
  line-height: 120%;
  font-weight: 400;
  color: #001A2E;
}
.hero__section .outer .desc > h1 span {
  color: #1F40AF;
}
.hero__section .outer .media {
  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;
}
.hero__section .outer .media img {
  max-width: 570px;
}

.benefits__wrapper {
  position: relative;
}
.benefits__wrapper .union {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -120px;
  width: 100%;
  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;
}
.benefits__wrapper .union img {
  width: 100%;
  min-width: 1440px;
}

.hero__section {
  position: relative;
}
.hero__section > img {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.benefits__wrapper .outer__benefit {
  position: relative;
  z-index: 2;
}

header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 3;
  padding: 20px 0px;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
header .outer__header .right > a {
  display: none;
}
header .outer__header .right .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .right .controls .drop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
header .outer__header .right .controls .drop > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 16px;
  line-height: 16px;
  color: #001A2E;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  text-decoration: none;
}
header .outer__header .right .controls .drop > a.opened span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .outer__header .right .controls .drop > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 4px;
}
header .outer__header .right .controls .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .right .controls .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 21px;
  padding-right: 21px;
  min-height: 40px;
  border-radius: 8px;
  background-color: #1F40AF;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-family: "Satoshi", sans-serif;
  text-decoration: none;
  font-weight: 500;
}
header .outer__header .right > ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  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;
}
header .outer__header .right > ul > li {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .right > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  color: #001A2E;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
}
header .outer__header .right > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header > a > img {
  max-width: 150px;
}

header .drop {
  position: relative;
}
header .dropdown {
  position: absolute;
  right: 0px;
  top: 34px;
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #FFFFFF;
}
header .dropdown ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 15px;
}
header .dropdown ul > li {
  margin-bottom: 10px;
}
header .dropdown ul > li > a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #001A2E;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .dropdown ul > li > a:hover {
  opacity: 0.7;
}
header .dropdown ul > li:last-child {
  margin-bottom: 0px;
}

header.fixed {
  position: fixed;
  top: 0px;
  background-color: #F4F5FB;
}

.bottom__info {
  margin-top: 60px;
  position: relative;
}
.bottom__info > img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -90px;
}
.bottom__info ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -8px;
  margin-left: -8px;
}
.bottom__info ul > li {
  position: relative;
  margin: 8px;
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom__info ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 16px;
  color: #001A2E;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.bottom__info ul > li > a:hover {
  opacity: 0.8;
}
.bottom__info ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  background-color: rgba(31, 64, 175, 0.05);
  border-radius: 4px;
}
.bottom__info > p {
  text-align: center;
  margin-bottom: 22px;
  margin-top: 0px;
  font-size: 20px;
  line-height: 112%;
  color: #1F40AF;
  font-weight: bold;
  font-family: "Caveat", sans-serif;
}

.hero__section .outer .desc {
  max-width: 630px;
}
.hero__section .outer .desc > h1 {
  margin-bottom: 24px;
}
.hero__section .outer .media__float {
  position: absolute;
  right: 20px;
  bottom: 47px;
  line-height: 1.5;
}
.hero__section .outer .media__float > p {
  margin: 0px;
  position: absolute;
  top: 30%;
  left: -10%;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 14px;
  max-width: 260px;
}
.hero__section .outer .media__float > p:before {
  content: "";
  width: 13px;
  height: 20px;
  background: url("../img/triangleright.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -12px;
  top: 15px;
  position: absolute;
}
.hero__section .outer .media__float > p .black {
  font-weight: bold;
  color: #000000;
}
.hero__section .outer .media__float > p .blue {
  color: #1F40AF;
  font-weight: bold;
}
.hero__section .outer .media__float > img {
  max-width: 610px;
}

@media (max-width: 1400px) {
  .hero__section .outer .media__float > img {
    max-width: 540px;
  }
  .hero__section .outer .media__float > p {
    left: -15%;
  }
}
@media (max-width: 1280px) {
  .bottom__info > img {
    margin-left: -60px;
  }
  .hero__section .outer .desc .form {
    max-width: 490px;
  }
}
@media (max-width: 1200px) {
  .hero__section .outer .media__float {
    right: -80px;
  }
  .hero__section .outer .media__float > img {
    max-width: 480px;
  }
  .hero__section .outer .desc .form {
    max-width: 420px;
  }
  .hero__section .outer .desc .form > img {
    top: -30px;
    right: -80px;
  }
  .hero__section .outer .desc > h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
  }
  .hero__section .outer .desc .form {
    margin-top: 24px;
  }
  .hero__section .outer .media img {
    max-width: 470px;
  }
  .hero__section .outer .desc {
    max-width: 540px;
  }
}
.menu__btn {
  display: none;
}

@media (max-width: 1080px) {
  .bottom__info > img {
    margin-left: -30px;
  }
}
@media (max-width: 991px) {
  .hero__section .outer .media__float {
    bottom: 0px;
  }
  .hero__section .outer .media__float {
    position: relative;
    right: 0px;
  }
  .bottom__info {
    margin-top: 120px;
  }
  .menu__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__btn > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__btn > a > span {
    min-width: 24px;
    min-height: 3px;
    background-color: #000;
    margin-bottom: 5px;
  }
  .menu__btn > a > span:last-child {
    margin-bottom: 0px;
  }
  header .outer__header .right > a {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 10px;
    right: 10px;
  }
  header .outer__header .right > a img {
    max-width: 24px;
  }
  header .outer__header .right > ul {
    position: static;
  }
  header .outer__header .right {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: #fff;
    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;
    top: -100%;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .outer__header .right .controls {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .outer__header .right .controls .drop {
    margin-right: 0px;
    margin-bottom: 10px;
    position: relative;
  }
  header .outer__header .right > ul {
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .outer__header .right > ul > li {
    margin-right: 0px;
  }
  .hero__section {
    padding-top: 90px;
  }
  .hero__section .outer .desc .form {
    max-width: 100%;
  }
  .hero__section .outer .desc .form > img {
    display: none;
  }
  .hero__section > img {
    top: 640px;
  }
  .hero__section .outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hero__section .outer .media img {
    max-width: 100%;
    width: 100%;
  }
  .hero__section .outer .desc {
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
    margin-top: 30px;
  }
  .hero__section .outer .media {
    width: 100%;
  }
  .benefits__wrapper .outer__benefit > .top > h2 {
    font-size: 40px;
  }
  .benefits__wrapper {
    padding: 60px 0px;
  }
  .benefits__wrapper .outer__benefit .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits__wrapper .outer__benefit .grid .elem {
    margin-bottom: 25px;
  }
  .benefits__wrapper .outer__benefit .grid .elem:last-child {
    margin-bottom: 0px;
  }
  .articles__wrapper .outer__articles > .elem .desc > h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .articles__wrapper .outer__articles > .elem .desc:nth-child(1) {
    margin-right: 40px;
  }
  .articles__wrapper .outer__articles > .elem .desc:nth-child(2) {
    margin-left: 40px;
  }
  .our__service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .our__service .outer__service > .top > h2 {
    font-size: 40px;
  }
  .our__service .outer__service > .top {
    margin-bottom: 25px;
  }
  .faq__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq__wrapper .outer__faq > h2 {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 48px;
  }
  .cta__wrapper {
    padding: 40px 0px;
  }
  .cta__wrapper .outer__cta {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta__wrapper .outer__cta > .desc {
    text-align: center;
    margin-bottom: 15px;
  }
  .cta__wrapper .outer__cta > .desc > h2 {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .cta__wrapper .outer__cta .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .cta__wrapper .outer__cta .btns > a {
    margin-right: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-bottom: 12px;
  }
  .cta__wrapper .outer__cta .btns > a:last-child {
    margin-bottom: 0px;
  }
  footer .outer__footer > .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .outer__footer > .top > a {
    margin-bottom: 30px;
  }
  footer .outer__footer .menus {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .outer__footer .bottom {
    margin-top: 25px;
    padding-top: 25px;
  }
  .articles__wrapper .outer__articles > .elem > .media {
    min-width: 360px;
    max-width: 360px;
  }
  .articles__wrapper {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .hero__section .outer .media__float > img {
    max-width: 340px;
  }
  .hero__section .outer .media__float > p {
    padding: 10px;
    max-width: 200px;
    font-size: 14px;
    line-height: 16px;
  }
  .hero__section .outer .media__float > p {
    left: -22%;
  }
  .benefits__wrapper {
    padding-top: 0px;
  }
  .benefits__wrapper .union img {
    min-width: 800px;
  }
  .benefits__wrapper .outer__benefit > .top > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .articles__wrapper .outer__articles > .elem .desc:nth-child(2) {
    margin-left: 0px;
  }
  .articles__wrapper .outer__articles > .elem .desc:nth-child(1) {
    margin-right: 0px;
  }
  .articles__wrapper .outer__articles > .elem {
    margin-bottom: 60px;
  }
  .articles__wrapper .outer__articles > .elem .desc > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .articles__wrapper .outer__articles > .elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articles__wrapper .outer__articles > .elem > .media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .articles__wrapper .outer__articles > .elem > .desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .articles__wrapper .outer__articles > .elem > .media {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .articles__wrapper .outer__articles > .elem > .media > img {
    width: 100%;
  }
  .our__service .arrows {
    margin-top: 25px;
  }
  .our__service .outer__service > .top > h2 {
    font-size: 32px;
  }
  .faq__wrapper .outer__faq > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  footer .outer__footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .outer__footer .bottom > ul {
    margin-bottom: 15px;
  }
  footer .outer__footer .menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .outer__footer .menus > .elem {
    margin-right: 0px;
    text-align: center;
  }
  footer .outer__footer .menus > .elem > p {
    margin-bottom: 15px;
  }
  footer .outer__footer .menus > .elem > ul > li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
  }
  footer .outer__footer .menus > .elem {
    margin-bottom: 50px;
  }
  footer .outer__footer .menus > .elem:last-child {
    margin-bottom: 0px;
  }
  .faq__wrapper {
    padding: 35px 0px;
  }
}
@media (max-width: 575px) {
  .hero__section .outer .media__float {
    right: -90px;
  }
}
@media (max-width: 480px) {
  .hero__section .outer .desc .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__section .outer .desc .form .group__input {
    margin-right: 0px;
  }
  .hero__section .outer .desc .form .group__submit {
    margin-top: 10px;
    width: 100%;
  }
  .hero__section .outer .desc .form .group__submit > button {
    width: 100%;
  }
  .hero__section .outer .desc > h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .benefits__wrapper .outer__benefit .grid .elem .desc > p {
    font-size: 20px;
    line-height: 25px;
  }
  .benefits__wrapper .outer__benefit .grid .elem .desc > span {
    font-size: 16px;
  }
  .benefits__wrapper .outer__benefit .grid .elem .media {
    height: 200px;
  }
  .benefits__wrapper .outer__benefit .grid .elem .media > img {
    max-height: 160px;
  }
  .benefits__wrapper .outer__benefit > .top > h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .articles__wrapper .outer__articles > .elem .desc > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .our__service .outer__service > .top > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .our__service .outer__service .slider__services .elem {
    min-width: 260px;
    max-width: 260px;
  }
  .faq__wrapper .outer__faq > h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .faq__wrapper .outer__faq .elem {
    padding: 16px;
  }
  .faq__wrapper .outer__faq .elem > .head > span {
    margin-left: 12px;
  }
  .faq__wrapper .outer__faq .elem > .content {
    padding-right: 36px;
  }
  .cta__wrapper {
    padding: 25px 0px;
  }
}