@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: local("Gotham Pro Light"), local("GothamPro-Light"), url("../fonts/Gotham/GothamPro-Light.woff") format("woff");
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Pro"), local("GothamPro"), url("../fonts/Gotham/GothamPro.woff") format("woff");
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("../fonts/Gotham/GothamPro-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: bold;
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("../fonts/Gotham/GothamPro-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 900;
  src: local("Gotham Pro Black"), local("GothamPro-Black"), url("../fonts/Gotham/GothamPro-Black.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2");
}

html,
button,
input,
textarea,
a {
  font-family: 'Gotham', 'Arial', sans-serif;
}

html a {
  color: #FFFFFF;
  font-weight: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  /*background: transparent;*/
}

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

html {
  -ms-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  color: #000;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialised;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

img,
object,
embed {
  max-width: 100%;
}

fieldset,
img {
  border: 0;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: middle;
}

pre {
  white-space: pre-line;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  display: none;
}

figure {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}

[type=reset],
[type=submit] {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

input::-webkit-date-and-time-value {
  margin: 0;
}

input[type='radio'] {
  vertical-align: text-bottom;
}

input[type='checkbox'] {
  vertical-align: bottom;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td,
img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
  outline: none;
  padding: 0;
}

button,
input[type=button] {
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  overflow: visible;
  padding: 0;
  width: auto;
}

/*remove dotted outline/border in Firefox*/

a,
button::-moz-focus-inner {
  border: 0;
}

button:focus,
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*edge input reset*/

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

body {
  background-color: black !important;
  color: #FFFFFF;
}

body.landing-page {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.lock-body {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1580px;
  padding: 0 36px;
  width: 100%;
}

.wrap {
  -ms-flex-align: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

p a::after {
  -ms-transform: rotate(45deg) translateY(-2px);
  -webkit-transform: rotate(45deg) translateY(-2px);
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translateY(-2px);
  width: 10px;
}

#cookie-law-info-bar {
  -webkit-box-shadow: none !important;
  background: #0D0D0D !important;
  box-shadow: none !important;
}

#cookie-law-info-bar .cli-bar-message,
#cookie-law-info-bar .cli_messagebar_head {
  color: #FFFFFF !important;
  font-family: 'Gotham', 'Arial', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

#cookie-law-info-bar .cli_messagebar_head {
  font-size: 18px !important;
}

#cookie-law-info-bar a.cli_settings_button {
  background: transparent !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

#cookie-law-info-bar a.cli_action_button {
  background: #FFFFFF !important;
  border: 3px solid #FF9300 !important;
  color: #2C2C2C !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

img {
  height: 100%;
  width: 100%;
}

body.new-home-page {
  background-color: #0D0D0D !important;
  color: #FFFFFF;
  font-family: 'Gotham', 'Arial', sans-serif;
}

.new-home-page .container {
  margin: 0 auto;
  max-width: 1580px;
  padding: 0 20px !important;
  width: 100%;
}

.new-home-page img {
  height: 100%;
  width: 100%;
}

.new-home-page .header {
  background-color: #171614;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.new-home-page .header-wrap {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.new-home-page .header__logo {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  justify-content: center;
  width: 251px;
}

.new-home-page .header__logo a:hover {
  opacity: 0.7;
}

.new-home-page .header__user a {
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all ease 0.2s;
}

.new-home-page .header__user a:hover {
  color: #FD9300;
  cursor: pointer;
}

.new-home-page .footer {
  background: #0D0D0D;
}

.new-home-page .footer-wrap {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 35px 0 90px;
}

.new-home-page .footer__row {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.new-home-page .footer__row--top {
  border-bottom: 1px solid #83888D;
  padding-bottom: 35px;
}

.new-home-page .footer__row--bottom {
  padding-top: 70px;
}

.new-home-page .footer__logo {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  justify-content: center;
  width: 251px;
}

.new-home-page .footer__logo a:hover {
  opacity: 0.7;
}

.new-home-page .footer-menu {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.new-home-page .footer-socials__list {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-home-page .footer-socials__item a {
  display: block;
  padding: 15px;
}

.new-home-page .footer-socials__item a .footer-socials__link {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.new-home-page .footer-socials__item a .footer-socials__link--facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='70' viewBox='0 0 40 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.645 40.6953V70H11.1834V40.6953H0V28.8129H11.1834V24.4896C11.1834 8.43935 17.8883 0 32.0747 0C36.4238 0 37.5111 0.698965 39.8927 1.26849V13.0215C37.2263 12.5555 36.4756 12.2966 33.7056 12.2966C30.4179 12.2966 28.6575 13.2286 27.0525 15.0666C25.4475 16.9046 24.645 20.0888 24.645 24.645V28.8388H39.8927L35.8025 40.7212H24.645V40.6953Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  height: 20px;
  width: 11px;
}

.new-home-page .footer-socials__item a .footer-socials__link--twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='60' viewBox='0 0 69 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 51.4003C7.40093 51.8168 13.8727 50.0867 20.1844 45.5051C13.8087 44.4158 9.38735 41.5003 6.98445 35.477C8.84269 35.2207 10.4767 35.7013 12.399 34.9324C6.11941 32.1771 2.05048 28.0441 1.89029 20.8994C3.87669 21.0596 5.38252 22.3732 7.75338 22.181C1.98642 16.5422 0.224271 10.3908 3.84464 2.92575C9.86791 9.8461 16.9164 14.5558 25.5348 16.7665C26.0154 16.8946 26.4639 17.0228 26.9445 17.1189C29.1552 17.6315 31.7824 18.7208 33.128 18.5606C35.4348 18.2723 33.128 15.6131 33.7047 12.1529C35.5309 1.38789 47.3852 -3.51402 56.1638 2.79759C58.7269 4.65584 60.7453 4.6238 63.2764 3.50245C64.59 2.92575 65.9356 2.34905 67.5055 1.67624C67.1531 4.75195 64.7822 6.45 62.8919 8.72475C65.0385 9.20533 66.7686 8.59659 68.755 7.95582C68.0822 10.1665 66.4162 11.416 64.9103 12.6335C63.3404 13.883 62.7317 15.1966 62.6676 17.247C61.7065 48.2925 26.4319 72.2895 2.30681 53.1944C-0.0320153 51.3362 2.24271 53.1944 0 51.4003Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  height: 17px;
  width: 20px;
}

.new-home-page .footer-socials__item a .footer-socials__link--linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8066 23.0188H1.17969V69.663H15.8066V23.0188Z' fill='%23fff'/%3E%3Cpath d='M55.3732 22.0077C54.834 21.9403 54.2611 21.9066 53.6881 21.8729C45.4984 21.5359 40.8812 26.389 39.2635 28.4786C38.8254 29.0515 38.6231 29.3886 38.6231 29.3886V23.1536H24.6366V69.7978H38.6231H39.2635C39.2635 65.0458 39.2635 60.3274 39.2635 55.5754C39.2635 53.014 39.2635 50.4526 39.2635 47.8912C39.2635 44.7232 39.0276 41.3529 40.6116 38.4545C41.9597 36.0279 44.3862 34.8147 47.1161 34.8147C55.2047 34.8147 55.3732 42.1281 55.3732 42.8021C55.3732 42.8358 55.3732 42.8695 55.3732 42.8695V70H70.0001V39.5667C70.0001 29.1526 64.7088 23.0188 55.3732 22.0077Z' fill='%23fff'/%3E%3Cpath d='M8.49301 16.986C13.1836 16.986 16.9861 13.1836 16.9861 8.49303C16.9861 3.80246 13.1836 0 8.49301 0C3.80244 0 0 3.80246 0 8.49303C0 13.1836 3.80244 16.986 8.49301 16.986Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  height: 19px;
  width: 19px;
}

.new-home-page .footer-socials__item a .footer-socials__link--youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='89' height='60' viewBox='0 0 89 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M74.5024 60H14.4975C6.46861 60 0 52.8994 0 44.1657V15.8343C0 7.06509 6.50112 0 14.4975 0H74.5024C82.5313 0 88.9999 7.10059 88.9999 15.8343V44.1657C89.0324 52.9349 82.5313 60 74.5024 60Z' fill='white'/%3E%3Cpath d='M60.2426 29.5562L35 15V44.1124L60.2426 29.5562Z' fill='black'/%3E%3C/svg%3E%0A");
  height: 20px;
  width: 26px;
}

.new-home-page .footer-socials__item a:hover .footer-socials__link--facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='70' viewBox='0 0 40 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.645 40.6953V70H11.1834V40.6953H0V28.8129H11.1834V24.4896C11.1834 8.43935 17.8883 0 32.0747 0C36.4238 0 37.5111 0.698965 39.8927 1.26849V13.0215C37.2263 12.5555 36.4756 12.2966 33.7056 12.2966C30.4179 12.2966 28.6575 13.2286 27.0525 15.0666C25.4475 16.9046 24.645 20.0888 24.645 24.645V28.8388H39.8927L35.8025 40.7212H24.645V40.6953Z' fill='%23FD9300'/%3E%3C/svg%3E%0A");
}

.new-home-page .footer-socials__item a:hover .footer-socials__link--twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='60' viewBox='0 0 69 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 51.4003C7.40093 51.8168 13.8727 50.0867 20.1844 45.5051C13.8087 44.4158 9.38735 41.5003 6.98445 35.477C8.84269 35.2207 10.4767 35.7013 12.399 34.9324C6.11941 32.1771 2.05048 28.0441 1.89029 20.8994C3.87669 21.0596 5.38252 22.3732 7.75338 22.181C1.98642 16.5422 0.224271 10.3908 3.84464 2.92575C9.86791 9.8461 16.9164 14.5558 25.5348 16.7665C26.0154 16.8946 26.4639 17.0228 26.9445 17.1189C29.1552 17.6315 31.7824 18.7208 33.128 18.5606C35.4348 18.2723 33.128 15.6131 33.7047 12.1529C35.5309 1.38789 47.3852 -3.51402 56.1638 2.79759C58.7269 4.65584 60.7453 4.6238 63.2764 3.50245C64.59 2.92575 65.9356 2.34905 67.5055 1.67624C67.1531 4.75195 64.7822 6.45 62.8919 8.72475C65.0385 9.20533 66.7686 8.59659 68.755 7.95582C68.0822 10.1665 66.4162 11.416 64.9103 12.6335C63.3404 13.883 62.7317 15.1966 62.6676 17.247C61.7065 48.2925 26.4319 72.2895 2.30681 53.1944C-0.0320153 51.3362 2.24271 53.1944 0 51.4003Z' fill='%23FD9300'/%3E%3C/svg%3E%0A");
}

.new-home-page .footer-socials__item a:hover .footer-socials__link--linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8066 23.0188H1.17969V69.663H15.8066V23.0188Z' fill='%23FD9300'/%3E%3Cpath d='M55.3732 22.0077C54.834 21.9403 54.2611 21.9066 53.6881 21.8729C45.4984 21.5359 40.8812 26.389 39.2635 28.4786C38.8254 29.0515 38.6231 29.3886 38.6231 29.3886V23.1536H24.6366V69.7978H38.6231H39.2635C39.2635 65.0458 39.2635 60.3274 39.2635 55.5754C39.2635 53.014 39.2635 50.4526 39.2635 47.8912C39.2635 44.7232 39.0276 41.3529 40.6116 38.4545C41.9597 36.0279 44.3862 34.8147 47.1161 34.8147C55.2047 34.8147 55.3732 42.1281 55.3732 42.8021C55.3732 42.8358 55.3732 42.8695 55.3732 42.8695V70H70.0001V39.5667C70.0001 29.1526 64.7088 23.0188 55.3732 22.0077Z' fill='%23FD9300'/%3E%3Cpath d='M8.49301 16.986C13.1836 16.986 16.9861 13.1836 16.9861 8.49303C16.9861 3.80246 13.1836 0 8.49301 0C3.80244 0 0 3.80246 0 8.49303C0 13.1836 3.80244 16.986 8.49301 16.986Z' fill='%23FD9300'/%3E%3C/svg%3E%0A");
}

.new-home-page .footer-socials__item a:hover .footer-socials__link--youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='89' height='60' viewBox='0 0 89 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M74.5024 60H14.4975C6.46861 60 0 52.8994 0 44.1657V15.8343C0 7.06509 6.50112 0 14.4975 0H74.5024C82.5313 0 88.9999 7.10059 88.9999 15.8343V44.1657C89.0324 52.9349 82.5313 60 74.5024 60Z' fill='%23FD9300'/%3E%3Cpath d='M60.2426 29.5562L35 15V44.1124L60.2426 29.5562Z' fill='black'/%3E%3C/svg%3E%0A");
}

.new-home-page .footer-copyright {
  padding: 0;
}

.new-home-page .footer-copyright__item a {
  padding: 0 10px;
}

.main {
  background-position: right 1130px !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  padding: 245px 0 160px;
}

.main-wrap {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.main__col--left {
  max-width: 900px;
  padding-right: 10px;
  width: 60%;
}

.main__col--right {
  max-width: 600px;
  padding-left: 10px;
  width: 40%;
}

.main__col .introducing {
  margin-bottom: 46px;
}

.main__col .introducing__title {
  margin-bottom: 28px;
}

.main__col .introducing__title h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 73px;
}

.main__col .introducing__subtitle {
  margin-bottom: 38px;
}

.main__col .introducing__subtitle h3 {
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
}

.main__col .introducing__description p {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 38px;
}

.main__col .introducing__infograph {
  background-color: #83888D;
  height: 450px;
  margin-bottom: 38px;
  width: 100%;
}

.main__col .introducing-accordion__wrap {
  margin-bottom: 60px;
}

.main__col .introducing-accordion__title {
  -ms-flex-align: center;
  -ms-flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  align-items: center;
  border-bottom: 1px solid #FD9300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 24px 0;
}

.main__col .introducing-accordion__title .ui-icon::after {
  content: '+';
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 39px;
}

.main__col .introducing-accordion__title.ui-accordion-header-active {
  border-bottom: none;
}

.main__col .introducing-accordion__title.ui-accordion-header-active .ui-icon::after {
  content: '-';
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 38px;
}

.main__col .introducing-accordion__title:hover {
  cursor: pointer;
}

.main__col .introducing-accordion__title h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 38px;
}

.main__col .introducing-accordion__content {
  border-bottom: 1px solid #FD9300;
  display: none;
  padding: 10px 0;
}

.main__col .about {
  background-color: transparent;
  padding: 0;
}

.main__col .about__title {
  margin-bottom: 24px;
  padding: 0;
}

.main__col .about__title::after {
  display: none;
}

.main__col .about__title h4 {
  color: #FD9300;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 39px;
}

.main__col .about__description {
  margin-bottom: 38px;
  max-width: 100%;
}

.main__col .about__description p {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  text-align: left;
}

.main__col .cta__image {
  background-color: #636363;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 248px;
  width: 100%;
}

.main__col .cta__wrap {
  background-color: #2C2C2C;
  padding: 50px;
}

.main__col .cta__subtitle {
  margin-bottom: 24px;
}

.main__col .cta__subtitle h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
}

.main__col .cta__subtitle--orange {
  color: #FD9300;
}

.main__col .cta__form {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.main__col .cta__input-wrap {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
  width: 100%;
}

.main__col .cta__label {
  color: #83888D;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main__col .cta__label::after {
  color: #FD9300;
  content: '*';
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  position: absolute;
  right: -10px;
  top: 0;
}

.main__col .cta__input {
  background-color: transparent;
  border: 1px solid #83888D;
  color: #83888D;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  padding: 26px;
}

.main__col .cta__input:focus {
  background-color: #FFFFFF;
  color: #0D0D0D;
}

.main__col .cta__submit-wrap {
  margin-top: 50px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main__col .cta__submit-wrap::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6L15 12L9 18' stroke='%23FD9300' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 45px;
  position: absolute;
  right: -45px;
  top: -9px;
  width: 45px;
}

.main__col .cta__submit {
  color: #FD9300;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
  text-transform: uppercase;
}

.arrow-link {
  color: #FF9300;
  display: inline;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  z-index: 1;
}

.arrow-link p {
  display: inline;
  font-weight: 600;
}

.arrow-link p b {
  font-weight: 600;
}

.arrow-link span {
  -ms-transform: rotate(45deg) translateY(-2px);
  -webkit-transform: rotate(45deg) translateY(-2px);
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translateY(-2px);
  width: 10px;
}

.arrow-link_gray {
  color: #9D9C9A;
  font: normal normal 500 25px/30px Montserrat;
  letter-spacing: 0.35px;
  opacity: 1;
  text-transform: uppercase;
}

.arrow-link_gray span {
  margin-left: 32px;
}

.outlined-link {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  border: 3px solid #FF9300;
  color: #FFFFFF;
  color: #FF9300;
  font: normal normal 700 25px/30px Montserrat;
  letter-spacing: 0.35px;
  margin: 0 auto;
  padding: 32px 71px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.outlined-link:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
}

.outlined-link:hover span {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  border-right: 2px solid #FF9300;
  border-top: 2px solid #FF9300;
  transition: 0.3s ease-in-out;
}

.outlined-link span {
  -ms-transform: rotate(45deg) translateY(-3px);
  -webkit-transform: rotate(45deg) translateY(-3px);
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  display: inline-block;
  height: 12px;
  transform: rotate(45deg) translateY(-3px);
  width: 12px;
}

.outlined-link_big span {
  margin-left: 160px;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #3b3b3b 0% 0% no-repeat padding-box;
  height: 18px;
  opacity: 1;
  width: 18px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.icon-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999;' xml:space='preserve' fill='white'%3e%3cg%3e%3cg%3e%3cpath d='M508.874,478.708L360.142,329.976c28.21-34.827,45.191-79.103,45.191-127.309c0-111.75-90.917-202.667-202.667-202.667 S0,90.917,0,202.667s90.917,202.667,202.667,202.667c48.206,0,92.482-16.982,127.309-45.191l148.732,148.732 c4.167,4.165,10.919,4.165,15.086,0l15.081-15.082C513.04,489.627,513.04,482.873,508.874,478.708z M202.667,362.667 c-88.229,0-160-71.771-160-160s71.771-160,160-160s160,71.771,160,160S290.896,362.667,202.667,362.667z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  height: 18px;
  width: 18px;
}

.icon-facebook {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='white' height='682pt' viewBox='-172 -21 682 682.66669' width='682pt' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m221.796875 640h-162.503906v-226.246094h-69.042969v-150.003906h69.042969v-100.628906c0-89.949219 73.175781-163.121094 163.117187-163.121094h105.9375v162.507812h-80.410156c-14.410156 0-26.140625 11.726563-26.140625 26.132813v75.105469h69.042969v150.007812h-69.042969zm0 0'/%3e%3c/svg%3e");
  height: 18px;
  width: 18px;
}

.icon-youtube {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='white' height='511pt' viewBox='0 -71 511.99912 511' width='511pt' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m255.980469 370.492188c-.042969 0-.089844 0-.136719 0-15.449219-.105469-152.027344-1.351563-190.722656-11.816407-27.042969-7.269531-48.390625-28.59375-55.679688-55.640625-10.125-38.011718-9.4804685-111.195312-9.410156-117.039062-.0664062-5.816406-.71875-79.605469 9.378906-117.929688.011719-.035156.019532-.074218.03125-.109375 7.207032-26.738281 29.035156-48.722656 55.613282-56.011719.066406-.019531.136718-.035156.203124-.054687 38.257813-10.054687 175.105469-11.285156 190.585938-11.390625h.277344c15.488281.105469 152.429687 1.351562 190.769531 11.832031 26.972656 7.25 48.304687 28.546875 55.613281 55.558594 10.503906 38.351563 9.53125 112.300781 9.425782 118.542969.074218 6.148437.6875 78.675781-9.378907 116.878906-.007812.039062-.019531.074219-.027343.109375-7.292969 27.046875-28.636719 48.371094-55.710938 55.648437-.035156.011719-.074219.019532-.109375.03125-38.253906 10.050782-175.105469 11.28125-190.582031 11.390626-.046875 0-.09375 0-.140625 0zm-207.90625-292.167969c-8.890625 33.828125-8.050781 106.675781-8.042969 107.410156v.527344c-.265625 20.203125.667969 78.710937 8.046875 106.421875 3.578125 13.269531 14.105469 23.78125 27.457031 27.371094 28.550782 7.722656 139.789063 10.152343 180.445313 10.4375 40.761719-.285157 152.164062-2.648438 180.503906-10.0625 13.308594-3.601563 23.800781-14.078126 27.402344-27.363282 7.386719-28.117187 8.3125-86.339844 8.042969-106.414062 0-.210938 0-.421875.003906-.632813.367187-20.445312-.355469-79.636719-8.011719-107.570312-.007813-.027344-.015625-.054688-.019531-.082031-3.59375-13.328126-14.125-23.839844-27.476563-27.429688-28.273437-7.730469-139.691406-10.152344-180.445312-10.4375-40.734375.285156-152.027344 2.644531-180.453125 10.050781-13.097656 3.632813-23.863282 14.519531-27.453125 27.773438zm435.136719 219.894531h.011718zm-278.210938-31.726562v-161.996094l140 81zm0 0'/%3e%3c/svg%3e");
  height: 20px;
  width: 20px;
}

.icon-youtube-dark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg height='511pt' viewBox='0 -71 511.99912 511' width='511pt' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m255.980469 370.492188c-.042969 0-.089844 0-.136719 0-15.449219-.105469-152.027344-1.351563-190.722656-11.816407-27.042969-7.269531-48.390625-28.59375-55.679688-55.640625-10.125-38.011718-9.4804685-111.195312-9.410156-117.039062-.0664062-5.816406-.71875-79.605469 9.378906-117.929688.011719-.035156.019532-.074218.03125-.109375 7.207032-26.738281 29.035156-48.722656 55.613282-56.011719.066406-.019531.136718-.035156.203124-.054687 38.257813-10.054687 175.105469-11.285156 190.585938-11.390625h.277344c15.488281.105469 152.429687 1.351562 190.769531 11.832031 26.972656 7.25 48.304687 28.546875 55.613281 55.558594 10.503906 38.351563 9.53125 112.300781 9.425782 118.542969.074218 6.148437.6875 78.675781-9.378907 116.878906-.007812.039062-.019531.074219-.027343.109375-7.292969 27.046875-28.636719 48.371094-55.710938 55.648437-.035156.011719-.074219.019532-.109375.03125-38.253906 10.050782-175.105469 11.28125-190.582031 11.390626-.046875 0-.09375 0-.140625 0zm-207.90625-292.167969c-8.890625 33.828125-8.050781 106.675781-8.042969 107.410156v.527344c-.265625 20.203125.667969 78.710937 8.046875 106.421875 3.578125 13.269531 14.105469 23.78125 27.457031 27.371094 28.550782 7.722656 139.789063 10.152343 180.445313 10.4375 40.761719-.285157 152.164062-2.648438 180.503906-10.0625 13.308594-3.601563 23.800781-14.078126 27.402344-27.363282 7.386719-28.117187 8.3125-86.339844 8.042969-106.414062 0-.210938 0-.421875.003906-.632813.367187-20.445312-.355469-79.636719-8.011719-107.570312-.007813-.027344-.015625-.054688-.019531-.082031-3.59375-13.328126-14.125-23.839844-27.476563-27.429688-28.273437-7.730469-139.691406-10.152344-180.445312-10.4375-40.734375.285156-152.027344 2.644531-180.453125 10.050781-13.097656 3.632813-23.863282 14.519531-27.453125 27.773438zm435.136719 219.894531h.011718zm-278.210938-31.726562v-161.996094l140 81zm0 0'/%3e%3c/svg%3e");
  height: 20px;
  width: 20px;
}

.icon-facebook-dark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='black' height='682pt' viewBox='-172 -21 682 682.66669' width='682pt' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m221.796875 640h-162.503906v-226.246094h-69.042969v-150.003906h69.042969v-100.628906c0-89.949219 73.175781-163.121094 163.117187-163.121094h105.9375v162.507812h-80.410156c-14.410156 0-26.140625 11.726563-26.140625 26.132813v75.105469h69.042969v150.007812h-69.042969zm0 0'/%3e%3c/svg%3e");
  height: 18px;
  width: 18px;
}

.icon-twitter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3csvg fill='white' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M512,97.248c-19.04,8.352-39.328,13.888-60.48,16.576c21.76-12.992,38.368-33.408,46.176-58.016 c-20.288,12.096-42.688,20.64-66.56,25.408C411.872,60.704,384.416,48,354.464,48c-58.112,0-104.896,47.168-104.896,104.992 c0,8.32,0.704,16.32,2.432,23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056,15.712-14.368,33.696-14.368,53.056 c0,36.352,18.72,68.576,46.624,87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0,0.32,0,0.736,0,1.152 c0,51.008,36.384,93.376,84.096,103.136c-8.544,2.336-17.856,3.456-27.52,3.456c-6.72,0-13.504-0.384-19.872-1.792 c13.6,41.568,52.192,72.128,98.08,73.12c-35.712,27.936-81.056,44.768-130.144,44.768c-8.608,0-16.864-0.384-25.12-1.44 C46.496,446.88,101.6,464,161.024,464c193.152,0,298.752-160,298.752-298.688c0-4.64-0.16-9.12-0.384-13.568 C480.224,136.96,497.728,118.496,512,97.248z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  height: 18px;
  width: 18px;
}

.icon-twitter-dark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3csvg fill='black' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M512,97.248c-19.04,8.352-39.328,13.888-60.48,16.576c21.76-12.992,38.368-33.408,46.176-58.016 c-20.288,12.096-42.688,20.64-66.56,25.408C411.872,60.704,384.416,48,354.464,48c-58.112,0-104.896,47.168-104.896,104.992 c0,8.32,0.704,16.32,2.432,23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056,15.712-14.368,33.696-14.368,53.056 c0,36.352,18.72,68.576,46.624,87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0,0.32,0,0.736,0,1.152 c0,51.008,36.384,93.376,84.096,103.136c-8.544,2.336-17.856,3.456-27.52,3.456c-6.72,0-13.504-0.384-19.872-1.792 c13.6,41.568,52.192,72.128,98.08,73.12c-35.712,27.936-81.056,44.768-130.144,44.768c-8.608,0-16.864-0.384-25.12-1.44 C46.496,446.88,101.6,464,161.024,464c193.152,0,298.752-160,298.752-298.688c0-4.64-0.16-9.12-0.384-13.568 C480.224,136.96,497.728,118.496,512,97.248z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  height: 18px;
  width: 18px;
}

.icon-drop {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3csvg fill='white' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 491.996 491.996' style='enable-background:new 0 0 491.996 491.996;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M484.132,124.986l-16.116-16.228c-5.072-5.068-11.82-7.86-19.032-7.86c-7.208,0-13.964,2.792-19.036,7.86l-183.84,183.848 L62.056,108.554c-5.064-5.068-11.82-7.856-19.028-7.856s-13.968,2.788-19.036,7.856l-16.12,16.128 c-10.496,10.488-10.496,27.572,0,38.06l219.136,219.924c5.064,5.064,11.812,8.632,19.084,8.632h0.084 c7.212,0,13.96-3.572,19.024-8.632l218.932-219.328c5.072-5.064,7.856-12.016,7.864-19.224 C491.996,136.902,489.204,130.046,484.132,124.986z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  height: 12px;
  margin-left: 5px;
  width: 12px;
}

.icon-instagram {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3csvg version='1.1' fill='white' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M363.273,0H148.728C66.719,0,0,66.719,0,148.728v214.544C0,445.281,66.719,512,148.728,512h214.544 C445.281,512,512,445.281,512,363.273V148.728C512,66.719,445.281,0,363.273,0z M472,363.272C472,423.225,423.225,472,363.273,472 H148.728C88.775,472,40,423.225,40,363.273V148.728C40,88.775,88.775,40,148.728,40h214.544C423.225,40,472,88.775,472,148.728 V363.272z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M256,118c-76.094,0-138,61.906-138,138s61.906,138,138,138s138-61.906,138-138S332.094,118,256,118z M256,354 c-54.037,0-98-43.963-98-98s43.963-98,98-98s98,43.963,98,98S310.037,354,256,354z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  height: 18px;
  width: 18px;
}

.icon-instagram-dark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3csvg version='1.1' fill='black' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M363.273,0H148.728C66.719,0,0,66.719,0,148.728v214.544C0,445.281,66.719,512,148.728,512h214.544 C445.281,512,512,445.281,512,363.273V148.728C512,66.719,445.281,0,363.273,0z M472,363.272C472,423.225,423.225,472,363.273,472 H148.728C88.775,472,40,423.225,40,363.273V148.728C40,88.775,88.775,40,148.728,40h214.544C423.225,40,472,88.775,472,148.728 V363.272z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M256,118c-76.094,0-138,61.906-138,138s61.906,138,138,138s138-61.906,138-138S332.094,118,256,118z M256,354 c-54.037,0-98-43.963-98-98s43.963-98,98-98s98,43.963,98,98S310.037,354,256,354z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  height: 18px;
  width: 18px;
}

.header {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  background-color: #0D0D0D;
  left: 0;
  position: fixed;
  top: 0;
  transition: all .3s;
  width: 100%;
  z-index: 9999999;
}

.header .wrap {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  background-color: #0D0D0D;
  transition: all .3s;
  width: 266px;
}

.header__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.header__logo:hover {
  opacity: 0.7;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__link {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  padding: 48px 0;
  position: relative;
  transition: all .3s;
}

.header__link:last-of-type > a {
  padding-right: 0;
}

.header__link > a {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.65px;
  padding: 0 28px;
  transition: all .3s;
}

.header__link > a:hover {
  color: #FF9300;
}

.header__link--active a {
  color: #FF9300;
}

.header__link--sub:hover {
  background: #0D0D0D;
}

.header__link--sub:hover::after {
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #FF9300;
  border-right: 2px solid #FF9300;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 9px;
  top: calc(50% - 4px);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}

.header__link--sub:hover > a {
  color: #FF9300;
}

.header__link--sub:hover .header__submenu {
  height: auto;
  opacity: 1;
  overflow: unset;
}

.header__submenu {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  background: #0D0D0D;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 28px;
  padding-bottom: 20px;
  position: absolute;
  top: 115px;
  transition: all .3s;
  width: 100%;
}

.header__sublink a {
  -ms-flex-pack: end;
  -o-transition: all .3s;
  -webkit-box-pack: end;
  -webkit-transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  justify-content: flex-end;
  margin-bottom: 20px;
  text-align: right;
  text-transform: capitalize;
  transition: all .3s;
  width: 100%;
}

.header__sublink a:hover {
  color: #FF9300;
}

.header.scrollable {
  background-color: #0d0d0dcc;
}

.header.scrollable:hover {
  background-color: #0d0d0d;
}

.header.scrollable:hover .header__logo {
  background-color: #0D0D0D;
}

.header.scrollable .header__logo {
  background-color: #0D0D0D;
}

.mobile-header {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -o-transition: all .3s;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-transition: all .3s;
  align-items: center;
  display: none;
  justify-content: space-between;
  padding: 10px 20px;
  transition: all .3s;
  width: 100%;
}

.mobile-header--active {
  background: #0D0D0D;
}

.mobile-header__logo {
  background-color: #0D0D0D;
  width: 150px;
}

.mobile-header__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.mobile-header__burger {
  display: block;
}

.mobile-header__burger span {
  -ms-transform-origin: 2px 0px;
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  -webkit-transform-origin: 2px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: #FFFFFF;
  border-radius: 2px;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  transform-origin: 2px 0px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  width: 25px;
  z-index: 1;
}

.mobile-header__burger span:first-of-type {
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.mobile-header__burger span:nth-child(2) {
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.mobile-header__burger span:last-of-type {
  margin-bottom: 0;
}

.mobile-header__burger--active span:first-of-type {
  -ms-transform: rotate(45deg) translate(2px, 0);
  -ms-transform-origin: 0% 0%;
  -webkit-transform: rotate(45deg) translate(2px, 0);
  -webkit-transform-origin: 0% 0%;
  transform: rotate(45deg) translate(2px, 0);
  transform-origin: 0% 0%;
}

.mobile-header__burger--active span:nth-child(2) {
  opacity: 0;
}

.mobile-header__burger--active span:last-of-type {
  -ms-transform: rotate(-45deg) translate(-2px, 0);
  -webkit-transform: rotate(-45deg) translate(-2px, 0);
  transform: rotate(-45deg) translate(-2px, 0);
}

.mobile-menu {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  background: #0D0D0D;
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all .3s;
  width: 100%;
}

.mobile-menu--active {
  height: calc(100vh - 59px);
  opacity: 1;
  overflow: auto;
  pointer-events: all;
}

.mobile-menu__list {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 60px;
}

.mobile-menu__item {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  position: relative;
}

.mobile-menu__item--active > a {
  color: #FF9300;
}

.mobile-menu__item--sub > a {
  margin-bottom: 10px;
}

.mobile-menu__item a {
  font-size: 20px;
  font-weight: 400;
}

.mobile-menu__arrow {
  -ms-transform: rotate(-45deg);
  -o-transition: all .3s;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all .3s;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  display: block;
  height: 10px;
  position: absolute;
  right: -20px;
  top: 16px;
  transform: rotate(-45deg);
  transition: all .3s;
  width: 10px;
}

.mobile-menu__arrow--active {
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: 18px;
  transform: rotate(-225deg);
}

.mobile-menu__sublist {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -o-transition: all .3s;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-transition: all .3s;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all .3s;
}

.mobile-menu__sublist--active {
  height: auto;
  opacity: 1;
  overflow: auto;
  padding-top: 15px;
  pointer-events: all;
}

.mobile-menu__subitem {
  padding: 15px 0;
}

.mobile-menu__subitem a {
  font-size: 16px;
}

.mobile-menu__subitem:last-of-type {
  padding-bottom: 0;
}

.mobile-menu__footer {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 60px;
}

.mobile-menu__socials {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.mobile-menu__social {
  padding: 0 8px;
}

.mobile-menu__social:nth-child(3) {
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.mobile-menu__social a {
  display: block;
  height: 23px;
  overflow: hidden;
  width: 23px;
}

.mobile-menu__social a img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.mobile-menu__copyright {
  color: #bababa;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.header-link-active {
  color: #FF9300;
}

.body-lock {
  overflow: hidden;
}

.footer .wrap {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

.footer__line {
  background-color: #FFFFFF;
  display: block;
  height: 1px;
  opacity: .25;
  width: 100%;
}

.footer-menu {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
  padding-top: 155px;
  width: 100%;
}

.footer-menu__logo {
  -ms-flex-negative: 1;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  flex-shrink: 1;
  max-width: 265px;
  transition: all .3s;
  width: 100%;
}

.footer-menu__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer-menu__logo:hover {
  opacity: 0.7;
}

.footer-menu__logo-mobile {
  display: none;
}

.footer-menu__nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-menu__item a {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  color: #D8D8D8;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.65px;
  padding: 0 30px;
  transition: all .3s;
}

.footer-menu__item a:hover {
  color: #FF9300;
}

.footer-menu__socials {
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
}

.footer-menu__social {
  padding: 0 15px;
}

.footer-menu__social:last-of-type {
  padding-right: 0;
}

.footer-menu__social a {
  display: block;
  height: 25px;
  overflow: hidden;
  width: 25px;
}

.footer-menu__social a img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer-copyright {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 155px;
  padding-top: 80px;
  width: 100%;
}

.footer-copyright__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-copyright__item a {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  color: #D8D8D8;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.65px;
  margin-right: 90px;
  transition: all .3s;
}

.footer-copyright__item a:hover {
  color: #FF9300;
}

.footer-copyright__text {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  color: #D8D8D8;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.65px;
  transition: all .3s;
}

.vidbg-container {
  height: 100% !important;
  width: 100% !important;
}

.vidbg-container video {
  -o-object-fit: cover !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vidbg-container::before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner {
  height: 70vh;
  min-height: 500px;
  position: relative;
}

.banner__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner__img:before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.banner .wrap {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

.banner__content {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner__title p {
  color: #FFFFFF;
  font-size: 125px;
  font-weight: 900;
  letter-spacing: 1.40px;
  margin-bottom: 25px;
  text-transform: capitalize;
  z-index: 1;
}

.banner__subtitle {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.45px;
  line-height: 50px;
  margin-bottom: 30px;
  text-transform: capitalize;
  z-index: 1;
}

.banner-cta {
  -ms-flex-direction: column;
  -o-transition: all ease 0.3s;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-transition: all ease 0.3s;
  background-color: #2C2C2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  padding: 27px;
  position: absolute;
  right: 0;
  top: calc(50% - 113px);
  transition: all ease 0.3s;
}

.banner-cta h3 {
  border-bottom: 1px solid #FF9300;
  color: #FFFFFF;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.banner-cta p {
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
}

.banner-cta:hover {
  -ms-transform: scale(105%);
  -webkit-transform: scale(105%);
  transform: scale(105%);
}

#about .banner {
  height: 70vh;
  min-height: 500px;
}

#about .banner .wrap {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#about .banner__content {
  -ms-transform: translateY(calc( -50% + 40px));
  -webkit-transform: translateY(calc( -50% + 40px));
  transform: translateY(calc( -50% + 40px));
}

#about .banner .banner__title p {
  font-size: 60px;
  text-align: center;
  text-transform: capitalize;
}

#about .banner .banner__subtitle {
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  max-width: 650px;
  text-align: center;
  text-transform: none;
}

#contact .banner {
  height: 50vh;
  min-height: 400px;
}

#contact .banner__content {
  -ms-transform: translateY(calc( -50% + 30px));
  -webkit-transform: translateY(calc( -50% + 30px));
  transform: translateY(calc( -50% + 30px));
}

#who-we-serve .banner {
  max-height: 680px;
}

#who-we-serve .banner .wrap {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#who-we-serve .banner .banner__title p {
  font-size: 60px;
  text-align: center;
  text-transform: capitalize;
}

#who-we-serve .banner .who-we-serve__subtitle {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#who-we-serve .banner .who-we-serve__subtitle .banner__subtitle {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: all .3s;
}

#who-we-serve .banner .who-we-serve__subtitle .banner__subtitle:hover {
  color: #FF9300;
}

#what-we-solve .banner .wrap,
#know-your-competition .banner .wrap,
#team .banner .wrap,
#contact .banner .wrap {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#what-we-solve .banner .banner__title p,
#know-your-competition .banner .banner__title p,
#team .banner .banner__title p,
#contact .banner .banner__title p {
  font-size: 60px;
  text-align: center;
  text-transform: capitalize;
}

#what-we-solve .banner .banner__subtitle,
#know-your-competition .banner .banner__subtitle,
#team .banner .banner__subtitle,
#contact .banner .banner__subtitle {
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

#resources .banner .wrap {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#resources .banner .banner__title p {
  font-size: 60px;
  text-align: center;
  text-transform: capitalize;
}

#resources .banner .banner__subtitle {
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

#post .banner .banner__title p {
  font-size: 60px;
}

#solution .banner .wrap {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#solution .banner .banner__title p {
  font-size: 60px;
  text-align: center;
  text-transform: capitalize;
}

#solution .banner .banner__subtitle {
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

#main-screen .banner .js-banner__wrapper__title {
  opacity: 0;
}

#main-screen .banner__title {
  -o-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  color: #FFFFFF;
  display: none;
  font: normal normal 600 70px/70px 'Montserrat';
  height: 29vh;
  letter-spacing: 0.78px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.4s ease-in-out;
}

#main-screen .banner__title_first {
  display: block;
  opacity: 1;
}

#main-screen .banner__subtitle {
  color: #FFFFFF;
  font: normal normal 500 28px/35px 'Montserrat';
  letter-spacing: 2.8px;
  text-align: center;
  text-transform: uppercase;
}

#main-screen .banner__subtitle span {
  color: #FF9300;
}

#main-screen .banner__wrapper {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
}

#main-screen .banner__wrapper .arrow-link {
  display: block;
  margin: 51px auto 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#main-screen .banner__info {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}

#main-screen .banner__reports {
  width: 100%;
}

#main-screen .banner__reports .reports__list {
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 70px;
}

#main-screen .banner__reports .report__item {
  -ms-flex-direction: column;
  -ms-flex-preferred-size: 30%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 30%;
  flex-direction: column;
  position: relative;
}

#main-screen .banner__reports .report__item br {
  display: none;
}

#main-screen .banner__reports .report__item .report__number {
  color: #2C2C2C;
  font: normal normal 500 40px/24px 'Montserrat';
  left: -60px;
  letter-spacing: 0px;
  opacity: 1;
  position: absolute;
  text-transform: uppercase;
  top: 3px;
}

#main-screen .banner__reports .report__item .report__title a {
  color: #fff;
  font: normal normal 500 40px/49px 'Montserrat';
  letter-spacing: 0px;
  opacity: 1;
  text-shadow: 3px 3px 15px #000000;
}

#main-screen .banner__reports .report__item .report__dimmed {
  color: #FFFFFF;
  font: normal normal 300 20px/24px 'Montserrat';
  letter-spacing: 0px;
  opacity: 0.5;
  text-shadow: 3px 3px 15px #000000;
}

#main-screen .banner__reports .report__item:first-child .report__title a {
  color: #FF9300;
}

#main-screen .banner__reports .js-reports-slider {
  display: none;
}

#main-screen .banner__reports .js-reports-slider .swiper-pagination {
  bottom: 0 !important;
  text-align: left;
}

#main-screen .banner__reports .js-reports-slider .swiper-wrapper {
  padding: 0 0 25px;
}

#main-screen {
  height: unset;
  min-height: 100vh;
  padding: 20vh 0 5vh;
}

.background-image {
  padding: 250px 0;
  position: relative;
}

.background-image .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.background-image__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.background-image__img:before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.background-image__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.background-image__title {
  max-width: 800px;
  z-index: 1;
}

.background-image__title p {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.65px;
  line-height: 70px;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.background-image__title p strong {
  font-weight: 900;
}

.background-image__description {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
  max-width: 960px;
  padding: 0 10px;
  text-align: center;
  z-index: 1;
}

.background-image__description strong {
  font-weight: bold;
}

.background-image .arrow-link {
  font-size: 25px;
}

.background-image .arrow-link span {
  height: 14px;
  width: 14px;
}

.background-image.store .background-image__title {
  max-width: 1020px;
}

.background-image.solutions .background-image__title {
  max-width: 1020px;
}

#imgback1 {
  padding: 192px 0;
}

#imgback1 .background-image__title {
  max-width: 915px;
}

#imgback1 .background-image__title p {
  font: normal normal 300 60px/73px 'Montserrat';
  letter-spacing: 0.67px;
}

#imgback1 .background-image__title strong {
  font-weight: 600;
}

#imgback1 .background-image__description p {
  font: normal normal normal 23px/28px 'Montserrat';
  letter-spacing: 0;
  text-align: center;
}

#imgback1 .help {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 54px;
}

#imgback1 .help-question {
  color: #FFFFFF;
  font: normal normal bold 25px/30px 'Montserrat';
  letter-spacing: 0.35px;
  margin-bottom: 21px;
  text-align: center;
  text-transform: uppercase;
}

.brands {
  background-color: #0D0D0D;
  padding-top: 135px;
}

.brands .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.brands__title p {
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.67px;
  line-height: 73px;
  margin-bottom: 135px;
}

.brands__title p strong {
  font-weight: 700;
}

.brands__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.brands__item {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 135px;
  width: 20%;
}

#what-we-solve .brands__item {
  width: 16.66666%;
}

.fullscrean-slider {
  background-color: #0D0D0D;
  padding: 100px 0;
}

.fullscrean-slider .wrap {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.fullscrean-slider__swiper {
  width: 90%;
}

.fullscrean-slider__item {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fullscrean-slider__content {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-right: 120px;
  width: 60%;
}

.fullscrean-slider__overtitle {
  color: #FFFFFF;
  font-size: 25px;
  letter-spacing: 5px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.fullscrean-slider__title {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 16px;
}

.fullscrean-slider__description {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 16px;
}

.fullscrean-slider__img {
  overflow: hidden;
  width: 40%;
}

.fullscrean-slider__img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.fullscrean-slider .slick-arrow::before {
  content: '' !important;
}

.fullscrean-slider .slick-arrow span {
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  display: block;
  height: 30px;
  width: 30px;
}

.fullscrean-slider .slick-next {
  right: -30px;
}

.fullscrean-slider .slick-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fullscrean-slider .slick-prev {
  left: -40px;
}

.fullscrean-slider .slick-prev span {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.quote {
  padding: 130px 0;
  position: relative;
}

.quote .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.quote__slider {
  padding: 0 50px;
  width: 100%;
}

.quote__item {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  padding: 50px 0;
}

.quote__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.quote__img:before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.quote__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.quote__text {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.65px;
  line-height: 50px;
  margin-bottom: 50px;
  max-width: 960px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.quote__text strong {
  font-weight: 900;
}

.quote__text::before {
  color: #FF9300;
  content: '\201c';
  font-size: 80px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: -25px;
}

.quote__text::after {
  bottom: -5px;
  color: #FF9300;
  content: '\201d';
  font-size: 80px;
  font-weight: 900;
  position: absolute;
  right: -50px;
}

.quote__autor {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 12px;
  text-align: center;
  z-index: 1;
}

.quote__post {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

.quote .slick-arrow::before {
  content: '' !important;
}

.quote .slick-arrow span {
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  display: block;
  height: 30px;
  width: 30px;
}

.quote .slick-next {
  right: 25px;
}

.quote .slick-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quote .slick-prev {
  left: 15px;
}

.quote .slick-prev span {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.about {
  background-color: #2C2C2C;
  padding: 150px 0;
}

.about .container {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.about .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
  width: 75%;
}

.about__title {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
}

.about__title::after {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #FF9300;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px;
}

.about__description {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 30px;
  max-width: 850px;
  text-align: center;
}

.about__form {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.about__double-row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.about__input,
.about__input:hover,
.about__input:focus,
.about__input:active,
.about__input:-webkit-autofill,
.about__input:-webkit-autofill:hover,
.about__input:-webkit-autofill:focus,
.about__input:-webkit-autofill:active {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: autofill;
  -webkit-box-shadow: 0 0 0 30px #2C2C2C inset !important;
  -webkit-text-fill-color: #77838E !important;
  background: #2C2C2C;
  background-color: #2C2C2C;
  border: 1px solid #484848;
  border-radius: 3px;
  color: #77838E;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  outline: none;
  padding: 16px 30px;
  width: calc(50% - 40px);
}

.about__input:nth-child(odd),
.about__input:hover:nth-child(odd),
.about__input:focus:nth-child(odd),
.about__input:active:nth-child(odd),
.about__input:-webkit-autofill:nth-child(odd),
.about__input:-webkit-autofill:hover:nth-child(odd),
.about__input:-webkit-autofill:focus:nth-child(odd),
.about__input:-webkit-autofill:active:nth-child(odd) {
  margin-right: 40px;
}

.about__input:nth-child(even),
.about__input:hover:nth-child(even),
.about__input:focus:nth-child(even),
.about__input:active:nth-child(even),
.about__input:-webkit-autofill:nth-child(even),
.about__input:-webkit-autofill:hover:nth-child(even),
.about__input:-webkit-autofill:focus:nth-child(even),
.about__input:-webkit-autofill:active:nth-child(even) {
  margin-left: 40px;
}

.about__message {
  background: #2C2C2C;
  background-color: #2C2C2C;
  border: 1px solid #484848;
  border-radius: 3px;
  color: #77838E;
  font-size: 16px;
  height: 200px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
  padding: 14px;
  resize: none;
}

.about__submit {
  text-align: left;
}

.about__submit input {
  color: #FF9300;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.about-confirm {
  padding: 30px 0;
}

.about-confirm__response {
  border: 3px solid #FFFFFF;
  padding: 15px;
}

.about-confirm__response--error {
  border-color: #cc0000;
}

.about-confirm__response--success {
  border-color: #008000;
}

.about-confirm__text {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}

.terms {
  background: #2C2C2C;
  padding: 165px 0 80px;
}

.terms .container {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.terms .wrap {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  width: 75%;
}

.terms .elementor-heading-title {
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

.terms .elementor-text-editor > p {
  margin-bottom: 25px;
}

.terms .elementor-text-editor p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  word-break: break-word;
}

.terms .elementor-text-editor a {
  -o-transition: all .3s;
  -webkit-text-decoration-color: #FF9300;
  -webkit-transition: all .3s;
  text-decoration: underline;
  text-decoration-color: #FF9300;
  transition: all .3s;
}

.terms .elementor-text-editor a:hover {
  color: #FF9300;
}

.terms .elementor-text-editor u {
  font-weight: 500;
}

.press {
  background-color: #2C2C2C;
  padding-bottom: 60px;
  padding-top: 35px;
}

.press .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.press__title {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  width: 100%;
}

.press__title p {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.press__list {
  -ms-flex-align: stretch;
  -ms-flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  width: 100%;
}

.press__item {
  border: 1px solid #FFFFFF;
  margin: 0 16px 32px;
  min-height: 310px;
  width: calc(25% - 32px);
}

.press__item a {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -o-transition: all .3s;
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-transition: all .3s;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  transition: all .3s;
  width: 100%;
}

.press__item a:hover {
  background: #FF9300;
}

.press__item a:hover .press__readmore p span {
  color: #FFFFFF;
}

.press__img {
  background-color: #FFFFFF;
  height: 65px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 65px;
}

.press__img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.press__text {
  margin-bottom: 15px;
}

.press__text p {
  -o-text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #FFFFFF;
  display: block;
  display: -webkit-box;
  font-size: 25px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.press__date {
  margin-bottom: 15px;
}

.press__date p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
}

.press__readmore {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.press__readmore p {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  color: #2C2C2C;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  transition: all .3s;
}

.press__readmore > span {
  -ms-transform: rotate(45deg) translateY(-2px);
  -webkit-transform: rotate(45deg) translateY(-2px);
  border-right: 2px solid #2C2C2C;
  border-top: 2px solid #2C2C2C;
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translateY(-2px);
  width: 10px;
}

.brands-new {
  padding-top: 55px !important;
}

.brands-new__title {
  padding-left: 15px !important;
}

.brands-new__list {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.modal-banner {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -o-transition: .3s all ease;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: .3s all ease;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat', 'Arial', sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: .3s all ease;
  visibility: hidden;
  width: 100%;
  z-index: 10000000;
}

.modal-banner.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modal-banner__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal-banner__content {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  background: #1A1A1A;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 90vw;
  padding: 0px 0px 0px 62px;
  position: relative;
  width: 931px;
  z-index: 1;
}

.modal-banner__content--desktop {
  background-position: left top;
}

.modal-banner__content--mobile {
  background-position: right top;
  display: none;
}

.modal-banner__cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-banner__close {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  height: 27px;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 27px;
}

.modal-banner__close::after,
.modal-banner__close::before {
  background-color: #000000;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 15px;
}

.modal-banner__close::after {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-banner__close::before {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-banner__left-col {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-preferred-size: 50%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: space-between;
  padding: 58px 0 54px;
}

.modal-banner__right-col {
  -ms-flex-preferred-size: 57.8%;
  flex-basis: 57.8%;
  height: 480px;
}

.modal-banner__image {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.modal-banner__heading {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.modal-banner__mobile-heading {
  display: none;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.modal-banner__text {
  display: none;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 70px;
}

.modal-banner__button {
  -ms-flex-item-align: start;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  align-self: flex-start;
  border: 2px solid #F68524;
  border-radius: 9px;
  color: #F68524;
  font-size: 18px;
  line-height: 22px;
  padding: 22px 39px;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s ease;
}

.modal-banner__button:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.realtime {
  padding: 165px 0;
  position: relative;
}

.realtime .background-image__img {
  z-index: -1;
}

.realtime .background-image__img::before {
  background: transparent;
}

.realtime .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.realtime__title {
  color: #FFFFFF;
  font: normal normal 300 60px/73px 'Montserrat';
  letter-spacing: 0.67px;
  margin-bottom: 65px;
  text-align: center;
  text-transform: capitalize;
}

.realtime__title span {
  font-weight: 600;
}

.realtime__metrics {
  width: 100%;
}

.realtime__list {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: grid;
  gap: 55px 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 90px);
  margin-bottom: 100px;
  width: 100%;
}

.realtime__item {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 32% auto;
}

.realtime__value,
.realtime__value span {
  color: #FFFFFF;
  font: normal normal 700 60px/24px 'Montserrat';
  letter-spacing: 0px;
  opacity: 1;
  text-align: right;
  text-transform: uppercase;
}

.realtime__name {
  color: #FFFFFF;
  font: normal normal 500 20px/24px 'Montserrat';
  letter-spacing: 0px;
  max-width: 240px;
  opacity: 1;
  text-transform: uppercase;
}

.competitive {
  background-color: black;
  padding: 175px 0 145px;
}

.competitive .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.competitive__title p {
  color: #FFFFFF;
  font: normal normal 300 60px/73px Montserrat;
  margin-bottom: 80px;
  text-align: center;
}

.competitive__title p strong {
  font-weight: 600;
}

.competitive__title p span {
  font-weight: 300 !important;
}

.competitive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.competitive__item {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 28px;
  width: 25%;
}

.competitive__img {
  height: 55px;
  margin-bottom: 35px;
  overflow: hidden;
}

.competitive__img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.competitive__name {
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.competitive__description {
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.js-feature-slider {
  display: none !important;
  width: 100%;
}

.js-feature-slider .competitive__item {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.js-feature-slider .competitive__item .competitive__name {
  font-size: 18px;
  line-height: 24px;
}

.js-feature-slider .competitive__item .competitive__description {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.js-feature-slider .swiper-pagination {
  bottom: 0 !important;
  margin-top: 20px;
  text-align: left;
}

.service {
  background-color: #2C2C2C;
  padding: 75px 0;
}

.service .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.service__item {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  width: 100%;
}

.service__item:last-of-type {
  margin-bottom: 0;
}

.service__item:nth-child(odd) {
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
}

.service__item:nth-child(odd) .service__picture {
  margin-right: 95px;
}

.service__item:nth-child(even) {
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  flex-direction: row-reverse;
}

.service__item:nth-child(even) .service__picture {
  margin-left: 95px;
}

.service__picture {
  width: 50%;
}

.service__img {
  padding-top: 65%;
  position: relative;
}

.service__img::before {
  content: "";
  display: block;
  width: 100%;
}

.service__img img {
  -o-object-fit: cover;
  -webkit-filter: grayscale(100%);
  bottom: 0;
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.service__content {
  width: 50%;
}

.service__title {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.service__description {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
}

.service__description strong {
  font-weight: bold;
}

.service-drop__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-drop__title {
  cursor: pointer;
  position: relative;
}

.service-drop__title span {
  -ms-transform: translateY(-50%);
  -o-transition: all .3s;
  -webkit-transform: translateY(-50%);
  -webkit-transition: all .3s;
  background: #fff;
  display: block;
  height: 3px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  width: 25px;
}

.service-drop__title span::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform: rotate(90deg);
  width: 25px;
}

.service-drop__title--active span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service-drop__list {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
}

.service-drop__list--active {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  height: auto;
  opacity: 1;
  overflow: unset;
  transition: all .3s;
}

.service-drop p {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
}

.service-drop p strong {
  font-weight: bold;
}

#solution .service__title {
  font-size: 35px;
  line-height: 45px;
}

.functions {
  background-color: #2C2C2C;
}

.functions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.functions__item {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -o-transition: all .3s;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-transition: all .3s;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 100px 55px;
  padding-bottom: 85px;
  transition: all .3s;
  width: 25%;
}

.functions__item:hover {
  background-color: #0D0D0D;
}

.functions__img {
  margin-bottom: 55px;
}

.functions__title {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 65px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}

.functions__title::after {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #FF9300;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}

.functions__description {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 300;
  height: 100%;
  margin-bottom: 65px;
  text-align: center;
}

.functions__arrow span {
  background-color: #FF9300;
  display: block;
  height: 2px;
  position: relative;
  width: 30px;
}

.functions__arrow span::after {
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #FF9300;
  border-top: 2px solid #FF9300;
  content: '';
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}

.about-text {
  background-color: #2C2C2C;
  padding: 150px 0;
}

.about-text .wrap {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.about-text__title {
  width: 50%;
}

.about-text__title p {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 900;
}

.about-text__content {
  width: 50%;
}

.about-text__content p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.impact {
  padding: 200px 0;
  position: relative;
}

.impact .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.impact__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.impact__img:before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.impact__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.impact__title {
  max-width: 800px;
  z-index: 1;
}

.impact__title p {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.65px;
  line-height: 70px;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.impact__title p strong {
  font-weight: 900;
}

.impact__description {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 80px;
  max-width: 960px;
  padding: 0 10px;
  text-align: center;
  z-index: 1;
}

.impact__description strong {
  font-weight: bold;
}

.impact-metrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1;
}

.impact-metrics__item {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 25%;
}

.impact-metrics__title {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

.impact-metrics__title::after {
  background-color: #FF9300;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}

.impact-metrics__value {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 25px;
}

.impact-metrics__description {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
}

.leadership {
  background-color: #2C2C2C;
  padding: 135px 0;
}

.leadership .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.leadership__title {
  max-width: 800px;
  z-index: 1;
}

.leadership__title p {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.67px;
  line-height: 70px;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.leadership__title p strong {
  font-weight: 900;
}

.leadership__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 200px;
  width: 100%;
}

.leadership__item {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 25%;
}

.leadership__picture {
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
}

.leadership__img {
  padding-top: 125%;
  position: relative;
  width: 100%;
}

.leadership__img::before {
  content: "";
  display: block;
  width: 100%;
}

.leadership__img img {
  -o-object-fit: cover;
  background-color: #FFFFFF;
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.leadership__name {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

.leadership__name::after {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #FF9300;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}

.leadership__post {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.timeline {
  background-color: #2C2C2C;
  padding: 135px 0;
  padding-top: 0;
}

.timeline .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.timeline__scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.timeline__content {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -3px;
  overflow: auto;
  padding: 0 8px;
  padding-bottom: 80px;
  width: 100%;
}

.timeline__title {
  max-width: 800px;
  z-index: 1;
}

.timeline__title p {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.67px;
  line-height: 70px;
  margin-bottom: 170px;
  padding: 0 10px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.timeline__title p strong {
  font-weight: 900;
}

.timeline__item {
  border-left: 1px solid #FF9300;
  min-height: 210px;
  padding-left: 10px;
  position: relative;
  width: 18%;
}

.timeline__item:nth-child(1) {
  width: 15% !important;
}

.timeline__item:nth-child(2) {
  width: 15% !important;
}

.timeline__item:nth-child(3) {
  width: 16% !important;
}

.timeline__item:nth-child(4) {
  width: 19% !important;
}

.timeline__item:nth-child(5) {
  width: 16% !important;
}

.timeline__item:nth-child(6) {
  width: 19% !important;
}

.timeline__item::before {
  background-color: #FF9300;
  border-radius: 50%;
  bottom: -15px;
  content: '';
  display: block;
  height: 7px;
  left: -4px;
  position: absolute;
  width: 7px;
}

.timeline__item::after {
  background-color: #FFFFFF;
  bottom: -12px;
  content: '';
  height: 1px;
  left: 15px;
  position: absolute;
  width: calc(100% - 30px);
}

.timeline__year {
  bottom: -60px;
  color: #FF9300;
  font-size: 25px;
  font-weight: 300;
  left: -4px;
  position: absolute;
}

.timeline__text {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  padding-bottom: 0 !important;
  padding-right: 42px;
  word-break: break-word;
}

.timeline__division {
  width: 100%;
}

.timeline__vertical-lines {
  background-image: -webkit-gradient(linear, left top, right top, from(#AFAFAF), color-stop(5%, #AFAFAF), color-stop(0, transparent), to(transparent));
  background-image: -o-linear-gradient(left, #AFAFAF, #AFAFAF 5%, transparent 0, transparent 100%);
  background-image: linear-gradient(90deg, #AFAFAF, #AFAFAF 5%, transparent 0, transparent 100%);
  background-size: 48px 100%;
  border: none;
  color: #AFAFAF;
  height: 10px;
  padding: 0;
}

.blog {
  background-color: #2C2C2C;
  padding-top: 80px;
}

.blog .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.blog__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  width: 100%;
}

.blog__item {
  margin-bottom: 80px;
  padding: 0 25px;
  width: 33.333333%;
}

.blog__picture {
  margin-bottom: 30px;
  width: 100%;
}

.blog__img {
  display: block;
  padding-top: 50%;
  position: relative;
  width: 100%;
}

.blog__img::before {
  content: "";
  display: block;
  width: 100%;
}

.blog__img img {
  -o-object-fit: cover;
  -webkit-filter: grayscale(100%);
  bottom: 0;
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.blog__name {
  color: #FFFFFF;
  font-size: 25px;
  margin-bottom: 30px;
}

.blog__title {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}

.blog__date {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
}

.blog__description {
  -o-text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #FFFFFF;
  display: block;
  display: -webkit-box;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-filters {
  margin-bottom: 80px;
}

.blog-filters__title {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.blog-filters__buttons {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.blog-filters__buttons button {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -o-transition: all .3s;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all .3s;
  align-items: center;
  border: 1px solid #484848;
  border-radius: 3px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 5px 10px;
  transition: all .3s;
}

.blog-filters__buttons button:hover {
  background-color: #FF9300;
}

.blog-filters__buttons button:hover span {
  background-color: #2C2C2C;
}

.blog-filters__buttons button:hover span::after {
  border-right: 2px solid #2C2C2C;
  border-top: 2px solid #2C2C2C;
}

.blog-filters__buttons button span {
  background-color: #FF9300;
  display: block;
  height: 2px;
  margin-left: 10px;
  position: relative;
  width: 30px;
}

.blog-filters__buttons button span::after {
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #FF9300;
  border-top: 2px solid #FF9300;
  content: '';
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}

.blog-filters__item {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-right: 20px;
}

.blog-filters__item input {
  -webkit-appearance: auto;
  margin-right: 10px;
}

.blog-filters__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-filters__search input {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: autofill;
  -webkit-box-shadow: 0 0 0 30px #2C2C2C inset !important;
  -webkit-text-fill-color: #77838E !important;
  background: transparent;
  border: 1px solid #484848;
  border-radius: 3px;
  color: #77838E;
  font-size: 16px;
  letter-spacing: 0.5px;
  outline: none;
  padding: 16px 30px;
  width: 100%;
}

.blog-filters__search button {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -o-transition: all .3s;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all .3s;
  align-items: center;
  border: 1px solid #484848;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-left: -1px;
  transition: all .3s;
  width: 80px;
}

.blog-filters__search button:hover {
  background-color: #FF9300;
}

.blog-filters__search button:hover span {
  background-color: #2C2C2C;
}

.blog-filters__search button:hover span::after {
  border-right: 2px solid #2C2C2C;
  border-top: 2px solid #2C2C2C;
}

.blog-filters__search button span {
  background-color: #FF9300;
  display: block;
  height: 2px;
  position: relative;
  width: 30px;
}

.blog-filters__search button span::after {
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #FF9300;
  border-top: 2px solid #FF9300;
  content: '';
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}

.blog-pagination {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}

.blog-pagination__item {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  padding: 5px 15px;
  transition: all .3s;
}

.blog-pagination__item--active {
  color: #FF9300;
  font-weight: 900;
}

.blog-pagination__item--prev,
.blog-pagination__item--next {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  justify-content: center;
}

.blog-pagination__item--prev span,
.blog-pagination__item--next span {
  background-color: #FF9300;
  display: block;
  height: 3px;
  position: relative;
  width: 25px;
}

.blog-pagination__item--prev span::after,
.blog-pagination__item--next span::after {
  -ms-transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  border-right: 3px solid #FF9300;
  border-top: 3px solid #FF9300;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  width: 12px;
}

.blog-pagination__item--next span::after {
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.blog-pagination__item:hover {
  color: #FF9300;
}

.post {
  background: #2C2C2C;
  padding-top: 50px;
}

.post .wrap {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

.post__share {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  width: 100%;
}

.post__share span {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
}

.post__share > a,
.post__share button {
  display: block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.post__share > a img,
.post__share button img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.post__share > a:nth-child(3),
.post__share button:nth-child(3) {
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.post__date {
  border-bottom: 1px solid #FF9300;
  margin-bottom: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.post__date p,
.post__date span {
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
}

.post__date span {
  font-weight: 900;
}

.post__content a::after {
  display: none;
}

.post__content video {
  max-width: 65%;
}

.post__content div.youtube-video {
  max-width: 65%;
  padding-top: 46.25%;
  position: relative;
}

.post__content div.youtube-video::before {
  content: "";
  display: block;
  width: 100%;
}

.post__content div.youtube-video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.post__content ul,
.post__content ol {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  list-style: auto;
  margin-bottom: 30px;
  padding-left: 30px;
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 30px;
}

.post__content img {
  -o-object-fit: contain;
  height: auto !important;
  margin-bottom: 30px;
  object-fit: contain;
}

.post__content p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 30px;
  word-break: break-word;
}

.post__content p a {
  -o-transition: all .3s;
  -webkit-text-decoration-color: #FF9300;
  -webkit-transition: all .3s;
  text-decoration: underline;
  text-decoration-color: #FF9300;
  transition: all .3s;
}

.post__content p a:hover {
  color: #FF9300;
}

.post__pagination {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  padding-bottom: 60px;
  width: 100%;
}

.post__btn {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  transition: all .3s;
  width: 100%;
}

.post__btn:hover {
  color: #FF9300;
}

.post__btn span {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #FF9300;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.post__btn span::after {
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #FF9300;
  border-top: 2px solid #FF9300;
  content: '';
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}

.post__btn--prev {
  padding-left: 45px;
  text-align: left;
}

.post__btn--prev span::after {
  -ms-transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  left: 0;
  right: unset;
  transform: translateY(-50%) rotate(-135deg);
}

.post__btn--next {
  padding-right: 45px;
  text-align: right;
}

.post__btn--next span {
  left: unset;
  right: 0;
}

.post__mail {
  position: relative;
}

.post__mail .mail-popup {
  background: #262626;
  display: none;
  left: 0px;
  padding: 8px;
  position: absolute;
  top: 30px;
}

.post__mail .mail-popup::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #262626;
  content: '';
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  top: -5px;
  transform: rotate(45deg);
  width: 10px;
}

.post__mail .mail-popup-active {
  display: block;
}

.related {
  background: #2C2C2C;
  padding: 90px 0;
}

.related .wrap {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

.related__title p {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
}

.comments {
  background: #2C2C2C;
  padding: 50px 0;
  padding-top: 0;
}

.comments .wrap {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  flex-direction: column;
}

.comments__title p {
  color: #FFFFFF;
  font-size: 35px;
  margin-bottom: 50px;
}

.comments__drop {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  border: 3px solid #FF9300;
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 30px;
  padding: 10px 20px;
  transition: all .3s;
}

.comments__drop:hover {
  border: 3px solid #FFFFFF;
  color: #FF9300;
}

.comments-form {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -o-transition: all .3s;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-transition: all .3s;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all .3s;
  width: 100%;
}

.comments-form--active {
  height: auto;
  opacity: 1;
  overflow: unset;
  pointer-events: all;
}

.comments-form__title {
  color: #FFFFFF;
  font-size: 25px;
  margin-bottom: 20px;
}

.comments-form__description,
.comments-form__text {
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 20px;
}

.comments-form__label {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  width: 50%;
}

.comments-form__label input,
.comments-form__label textarea {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: autofill;
  -webkit-box-shadow: 0 0 0 30px #2C2C2C inset !important;
  -webkit-text-fill-color: #77838E !important;
  background: #2C2C2C;
  background-color: #2C2C2C;
  border: 1px solid #484848;
  border-radius: 3px;
  color: #77838E;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  margin-top: 10px;
  outline: none;
  padding: 16px 30px;
  width: 100%;
}

.comments-form__label textarea {
  background: #2C2C2C;
  background-color: #2C2C2C;
  border: 1px solid #484848;
  border-radius: 5px;
  color: #77838E;
  font-size: 16px;
  height: 200px;
  letter-spacing: 0.5px;
  padding: 14px;
  resize: none;
}

.comments-form__label--policy {
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}

.comments-form__label--policy span {
  -ms-flex-negative: 0;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  border: 3px solid #FF9300;
  border-radius: 2px;
  display: block;
  flex-shrink: 0;
  height: 25px;
  margin-right: 15px;
  position: relative;
  transition: all .3s;
  width: 25px;
}

.comments-form__label--policy span::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid white;
  border-width: 0 3px 3px 0;
  content: "";
  display: none;
  height: 10px;
  left: 7px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 5px;
}

.comments-form__label--policy input {
  display: none;
  height: 0;
  opacity: 0;
  width: 0;
}

.comments-form__label--policy input:checked ~ span {
  background-color: #FF9300;
}

.comments-form__label--policy input:checked ~ span::after {
  display: block;
}

.comments-form__submit {
  color: #FF9300;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.team {
  background-color: #2C2C2C;
}

.team .wrap {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

.team__back {
  padding: 60px 0;
}

.team__back a {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

.team__back span {
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  background-color: #FF9300;
  display: block;
  height: 2px;
  margin-right: 10px;
  position: relative;
  transform: translateY(-2px);
  width: 30px;
}

.team__back span::after {
  -ms-transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  border-right: 2px solid #FF9300;
  border-top: 2px solid #FF9300;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  width: 7px;
}

.team__content {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 85px;
}

.team__photo {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-right: 40px;
  width: 50%;
}

.team__img {
  height: auto;
  max-width: 450px;
  position: relative;
  width: 100%;
}

.team__img img {
  -o-object-fit: cover;
  background-color: #FFFFFF;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.team__description {
  width: 50%;
}

.team__title {
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.team__subtitle {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

.team__text {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 35px;
}

.team__text strong {
  font-weight: bold;
}

#team .team__content {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

#contact .banner__img {
  background: #FF9300;
}

#contact .banner__img img {
  background: #0A0B0F;
  mix-blend-mode: luminosity;
}

.contact {
  background: #2C2C2C;
  padding: 85px 0;
}

.contact__info {
  margin-right: 45px;
  width: 35%;
}

.contact__title {
  position: relative;
}

.contact__title::after {
  background: #FF9300;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px;
}

.contact__title p {
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

.contact__text {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.contact__form {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 45px;
  width: 65%;
}

.contact__double-row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact__input,
.contact__input:hover,
.contact__input:focus,
.contact__input:active,
.contact__input:-webkit-autofill,
.contact__input:-webkit-autofill:hover,
.contact__input:-webkit-autofill:focus,
.contact__input:-webkit-autofill:active {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: autofill;
  -webkit-box-shadow: 0 0 0 30px #2C2C2C inset !important;
  -webkit-text-fill-color: #77838E !important;
  background: #2C2C2C;
  background-color: #2C2C2C;
  border: none;
  border-bottom: 1px solid #484848;
  color: #77838E;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  outline: none;
  padding: 16px 30px;
  width: calc(50% - 40px);
}

.contact__input:nth-child(odd),
.contact__input:hover:nth-child(odd),
.contact__input:focus:nth-child(odd),
.contact__input:active:nth-child(odd),
.contact__input:-webkit-autofill:nth-child(odd),
.contact__input:-webkit-autofill:hover:nth-child(odd),
.contact__input:-webkit-autofill:focus:nth-child(odd),
.contact__input:-webkit-autofill:active:nth-child(odd) {
  margin-right: 40px;
}

.contact__input:nth-child(even),
.contact__input:hover:nth-child(even),
.contact__input:focus:nth-child(even),
.contact__input:active:nth-child(even),
.contact__input:-webkit-autofill:nth-child(even),
.contact__input:-webkit-autofill:hover:nth-child(even),
.contact__input:-webkit-autofill:focus:nth-child(even),
.contact__input:-webkit-autofill:active:nth-child(even) {
  margin-left: 40px;
}

.contact .select2 {
  margin-bottom: 30px !important;
  width: calc(50% - 40px) !important;
}

.contact .select2 .select2-selection {
  background: #2C2C2C;
  background-color: #2C2C2C;
  border: none;
  border-bottom: 1px solid #484848;
  border-radius: 0;
  color: #77838E;
  font-size: 16px;
  height: 49px;
  letter-spacing: 0.5px;
  outline: none;
  padding: 16px 30px;
  width: 100%;
}

.contact .select2 .select2-selection__rendered {
  -ms-transform: translateY(-5px) !important;
  -webkit-transform: translateY(-5px) !important;
  color: #77838E !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-left: 0 !important;
  transform: translateY(-5px) !important;
}

.contact .select2 .select2-selection__arrow::after {
  -ms-transform: rotate(45deg) translateY(10px);
  -webkit-transform: rotate(45deg) translateY(10px);
  border-right: 2px solid #FF9300;
  border-top: 2px solid #FF9300;
  content: '';
  display: inline-block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 0;
  transform: rotate(45deg) translateY(10px);
  width: 10px;
}

.contact .select2 .select2-selection__arrow b {
  display: none !important;
}

.contact .select2-container--open .select2-selection__arrow::after {
  -ms-transform: rotate(135deg) translateY(10px);
  -webkit-transform: rotate(135deg) translateY(10px);
  top: 12px;
  transform: rotate(135deg) translateY(10px);
}

.contact .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px !important;
}

.contact__message {
  background: #2C2C2C;
  background-color: #2C2C2C;
  border: 1px solid #484848;
  border-radius: 3px;
  color: #77838E;
  font-size: 16px;
  height: 200px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
  padding: 14px;
  resize: none;
}

.contact__label {
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  align-items: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  width: 100%;
}

.contact__label span {
  -ms-flex-negative: 0;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  display: block;
  flex-shrink: 0;
  height: 25px;
  margin-right: 15px;
  position: relative;
  transition: all .3s;
  width: 25px;
}

.contact__label span::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #FF9300;
  border-width: 0 3px 3px 0;
  content: "";
  display: none;
  height: 10px;
  left: 9px;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 5px;
}

.contact__label input {
  display: none;
  height: 0;
  opacity: 0;
  width: 0;
}

.contact__label input:checked ~ span {
  background-color: #FFFFFF;
}

.contact__label input:checked ~ span::after {
  display: block;
}

.contact__submit {
  text-align: left;
}

.contact__submit input {
  color: #FF9300;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.contact-confirm {
  padding: 30px 0;
}

.contact-confirm__response {
  border: 3px solid #FFFFFF;
  padding: 15px;
}

.contact-confirm__response--error {
  border-color: #cc0000;
}

.contact-confirm__response--success {
  border-color: #008000;
}

.contact-confirm__text {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}

.select2-dropdown {
  background: #2C2C2C !important;
  border-color: #484848 !important;
}

.select2-dropdown ul.select2-results__options {
  padding: 15px 0 !important;
}

.select2-dropdown li.select2-results__option {
  color: #FFFFFF !important;
  font-weight: 300;
  padding: 8px 18px !important;
  text-transform: uppercase;
}

.select2-dropdown li.select2-results__option--selected {
  background: #191919 !important;
}

@media (min-width: 1921px) and (min-height: 1066px) {
  #main-screen {
    padding: 5vh 0;
  }
}

@media (max-width: 1920px) {
  body.landing-page {
    background-size: auto !important;
  }
}

@media (max-width: 1539px) {
  .arrow-link span {
    height: 8px;
    width: 8px;
  }

  .arrow-link {
    font-size: 16px;
  }

  .outlined-link {
    font-size: 15px;
    letter-spacing: 0.21px;
    line-height: 19px;
    padding: 16px 18px;
  }

  .outlined-link span {
    -ms-transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }

  .outlined-link span {
    height: 12px;
    width: 12px;
  }

  .outlined-link_big span {
    margin-left: 100px;
  }

  .header__logo {
    width: 185px;
  }

  .header__link {
    padding: 30px 0;
  }

  .header__link > a {
    font-size: 14px;
    padding: 0 20px;
  }

  .header__link--sub:hover::after {
    height: 8px;
    right: 6px;
    top: calc(50% - 3px);
    width: 8px;
  }

  .header__submenu {
    padding: 25px;
    top: 76px;
  }

  .header__sublink a {
    font-size: 14px;
  }

  .footer-menu {
    margin-bottom: 35px;
    padding-top: 125px;
  }

  .footer-menu__logo {
    max-width: 185px;
  }

  .footer-menu__item a {
    font-size: 18px;
    padding: 0 10px;
  }

  .footer-menu__social {
    padding: 0 8px;
  }

  .footer-menu__social a {
    height: 18px;
    width: 20px;
  }

  .footer-copyright {
    padding-bottom: 135px;
    padding-top: 60px;
  }

  .footer-copyright__item a {
    font-size: 14px;
    margin-right: 65px;
  }

  .footer-copyright__text {
    font-size: 14px;
  }

  .banner__title p {
    font-size: 80px;
  }

  .banner__subtitle {
    font-size: 28px;
  }

  #about .banner .banner__title p {
    font-size: 45px;
  }

  #about .banner .banner__subtitle {
    font-size: 20px;
  }

  #who-we-serve .banner .banner__title p {
    font-size: 45px;
  }

  #who-we-serve .banner .who-we-serve__subtitle .banner__subtitle {
    font-size: 16px;
  }

  #what-we-solve .banner .banner__title p,
  #know-your-competition .banner .banner__title p,
  #team .banner .banner__title p,
  #contact .banner .banner__title p {
    font-size: 45px;
  }

  #what-we-solve .banner .banner__subtitle,
  #know-your-competition .banner .banner__subtitle,
  #team .banner .banner__subtitle,
  #contact .banner .banner__subtitle {
    font-size: 20px;
  }

  #resources .banner .banner__title p {
    font-size: 45px;
  }

  #resources .banner .banner__subtitle {
    font-size: 20px;
  }

  #solution .banner .banner__title p {
    font-size: 45px;
  }

  #solution .banner .banner__subtitle {
    font-size: 20px;
  }

  #main-screen .banner__title {
    font-size: 40px;
    letter-spacing: 0.44px;
    line-height: 49px;
  }

  #main-screen .banner__subtitle {
    font-size: 15px;
    line-height: 35px;
    line-height: 1.5px;
  }

  #main-screen .banner__wrapper .arrow-link {
    font-size: 15px;
    letter-spacing: 0.21px;
    line-height: 19px;
  }

  #main-screen .banner__reports .reports__list {
    margin: 0 auto;
    width: 85%;
  }

  #main-screen .banner__reports .report__item {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }

  #main-screen .banner__reports .report__item .report__title {
    max-width: 220px;
  }

  #main-screen .banner__reports .report__item .report__number {
    font-size: 20px;
    left: -30px;
    line-height: 24px;
    top: -3px;
  }

  #main-screen .banner__reports .report__item .report__title a {
    font-size: 20px;
    line-height: 24px;
  }

  #main-screen .banner__reports .report__item .report__dimmed {
    font-size: 12px;
    line-height: 15px;
  }

  #main-screen {
    padding: 15vh 0 5vh;
  }

  .background-image {
    padding: 180px 0;
  }

  .background-image__title p {
    font-size: 45px;
  }

  .background-image__description {
    font-size: 20px;
  }

  .background-image .arrow-link span {
    height: 8px;
    width: 8px;
  }

  .background-image .arrow-link {
    font-size: 18px;
  }

  #imgback1 .background-image__title p {
    font-size: 40px;
    line-height: 49px;
  }

  #imgback1 .background-image__description p {
    font-size: 20px;
    line-height: 24px;
  }

  #imgback1 .help .outlined-link span {
    margin-left: 75px;
  }

  #imgback1 .help-question {
    font-size: 20px;
    letter-spacing: 0.28px;
    line-height: 24px;
  }

  .brands {
    padding-top: 95px;
  }

  .brands__title p {
    font-size: 40px;
    letter-spacing: 0.44px;
    line-height: 49px;
    margin-bottom: 75px;
  }

  .brands__item {
    margin-bottom: 95px;
  }

  .fullscrean-slider {
    padding: 80px 0;
  }

  .fullscrean-slider__overtitle {
    font-size: 20px;
  }

  .fullscrean-slider__title {
    font-size: 45px;
  }

  .fullscrean-slider__description {
    font-size: 20px;
  }

  .quote {
    padding: 80px 0;
  }

  .quote__item {
    padding: 50px;
  }

  .quote__text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .quote__text::before {
    font-size: 60px;
    left: 0;
  }

  .quote__text::after {
    font-size: 60px;
  }

  .quote__autor {
    font-size: 18px;
  }

  .quote__post {
    font-size: 18px;
  }

  .about {
    padding: 90px 0;
  }

  .about__title {
    font-size: 45px;
  }

  .about__description {
    font-size: 20px;
  }

  .about__submit input {
    font-size: 18px;
  }

  .terms {
    padding: 125px 0 60px;
  }

  .press__title p {
    font-size: 45px;
  }

  .press__item {
    width: calc(33.333% - 32px);
  }

  .brands-new__title p {
    margin-bottom: 20px !important;
  }

  .realtime {
    padding: 125px 0;
  }

  .realtime__title {
    font-size: 40px;
    letter-spacing: 0.44px;
    line-height: 49px;
  }

  .realtime__value,
  .realtime__value span {
    font-size: 40px;
    line-height: 24px;
  }

  .realtime__name {
    font-size: 15px;
    line-height: 20px;
  }

  .competitive__title p {
    font-size: 40px;
    line-height: 49px;
  }

  .competitive__title p {
    font-size: 45px;
    margin-bottom: 90px;
  }

  .competitive__name {
    font-size: 15px;
    line-height: 24px;
  }

  .competitive__description {
    font-size: 15px;
    line-height: 24px;
  }

  .service {
    padding: 45px 0;
  }

  .service__item {
    margin-bottom: 80px;
  }

  .service__title {
    font-size: 45px;
  }

  .service__description {
    font-size: 20px;
  }

  .service-drop p {
    font-size: 20px;
  }

  .functions__item {
    padding: 80px 35px;
  }

  .functions__img {
    margin-bottom: 35px;
  }

  .functions__title {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .functions__description {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .about-text {
    padding: 100px 0;
  }

  .about-text__title p {
    font-size: 45px;
  }

  .about-text__content p {
    font-size: 20px;
  }

  .impact {
    padding: 150px 0;
  }

  .impact__title p {
    font-size: 45px;
  }

  .impact__description {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .impact-metrics__title {
    font-size: 20px;
  }

  .impact-metrics__title::after {
    width: 30px;
  }

  .impact-metrics__value {
    font-size: 45px;
  }

  .impact-metrics__description {
    font-size: 14px;
  }

  .leadership {
    padding: 95px 0;
  }

  .leadership__title p {
    font-size: 45px;
  }

  .leadership__list {
    padding: 0 50px;
  }

  .leadership__name {
    font-size: 20px;
  }

  .leadership__post {
    padding: 0 20px;
  }

  .timeline {
    padding: 95px 0;
    padding-top: 0;
  }

  .timeline__title p {
    font-size: 45px;
    margin-bottom: 95px;
  }

  .timeline__year {
    font-size: 20px;
  }

  .timeline__text {
    font-size: 20px;
  }

  .blog {
    padding-top: 50px;
  }

  .blog__item {
    margin-bottom: 50px;
  }

  .blog__name {
    font-size: 20px;
  }

  .blog__title {
    font-size: 20px;
  }

  .blog__date {
    font-size: 20px;
  }

  .blog__description {
    font-size: 20px;
  }

  .blog-filters__title {
    font-size: 20px;
  }

  .comments-form__submit {
    font-size: 18px;
  }

  .team__text {
    font-size: 20px;
  }

  .contact__submit input {
    font-size: 18px;
  }
}

@media (max-width: 1439px) {
  .banner-cta {
    margin-top: 48px;
    position: static;
  }
}

@media (max-width: 1200px) {
  .main {
    padding: 170px 0 90px;
  }

  .main-wrap {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }

  .main__col {
    width: 100%;
  }

  .main__col--left {
    max-width: 100%;
    padding-right: 0;
  }

  .main__col--right {
    max-width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .new-home-page .footer__row {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }

  .new-home-page .footer__logo {
    margin-bottom: 35px;
  }

  .new-home-page .footer-menu__list {
    margin-bottom: 35px;
  }
}

@media (max-width: 1023px) {
  .header .wrap {
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .header .container {
    padding: 0;
  }

  .header__logo {
    display: none;
  }

  .header__nav {
    display: none;
  }

  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-menu {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-menu {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding-top: 65px;
  }

  .footer-menu__logo {
    margin-bottom: 35px;
  }

  .footer-menu__list {
    margin-bottom: 91px;
  }

  .footer-copyright {
    padding-bottom: 65px;
    padding-top: 45px;
  }

  #who-we-serve .banner .who-we-serve__subtitle .banner__subtitle {
    text-align: center;
    width: 33.33333%;
  }

  #main-screen .banner__title {
    font-size: 46px;
    line-height: 50px;
  }

  #main-screen .banner__subtitle {
    font-size: 22px;
    line-height: 28px;
  }

  #main-screen .banner__reports .reports__list {
    padding: 0 35px;
    width: 100%;
  }

  .background-image {
    padding: 120px 0;
  }

  #imgback1 .background-image__title p {
    font: normal normal 300 40px/51px 'Montserrat';
  }

  .brands {
    padding-top: 85px;
  }

  .brands__title {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .brands__item {
    margin-bottom: 85px;
    width: 33.33333%;
  }

  .brands__item:last-child {
    display: none;
  }

  #what-we-solve .brands__item {
    width: 33.33333%;
  }

  .fullscrean-slider__item {
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
  }

  .fullscrean-slider__content {
    padding-right: 0;
    width: 100%;
  }

  .fullscrean-slider__img {
    margin-bottom: 30px;
    width: 100%;
  }

  .quote__item {
    padding: 0 50px;
  }

  .about {
    padding: 85px 0;
  }

  .about .wrap {
    width: 100%;
  }

  .about__input,
  .about__input:hover,
  .about__input:focus,
  .about__input:active,
  .about__input:-webkit-autofill,
  .about__input:-webkit-autofill:hover,
  .about__input:-webkit-autofill:focus,
  .about__input:-webkit-autofill:active {
    width: calc(50% - 20px);
  }

  .about__input:nth-child(odd),
  .about__input:hover:nth-child(odd),
  .about__input:focus:nth-child(odd),
  .about__input:active:nth-child(odd),
  .about__input:-webkit-autofill:nth-child(odd),
  .about__input:-webkit-autofill:hover:nth-child(odd),
  .about__input:-webkit-autofill:focus:nth-child(odd),
  .about__input:-webkit-autofill:active:nth-child(odd) {
    margin-right: 20px;
  }

  .about__input:nth-child(even),
  .about__input:hover:nth-child(even),
  .about__input:focus:nth-child(even),
  .about__input:active:nth-child(even),
  .about__input:-webkit-autofill:nth-child(even),
  .about__input:-webkit-autofill:hover:nth-child(even),
  .about__input:-webkit-autofill:focus:nth-child(even),
  .about__input:-webkit-autofill:active:nth-child(even) {
    margin-left: 20px;
  }

  .terms .wrap {
    width: 100%;
  }

  .terms .elementor-heading-title {
    font-size: 35px;
    line-height: 45px;
  }

  .press__title p {
    font-size: 35px;
  }

  .press__item {
    width: calc(50% - 32px);
  }

  .realtime {
    padding: 85px 0;
  }

  .realtime__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .realtime__value,
  .realtime__value span {
    font-size: 40px;
    line-height: 20px;
  }

  .competitive__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .competitive__item {
    margin-bottom: 35px;
    width: 50%;
  }

  .service__item {
    -ms-flex-direction: column !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    flex-direction: column !important;
    padding: 0 20px;
  }

  .service__item:nth-child(odd) .service__picture {
    margin-right: 0;
  }

  .service__item:nth-child(even) .service__picture {
    margin-left: 0;
  }

  .service__picture {
    width: 100%;
  }

  .service__picture {
    margin-bottom: 25px;
  }

  .service__content {
    width: 100%;
  }

  .service__title {
    font-size: 35px;
  }

  .functions__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .functions__item {
    width: 50%;
  }

  .about-text {
    padding: 85px 0;
  }

  .about-text .wrap {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }

  .about-text__title {
    width: 100%;
  }

  .about-text__title p {
    margin-bottom: 30px;
    text-align: center;
  }

  .about-text__content {
    width: 100%;
  }

  .about-text__content p {
    text-align: center;
  }

  .impact {
    padding: 85px 0;
  }

  .leadership {
    padding: 85px 0;
  }

  .leadership__title p {
    font-size: 35px;
  }

  .leadership__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .leadership__item {
    margin-bottom: 30px;
    width: 50%;
  }

  .timeline {
    padding: 85px 0;
    padding-top: 0;
  }

  .timeline__scroll::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#AFAFAF), color-stop(5%, #AFAFAF), color-stop(0, transparent), to(transparent));
    background-image: -o-linear-gradient(0, #AFAFAF, #AFAFAF 5%, transparent 0, transparent 100%);
    background-image: linear-gradient(0, #AFAFAF, #AFAFAF 5%, transparent 0, transparent 100%);
    background-size: 100% 48px;
    border: none;
    color: #AFAFAF;
    content: '';
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: -15px;
    width: 10px;
  }

  .timeline__content {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    overflow: unset;
    padding: 0;
    padding-left: 30px;
    padding-top: 32px;
  }

  .timeline__title p {
    font-size: 35px;
    margin-bottom: 60px;
  }

  .timeline__item:nth-child(1) {
    width: 100% !important;
  }

  .timeline__item:nth-child(2) {
    width: 100% !important;
  }

  .timeline__item:nth-child(3) {
    width: 100% !important;
  }

  .timeline__item:nth-child(4) {
    width: 100% !important;
  }

  .timeline__item:nth-child(5) {
    width: 100% !important;
  }

  .timeline__item:nth-child(6) {
    width: 100% !important;
  }

  .timeline__item {
    border: none;
    border-top: 1px solid #FF9300;
    margin-left: 15px;
    padding: 0;
    padding-top: 15px;
    width: 100% !important;
  }

  .timeline__item::before {
    bottom: unset;
    left: -18px;
    top: -4px;
  }

  .timeline__item::after {
    bottom: unset;
    height: calc(100% - 30px);
    left: -15px;
    top: 15px;
    width: 1px;
  }

  .timeline__year {
    bottom: unset;
    left: 0;
    top: -25px;
  }

  .timeline__text {
    min-height: 100px;
    padding: 0 !important;
    padding-bottom: 30px !important;
    width: 100%;
  }

  .timeline__division {
    display: none;
  }

  .blog__item {
    width: 50%;
  }

  .team__back {
    padding: 30px 0;
  }

  .team__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .team__photo {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }

  .team__description {
    width: 100%;
  }

  .team__title {
    font-size: 35px;
  }

  .contact .wrap {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }

  .contact__info {
    margin-right: 0;
    width: 100%;
  }

  .contact__title p {
    font-size: 35px;
    line-height: 45px;
  }

  .contact__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .contact__form {
    margin-right: 0;
    width: 100%;
  }

  .contact__input,
  .contact__input:hover,
  .contact__input:focus,
  .contact__input:active,
  .contact__input:-webkit-autofill,
  .contact__input:-webkit-autofill:hover,
  .contact__input:-webkit-autofill:focus,
  .contact__input:-webkit-autofill:active {
    width: calc(50% - 20px);
  }

  .contact__input:nth-child(odd),
  .contact__input:hover:nth-child(odd),
  .contact__input:focus:nth-child(odd),
  .contact__input:active:nth-child(odd),
  .contact__input:-webkit-autofill:nth-child(odd),
  .contact__input:-webkit-autofill:hover:nth-child(odd),
  .contact__input:-webkit-autofill:focus:nth-child(odd),
  .contact__input:-webkit-autofill:active:nth-child(odd) {
    margin-right: 20px;
  }

  .contact__input:nth-child(even),
  .contact__input:hover:nth-child(even),
  .contact__input:focus:nth-child(even),
  .contact__input:active:nth-child(even),
  .contact__input:-webkit-autofill:nth-child(even),
  .contact__input:-webkit-autofill:hover:nth-child(even),
  .contact__input:-webkit-autofill:focus:nth-child(even),
  .contact__input:-webkit-autofill:active:nth-child(even) {
    margin-left: 20px;
  }
}

@media (max-width: 1023px) and (min-height: 1000px) {
  #main-screen {
    padding: 0 0 5vh;
  }
}

@media screen and (max-width: 991px) {
  .modal-banner__content {
    height: 85vh;
    max-height: 519px;
    padding: 48px 28px 19px 16px;
  }

  .modal-banner__content--desktop {
    display: none;
  }

  .modal-banner__content--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modal-banner__cols-wrap {
    gap: 22px;
  }

  .modal-banner__left-col {
    -ms-flex-order: 2;
    -ms-flex-preferred-size: 70%;
    -webkit-box-ordinal-group: 3;
    flex-basis: 70%;
    order: 2;
    padding-bottom: 33px;
    padding-left: 0;
  }

  .modal-banner__right-col {
    -ms-flex-preferred-size: 50.9%;
    flex-basis: 50.9%;
    height: 330px;
    max-height: 60vh;
  }

  .modal-banner__heading {
    display: none;
  }

  .modal-banner__mobile-heading {
    display: block;
    margin-right: -18px;
    padding-left: 18px;
  }

  .modal-banner__text {
    display: block;
    margin-top: auto;
  }

  .modal-banner__button {
    font-size: 12px;
    line-height: 15px;
    padding: 18px 37px;
  }
}

@media (max-width: 768px) {
  .new-home-page .header__logo {
    height: 43px;
    width: 153px;
  }

  .new-home-page .header__user a {
    font-size: 18px;
    line-height: 22px;
  }

  .new-home-page .footer__row--bottom {
    padding-top: 35px;
  }

  .new-home-page .footer__logo {
    height: 43px;
    width: 153px;
  }

  .new-home-page .footer-copyright__item {
    padding: 10px 0;
  }

  .main__col .introducing__title h1 {
    font-size: 45px;
    line-height: 56px;
  }

  .main__col .introducing__subtitle {
    margin-bottom: 28px;
  }

  .main__col .introducing__subtitle h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .main__col .introducing__description p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 28px;
  }

  .main__col .introducing__infograph {
    margin-bottom: 28px;
  }

  .main__col .introducing-accordion__title {
    padding: 18px 0;
  }

  .main__col .introducing-accordion__title.ui-accordion-header-active .ui-icon::after {
    font-size: 24px;
    line-height: 32px;
  }

  .main__col .introducing-accordion__title h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .main__col .about__title {
    margin-bottom: 28px;
  }

  .main__col .about__title h4 {
    font-size: 28px;
    line-height: 34px;
  }

  .main__col .about__description {
    margin-bottom: 28px;
  }

  .main__col .about__description p {
    font-size: 18px;
    line-height: 26px;
  }

  .main__col .cta__wrap {
    padding: 20px;
  }

  .main__col .cta__subtitle h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .main__col .cta__input-wrap {
    margin-bottom: 20px;
  }

  .main__col .cta__label {
    font-size: 18px;
    line-height: 26px;
  }

  .main__col .cta__label::after {
    font-size: 18px;
    line-height: 26px;
  }

  .main__col .cta__input {
    font-size: 18px;
    line-height: 26px;
    padding: 15px;
  }

  .main__col .cta__submit {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .new-home-page .footer-copyright__list {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    flex-direction: column;
  }

  .arrow-link_gray {
    font-size: 20px;
    line-height: 24px;
  }

  .arrow-link_gray span {
    margin-left: 65px;
  }

  .outlined-link {
    font: normal normal 700 17px/20px Montserrat;
    letter-spacing: 0.24px;
    padding: 23px 41px;
  }

  .outlined-link span {
    -ms-transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    margin-left: 20px;
    transform: rotate(45deg) translateY(0px);
  }

  .footer {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(black));
    background: -o-linear-gradient(transparent 50%, black);
    background: linear-gradient(transparent 50%, black);
    position: relative;
    z-index: 10;
  }

  .footer__line {
    margin: 0 auto;
    width: 70%;
  }

  .footer-menu {
    padding-top: 0;
  }

  .footer-menu__logo-desktop {
    display: none;
  }

  .footer-menu__logo-mobile {
    display: block;
    margin-bottom: 40px;
    margin-top: 50px;
  }

  .footer-menu__list {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    flex-direction: column;
  }

  .footer-menu__item {
    padding: 19px 0;
  }

  .footer-copyright {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    width: 70%;
  }

  .footer-copyright__list {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
  }

  .footer-copyright__item a {
    margin-right: 0;
  }

  .banner__title p {
    font-size: 50px;
  }

  .banner__subtitle {
    font-size: 20px;
  }

  .banner-cta h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .banner-cta p {
    font-size: 20px;
    line-height: 28px;
  }

  #who-we-serve .banner .who-we-serve__subtitle .banner__subtitle {
    text-align: center;
    width: 100%;
  }

  #post .banner .banner__title {
    width: 100%;
  }

  #post .banner .banner__title p {
    font-size: 35px;
  }

  #main-screen .banner__title {
    font-size: 36px;
    line-height: 38px;
    text-align: left;
  }

  #main-screen .banner__subtitle {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }

  #main-screen .banner__wrapper {
    height: unset;
  }

  #main-screen .banner__wrapper .arrow-link {
    gap: 30px;
    margin: 48px 0 0;
  }

  #main-screen .banner__reports {
    margin-bottom: 0px;
  }

  #main-screen .banner__reports .reports__list {
    display: none;
    padding-left: 0px;
    width: 100%;
  }

  #main-screen .banner__reports .report__item br {
    display: initial;
  }

  #main-screen .banner__reports .report__item .report__title {
    max-width: 250px;
  }

  #main-screen .banner__reports .report__item .report__number {
    display: none;
  }

  #main-screen .banner__reports .report__item .report__title a {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 30px;
  }

  #main-screen .banner__reports .report__item .report__dimmed {
    font-size: 20px;
    line-height: 24px;
  }

  #main-screen .banner__reports .swiper-slide[data-swiper-slide-index="0"] .report__item .report__title a {
    color: #FF9300;
  }

  #main-screen .banner__reports .report__item:first-child .report__title a {
    color: #fff;
  }

  #main-screen .banner__reports .js-reports-slider {
    display: block;
    margin-top: calc(150px - 10vh);
    padding: 0 0 31px;
  }

  #main-screen {
    padding: 15vh 0 30px;
  }

  .background-image {
    padding: 95px 0;
  }

  .background-image__title p {
    font-size: 30px;
    line-height: 35px;
  }

  .background-image__description {
    font-size: 18px;
    line-height: 25px;
  }

  .background-image .arrow-link {
    font-size: 16px;
  }

  #imgback1 {
    padding: 76px 0;
  }

  #imgback1 .vidbg-container {
    height: calc(100% + 20vh) !important;
  }

  #imgback1 .background-image__title p {
    font: normal normal 300 30px/37px 'Montserrat';
    letter-spacing: 0.33px;
  }

  #imgback1 .background-image__description p {
    font: normal normal normal 18px/22px 'Montserrat';
  }

  #imgback1 .background-image__title p,
  #imgback1 .background-image__description p {
    text-align: left;
  }

  #imgback1 .help .outlined-link span {
    margin-left: 20px;
  }

  #imgback1 .help {
    margin-top: 98px;
  }

  #imgback1 .help-question {
    font: normal normal bold 20px/24px 'Montserrat';
  }

  .brands {
    padding: 80px 0 35px;
  }

  .brands__item {
    margin-bottom: 65px;
    width: 33%;
  }

  .brands__img {
    width: 70%;
  }

  #what-we-solve .brands__item {
    width: 100%;
  }

  .fullscrean-slider .slick-arrow span {
    height: 15px;
    width: 15px;
  }

  .fullscrean-slider .slick-prev {
    left: -25px;
  }

  .quote__slider {
    padding: 0 10px;
  }

  .quote__item {
    padding: 0 10px;
  }

  .quote__text {
    font-size: 24px;
    line-height: 30px;
  }

  .quote__text::before,
  .quote__text::after {
    display: none;
  }

  .quote .slick-arrow span {
    height: 15px;
    width: 15px;
  }

  .quote .slick-next {
    right: -10px;
  }

  .quote .slick-prev {
    left: -5px;
  }

  .about__input,
  .about__input:hover,
  .about__input:focus,
  .about__input:active,
  .about__input:-webkit-autofill,
  .about__input:-webkit-autofill:hover,
  .about__input:-webkit-autofill:focus,
  .about__input:-webkit-autofill:active {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }

  .terms .elementor-text-editor p {
    font-size: 20px;
    line-height: 30px;
  }

  .press__item {
    width: 100%;
  }

  .realtime {
    padding: 65px 0;
  }

  .realtime__title {
    font-size: 30px;
    line-height: 37px;
    text-align: left;
  }

  .realtime__list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    margin-bottom: 75px;
  }

  .realtime__item:nth-of-type(4) {
    grid-row: 2/3;
  }

  .realtime__item:nth-of-type(5) {
    grid-row: 4/5;
  }

  .realtime__name {
    font-size: 18px;
    line-height: 24px;
  }

  .competitive {
    padding: 118px 0 112px;
  }

  .competitive__title p {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 65px;
    text-align: left;
  }

  .competitive__list {
    display: none;
  }

  .competitive__item {
    padding: 0 5px;
    width: 100%;
  }

  .js-feature-slider {
    display: block !important;
  }

  .service__item {
    padding: 0;
  }

  .about-text__title p {
    font-size: 35px;
  }

  .impact__title p {
    font-size: 35px;
  }

  .impact-metrics {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    flex-direction: column;
    width: auto;
  }

  .impact-metrics__item {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    width: 100%;
  }

  .leadership__item {
    width: 100%;
  }

  .blog__list {
    margin: 0;
  }

  .blog__item {
    padding: 0;
    width: 100%;
  }

  .blog-filters {
    width: 100%;
  }

  .blog-filters__buttons {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .blog-filters__item {
    margin-bottom: 10px;
  }

  .post {
    padding-top: 35px;
  }

  .post__date {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }

  .post__date p,
  .post__date span {
    font-size: 18px;
  }

  .post__content video {
    max-width: 100%;
  }

  .post__content div.youtube-video {
    max-width: 100%;
  }

  .post__content p {
    font-size: 20px;
  }

  .post__btn span {
    -ms-transform: unset;
    -webkit-transform: unset;
    top: -15px;
    transform: unset;
  }

  .post__btn--prev {
    padding-left: 0;
  }

  .post__btn--next {
    padding-right: 0;
  }

  .post__mail .mail-popup {
    left: unset;
    right: 0;
  }

  .post__mail .mail-popup::before {
    left: unset;
    right: 5px;
  }

  .comments-form__label {
    width: 100%;
  }

  .team__img {
    width: 100%;
  }

  .contact__title::after {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }

  .contact__title p {
    text-align: center;
  }

  .contact__input,
  .contact__input:hover,
  .contact__input:focus,
  .contact__input:active,
  .contact__input:-webkit-autofill,
  .contact__input:-webkit-autofill:hover,
  .contact__input:-webkit-autofill:focus,
  .contact__input:-webkit-autofill:active {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px;
    width: 100%;
  }

  .contact .select2 {
    width: 100% !important;
  }

  .contact .select2 .select2-selection {
    height: 36px;
    padding: 10px;
  }

  .contact .select2 .select2-selection__arrow::after {
    top: -8px;
  }

  .contact .select2-container--open .select2-selection__arrow::after {
    top: 3px;
  }

  .contact__label {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 420px) {
  .modal-banner__mobile-heading {
    font-size: 20px;
  }

  .modal-banner__button {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 25px;
  }
}
/*# sourceMappingURL=app.css.map */
