body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  box-sizing: border-box;
  font-family: "Inter", Helvetica, Arial, sans-serif;
}

footer {
  padding: 25px 0px;
  border-top: 1px solid #eee;
}
footer .container {
  max-width: 1190px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
footer .top > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .top > ul > li > a {
  font-weight: 400;
  text-decoration: underline;
  transition: 0.4s ease all;
  font-size: 0.75rem;
  line-height: 1.66;
  color: rgb(131, 132, 135);
}
footer .top > ul > li > a:hover {
  opacity: 0.7;
}
footer .top > ul > li.spacer {
  display: inline-flex;
  margin: 0px 8px;
  font-size: 0.75rem;
  color: rgb(131, 132, 135);
}
footer .top > a {
  display: inline-flex;
}
footer .top > a img {
  min-width: 90px;
  max-width: 90px;
}
footer .bottom {
  text-align: center;
}
footer .bottom > p {
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1.66;
  color: rgb(131, 132, 135);
}
footer .bottom > p a {
  color: rgb(0, 97, 176);
}
footer .bottom > span {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.43;
  color: rgb(131, 132, 135);
  margin-bottom: 16px;
}

.stay {
  max-width: 100%;
  max-height: 100%;
}

.differences {
  padding: 40px 0px;
}
.differences .container {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.differences .outer__differences > p {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
.differences .outer__differences .grid {
  margin-bottom: 40px;
}
.differences .outer__differences .grid > .elem {
  margin-bottom: 40px;
}
.differences .outer__differences .grid > .elem ul {
  padding: 0px;
  padding-left: 25px;
}
.differences .outer__differences .grid > .elem ul > li {
  margin-bottom: 5px;
}
.differences .outer__differences .grid > .elem ul > li:last-child {
  margin-bottom: 0px;
}
.differences .outer__differences .grid > .elem ul > li > p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
  margin: 0px;
}
.differences .outer__differences .grid > .elem ul > li > p span {
  font-weight: bold;
}
.differences .outer__differences .grid > .elem > h6 {
  margin-top: 0px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.differences .outer__differences .grid > .elem:last-child {
  margin-bottom: 0px;
}
.differences .outer__differences > h2 {
  margin-top: 0px;
  font-size: 2.9991rem;
  line-height: 3.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.info__wrapper {
  padding: 45px 0px;
  background-color: #f5f5f5;
}
.info__wrapper .outer__info > ul {
  padding: 0px;
  padding-left: 25px;
}
.info__wrapper .outer__info > ul > li {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
}
.info__wrapper .outer__info > ul > li:last-child {
  margin-bottom: 0px;
}
.info__wrapper .outer__info > h6 {
  margin-top: 0px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.info__wrapper .outer__info > p {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
}
.info__wrapper .outer__info > p span {
  background-color: #ff0;
  text-decoration: underline;
  font-weight: bold;
}
.info__wrapper .outer__info > h2 {
  margin-top: 0px;
  font-size: 2.9991rem;
  line-height: 1.167;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
}
.info__wrapper .container {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.info__wrapper .outer__info > p:last-child {
  margin-bottom: 0px;
}

.how__wrapper {
  padding: 35px 0px;
  background-color: #F5F5F5;
}
.how__wrapper .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.how__wrapper .outer__how .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.how__wrapper .outer__how .grid .elem {
  text-align: center;
}
.how__wrapper .outer__how .grid .elem:nth-child(1) .media svg path {
  fill: #838487;
}
.how__wrapper .outer__how .grid .elem:nth-child(2) .media svg path, .how__wrapper .outer__how .grid .elem:nth-child(2) .media svg circle {
  fill: #21904C;
}
.how__wrapper .outer__how .grid .elem:nth-child(3) .media svg path {
  fill: #0061B0;
}
.how__wrapper .outer__how .grid .elem > p {
  margin: 0px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.6;
}
.how__wrapper .outer__how .grid .elem > h6 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.4993rem;
  line-height: 1.334;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.how__wrapper .outer__how .grid .elem .media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.how__wrapper .outer__how .grid .elem .media > svg {
  width: 35px;
}
.how__wrapper .outer__how > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 2.0243rem;
  line-height: 1.23;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

.about__wrapper {
  padding: 35px 0px;
}
.about__wrapper .outer__about > p {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
.about__wrapper .outer__about > p span {
  font-weight: bold;
  background-color: #ff0;
  text-decoration: underline;
}
.about__wrapper .outer__about > p:last-child {
  margin-bottom: 0px;
}
.about__wrapper .outer__about .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.about__wrapper .outer__about .top .desc > p {
  margin: 0px;
  max-width: 540px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
.about__wrapper .outer__about .top .media {
  display: inline-flex;
  margin-left: 40px;
}
.about__wrapper .outer__about .top .media > img {
  min-width: 440px;
  max-width: 440px;
}
.about__wrapper .outer__about > h2 {
  text-align: left;
  margin: 0px;
  margin-bottom: 40px;
  font-size: 2.9991rem;
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
.about__wrapper .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.qualify__wrapper {
  padding: 40px 0px;
}
.qualify__wrapper .outer__qualify .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 35px;
}
.qualify__wrapper .outer__qualify .grid > .elem > p {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}
.qualify__wrapper .outer__qualify .grid > .elem ul {
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
}
.qualify__wrapper .outer__qualify .grid > .elem ul > li {
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
}
.qualify__wrapper .outer__qualify .grid > .elem ul > li:last-child {
  margin-bottom: 0px;
}
.qualify__wrapper .outer__qualify > h2 {
  margin-top: 0px;
  font-size: 2.9991rem;
  line-height: 1.167;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
}
.qualify__wrapper .container {
  max-width: 1240px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.lawsuit {
  background-color: #F5F5F5;
  padding: 50px 0px;
}
.lawsuit .outer__lawsuit .top {
  display: flex;
  justify-content: space-between;
}
.lawsuit .outer__lawsuit .top .left {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lawsuit .outer__lawsuit .top .left > span {
  font-family: "Oswald", sans-serif;
  font-size: 1.4993rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
}
.lawsuit .outer__lawsuit .top .left > p {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 1rem;
  line-height: 1.6;
}
.lawsuit .outer__lawsuit .top .left > p span {
  font-weight: 600;
  color: #0061b0;
  text-transform: uppercase;
}
.lawsuit .outer__lawsuit .top .media {
  display: inline-flex;
  margin: 40px;
}
.lawsuit .outer__lawsuit .top .media > img {
  min-width: 100%;
  max-width: 100%;
}
.lawsuit .outer__lawsuit .bottom {
  margin-top: 40px;
}
.lawsuit .outer__lawsuit .bottom > p {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
}
.lawsuit .outer__lawsuit .bottom > p span.bold {
  font-weight: bold;
}
.lawsuit .outer__lawsuit .bottom > p span.blue {
  font-weight: 600;
  color: #0061b0;
  text-transform: uppercase;
}
.lawsuit .outer__lawsuit .bottom > p:last-child {
  margin-bottom: 0px;
}
.lawsuit .outer__lawsuit > h2 {
  margin-top: 0px;
  font-size: 2.9991rem;
  line-height: 1.167;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
}
.lawsuit .container {
  max-width: 1240px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.about__wrapper .outer__about .top .media {
  margin-right: 120px;
}

body {
  padding-top: 55px;
}

.btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 97, 176);
  color: #fff;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  padding: 7px 15px;
  border-radius: 4px;
  transition: 0.4s ease all;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
}
.btn > a:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  background-color: rgb(0, 56, 128);
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  position: fixed;
  z-index: 4;
  background-color: #fff;
}
header .outer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0px;
  position: relative;
}
header .outer__header .btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 97, 176);
  color: #fff;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  padding: 7px 15px;
  border-radius: 4px;
  transition: 0.4s ease all;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
}
header .outer__header .btn > a:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  background-color: rgb(0, 56, 128);
}
header .outer__header > p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: rgb(0, 97, 176);
  font-family: "Oswald", sans-serif;
  line-height: 1.6;
}
header .outer__header .logo {
  display: inline-flex;
}
header .outer__header .logo img {
  min-width: 90px;
  max-width: 90px;
}
header .container {
  max-width: 1240px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.logos__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
.logos__box > img {
  max-width: 27%;
  margin-right: 35px;
}
.logos__box > img:last-child {
  margin-right: 0px;
}

.main__box .container {
  max-width: 990px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main__box .logos {
  background-color: #F3F3F3;
}
.main__box .logos .outer__logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 450px;
}
.main__box .logos .outer__logos > p {
  margin: 0px;
  font-size: 18px;
  font-weight: 900;
  margin-right: 25px;
  white-space: nowrap;
}
.main__box .top__main {
  padding-top: 25px;
  padding-bottom: 55px;
}
.main__box .top__main .outer {
  padding-right: 450px;
  position: relative;
}
.main__box .top__main .outer .form__wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  min-width: 425px;
  max-width: 425px;
  border: 2px solid #000000;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  background: rgb(255, 255, 255);
  opacity: 1;
}
.main__box .top__main .outer .form__wrapper .head {
  text-align: center;
  padding: 10px 15px;
  background-color: #5B5B5B;
}
.main__box .top__main .outer .form__wrapper .head > p {
  margin: 0px;
  font-size: 1.14rem;
  line-height: 1.3rem;
  color: #fff;
}
.main__box .top__main .outer .form__wrapper .head > p span {
  text-decoration: underline;
}
.main__box .top__main .outer .form__wrapper .head > h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #fff;
  font-weight: bold;
}
.main__box .top__main .outer .form__wrapper .head > h6 span {
  text-decoration: underline;
}
.main__box .top__main .outer .form__wrapper .content {
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 45px;
}
.main__box .top__main .outer .form__wrapper .content form .bottom__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.main__box .top__main .outer .form__wrapper .content form .group__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.main__box .top__main .outer .form__wrapper .content form .group__submit button {
  background: #FB7800;
  color: #FFFFFF;
  font-size: 1.7099rem;
  font-weight: 700;
  font-style: normal;
  height: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  width: 100%;
  border: 0px;
  transition: 0.4s ease all;
}
.main__box .top__main .outer .form__wrapper .content form .group__submit button:hover {
  background: #EA7000;
  color: #FFFFFF;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input {
  width: 100%;
  margin-bottom: 15px;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input.error > p {
  color: #e85f54;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input.error > select {
  border-color: #e85f54;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input .radios {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input .radios .container__radio {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  color: #000;
  font-weight: 400;
  margin-right: 80px;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input .radios .container__radio:last-child {
  margin-right: 0px;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input > input {
  border-radius: 2px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  height: 43px;
  background-color: #ECF8FD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
  border: 1px solid #A3BAC6;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input > p {
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 6px;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input > textarea {
  border-radius: 2px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  padding-left: 12px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
  padding-right: 12px;
  width: 100%;
  padding-top: 12px;
  resize: none;
  height: 100px;
  background-color: #ECF8FD;
  border: 1px solid #A3BAC6;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input > select {
  font-size: 15px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  padding-left: 12px;
  padding-right: 30px;
  width: 100%;
  height: 56px;
  background: url("../img/select-arrow-drop-down.webp");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) center;
  -webkit-appearance: none;
  border: 1px solid #cecece;
  -moz-appearance: none;
  background-color: #fff;
  text-indent: 1px;
  text-overflow: "";
  padding: 16px 14px;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input > select * {
  font-family: "Inter", sans-serif;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input:last-child {
  margin-bottom: 0px;
}
.main__box .top__main .outer .form__wrapper .content .after {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main__box .top__main .outer .form__wrapper .content .after > span {
  display: block;
  line-height: 0.8125rem;
  font-size: 0.5573rem;
  text-align: left;
  color: #5b5b5b;
  font-weight: 400;
}
.main__box .top__main .outer.step__wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  min-width: 425px;
  max-width: 425px;
  border: 2px solid #000000;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  background: rgb(255, 255, 255);
  opacity: 1;
}
.main__box .top__main .outer > span {
  display: block;
  color: #000000;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.main__box .top__main .outer > span span {
  text-decoration: underline;
}
.main__box .top__main .outer .limited {
  margin-top: 40px;
}
.main__box .top__main .outer .limited > p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.36rem;
  line-height: 1.9rem;
  font-weight: bold;
  color: #000;
}
.main__box .top__main .outer > p {
  margin-top: 0px;
  font-size: 1.7rem;
  line-height: 2.8rem;
}
.main__box .top__main .outer > p span {
  font-weight: bold;
  text-decoration: underline;
}
.main__box .top__main .outer > h2 {
  text-align: center;
  margin-top: 0px;
  color: #ff0000;
  font-size: 4rem;
  line-height: 4.475rem;
  margin-bottom: 10px;
}

.error__box {
  position: absolute;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #e85f54;
  padding: 0.4375rem 0.9375rem;
  max-width: 250px;
  min-width: 0px;
  word-wrap: break-word;
  margin: auto;
  left: -235px;
  top: 150px;
  z-index: 3;
}
.error__box p {
  margin: 0px;
  font-family: "Inter", sans-serif;
}
.error__box:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  transform: rotate(45deg);
  background-color: #e85f54;
  top: -0.1875rem;
  left: auto;
  right: -3px;
  top: 14px;
}

.form__wrapper {
  box-shadow: rgba(25, 24, 24, 0.25) 2px 0 15px 5px;
}

.main__box .top__main .outer .form__wrapper {
  position: static;
}

.main__box .top__main .outer {
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
}

.main__box {
  padding-top: 30px;
}
.main__box .main__wrapper {
  max-width: 580px;
  width: 100%;
}
.main__box .main__wrapper .media {
  display: flex;
  align-items: center;
}
.main__box .main__wrapper .media > img {
  max-width: 100%;
}
.main__box .main__wrapper > h1 {
  margin: 0px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
}
.main__box .main__wrapper > p {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Oswald", sans-serif;
}
.main__box .main__wrapper > p .underline {
  font-weight: bold;
  background-color: #ff0;
  text-decoration: underline;
}
.main__box .main__wrapper > p .bold {
  font-weight: bold;
}
.main__box .main__wrapper > p span {
  font-family: "Oswald", sans-serif;
}
.main__box .main__wrapper > span {
  font-size: 1.4993rem;
  line-height: 1.334;
  color: rgb(211, 47, 47);
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.main__box .container {
  max-width: 1240px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.main__box .top__main .outer .form__wrapper {
  min-width: 0px;
  max-width: 575px;
  margin-left: 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 5px 8px 0px, rgba(0, 0, 0, 0.12) 0px 1px 14px 0px;
  border: 0px;
}
.main__box .top__main .outer .form__wrapper .top__part {
  padding: 20px 20px;
  color: white;
  text-align: center;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-top: -15px;
  background-color: #0061b0;
}
.main__box .top__main .outer .form__wrapper .top__part > p {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5;
}
.main__box .top__main .outer .form__wrapper .top__part > p span {
  font-weight: bold;
}
.main__box .top__main .outer .form__wrapper .top__part > h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 2.0243rem;
  line-height: 1.23;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

.space-needed {
  margin-top: 25px;
}

.first__step {
  padding: 30px 0px;
}
.first__step .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.first__step .btn > a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(33, 144, 76);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  width: 100%;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  line-height: 1.75;
  font-weight: 500;
  text-decoration: none;
  transition: 0.4s ease all;
}
.first__step .btn > a:hover {
  background-color: rgb(23, 100, 53);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}
.first__step .group__input {
  margin-bottom: 25px;
}
.first__step .group__input:last-child {
  margin-bottom: 0px;
}

.group__input > p {
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 6px;
}
.group__input > select {
  font-size: 15px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  padding-left: 12px;
  padding-right: 30px;
  width: 100%;
  height: 56px;
  background: url("../img/select-arrow-drop-down.webp");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) center;
  -webkit-appearance: none;
  border: 1px solid #cecece;
  -moz-appearance: none;
  background-color: #fff;
  text-indent: 1px;
  text-overflow: "";
  padding: 16px 14px;
}
.group__input > select * {
  font-family: "Inter", sans-serif;
}

.main__box .top__main .outer .form__wrapper {
  margin-bottom: auto;
}

.main__box .top__main .outer .form__wrapper .content .after {
  margin-top: 0px;
}

.first__step {
  padding-bottom: 0px;
}

.main__box .top__main .outer .form__wrapper .content {
  padding-bottom: 25px;
}

.first__step .btn.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.main__box .top__main {
  padding-bottom: 0px;
}

@media (max-width: 1200px) {
  .main__box .top__main .outer .form__wrapper .top__part > h6 {
    font-size: 1.6rem;
  }
  .main__box .main__wrapper > h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
  .main__box .main__wrapper {
    max-width: 480px;
  }
  .main__box .main__wrapper > span {
    font-size: 1.2rem;
  }
  .main__box .main__wrapper > p {
    font-size: 1rem;
  }
  .main__box .main__wrapper > h1 {
    margin-bottom: 20px;
  }
  .about__wrapper .outer__about .top .media {
    margin-right: 80px;
  }
  .qualify__wrapper .outer__qualify > h2, .lawsuit .outer__lawsuit > h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .lawsuit .outer__lawsuit .top .left > p {
    font-size: 1rem;
  }
  .lawsuit .outer__lawsuit .top .left > span {
    font-size: 1.34rem;
  }
  .lawsuit .outer__lawsuit .bottom > p {
    margin-bottom: 25px;
    font-size: 1rem;
  }
  .about__wrapper .outer__about > h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .about__wrapper .outer__about .top .desc > p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .about__wrapper .outer__about > p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .info__wrapper .outer__info > h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .info__wrapper .outer__info > p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .differences .outer__differences > h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .differences .outer__differences .grid > .elem ul > li > p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .differences .outer__differences .grid > .elem > h6 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .differences .outer__differences > p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .about__wrapper .outer__about > p {
    margin-bottom: 20px;
  }
  .about__wrapper .outer__about .top .media > img {
    min-width: 490px;
    max-width: 490px;
  }
  .differences .outer__differences .grid {
    margin-bottom: 25px;
  }
  .differences .outer__differences .grid > .elem {
    margin-bottom: 25px;
  }
  .qualify__wrapper .outer__qualify .grid > .elem ul > li {
    font-size: 1rem;
  }
  .qualify__wrapper .outer__qualify .grid > .elem > p {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .space-needed {
    margin-top: 25px;
  }
}
.lawsuit .outer__lawsuit .top .media {
  margin-bottom: auto;
}

.main__wrapper .warning {
  display: none;
}

.mobile__image {
  display: none;
}

.small__text {
  display: none;
}

.main__box .top__main .outer .form__wrapper .content .after > span {
  font-size: 0.65rem;
  line-height: 1.66;
}
.main__box .top__main .outer .form__wrapper .content .after > span a {
  color: rgb(0, 97, 176);
}

.main__box .top__main .outer .form__wrapper .content .after > span span {
  font-weight: bold;
}

.bottom__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.bottom__logos img {
  max-width: 240px;
}

.step__wrapper {
  margin-top: 25px;
}

.main__box .top__main .outer .form__wrapper .content form > .group__input > p {
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 6px;
}

.main__box .top__main .outer .form__wrapper .content form > .group__input > textarea {
  background-color: transparent;
  border: 1px solid #cecece;
  box-shadow: none;
}

.main__box .top__main .outer .form__wrapper .content form > .group__input > input {
  height: 56px;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #cecece;
}

.step__wrapper .group__input {
  width: 100%;
}

.step__wrapper .group__input > input {
  width: 100%;
}

.step__wrapper .group__input > p {
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 6px;
}

.step__wrapper .group__input > textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #cecece;
  box-shadow: none;
}

.step__wrapper .group__input > input {
  height: 56px;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #cecece;
}

.main__box .top__main .outer .form__wrapper .content form .group__submit button {
  height: 58px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  font-size: 0.9375rem;
  line-height: 1.75;
  background-color: rgb(33, 144, 76);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  transition: 0.4s ease all;
}
.main__box .top__main .outer .form__wrapper .content form .group__submit button:hover {
  background-color: #176435;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}
.main__box .top__main .outer .form__wrapper .content form .group__submit button span {
  display: inline-flex;
  margin-right: 7px;
}
.main__box .top__main .outer .form__wrapper .content form .group__submit button span svg {
  width: 22px;
}
.main__box .top__main .outer .form__wrapper .content form .group__submit button span svg path {
  fill: #fff;
}

.step__wrapper .group__submit button {
  height: 58px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  font-size: 0.9375rem;
  line-height: 1.75;
  background-color: rgb(33, 144, 76);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  transition: 0.4s ease all;
}
.step__wrapper .group__submit button:hover {
  background-color: #176435;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}
.step__wrapper .group__submit button span {
  display: inline-flex;
  margin-right: 7px;
}
.step__wrapper .group__submit button span svg {
  width: 22px;
}
.step__wrapper .group__submit button span svg path {
  fill: #fff;
}

.main__box .top__main .outer {
  padding-bottom: 30px;
}

.main__box .main__wrapper .media {
  bottom: -30px;
}

@media (max-width: 991px) {
  .main__box .main__wrapper {
    padding-bottom: 0px;
  }
  .main__box .top__main .outer {
    padding-bottom: 0px;
  }
  .main__wrapper .warning > p {
    font-size: 1rem;
  }
  .small__text > p {
    font-size: 1rem;
  }
  .small__text {
    margin-top: 30px;
    display: block;
  }
  .small__text > p {
    margin: 0px;
    font-size: 1rem;
    line-height: 1.6;
    font-family: "Oswald", sans-serif;
  }
  .small__text > p span.bold {
    font-weight: bold;
    font-family: "Oswald", sans-serif;
  }
  .small__text > p .underline {
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    background-color: #ff0;
    text-decoration: underline;
  }
  .main__box {
    padding-bottom: 45px;
  }
  .main__box .main__wrapper > h1 {
    color: #fff;
  }
  .main__box .top__main .outer .form__wrapper {
    position: relative;
    z-index: 2;
  }
  .tablet_hidden {
    display: none;
  }
  .mobile__image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
  }
  .mobile__image:before {
    content: "";
    position: absolute;
    left: 0px;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0px;
    width: 100%;
    height: 100px;
    z-index: 2;
  }
  .mobile__image > img {
    width: 100%;
  }
  .main__box .top__main {
    position: relative;
  }
  .main__wrapper .warning {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .main__wrapper .warning > p {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    background-color: #d32f2f;
    margin: 0px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
  }
  .main__box {
    padding-top: 0px;
  }
  .main__box .top__main .outer {
    flex-direction: column;
  }
  .main__box .main__wrapper .media {
    display: none;
  }
  .main__box .top__main .outer .form__wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
  }
  .main__box .main__wrapper > p {
    display: none;
  }
  .main__box .main__wrapper > h1 {
    margin-bottom: 0px;
  }
  .main__box .main__wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }
  .main__box .main__wrapper > h1 {
    text-align: center;
  }
  .main__box .main__wrapper > h1 {
    font-size: 1.125rem;
  }
  .main__box .main__wrapper > span {
    display: none;
  }
  .lawsuit .outer__lawsuit .top .media > img {
    min-width: 380px;
    max-width: 380px;
  }
  .lawsuit .outer__lawsuit .top .media {
    margin-left: 40px;
  }
  .about__wrapper .outer__about .top .media {
    margin-right: 0px;
  }
  .qualify__wrapper {
    padding: 25px 0px;
  }
  .qualify__wrapper .outer__qualify > h2 {
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin-bottom: 25px;
  }
  .qualify__wrapper .outer__qualify .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 35px;
  }
  .about__wrapper .outer__about > h2 {
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin-bottom: 25px;
  }
  .about__wrapper .outer__about .top .media > img {
    min-width: 400px;
    max-width: 400px;
  }
  .how__wrapper .outer__how .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 35px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .how__wrapper .outer__how > h2 {
    font-size: 1.8rem;
  }
  .how__wrapper .outer__how .grid .elem > h6 {
    font-size: 1.3rem;
  }
  .info__wrapper .outer__info > h2, .lawsuit .outer__lawsuit > h2 {
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
  .info__wrapper {
    padding: 30px 0px;
  }
  .differences .outer__differences > h2 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
  footer .top {
    flex-direction: column;
  }
  footer .top > a {
    margin-bottom: 10px;
  }
  footer .top > ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.small {
  display: none;
}

@media (max-width: 767px) {
  p {
    font-size: 1rem;
  }
  .main__box .top__main .outer .form__wrapper .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main__box .top__main .outer .form__wrapper .top__part {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main__box .main__wrapper > h1 {
    font-size: 1.4rem;
    line-height: 2.9rem;
  }
  .main__box .top__main .outer .form__wrapper {
    margin-top: 25px;
  }
  header .outer__header > p {
    display: none;
  }
  header .outer__header .logo img {
    min-width: 110px;
    max-width: 110px;
  }
  .lawsuit {
    padding: 35px 0px;
  }
  .small {
    display: block;
    margin-top: 20px;
    font-family: "Oswald", sans-serif;
    font-size: 1.34rem;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.87);
  }
  .lawsuit .outer__lawsuit .bottom {
    margin-top: 20px;
  }
  .lawsuit .outer__lawsuit .top {
    flex-direction: column;
  }
  .lawsuit .outer__lawsuit .top .left {
    max-width: 100%;
    margin: 20px 0;
  }
  .lawsuit .outer__lawsuit .top .media {
    margin-left: auto;
    width: 100%;
    max-width: 100%;
  }
  .lawsuit .outer__lawsuit .top .media img {
    max-width: 100%;
    width: 100%;
  }
  .lawsuit .outer__lawsuit .top .left > span {
    display: none;
  }
  .lawsuit .outer__lawsuit .top .left > p {
    margin-bottom: 0px;
  }
  .about__wrapper .outer__about .top {
    flex-direction: column;
  }
  .about__wrapper .outer__about .top > .desc {
    width: 100%;
    max-width: 100%;
  }
  .about__wrapper .outer__about .top > .desc p {
    max-width: 100%;
  }
  .about__wrapper .outer__about .top {
    margin-bottom: 20px;
  }
  .about__wrapper .outer__about .top .media {
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
  }
  .about__wrapper .outer__about .top .media > img {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 570px) {
  .main__box {
    overflow-x: hidden;
  }
  .mobile__image > img {
    min-width: 490px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .mobile_hidden {
    display: none;
  }
  .first__step {
    padding-top: 15px;
  }
  .text_spacing {
    padding-top: 25px;
  }
  .main__wrapper .warning {
    margin: 0 0 10px 0;
  }
  .main__box .main__wrapper > p {
    display: inline;
    background-color: rgba(0, 0, 0, 0.65);
  }
  .invert_colors {
    display: block;
    color: #fff;
    text-shadow: 1px 1px black;
  }
  .invert_colors > .underline {
    color: #000;
    text-shadow: none;
  }
  .main__box .main__wrapper > h1 {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
  .lawsuit .outer__lawsuit .top .media > img {
    min-width: 0px;
  }
  header .outer__header .btn > a {
    font-size: 0.775rem;
    padding: 4px 10px;
  }
  .how__wrapper {
    padding: 25px 0px;
  }
  .differences {
    padding: 25px 0px;
  }
  .differences .outer__differences > h2, .info__wrapper .outer__info > h2, .about__wrapper .outer__about > h2, .qualify__wrapper .outer__qualify > h2, .lawsuit .outer__lawsuit > h2 {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .lawsuit .outer__lawsuit .top .media {
    margin: 0;
  }
}
/*Exit Loader*/
.loader-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

.exit-text p {
  color: #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.apply-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 97, 176);
  color: #fff;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  padding: 7px 15px;
  border-radius: 4px;
  transition: 0.4s ease all;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
}
.apply-now-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  background-color: rgb(0, 56, 128);
}

.center-btn {
  display: flex;
  justify-content: center;
}

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