@font-face {
  src: url(../font/FontsFree-Net-SFProDisplay-Regular.ttf);
  font-family: SF Pro Display;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.common-nav {
  position: relative;
  height: 120px;
}
.common-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.common-nav-wrapper-logo img {
  height: 65px;
  width: 205px;
}
.common-nav-wrapper-items ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0px;
}
.common-nav-wrapper-items ul li {
  list-style-type: none;
}
.common-nav-wrapper-items ul li a {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  list-style-type: none;
  text-decoration: none;
  padding: 17px;
  border-radius: 30px;
  cursor: pointer;
  transition-duration: 300ms;
}
.common-nav-wrapper-items ul li a span i {
  transform: rotate(90deg);
}
.common-nav-wrapper-items ul li a:hover {
  background-color: #FFF;
  color: #000;
}
.common-nav-wrapper-items ul li a:hover span {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
}
.common-nav-wrapper-togoller {
  display: none;
}
.common-nav-wrapper-togoller-bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
}

.hero {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 44.27%, #000 100%), rgba(0, 0, 0, 0.45) url(../img/hero-bg.png);
  background-size: cover;
  background-position: center center;
  margin-top: -130px;
  z-index: -1;
  overflow: hidden;
}
.hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.hero .hero-bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
.hero-text {
  padding: 226px 0 455px 0;
}
.hero-text h1 {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.hero-text ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.hero-text ul li {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.6px;
  list-style-type: none;
}

.details {
  margin-top: -215px;
}
.details .nav-link.active {
  background-color: transparent;
}
.details .nav-link.active h2 {
  color: #D1A14D;
}
.details .nav-link.active p {
  color: #D1A14D;
}
.details-btn {
  text-align: left;
}
.details-btn small {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
}
.details-btn h2 {
  color: #FFFFFF;
  font-family: SF Pro Display;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}
.details-btn p {
  color: #FFFFFF;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.details-content {
  display: flex;
}
.details-content-what {
  position: relative;
  width: 100%;
  background-color: #F8F8F8;
  border-top: 5px solid #D0A760;
  padding: 34px;
  min-height: 626px;
}
.details-content-what h3 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.details-content-what p {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 292px;
  margin-bottom: 0;
}
.details-content-what ul {
  padding: 0;
  margin: 0;
}
.details-content-what ul li {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 232.5%;
  list-style-type: none;
}
.details-content-what ul li img {
  height: 22px;
  width: 22px;
  margin-right: 14px;
}
.details-content-what-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 34px;
}
.details-content-what-btn a {
  color: #000;
  border: 1px solid #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  padding: 15px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 40px;
  transition: 400ms;
}
.details-content-what-btn a:hover {
  background-color: #D1A14D;
  border: 1px solid #D1A14D;
  color: #FFFFFF;
}
.details-content-why {
  position: relative;
  width: 100%;
  background-color: #000;
  padding: 34px;
  min-height: 626px;
}
.details-content-why h3 {
  color: #F9F9F9;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.details-content-why P {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.5%;
  max-width: 270px;
}
.details-content-why-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 34px;
}
.details-content-why-btn h1 {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
}
.details-content-why-btn a {
  color: #F7F7F7;
  border: 1px solid #D1A14D;
  background-color: #D1A14D;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  padding: 15px;
  display: block;
  text-align: center;
  border-radius: 40px;
  transition: 400ms;
}
.details-content-why-btn a:hover {
  background-color: #FFF;
  color: #D1A14D;
}

.upgrade {
  padding: 70px 0;
}
.upgrade-title h1 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  max-width: 565px;
}
.upgrade-title h1 span {
  color: #D1A14D;
  text-transform: uppercase;
}
.upgrade-dis p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 530px;
}
.upgrade-dis a {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 30px;
  padding: 8px 15px;
  font-family: SF Pro Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.upgrade-cover {
  background-image: url("../img/wave-mask.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.upgrade-cover img {
  opacity: 1;
  width: 100%;
  transition-duration: 700ms;
  box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.05);
}
.upgrade-cover img.active {
  opacity: 1;
}

.slider-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  min-height: 420px;
  border: 1px solid #E3E3E3;
  padding: 45px;
}
.slider-items.img-center {
  align-items: center;
  border: unset;
}
.slider-items h3 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.slider-items p {
  color: #212529;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%;
}
.slider-items img {
  height: 160px;
  width: 160px;
}
.slider-items a {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: 1px solid #000;
  background-color: #000;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 30px;
}
.slider .slider-buttons {
  position: relative;
  min-height: 100px;
}
.slider .slider-buttons .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background-color: #E8E8E8;
  border: 1px solid #E3E3E3;
  padding: 5px 22px;
  border-radius: 50%;
  transition-duration: 400ms;
  margin-left: 35px;
  color: #000;
}
.slider .slider-buttons .swiper-button-next::after {
  display: none;
}
.slider .slider-buttons .swiper-button-next:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.slider .slider-buttons .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  font-size: 24px;
  padding: 5px 22px;
  background-color: #E8E8E8;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  transition-duration: 400ms;
  margin-left: -35px;
  color: #000;
}
.slider .slider-buttons .swiper-button-prev::after {
  display: none;
}
.slider .slider-buttons .swiper-button-prev:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}

.suitable {
  padding: 70px 0;
}
.suitable-mega-title h1 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
  max-width: 570px;
}
.suitable-mega-title span {
  color: #D0A760;
  text-transform: uppercase;
  font-family: SF Pro Display;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
  max-width: 522px;
  display: inline-block;
}
.suitable-content p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.suitable-content h2 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
}
.suitable-cover {
  background-image: url("../img/wave-mask.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.suitable-cover img {
  opacity: 1;
  max-width: 100%;
  object-fit: cover;
  transition: 1700ms;
}
.suitable-cover img.active {
  opacity: 1;
}

.gold {
  padding: 70px 0;
}
.gold-title h1 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
}
.gold-title h1 span {
  color: #D0A760;
}
.gold-title p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.455%;
}
.gold-dis p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.gold-cover img {
  max-width: 570px;
  max-height: 333px;
  object-fit: cover;
}
.gold-content-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 30px;
}
.gold-content-items-item h4 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.gold-content-items-item p span {
  color: #000;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171%;
  letter-spacing: 0.14px;
}
.gold-content-items-item p a {
  color: #D0A760;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
  text-decoration: none;
}
.gold-content-progress {
  display: flex;
  align-items: center;
  gap: 31px;
}
.gold-content-progress-wrapper {
  width: 100%;
}
.gold-content-progress-wrapper-item {
  align-items: center;
}
.gold-content-progress-wrapper-item-title p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 142%;
  letter-spacing: 0.8px;
}
.gold-content-progress-wrapper-item-bar {
  position: relative;
  min-height: 20px;
  background-color: #EFF2F4;
}
.gold-content-progress-wrapper-item-bar .gcpib-percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
}
.gold-content-progress-wrapper-item-bar .gcpib-percentage.gcpib-percentage-current {
  background-color: #CED4DA;
}
.gold-content-progress-wrapper-item-bar .gcpib-percentage.gcpib-percentage-gold {
  background-color: #D1A14D;
}
.gold-content-progress-installation {
  width: 100%;
}
.gold-content-progress-installation p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
}
.gold-content-progress-installation h1 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.5px;
}
.gold-content-button a {
  color: #F7F7F7;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  background-color: #D1A14D;
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  border-radius: 40px;
  transition: 400ms;
}
.gold-content-button a:hover {
  background-color: #000000;
}

.silver {
  padding: 70px 0;
}
.silver-title h1 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
}
.silver-title h1 span {
  color: #A3A3A3;
}
.silver-title p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.455%;
}
.silver-dis p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.silver-cover img {
  max-width: 570px;
  max-height: 333px;
  object-fit: cover;
}
.silver-content-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 30px;
}
.silver-content-items-item h4 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.silver-content-items-item p span {
  color: #000;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171%;
  letter-spacing: 0.14px;
}
.silver-content-items-item p a {
  color: #D0A760;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
  text-decoration: none;
}
.silver-content-progress {
  display: flex;
  align-items: center;
  gap: 31px;
}
.silver-content-progress-wrapper {
  width: 100%;
}
.silver-content-progress-wrapper-item {
  align-items: center;
}
.silver-content-progress-wrapper-item-title p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 142%;
  letter-spacing: 0.8px;
}
.silver-content-progress-wrapper-item-bar {
  position: relative;
  min-height: 20px;
  background-color: #EFF2F4;
}
.silver-content-progress-wrapper-item-bar .gcpib-percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
}
.silver-content-progress-wrapper-item-bar .gcpib-percentage.gcpib-percentage-current {
  background-color: #CED4DA;
}
.silver-content-progress-wrapper-item-bar .gcpib-percentage.gcpib-percentage-silver {
  background-color: #A3A3A3;
}
.silver-content-progress-installation {
  width: 100%;
}
.silver-content-progress-installation p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
}
.silver-content-progress-installation h1 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.5px;
}
.silver-content-button a {
  color: #F7F7F7;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  background-color: #A3A3A3;
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  border-radius: 40px;
  transition: 400ms;
}
.silver-content-button a:hover {
  background-color: #000000;
}

.bronze {
  padding: 70px 0;
}
.bronze-title h1 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
}
.bronze-title h1 span {
  color: #B18453;
}
.bronze-title p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.455%;
}
.bronze-dis p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.bronze-cover img {
  max-width: 570px;
  max-height: 333px;
  object-fit: cover;
}
.bronze-content-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 30px;
}
.bronze-content-items-item h4 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bronze-content-items-item p span {
  color: #000;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171%;
  letter-spacing: 0.14px;
}
.bronze-content-items-item p a {
  color: #D0A760;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
  text-decoration: none;
}
.bronze-content-progress {
  display: flex;
  align-items: center;
  gap: 31px;
}
.bronze-content-progress-wrapper {
  width: 100%;
}
.bronze-content-progress-wrapper-item {
  align-items: center;
}
.bronze-content-progress-wrapper-item-title p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 142%;
  letter-spacing: 0.8px;
}
.bronze-content-progress-wrapper-item-bar {
  position: relative;
  min-height: 20px;
  background-color: #EFF2F4;
}
.bronze-content-progress-wrapper-item-bar .gcpib-percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
}
.bronze-content-progress-wrapper-item-bar .gcpib-percentage.gcpib-percentage-current {
  background-color: #CED4DA;
}
.bronze-content-progress-wrapper-item-bar .gcpib-percentage.gcpib-percentage-bronze {
  background-color: #B18453;
}
.bronze-content-progress-installation {
  width: 100%;
}
.bronze-content-progress-installation p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
}
.bronze-content-progress-installation h1 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.5px;
}
.bronze-content-button a {
  color: #F7F7F7;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  background-color: #B18453;
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  border-radius: 40px;
  transition: 400ms;
}
.bronze-content-button a:hover {
  background-color: #000000;
}

.choice {
  padding: 70px 0;
}
.choice-title h1 {
  color: #000;
  font-family: SF Pro Display;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.choice-title h1 span {
  color: #D0A760;
}
.choice-title ul {
  padding: 0;
  margin: 0;
}
.choice-title ul li {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 232.5%;
  list-style-type: none;
}
.choice-title ul li img {
  height: 22px;
  width: 22px;
  margin-right: 14px;
}
.choice-dis p {
  color: #000;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.touch {
  padding: 90px 0;
  background-color: #F6F6F6;
}
.touch-title h2 {
  color: #000;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.touch-title p {
  color: #667085;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.touch-form-duble {
  display: flex;
  width: 100%;
  gap: 16px;
}
.touch-form-duble .touch-form-item {
  width: 100%;
}
.touch-form-triple {
  display: flex;
  gap: 16px;
}
.touch-form-triple .touch-form-item {
  width: 100%;
}
.touch-form-item {
  display: flex;
  flex-direction: column;
}
.touch-form-item label {
  color: #000;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  margin-bottom: 14px;
}
.touch-form-item input {
  color: #667085;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background-color: #FFF;
  border: none;
  outline: none;
  padding: 10px;
  margin-bottom: 24px;
}
.touch-form-item input.touch-form-item-car {
  position: relative;
  padding-left: 55px;
}
.touch-form-item input.touch-form-item-car::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  height: 55px;
  width: 55px;
  background-color: green;
  background-image: url(../img/touch-form-item-number.svg);
}
.touch-form-item input.touch-form-item-number {
  padding-left: 65px;
}
.touch-form-item.select-option {
  position: relative;
}
.touch-form-item.select-option select {
  position: absolute;
  top: 44px;
  width: 55px;
  border: none;
  outline: none;
}
.touch-form-item.select-option select option {
  border: none;
  outline: none;
  border: none;
}
.touch-form-item textarea {
  border: none;
  margin-bottom: 24px;
  outline: none;
}
.touch-form-item button {
  display: block;
  background-color: #000;
  border-radius: 50px;
  color: #FFF;
  padding: 12px;
  transition-duration: 400ms;
}
.touch-form-item button:hover {
  background-color: #FFF;
  color: #000;
}

.copyright {
  background-color: #F6F6F6;
  padding: 20px 0;
  border-top: 1px solid #E3E3E3;
}
.copyright p {
  color: #000;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.ff-el-group.ff-text-left.touch-form-item button {
  display: block;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  padding: 12px;
  transition-duration: 400ms;
  border: 2px solid #000;
}

.ff-el-group.ff-text-left.touch-form-item button:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}