@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,700&amp;family=Roboto:ital,wght@0,400;0,500;0,700;1,700&amp;display=swap");
body {
  overflow-x: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  text-align: left;
  background: #020b22;
  background-image: url(../../../uploads/2023/01/blur.svg);
  background-size: 100%;
  background-position: 0 77.5%;
  background-repeat: no-repeat;
}
strong {
  font-weight: 900;
}
p {
  margin-top: 16px;
}
ul,
ol {
  text-align: left;
}
ul > li,
ol > li {
  display: block;
  position: relative;
  list-style: none;
  padding: 8px 0 0 32px;
}
ol > li {
  counter-increment: ol;
}
ul > li:before,
ol > li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  font: inherit;
  text-align: center;
  padding: 8px 8px 0 0;
  padding-top: inherit;
}
ul > li:before {
  content: "-";
  color: #fff;
}
ol > li:before {
  content: counter(ol);
  color: #fff;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 16px;
  text-align: center;
}
h1,
.title.general {
  font-size: 56px;
  line-height: 120%;
}
h2 {
  font-size: 24px;
  line-height: 120%;
}
h3 {
  font-size: 24px;
  line-height: 120%;
}
h4 {
  font-size: 20px;
  line-height: 120%;
}
.btn-box {
  text-align: center;
  margin: 0;
}
article,
.article {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-align: left;
}
.article ul > li,
.article ol > li,
article ul > li,
article ol > li {
  display: block;
  position: relative;
  list-style: none;
  padding: 8px 0 0 32px;
  font-family: "Roboto", sans-serif;
}
.article ol > li,
article ol > li {
  counter-increment: ol;
}
.article ul > li:before,
.article ol > li:before,
article ul > li:before,
article ol > li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  font: inherit;
  text-align: center;
  padding: 8px 8px 0 0;
  padding-top: inherit;
}
.article ul > li:before,
article ul > li:before {
  content: "-";
  color: #fff;
}
.article ol > li:before,
article ol > li:before {
  content: counter(ol);
  color: #fff;
}
.article__button {
  margin: 32px auto 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  padding: 17px 30px;
}
article > *:first-child,
.article > *:first-child {
  margin-top: 0;
}
article > * + *,
.article > * + * {
  margin-top: 16px;
}
article > * + h2,
.article > * + h2 {
  margin-top: 16px;
}
article > * + h3,
.article > * + h3 {
  margin-top: 16px;
}
article > * + h4,
.article > * + h4 {
  margin-top: 16px;
}
article > h2 + *,
.article > h2 + * {
  margin-top: 0;
}
article > h3 + *,
.article > h3 + *,
article > h4 + *,
.article > h4 + * {
  margin-top: 0;
}
article li:first-child,
.article li:first-child {
  padding-top: 0;
}
article p:first-child,
.article p:first-child {
  margin-top: 0;
}
article a,
.article a {
  font-style: italic;
}
.button {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 100px;
  height: auto;
  background: #00e589;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal !important;
  line-height: 1;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  padding: 11px 24px;
  margin: 16px auto 0px auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #00e589;
}
.button:hover {
  background-color: transparent;
  text-decoration: none;
}
.button.inverse {
  color: #00e589;
  background: 0 0;
}
.button.inverse:hover {
  background-color: #00e589;
  color: #fff;
}
.button > img,
.button > span {
  display: inline-block;
  position: relative;
  font: inherit;
  line-height: 1;
  vertical-align: middle;
}
.button > img + span {
  margin-left: 10px;
}
.more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: rgba(16, 23, 29, 0.5);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #94aeb4;
  text-decoration: none;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  transition: all 0.3;
  margin-top: 8px;
}
.more-button img {
  margin-left: 8px;
}
.more-button:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  text-decoration: none;
}
.section {
  padding: 32px 20px;
  margin: 0 auto 20px auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  max-width: 1240px;
}
.image img,
.background img {
  display: block;
  position: relative;
}
.image {
  z-index: -1;
}
.background img {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.background {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.background img {
  display: block;
}
.js-expand-content {
  display: none;
  overflow: hidden;
}
.js-expand-content.expanded {
  height: 100%;
}
svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  line-height: 1;
}
use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}
.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 32px 30px 0;
}
.cover {
  max-width: 100%;
  overflow: hidden;
  padding-left: -webkit-calc(50% - ((1260px - 20px)/2));
  padding-left: calc(50% - ((1260px - 20px) / 2));
  padding-right: -webkit-calc(50% - ((1260px - 20px)/2));
  padding-right: calc(50% - ((1260px - 20px) / 2));
}
.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 20px 32px 0;
  overflow: hidden;
}
.content > *,
.cover > * {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.header {
  overflow: initial;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  background: #020b22;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1000;
}
.header > * {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}
.header__logo {
  max-width: 176px;
  margin-right: 30px;
}
.header__language-dropdown {
  z-index: 5;
  color: #fff;
  max-width: 75px;
  margin: 0 0 0 16px;
  cursor: pointer;
  padding: 10px;
}
.header__language-button {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header__language {
  white-space: nowrap;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: auto;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.header__language:hover {
  text-decoration: none;
}
.header__language img {
  margin-right: 10px;
  display: block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
.header__language-dropdown > ul {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  padding: 16px 0;
  background: #10171d;
  -webkit-box-shadow: 0px 4px 100px rgba(43, 198, 157, 0.5);
  box-shadow: 0px 4px 100px rgba(43, 198, 157, 0.5);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  top: 59px;
  left: 0;
  z-index: 10;
  list-style: none;
  display: none;
}
.header__language-dropdown > ul .header__language img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.header__language-dropdown > ul .header__language {
  color: #94aeb4;
}
.header__language-dropdown > ul .header__language span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
}
.header__language-dropdown ul > li:before {
  display: none;
}
.header__language-dropdown > ul li:hover .header__language {
  color: #fff;
}
.header__language-dropdown > ul li {
  display: block;
  padding: 13px 16px;
}
.header__language-dropdown > ul li:hover {
  background: rgba(53, 68, 78, 0.2);
}
.header__language-dropdown > ul li + li {
  margin-top: 3px;
}
.header__language-button.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__menu {
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__button-menu {
  display: none;
}
.logo > img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 48px;
}
.logo[href]:hover {
  opacity: 0.5;
}
.menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: auto;
}
.menu li {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
.menu li:before {
  display: none;
}
.menu li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}
.menu li > a:hover {
  color: #00e589;
}
.menu li + li {
  margin-left: 16px;
}
.menu li > a img {
  margin-right: 10px;
}
.header__button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 0 16px;
}
.menu li:hover > a {
  text-decoration: none;
}
.header__menu .header__button-signup,
.header__menu .header__button-signin {
  display: none;
}
.main {
  display: block;
  position: relative;
  overflow-x: hidden;
}
.main > * {
  position: relative;
}
.hero {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 120px;
  padding-bottom: 390px;
}
.hero__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.hero__wrap:nth-child(2) {
  padding-top: 64px;
}
.hero__title {
  font-style: italic;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  margin: 0 0 8px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
.hero__subtitle {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #00e589;
  margin: 0 0 8px;
}
.hero__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 318px;
  margin: 0 0 16px;
}
.hero__button {
  padding: 16px 32px;
  background-color: #fff;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #020b22;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero__button img {
  margin-left: 8px;
}
.hero__button:hover {
  text-decoration: none;
  background-color: #00e589;
}
.rating {
  margin: 0 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.rating p {
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.8;
  margin: 4px 0 0;
}
.rating-img img {
  display: block;
}
.rating-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating-numbers {
  margin-right: 16px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.prime {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #020b22;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.prime__image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.prime__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prime__wrap {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.prime__desc {
  font-size: 6px;
  line-height: 150%;
  margin-top: 10px;
  text-align: center;
  color: #fff;
}
.prime__title {
  max-width: 545px;
  margin-bottom: 16px;
  text-align: left;
}
.prime__button {
  min-width: 273px;
  margin: 0;
}
.prime__small {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #fff;
}
.mobile .prime__background img {
  -o-object-position: 15%;
  object-position: 15%;
}
.app-banner {
  position: relative;
  padding: 28px 22px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 0;
  background: #020b22;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.app-banner__inner {
  text-align: center;
}
.app-banner__inner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: drop-shadow(0px 4px 20px #db672d);
  filter: drop-shadow(0px 4px 20px #db672d);
}
.app-banner__inner a + a {
  margin-top: 16px;
}
.app-banner__button {
  margin: 0;
  min-width: 222px;
  max-height: none;
}
.app-banner__image {
  z-index: 1;
}
.upto {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 116px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.upto__image {
  position: absolute;
  right: 100px;
  bottom: 0;
}
.upto__title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.upto__text {
  color: #00e589;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.upto__button {
  min-width: 190px;
  margin: 0;
}
.upto__small {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  margin: 8px 0 0;
  color: #fff;
}
.about__table {
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.about__table tr {
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
}
.about__table th,
.about__table td {
  padding: 16px 16px 8px;
}
.about__table th {
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
.about__table th span {
  display: inline-block;
  vertical-align: middle;
}
.about__table img {
  display: inline-block;
  vertical-align: middle;
}
.about__table th span:first-child {
  width: 32px;
  margin-right: 26px;
  text-align: center;
}
.about__table td {
  font-size: 14px;
}
.about__table td a {
  color: inherit;
}
.benefits {
  padding: 20px 20px 26px;
}
.benefits__list {
  max-width: 435px;
}
.benefits__list li {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 128%;
  text-transform: uppercase;
  color: #fff;
  padding: 21px 14px 21px 84px;
  background: #ec622b;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  min-height: 62px;
}
.benefits__list li span {
  font-weight: 700;
  font-size: 52px;
  line-height: 150%;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 45px;
  text-align: center;
}
.benefits__list li + li {
  margin-top: 16px;
}
.benefits__list li:before {
  display: none;
}
.benefits__image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.benefits__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.faq__list > li:before {
  display: none;
}
.faq__item {
  color: #fff;
  padding: 0;
  border-bottom: 0.5px solid #c9c9c9;
}
.faq__item + .faq__item {
  margin-top: 20px;
}
.faq-item__title {
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  font-style: normal;
  margin: 0;
  color: inherit;
  padding: 10px 10px 10px 56px;
}
.faq-item__title:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  top: 4px;
  left: 16px;
  background-image: url(../../../uploads/2023/01/faq-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.faq__item.active .faq-item__title:before {
  background-image: url(../../../uploads/2023/01/faq-icon-2.svg);
}
.faq-item__desc p {
  margin: 0;
}
.faq-item__desc .wrap {
  padding: 20px 16px 10px;
}
.footer {
  padding: 80px 20px 64px;
}
.footer ul li {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer ul li:before {
  display: none;
}
.footer__desc {
  padding: 32px 20px;
  max-width: 1240px;
  margin: 0 auto 20px auto;
}
.footer__desc p {
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  max-width: 1030px;
  text-align: center;
}
.footer__title {
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 16px;
}
.footer__pays {
  margin: 0 auto 20px auto;
  padding: 32px 20px;
  position: relative;
  max-width: 1240px;
}
.footer__pays:before {
  content: url(//solverde.com.pt/wp-content/themes/solverde/assets/css/../images/icons/footer-circle-1.svg);
  display: block;
  position: absolute;
  bottom: -100px;
  left: -56px;
  z-index: -1;
}
.footer__pays ul {
  max-width: 1030px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__pays li {
  margin: 0 4px;
}
.footer__logos {
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 32px 20px;
  margin: 0 auto 20px auto;
  max-width: 1240px;
  position: relative;
}
.footer__logos:before {
  content: url(//solverde.com.pt/wp-content/themes/solverde/assets/css/../images/icons/footer-dots.svg);
  display: block;
  position: absolute;
  right: -40px;
  top: -40px;
}
.footer__logos:after {
  content: url(//solverde.com.pt/wp-content/themes/solverde/assets/css/../images/icons/footer-circle-2.svg);
  display: block;
  position: absolute;
  right: 130px;
  bottom: -70px;
  z-index: -1;
}
.footer__logos .footer__title {
  color: #020b22;
}
.footer__logos ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  margin: -24px -12px;
}
.footer__logos li {
  margin: 24px 12px;
}
.footer__logo {
  margin: 64px 0 40px;
  text-align: center;
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 945px;
  padding: 32px 20px;
  margin: 0 auto;
}
.footer__bottom div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.footer__bottom p {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
.footer__bottom p span {
  text-transform: uppercase;
}
.footer__bottom a {
  color: #fff;
  text-decoration: underline;
}
.footer__bottom img {
  margin-right: 10px;
}
.footer__bottom p small {
  font-size: 12px;
}
.breadcrumbs {
  z-index: 1;
  margin: 0 0 16px;
  text-align: left;
}
.breadcrumbs > li {
  display: inline-block;
  padding: 0;
  line-height: 1;
}
.breadcrumbs > li:before {
  display: none;
}
.breadcrumbs > li a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  opacity: 0.84;
}
.breadcrumbs > li a:not([href]) {
  color: #fff;
  opacity: 1;
}
.breadcrumbs > li:not(:last-child):after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font: inherit;
  color: #fff;
  margin: 0 10px 0 8px;
}
.welcome__type {
  padding: 0;
  background: 0 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.welcome__type-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding: 0;
  margin: -10px;
}
.welcome__type-list li:before {
  display: none;
}
.welcome__type-list > li {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(33.333% - 20px);
  -ms-flex: 0 1 calc(33.333% - 20px);
  flex: 0 1 calc(33.333% - 20px);
  background: #e5e8ed;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  margin: 10px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.welcome-item__button {
  margin: auto 0 0 0;
  min-width: auto;
  width: 100%;
}
.welcome-item__image {
  height: 0;
  width: 100%;
  padding-top: 47.9%;
  position: relative;
  overflow: hidden;
}
.welcome-item__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.welcome-item__title {
  font-size: 18px;
  line-height: 120%;
  padding: 0;
  font-weight: 700;
  color: #00e589;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}
.welcome-item__desc {
  text-align: center;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.welcome-item__text {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #020b22;
}
.welcome__type-list > li:hover .welcome-item__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
