* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: clip;
  overflow-y: auto;
  scroll-behavior: smooth;
  font-size: 0.9375vw;
}

html body {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  overflow-x: clip;
  background: #fff;
  padding: 104px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

*::-moz-selection {
  color: #000;
  background: #C6D92D;
}

*::selection {
  color: #000;
  background: #C6D92D;
}

*::-moz-selection {
  color: #000;
  background: #C6D92D;
}

*::-webkit-selection {
  color: #000;
  background: #C6D92D;
}

*::-ms-selection {
  color: #000;
  background: #C6D92D;
}

* {
  scrollbar-color: #C6D92D;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  height: 3px;
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: #C6D92D;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #9FA5B9;
  border-radius: 6px !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Manrope", sans-serif;
  border: 0;
  outline: 0;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Manrope", sans-serif;
  color: #000;
  margin: 0;
  font-weight: 700;
}

body h1 span,
body h2 span {
  color: #C6D92D;
  font-family: inherit;
  font-weight: inherit;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 180%;
  margin: 0 0 15px 0;
  display: block;
}

body a {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  line-height: normal;
  outline: none !important;
  display: inline-block;
  line-height: 160%;
}

body a:hover {
  color: #C6D92D;
}

body a:focus {
  outline: none !important;
}

body p:last-of-type {
  margin-bottom: 0;
}

body p.small-title {
  color: #99522C;
  font-family: "Manrope", sans-serif;
  font-size: 1.056rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.padding {
  padding: 100px 0;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.for-mobile {
  display: none;
}

.gform_wrapper.gravity-theme {
  position: relative;
}

.gform_wrapper.gravity-theme form .gform_body input::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body select::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body textarea.large::-moz-placeholder {
  color: #555;
  opacity: 1;
  opacity: 0.5;
}

.gform_wrapper.gravity-theme form .gform_body input::placeholder,
.gform_wrapper.gravity-theme form .gform_body select::placeholder,
.gform_wrapper.gravity-theme form .gform_body textarea.large::placeholder,
.gform_wrapper.gravity-theme form .gform_body select,
.gform_wrapper.gravity-theme form .gform_body select option.gf_placeholder {
  color: #555;
  opacity: 1;
  opacity: 0.5;
}

.gform_wrapper.gravity-theme form .gform_body input,
.gform_wrapper.gravity-theme form .gform_body select,
.gform_wrapper.gravity-theme form .gform_body textarea.large {
  border-radius: 10px;
  height: 58px;
  line-height: 58px;
  padding: 0 23px;
  color: #555;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  min-height: unset !important;
}

.gform_wrapper.gravity-theme form .gform_body input::-webkit-outer-spin-button,
.gform_wrapper.gravity-theme form .gform_body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_wrapper.gravity-theme form .gform_body select {
  cursor: pointer;
}

.gform_wrapper.gravity-theme form .gform_body textarea.large {
  height: 113px !important;
  resize: none;
  border-radius: 18px;
  line-height: normal !important;
  padding-top: 20px !important;
}

.gform_wrapper.gravity-theme form .gform_body label.gfield_label {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 2.222rem;
}

.gform_wrapper.gravity-theme form .gform_body label.gfield_label span {
  display: none;
}

.gform_confirmation_message {
  font-size: 1.2rem;
}

.gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer::before {
  position: absolute;
  content: "";
  background: url(../images/button-arrow.svg) no-repeat;
  background-size: contain;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

.gform_wrapper.gravity-theme .gform_footer img {
  display: none;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 12px;
}

.gform_wrapper.gravity-theme form input[type=submit] {
  background: #C6D92D;
  padding: 13px 0 !important;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  margin: 0 !important;
  min-height: unset !important;
  line-height: normal;
  box-shadow: 0 8px 15px rgba(115, 126, 90, 0.3);
}

.gform_wrapper.gravity-theme form input[type=submit]:hover {
  background: #000;
  color: #fff;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  border: 0;
  padding: 0 0 11px;
  box-shadow: unset;
  margin: 0;
  display: none;
}

.gform_wrapper.gravity-theme .ginput_container_phone .instruction.validation_message {
  display: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors span::before {
  content: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors h2 {
  display: none;
}

.gform_wrapper.gravity-theme form .validation_message {
  background: transparent;
  padding: 4px 0 0;
  margin: 0;
  border: 0;
  color: red;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.5px;
}

.gform_confirmation_wrapper {
  color: green;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin: 1.1rem 0;
}

a.btn-main {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
  padding: 10px 40px;
  border-radius: 50px;
  background: #C6D92D;
}

a.btn-main:hover {
  background: #000;
  color: #fff;
}

body h1 {
  color: #FFF;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
  font-size: 5.2778rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2.85px;
}

body h2 {
  color: #111;
  font-size: 2.7778rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.5px;
}

body h2 span {
  color: #9EAF05;
}

@font-face {
  font-family: "Mansory";
  src: url("fonts/Mansory-Regular.woff2") format("woff2"), url("fonts/Mansory-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#header {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #000;
}

#header.scroll-down {
  pointer-events: none;
  transform: translateY(-105%);
  opacity: 0;
  transition: all ease 0.3s;
}

#header.scroll-down.fixed {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}

#header .wrapper {
  padding: 25px 0;
  display: flex;
  align-items: center;
}

#header .wrapper .main-menu {
  margin-left: auto;
  margin-right: 20px;
}

#header ul#menu-header-menu {
  display: flex;
  gap: 30px;
}

#header ul#menu-header-menu li:last-child {
  display: none;
}

#header ul#menu-header-menu li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px;
}

#header ul#menu-header-menu li a:hover {
  color: #C6D92D;
}

#header .header-contact {
  display: flex;
  gap: 15px;
  align-items: center;
}

#header .header-contact a.btn {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.54px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid rgba(205, 207, 206, 0.21);
  padding: 10px 20px;
}

#header .header-contact a.btn svg path {
  transition: all ease 0.3s;
}

#header .header-contact a.btn:hover {
  color: #000;
  background-color: #C6D92D;
}

#header .header-contact a.btn:hover svg path {
  stroke: #000;
}

#header .header-contact a.btn-main {
  border: 1px solid #C6D92D;
}

#header .wrapper .logo {
  width: 172px;
}

/**/
#header .res_navigation {
  width: 26px;
  height: 17px;
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 26px;
  height: 17px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 2px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:last-child {
  transition: 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:last-child {
  top: auto;
  bottom: 0;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 16px !important;
}

.res_navigation .nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.res_navigation .nav-toggle.active span:first-child,
.res_navigation .nav-toggle.active span:last-child {
  top: 15px;
  background-color: #000;
}

.container {
  max-width: 90.5556rem;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.banner {
  min-height: 37.1111rem;
  display: flex;
  align-items: center;
}

.banner .container {
  z-index: 1;
}

.banner .container::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
  filter: blur(40px);
  z-index: -1;
}

.banner h1 {
  margin-bottom: 1.3889rem;
}

.banner p.sub-title {
  color: #EBEBEB;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.18);
  font-family: "Manrope", sans-serif;
  font-size: 1.6111rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.9444rem;
}

.who-we-are .wrap {
  display: grid;
  grid-template-columns: 38.5rem auto;
  grid-gap: 7.2222rem;
  align-items: center;
}

.who-we-are h2 {
  padding-bottom: 1.1111rem;
}

.who-we-are p {
  font-size: 1.1111rem;
}

.what-we-do,
.reseller-verfication {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: #111;
  position: relative;
  overflow: hidden;
}

.what-we-do::before,
.what-we-do::after,
.reseller-verfication::before,
.reseller-verfication::after {
  position: absolute;
  content: "";
  width: 60.1851rem;
  height: 60.1851rem;
  transform: rotate(30deg);
  border-radius: 60.1851rem;
  background: #C6D92D;
  filter: blur(182px);
  left: -50%;
  top: 0;
  bottom: 0;
}

.what-we-do::after,
.reseller-verfication::after {
  left: auto;
  right: -50%;
}

.what-we-do h2 {
  color: #fff;
  padding-bottom: 3.3333rem;
}

.what-we-do ul.list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.1111rem;
  max-width: 66.6667rem;
  margin: 0 auto;
}

.what-we-do ul.list li {
  border-radius: 1.1111rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 2.2222rem 1.1111rem;
}

.what-we-do ul.list li img {
  width: 5.5556rem;
}

.what-we-do ul.list li p.title {
  color: #C6D92D;
  font-size: 1.3333rem;
  font-weight: 600;
  line-height: 125%;
  margin: 1.5556rem 0 1.1111rem;
}

.what-we-do ul.list li p.text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1111rem;
  line-height: 150%;
}

.who-we-work {
  padding-bottom: 0 !important;
}

.who-we-work .wrapper {
  background-image: url(../images/who-we-work-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 3.8889rem 0 3.3333rem 3.3333rem;
  border-radius: 36px 40px 40px 40px;
}

.who-we-work .wrapper .content {
  max-width: 24rem;
}

.who-we-work .wrapper h2 + p {
  font-size: 0.9444rem;
  opacity: 0.58;
  margin-top: 0.5556rem;
}

.who-we-work .wrapper ul li {
  color: #000;
  font-size: 1.1111rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.6px;
  position: relative;
  padding: 0 0 1.3889rem 1.7778rem;
}

.who-we-work .wrapper ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1.2778rem;
  height: 1.2778rem;
  background-image: url(../images/check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.why-partners p.sub-title {
  text-align: center;
  padding: 1.1111rem 0 2.7778rem;
}

.why-partners .wrapper {
  position: relative;
  min-height: 27.2222rem;
}

.why-partners .wrapper .inner-logo img {
  width: 29.0556rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.why-partners .wrapper ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  top: 2.2222rem;
  left: 0;
  right: 0;
  align-items: baseline;
}

.why-partners .wrapper ul li {
  border-radius: 2.7778rem;
  border-bottom: 0.2222rem solid #C6D92D;
  background: #000;
  padding: 0.3889rem;
  display: flex;
  align-items: center;
  gap: 0.8889rem;
  position: relative;
  overflow: hidden;
}

.why-partners .wrapper ul li img {
  width: 3.7222rem;
  height: 3.7222rem;
}

.why-partners .wrapper ul li::before {
  position: absolute;
  content: "";
  background: #C6D92D;
  filter: blur(50px);
  width: 6.4191rem;
  height: 6.4191rem;
  right: -2.7778rem;
  top: -1.1111rem;
  border-radius: 50%;
  pointer-events: none;
}

.why-partners .wrapper ul li p {
  color: #FFF;
  font-size: 1.1111rem;
  line-height: 130%;
  padding-right: 2.2222rem;
}

.why-partners .wrapper ul li:first-child {
  margin-right: 15.2778rem;
  margin-left: auto;
}

.why-partners .wrapper ul li:nth-child(2) {
  margin-left: 15.2778rem;
  margin-right: auto;
  margin-right: auto;
}

.why-partners .wrapper ul li:nth-child(3) {
  margin-right: 13.7778rem;
  margin-top: 5.5556rem;
  margin-left: auto;
}

.why-partners .wrapper ul li:nth-child(4) {
  margin-left: 13.7778rem;
  margin-top: 5.5556rem;
  margin-right: auto;
}

.why-partners .wrapper ul li:last-child {
  grid-column: 1/3;
  width: -moz-max-content;
  width: max-content;
  margin: 5.2778rem auto 0;
}

.why-partners p.bottom-text {
  padding-top: 2.7778rem;
  font-size: 1.2222rem;
}

.reseller-verfication h2 {
  color: #fff;
}

.reseller-verfication p.sub-title {
  color: #FFF;
  font-size: 1.2222rem;
  font-weight: 500;
  line-height: 180%;
  margin: 0.8333rem 0;
}

.reseller-verfication p.sub-text {
  color: #FFF;
  font-size: 1.1111rem;
  line-height: 200%;
  opacity: 0.58;
  margin-bottom: 1.3889rem;
}

.reseller-verfication ul.list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.1111rem;
  position: relative;
  z-index: 1;
}

.reseller-verfication ul.list li {
  background: #fff;
  fill: #FFF;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.06);
  border-radius: 0.5556rem;
  padding: 1.6667rem;
  display: flex;
  position: relative;
}

.reseller-verfication ul.list li:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.reseller-verfication ul.list li:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.reseller-verfication ul.list li .numbers {
  padding-right: 1.1111rem;
  margin-right: 1.1111rem;
  position: relative;
}

.reseller-verfication ul.list li .numbers::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='1%2c10' stroke-dashoffset='16' stroke-linecap='square'/%3e%3c/svg%3e");
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
}

.reseller-verfication ul.list li .numbers p:first-child {
  font-size: 2.7778rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -4px;
  text-align: center;
  opacity: 0.05;
  margin-bottom: -1.6667rem;
}

.reseller-verfication ul.list li .numbers p:last-child {
  color: #9EAF05;
  font-size: 1.6667rem;
  font-weight: 800;
  letter-spacing: -2.4px;
  line-height: normal;
  text-align: center;
}

.reseller-verfication ul.list li p.step-title {
  font-weight: 600;
  margin-bottom: 1.1111rem;
  padding-top: 0.5556rem;
}

.reseller-verfication ul.list li p.text {
  font-size: 1.1111rem;
  font-weight: 400;
  line-height: 135%;
  padding-bottom: 1.1111rem;
}

.reseller-verfication ul.list li img.arrow {
  position: absolute;
  width: 4rem;
  height: 4rem;
  right: -2.3889rem;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 1;
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.2));
}

.reseller-verfication ul.list li:last-child img.arrow {
  display: none;
}

.reseller-verfication p.bottom-text {
  color: #FFF;
  font-size: 1.2222rem;
  font-weight: 500;
  margin-top: 2.7778rem;
}

.contact-info .box {
  max-width: 77.7778rem;
  margin: 0 auto;
  background: url(../images/contact-box-bg.png) no-repeat;
  background-size: cover;
  padding: 5.5556rem 6.6667rem;
  border-radius: 2.2222rem;
}

.contact-info .box h2 {
  color: #FFF;
  font-size: 3.2778rem;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -1.77px;
  margin-bottom: 1.6667rem;
}

.contact-info .box h2 span {
  font-weight: 600;
}

.contact-info .box p {
  color: #FFF;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.54px;
  max-width: 31.1111rem;
}

.contact-info .bottom-wrap {
  display: grid;
  grid-template-columns: auto 29.4444rem;
  max-width: 66.6667rem;
  margin: 0 auto;
  align-items: end;
  grid-gap: 6.1111rem;
}

.contact-info .bottom-wrap .left-col {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 1.5rem;
}

.contact-info .bottom-wrap .left-col a {
  color: #333;
  font-size: 1.2222rem;
  font-weight: 700;
  line-height: 136%;
  letter-spacing: -0.66px;
  display: flex;
  align-items: center;
  gap: 1.1111rem;
}

.contact-info .bottom-wrap .left-col a:hover {
  color: #C6D92D;
}

.contact-info .bottom-wrap a.address {
  font-weight: 500;
}

.contact-info .bottom-wrap .right-col {
  border-radius: 1.1111rem;
  margin-top: -18.4444rem;
  padding: 2px;
  background: linear-gradient(190deg, rgb(245, 255, 91), rgba(0, 0, 0, 0.7));
}

.contact-info .bottom-wrap .right-col .content {
  padding: 1.6667rem 1.6667rem 2.7778rem 1.6667rem;
  border-radius: 1.1111rem;
  background: #fff;
}

.contact-info .bottom-wrap .right-col .text p {
  font-size: 1.3333rem;
  font-weight: 700;
  line-height: 166%;
  letter-spacing: -0.72px;
  margin: 0px 0 1.6667rem;
}

footer {
  padding: 1.0556rem 0;
  background: #121212;
}

footer p.copyright {
  color: #FFF;
  font-size: 0.9444rem;
  line-height: 100%;
  letter-spacing: 0;
  opacity: 0.8;
}

body.error404 .content-wrap {
  text-align: center;
  padding: 9rem 0;
}

body.error404 .content-wrap h1 {
  color: #C6D92D;
  font-size: 10rem;
}

body.error404 .content-wrap h2 {
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 1rem 0 2rem;
}

body.error404 footer {
  display: none;
}

.reseller-verfication ul.list li:nth-child(odd) .numbers p:last-child {
  color: #000;
}

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .who-we-work .wrapper {
    background-position: 60% 100%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  html {
    font-size: 1.2vw;
  }
  html body {
    padding: 98px 0 0;
  }
  .container {
    max-width: 80.9556rem;
  }
  a.btn-main {
    font-size: 16px;
    padding: 7px 35px;
  }
  .padding {
    padding: 60px 0;
  }
  #header .container {
    max-width: 100%;
  }
  #header .header-contact a.btn {
    font-size: 16px;
  }
  #header ul#menu-header-menu li a {
    font-size: 14px;
  }
  .who-we-work .wrapper {
    background-position: 60% 100%;
  }
  .who-we-are .wrap {
    grid-gap: 5.6222rem;
  }
  .what-we-do::before,
  .what-we-do::after,
  .reseller-verfication::before,
  .reseller-verfication::after {
    width: 40.1851rem;
    height: 40.1851rem;
  }
  .what-we-do ul.list li img {
    width: 4.5556rem;
  }
  .contact-info .box h2 {
    font-size: 2.8778rem;
  }
  .gform_wrapper.gravity-theme form .gform_body input,
  .gform_wrapper.gravity-theme form .gform_body select,
  .gform_wrapper.gravity-theme form .gform_body textarea.large {
    height: 48px;
    line-height: 48px;
    padding: 0 13px;
  }
  .gform_wrapper.gravity-theme form .gform_body textarea.large {
    height: 93px !important;
    border-radius: 18px;
    padding-top: 14px !important;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  html {
    font-size: 1.2vw;
  }
  html body {
    padding: 98px 0 0;
  }
  #header .container {
    max-width: 100%;
  }
  .container {
    max-width: 80.9556rem;
  }
  a.btn-main {
    font-size: 16px;
    padding: 7px 35px;
  }
  .padding {
    padding: 60px 0;
  }
  #header .header-contact a.btn {
    font-size: 16px;
  }
  #header ul#menu-header-menu {
    gap: 15px;
  }
  #header ul#menu-header-menu li a {
    font-size: 14px;
  }
  .who-we-work .wrapper {
    background-position: 60% 100%;
  }
  .who-we-are .wrap {
    grid-gap: 5.6222rem;
  }
  .what-we-do::before,
  .what-we-do::after,
  .reseller-verfication::before,
  .reseller-verfication::after {
    width: 40.1851rem;
    height: 40.1851rem;
  }
  .what-we-do ul.list li img {
    width: 4.5556rem;
  }
  .contact-info .box h2 {
    font-size: 2.8778rem;
  }
  .gform_wrapper.gravity-theme form .gform_body input,
  .gform_wrapper.gravity-theme form .gform_body select,
  .gform_wrapper.gravity-theme form .gform_body textarea.large {
    height: 48px;
    line-height: 48px;
    padding: 0 13px;
  }
  .gform_wrapper.gravity-theme form .gform_body textarea.large {
    height: 93px !important;
    border-radius: 18px;
    padding-top: 14px !important;
  }
}
@media (max-width: 1120px) {
  html {
    font-size: 1.2vw;
  }
  html body {
    padding: 98px 0 0;
  }
  #header {
    transform: unset !important;
    opacity: 1 !important;
    pointer-events: all !important;
  }
  span.id-wrapper {
    padding-top: 99px;
    margin-top: -99px;
    display: block;
  }
  #header .container {
    max-width: 100%;
  }
  .container {
    max-width: 80.9556rem;
  }
  a.btn-main {
    font-size: 16px;
    padding: 7px 35px;
  }
  .padding {
    padding: 60px 0;
  }
  #header .res_navigation {
    display: block;
    margin-left: 20px;
  }
  #header .wrapper .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #C6D92D;
    transform: translateX(100%);
    transition: all ease 0.3s;
    margin: 0;
  }
  #header .wrapper .main-menu ul#menu-header-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 1.9rem;
    padding: 0;
  }
  #header .wrapper .main-menu ul#menu-header-menu li a {
    color: #000;
    font-size: 2.2rem;
  }
  #header ul#menu-header-menu {
    gap: 15px;
  }
  html.menu-open #header .main-menu {
    transform: translateX(0);
  }
  #header .wrapper .main-menu > div {
    height: 100%;
  }
  #header .header-contact {
    margin-left: auto;
  }
  #header .header-contact a.btn {
    font-size: 16px;
  }
  .who-we-work .wrapper {
    background-position: 60% 100%;
  }
  .who-we-are .wrap {
    grid-gap: 5.6222rem;
  }
  .what-we-do::before,
  .what-we-do::after,
  .reseller-verfication::before,
  .reseller-verfication::after {
    width: 40.1851rem;
    height: 40.1851rem;
  }
  .what-we-do ul.list li img {
    width: 4.5556rem;
  }
  .contact-info .box h2 {
    font-size: 2.8778rem;
  }
  .gform_wrapper.gravity-theme form .gform_body input,
  .gform_wrapper.gravity-theme form .gform_body select,
  .gform_wrapper.gravity-theme form .gform_body textarea.large {
    height: 48px;
    line-height: 48px;
    padding: 0 13px;
  }
  .gform_wrapper.gravity-theme form .gform_body textarea.large {
    height: 93px !important;
    border-radius: 18px;
    padding-top: 14px !important;
  }
  #header ul#menu-header-menu li:last-child {
    display: block;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 16px;
  }
  body h1 {
    font-size: 3.6778rem;
    letter-spacing: -1px;
  }
  body h2 {
    font-size: 2.2778rem;
    letter-spacing: -1px;
  }
  #header .wrapper .main-menu ul#menu-header-menu {
    gap: 1rem;
  }
  .banner p.sub-title {
    font-size: 1.2111rem;
  }
  .who-we-are .wrap {
    grid-gap: 2.6222rem;
    grid-template-columns: 1fr;
  }
  .who-we-are .wrap .right-col {
    order: 1;
  }
  .who-we-are .wrap .left-col {
    order: 2;
  }
  .what-we-do ul.list {
    grid-template-columns: repeat(2, 1fr);
  }
  .what-we-do::before,
  .what-we-do::after,
  .reseller-verfication::before,
  .reseller-verfication::after {
    width: 20.1851rem;
    height: 20.1851rem;
  }
  .what-we-do h2 {
    padding-bottom: 2.3333rem;
  }
  .who-we-work .wrapper {
    background-image: unset;
    background-color: rgb(245, 249, 216);
    padding: 3rem;
  }
  .who-we-work .wrapper {
    min-height: unset;
  }
  .who-we-work .wrapper .content {
    max-width: 100%;
  }
  .why-partners .wrapper {
    min-height: unset;
  }
  .why-partners .wrapper .inner-logo img {
    display: none;
  }
  .why-partners .wrapper ul {
    position: unset;
    grid-gap: 30px 30px;
  }
  .why-partners .wrapper ul li:first-child {
    margin-right: 0rem;
  }
  .why-partners .wrapper ul li:nth-child(2) {
    margin-left: 0rem;
  }
  .why-partners .wrapper ul li:nth-child(3) {
    margin-right: 0rem;
    margin-top: 0rem;
  }
  .why-partners .wrapper ul li:nth-child(4) {
    margin-left: 0rem;
    margin-top: 0rem;
    margin-right: auto;
  }
  .why-partners .wrapper ul li:last-child {
    margin: 0rem auto;
  }
  .why-partners .wrapper ul li p {
    font-size: 1rem;
  }
  .why-partners p.sub-title {
    padding: 1.1111rem 0 1.7778rem;
  }
  .why-partners p.bottom-text {
    font-size: 1.0222rem;
  }
  .reseller-verfication ul.list {
    grid-template-columns: repeat(2, 1fr);
  }
  .reseller-verfication ul.list li img.arrow {
    display: none;
  }
  .reseller-verfication ul.list li {
    border-radius: 30px !important;
  }
  .reseller-verfication p.bottom-text {
    font-size: 1.0222rem;
    margin-top: 1.8778rem;
  }
  .contact-info .box {
    padding: 2.5556rem 22px;
  }
  .contact-info .bottom-wrap .right-col {
    margin-top: 0px;
  }
  .contact-info .bottom-wrap {
    grid-gap: 1.1111rem;
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
  }
  .contact-info .bottom-wrap .left-col {
    gap: 2rem;
  }
  .contact-info .bottom-wrap .left-col a {
    font-size: 1.0222rem;
    gap: 0.7111rem;
  }
}
@media (max-width: 767px) {
  #header .header-contact a.btn {
    font-size: 0;
    gap: 0;
    padding: 0 0;
    height: 3rem;
    width: 3rem;
    justify-content: center;
  }
  #header .header-contact a.btn-main {
    display: none;
  }
  #header .wrapper .main-menu ul#menu-header-menu {
    gap: 0.3rem;
  }
  #header .wrapper .main-menu ul#menu-header-menu li a {
    font-size: 1.7rem;
  }
  body h1 {
    font-size: 2.7778rem;
  }
  .banner {
    min-height: 85vh;
  }
  body h2 {
    font-size: 1.9778rem;
  }
  .who-we-are p {
    font-size: 1.0111rem;
  }
  .who-we-are .wrap {
    grid-gap: 1.6222rem;
  }
  .what-we-do ul.list {
    grid-template-columns: repeat(1, 1fr);
  }
  .what-we-do::before,
  .what-we-do::after,
  .reseller-verfication::before,
  .reseller-verfication::after {
    content: none;
  }
  .who-we-work .wrapper {
    padding: 2rem 22px;
  }
  .who-we-work .wrapper ul li {
    line-height: 150%;
    padding: 0 0 0.8889rem 1.7778rem;
  }
  .who-we-work .wrapper ul li::before {
    top: 3px;
  }
  .why-partners .wrapper ul {
    grid-template-columns: 1fr;
    grid-gap: 17px;
  }
  .why-partners .wrapper ul li {
    margin: 0 !important;
    width: 100% !important;
  }
  .why-partners .wrapper ul li:last-child {
    grid-column: unset;
  }
  .why-partners p.bottom-text {
    font-size: 1.0222rem;
    padding-top: 1.5778rem;
  }
  .reseller-verfication ul.list {
    grid-template-columns: repeat(1, 1fr);
  }
  .reseller-verfication ul.list li {
    padding: 1.2667rem 15px;
  }
  .contact-info .box h2 {
    font-size: 2.3778rem;
    margin-bottom: 0.9667rem;
  }
  .contact-info .bottom-wrap .left-col {
    gap: 1rem;
  }
  .contact-info .bottom-wrap .right-col .text p {
    font-size: 1.1333rem;
    letter-spacing: 0;
    margin: 10px 0 1.6667rem;
  }
  .contact-info .bottom-wrap .right-col .content {
    padding: 30px 15px;
  }
  body.error404 .content-wrap h1 {
    font-size: 8.5rem;
  }
  body.error404 .content-wrap h2 {
    font-size: 2.4rem;
    margin: 1.6rem 0 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */