/*
Theme Name: Vine Digital
Theme URI: https://www.vinedigital.com.au/
Author: vine
Author URI: https://www.vinedigital.com.au/
Description: Landing Page
Version: 7.1.0
License: PRIVATE
License URI: #
Text Domain: VINE
*/
@font-face {
  font-weight: 700;
  font-family: "Horatio D"; /* Bold */
  font-style: normal;
  src: url("fonts/HoratioBold/HoratioDBol.ttf") format("truetype"), url("fonts/HoratioBold/HoratioDBol.woff") format("woff");
  font-display: swap;
}
body:not(.wp-admin) {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
}

@media only screen and (max-width: 1023px) {
  body:not(.wp-admin) {
    font-size: 16px;
    line-height: 24px;
  }
}
h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 {
  font-weight: 700;
  font-family: "Horatio D", sans-serif;
}

h1,
.title-h1,
.title-h1 > * {
  font-size: 100px;
  line-height: 102px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1919px) {
  h1,
  .title-h1,
  .title-h1 > * {
    font-size: 92px;
    line-height: 94px;
  }
}
@media only screen and (max-width: 1439px) {
  h1,
  .title-h1,
  .title-h1 > * {
    font-size: 74px;
    line-height: 76px;
  }
}
@media only screen and (max-width: 1212px) {
  h1,
  .title-h1,
  .title-h1 > * {
    font-size: 60px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .title-h1,
  .title-h1 > * {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.5px;
  }
}
h2,
h3,
.title-h2,
.title-h3,
.title-h2 > *,
.title-h3 > * {
  font-size: 60px;
  line-height: 75px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1212px) {
  h2,
  h3,
  .title-h2,
  .title-h3,
  .title-h2 > *,
  .title-h3 > * {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  h3,
  .title-h2,
  .title-h3,
  .title-h2 > *,
  .title-h3 > * {
    font-size: 32px;
    line-height: 33px;
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .title-h3,
  .title-h3 > * {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0;
    text-transform: none;
  }
}
h4,
.title-h4,
.title-h4 > * {
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1212px) {
  h4,
  .title-h4,
  .title-h4 > * {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  h4,
  .title-h4,
  .title-h4 > * {
    font-size: 26px;
    line-height: 30px;
  }
}
h5,
.title-h5,
.title-h5 > * {
  font-size: 36px;
  line-height: 40px;
  text-transform: none;
}

@media only screen and (max-width: 1212px) {
  h5,
  .title-h5,
  .title-h5 > * {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h5,
  .title-h5,
  .title-h5 > * {
    font-size: 24px;
    line-height: 30px;
  }
}
p,
h6,
.title-h6,
.small-text,
.medium-text,
.regular-text {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

h6,
.title-h6,
.title-h6 > * {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 1212px) {
  h6,
  .title-h6,
  .title-h6 > * {
    font-size: 24px;
    line-height: 36px;
  }
}
.small-text {
  font-size: 14px;
  line-height: 25px;
}

.medium-text {
  font-size: 16px;
  line-height: 24px;
}

p,
.regular-text {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 1023px) {
  p,
  .regular-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-transform {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

strong,
.strong {
  font-weight: 700;
}

.text-white {
  color: #FFFFFF;
}

.text-green {
  color: #B0D747;
}

.text-black {
  color: #141E30;
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Open Sans", sans-serif;
}

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

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  height: auto;
  vertical-align: top;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  background-color: #141E30;
}

.home .rellax-wrapper {
  position: relative;
}

@media only screen and (min-width: 1920px) {
  .home .rellax-wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.home .rellax {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(img/parallax-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.home .page {
  position: relative;
  z-index: 2;
}

body.stop-scroll {
  overflow: hidden;
}

.preview-image {
  max-width: 100%;
}

.entry-header {
  display: none;
}

.site-main {
  overflow: hidden;
}

.content-width {
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 140px;
  padding-left: 140px;
}

@media only screen and (max-width: 1919px) {
  .content-width {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1439px) {
  .content-width {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-width {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-width {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-width.bigger {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1213px) {
  .content-width.bigger {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .content-width.bigger {
    padding-right: 111px;
    padding-left: 111px;
  }
}
@media only screen and (min-width: 1213px) {
  .content-width.medium {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-width.medium {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .content-width.medium {
    padding-right: 140px;
    padding-left: 140px;
  }
}
.content-width.small {
  max-width: 1360px;
}

.main-button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 56px;
  margin: 0 auto;
  padding: 12.5px 56px 12.5px 22px;
  color: #141E30;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  background-color: #B0D747;
  border: 3px solid #B0D747;
  border-radius: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-image: url(img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.main-button::before {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-left: 11px;
  padding: 12px 12px 3px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}

@media only screen and (max-width: 767px) {
  .main-button.down {
    padding: 5px 39px 5px 15px;
  }
}
.main-button.down::after {
  -webkit-transform: rotate(90deg) translateX(-50%);
      -ms-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}

.main-button.down::before {
  padding: 3px 12px 12px;
}

@media only screen and (max-width: 1212px) {
  .main-button.small {
    padding-right: 50px;
    padding-left: 12px;
  }
  .main-button.small::after {
    right: 18px;
  }
  .main-button.small::before {
    right: 6px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-button.small {
    min-height: 35px;
    padding: 3px 39px 3px 15px;
    font-size: 18px;
  }
  .main-button.small::after {
    right: 12px;
    width: 12px;
    height: 12px;
  }
  .main-button.small::before {
    right: 8px;
    width: 20px;
    height: 20px;
    padding: 2px 4px;
  }
}
@media only screen and (max-width: 767px) {
  .main-button.small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .main-button.small {
    padding-right: 30px;
    padding-left: 12px;
  }
  .main-button.small::after {
    right: 10px;
  }
  .main-button.small::before {
    right: 6px;
  }
}
.main-button.reverse {
  padding: 12.5px 22px 12.5px 56px;
}

.main-button.reverse::after {
  right: auto;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.main-button.reverse::before {
  right: auto;
  left: 8px;
  margin-right: 11px;
  margin-left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .main-button.reverse.small {
    padding: 3px 15px 3px 39px;
  }
  .main-button.reverse.small::after {
    right: auto;
    left: 12px;
  }
}
.main-button.linkedin {
  min-width: 205px;
  background-image: url(img/linkedin-logo.svg);
  background-repeat: no-repeat;
  background-position: 20px 9px;
  background-size: 120px 32px;
}

@media only screen and (max-width: 1023px) {
  .main-button.linkedin {
    min-width: 125px;
    background-position: 10px 5px;
    background-size: 71px 19px;
  }
}
.main-button:hover {
  background-color: #FFFFFF;
}

.main-button:hover::before {
  background-color: #B0D747;
}

.text-button {
  display: inline-block;
  color: #B0D747;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.text-button.bigger {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 1212px) {
  .text-button.bigger {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --cursorX: 50vw;
    --cursorY: 50vh;
  }
  :root:before {
    position: fixed;
    z-index: 22;
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 10vmax at var(--cursorX) var(--cursorY), rgba(77, 170, 212, 0) 0%, rgba(77, 170, 212, 0.15) 0%, rgba(0, 0, 0, 0) 250%);
    content: "";
    pointer-events: none;
  }
}
.slider-button-next,
.slider-button-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #004869;
  border: 3px solid #004869;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  .slider-button-next,
  .slider-button-prev {
    width: 30px;
    height: 30px;
  }
}
.slider-button-next:hover,
.slider-button-prev:hover {
  background: #FFFFFF;
  border-color: #00AEDD;
}

.slider-button-next:hover .arrow-hover,
.slider-button-prev:hover .arrow-hover {
  display: block;
}

.slider-button-next:hover .arrow-static,
.slider-button-prev:hover .arrow-static {
  display: none;
}

.slider-button-next:disabled,
.slider-button-prev:disabled {
  background: #FFFFFF;
  border-color: #727272;
}

.slider-button-next:disabled .arrow-hover,
.slider-button-prev:disabled .arrow-hover {
  display: block;
}

.slider-button-next:disabled .arrow-static,
.slider-button-prev:disabled .arrow-static {
  display: none;
}

.slider-button-next .arrow-static,
.slider-button-next .arrow-hover,
.slider-button-prev .arrow-static,
.slider-button-prev .arrow-hover {
  position: absolute;
  top: 50%;
  left: 31%;
  width: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  .slider-button-next .arrow-static,
  .slider-button-next .arrow-hover,
  .slider-button-prev .arrow-static,
  .slider-button-prev .arrow-hover {
    left: 23%;
    width: 9px;
  }
}
.slider-button-next .arrow-hover,
.slider-button-prev .arrow-hover {
  display: none;
}

.slider-button-next.small,
.slider-button-prev.small {
  position: relative;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.slider-button-next.small:hover,
.slider-button-prev.small:hover {
  border-color: #00AEDD;
}

.slider-button-next.small .arrow-small,
.slider-button-prev.small .arrow-small {
  position: absolute;
  top: 50%;
  left: 28%;
  width: 16px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.slider-button-next.nav,
.slider-button-prev.nav {
  top: 50%;
  width: 24px;
  height: 24px;
  border: 0;
  background: #0A5273;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-button-next.nav:hover,
.slider-button-prev.nav:hover {
  border: 0;
}

.slider-button-next.nav .arrow-static,
.slider-button-next.nav .arrow-hover,
.slider-button-prev.nav .arrow-static,
.slider-button-prev.nav .arrow-hover {
  left: 50%;
  width: 11px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.slider-button-prev.nav {
  left: 0;
}

.slider-button-next.small .arrow-small {
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-button-next.nav {
  right: 0;
}

.slider-button-next.nav .arrow-static,
.slider-button-next.nav .arrow-hover {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-button-next .arrow-static,
.slider-button-next .arrow-hover {
  left: 40%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

@media only screen and (max-width: 1023px) {
  .slider-button-next .arrow-static,
  .slider-button-next .arrow-hover {
    left: 36%;
  }
}
.default-content-template h1,
.default-content-template h2,
.default-content-template h3,
.default-content-template h4 {
  margin-bottom: 28px;
  padding-top: 20px;
}

.default-content-template h5,
.default-content-template h6 {
  padding-top: 20px;
}

.default-content-template h5,
.default-content-template h6,
.default-content-template p,
.default-content-template ul,
.default-content-template ol {
  margin-bottom: 28px;
}

.default-content-template ul,
.default-content-template ol {
  padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
  .default-content-template ul,
  .default-content-template ol {
    padding-left: 20px;
  }
}
.default-content-template ul li::marker {
  color: #B0D747;
}

.default-content-template li {
  margin-bottom: 10px;
  padding-left: 14px;
  list-style: inherit;
}

@media only screen and (max-width: 1023px) {
  .default-content-template li {
    padding-left: 10px;
  }
}
.default-content-template a {
  color: #B0D747;
}

.default-content-template img {
  margin: 20px auto 30px auto;
}

.default-content-template div > a {
  display: block;
  margin-bottom: 5px;
}

.default-content-template .title-h4,
.default-content-template .title-h5 {
  padding-top: 20px;
}

.button-top-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  max-width: 1920px;
  margin: auto;
}

.button-top-wrap .button-top-inner {
  position: absolute;
  right: 29px;
  bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media only screen and (max-width: 1023px) {
  .button-top-wrap .button-top-inner {
    bottom: 32px;
    width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .button-top-wrap .button-top-inner {
    right: 12px;
  }
}
.button-top-wrap .button-top-inner.active {
  opacity: 1;
}

.button-top-wrap .button-top-inner:hover .button-top {
  background-color: #FFFFFF;
}

.button-top-wrap .button-top-inner:hover img {
  display: none;
}

.button-top-wrap .button-top-inner:hover img.button-top-hover {
  display: inline-block;
}

.button-top-wrap .button-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #004869;
  border: 2px solid #00AEDD;
  border-radius: 50%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media only screen and (max-width: 1023px) {
  .button-top-wrap .button-top {
    width: 35px;
    height: 35px;
  }
}
.button-top-wrap .button-top img {
  width: 25px;
}

@media only screen and (max-width: 1023px) {
  .button-top-wrap .button-top img {
    width: 16px;
  }
}
.button-top-wrap .button-top img.button-top-hover {
  display: none;
}

.button-top-wrap .button-top:hover {
  background-color: #FFFFFF;
}

.button-top-wrap .button-top:hover img {
  display: none;
}

.button-top-wrap .button-top:hover img.button-top-hover {
  display: inline-block;
}

.button-top-wrap .button-top-text {
  margin-top: 9px;
  color: #FFFFFF;
}

@media only screen and (max-width: 1919px) {
  .button-top-wrap .button-top-text {
    display: none;
  }
}
figure {
  text-align: center;
}

figure video {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}

.colored-list ul li {
  position: relative;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .colored-list ul li {
    padding-left: 24px;
  }
}
.colored-list ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B0D747;
  border-radius: 50%;
  content: "";
}

.blur-background {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .blur-background {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
.blur-background::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(img/blur-background.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}

@media only screen and (max-width: 767px) {
  .blur-background::before {
    background-image: url(img/blur-background-mobile.svg);
  }
}
.single-success_stories .contact-form {
  margin-bottom: 110px;
}

@media only screen and (max-width: 1212px) {
  .single-success_stories .contact-form {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .single-success_stories .contact-form {
    margin-bottom: 50px;
  }
}
.statement__text {
  padding-top: 24px;
  padding-bottom: 26px;
  font-size: 14px;
  letter-spacing: 0.3px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
  .statement__text {
    padding-bottom: 26px;
    line-height: 22px;
  }
}
.header__wrapper {
  z-index: 1000;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.header__wrapper.sticky {
  position: fixed;
  top: -1px;
  background-color: #141E30;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

@media only screen and (max-width: 1023px) {
  .header__wrapper.sticky .header__menu .sub-menu {
    padding-top: 0;
  }
}
.header__wrapper.static-menu {
  position: static;
}

.header {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 80px;
}

@media only screen and (max-width: 1759px) {
  .header {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    height: 86px;
  }
}
@media only screen and (max-width: 500px) {
  .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo img {
  max-width: 177px;
}

@media only screen and (max-width: 1439px) {
  .header__logo img {
    max-width: 140px;
  }
}
@media only screen and (max-width: 1212px) {
  .header__logo img {
    max-width: 132px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__logo img {
    max-width: 124px;
  }
}
.menu-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__menu {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu .menu {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1023px) {
  .header__menu .menu {
    position: fixed;
    top: 84px;
    bottom: 0;
    left: -100%;
    display: block;
    overflow: scroll;
    width: 100%;
    height: auto;
    padding: 30px 40px;
    background: #004869;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__menu .menu.active {
    left: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header__menu .menu {
    padding: 20px 30px;
  }
}
.header__menu .menu > li {
  position: relative;
}

.header__menu.narrow li {
  margin-right: 42px;
}

@media only screen and (max-width: 1759px) {
  .header__menu.narrow li {
    margin-right: 34px;
  }
}
@media only screen and (max-width: 1439px) {
  .header__menu.narrow li {
    margin-right: 26px;
  }
}
.header__menu.narrow .sub-menu {
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.header__menu.narrow .sub-menu .sub-menu {
  width: 100%;
  max-width: 100%;
}

.header__menu li {
  padding: 10px 0;
  margin-right: 40px;
}

@media only screen and (max-width: 1759px) {
  .header__menu li {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 1439px) {
  .header__menu li {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__menu li {
    padding: 13px 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu li.hidden-desktop {
    display: none;
  }
}
.header__menu li.active > a, .header__menu li:hover > a {
  color: #B0D747;
}

.header__menu li.active.menu-item-has-children > a, .header__menu li:hover.menu-item-has-children > a {
  color: #B0D747;
}

.header__menu li.active.menu-item-has-children > a::after, .header__menu li:hover.menu-item-has-children > a::after {
  background-image: url(img/arrow-down-green-bold.svg);
}

@media only screen and (max-width: 1023px) {
  .header__menu li.active.menu-item-has-children > a::after, .header__menu li:hover.menu-item-has-children > a::after {
    background-image: url(img/arrow-menu-green.svg);
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu li:hover > ul {
    display: block;
    max-height: 700px;
    visibility: visible;
    opacity: 1;
  }
  .header__menu li:hover > ul.sub-menu .splide.is-initialized,
  .header__menu li:hover > ul.sub-menu .splide.is-rendered {
    visibility: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu li.two-column-menu:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    visibility: visible;
    opacity: 1;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .header__menu li.two-column-menu:hover > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    background: none;
  }
  .header__menu li.two-column-menu:hover > ul li:first-child,
  .header__menu li.two-column-menu:hover > ul li:nth-child(2) {
    padding-top: 28px;
  }
  .header__menu li.two-column-menu:hover > ul::after {
    position: absolute;
    top: 36px;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #004869;
    z-index: -1;
  }
}
@media only screen and (max-width: 1023px) {
  .header__menu li.active > ul {
    display: block;
    max-width: 100%;
    max-height: none;
    visibility: visible;
    opacity: 1;
  }
  .header__menu li.active.menu-item-has-children > a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 1439px) {
  .header__menu li:last-child {
    margin-right: 18px;
  }
}
.header__menu li .menu-item-has-children > a {
  position: relative;
  padding-right: 23px;
}

.header__menu li .menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 100%;
  background-image: url(img/arrow-menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
  content: "";
}

.header__menu li .menu-item-has-children > a + .sub-menu {
  -webkit-transition: opacity 0.2s linear, max-height 0.2s linear;
  transition: opacity 0.2s linear, max-height 0.2s linear;
}

.header__menu li .menu-item-has-children.active > a, .header__menu li .menu-item-has-children:hover > a {
  color: #B0D747;
}

.header__menu li .menu-item-has-children.active > a::after, .header__menu li .menu-item-has-children:hover > a::after {
  background-image: url(img/arrow-menu-green.svg);
}

.header__menu li.empty-nav-item a {
  cursor: auto;
}

.header__menu li.empty-nav-item .sub-menu a {
  cursor: pointer;
}

.header__menu a {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media only screen and (max-width: 1759px) {
  .header__menu a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1439px) {
  .header__menu a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1212px) {
  .header__menu a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__menu a {
    color: #FFFFFF;
    font-size: 15px;
  }
}
.header__menu .menu-item-has-children > a {
  position: relative;
  padding-right: 23px;
}

@media only screen and (min-width: 1024px) {
  .header__menu .menu-item-has-children > a {
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .header__menu .menu-item-has-children > a {
    padding-right: 23px;
  }
}
.header__menu .menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 100%;
  background-image: url(img/arrow-down-bold.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
  content: "";
}

@media only screen and (max-width: 1023px) {
  .header__menu .menu-item-has-children > a::after {
    background-image: url(img/arrow-menu.svg);
    background-size: 8px 14px;
  }
}
.header__menu .sub-menu {
  position: absolute;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 550px;
  max-height: 0px;
  padding-top: 36px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, max-height 0.2s linear;
  transition: opacity 0.2s linear, max-height 0.2s linear;
  z-index: -1;
  display: none;
}

@media only screen and (max-width: 1023px) {
  .header__menu .sub-menu {
    position: initial;
    display: none;
    padding-top: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.header__menu .sub-menu li {
  width: 100%;
  margin-top: -1px;
  margin-right: 0;
  padding: 16px 20px;
  text-decoration: none;
  background: #004869;
}

@media only screen and (max-width: 1212px) {
  .header__menu .sub-menu li {
    padding: 12px 17px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__menu .sub-menu li {
    max-width: 100%;
    padding: 13px 0 13px 32px;
  }
}
@media only screen and (max-width: 500px) {
  .header__menu .sub-menu li {
    padding: 13px 0 13px 8px;
  }
}
.header__menu .sub-menu li:first-child {
  padding-top: 28px;
}

@media only screen and (max-width: 1023px) {
  .header__menu .sub-menu li:first-child {
    padding-top: 20px;
  }
}
.header__menu .sub-menu li:last-child {
  padding-bottom: 28px;
}

@media only screen and (max-width: 1023px) {
  .header__menu .sub-menu li:last-child {
    padding-bottom: 6px;
  }
}
.header__menu .sub-menu li.with-icon > a {
  position: relative;
  padding-left: 55px;
}

@media only screen and (min-width: 1024px) {
  .header__menu .sub-menu li.with-icon > a {
    width: 100%;
  }
}
.header__menu .sub-menu li.with-icon > a::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.header__menu .sub-menu li.with-icon.test-icon a::before {
  background-image: url(img/e-service.svg);
}

.header__menu .sub-menu li.with-icon.seo a::before {
  background-image: url(img/seo.svg);
}

.header__menu .sub-menu li.with-icon.paid-media a::before {
  background-image: url(img/paid-media.svg);
}

.header__menu .sub-menu li.with-icon.web-design a::before {
  background-image: url(img/web-design.svg);
}

.header__menu .sub-menu li.with-icon.cro a::before {
  background-image: url(img/cro.svg);
}

.header__menu .sub-menu li.with-icon.data-analytics a::before {
  background-image: url(img/data-analytics.svg);
}

.header__menu .sub-menu li.with-icon.content-marketing a::before {
  background-image: url(img/content-marketing.svg);
}

.header__menu .sub-menu li.with-icon.digital-strategy a::before {
  background-image: url(img/digital-strategy.svg);
}

.header__menu .sub-menu li.with-icon.e-service a::before {
  background-image: url(img/e-service.svg);
}

.header__menu .sub-menu li.with-icon.local-seo a::before {
  background-image: url(img/Service-Local-Seo.svg);
}

.header__menu .sub-menu li.with-icon.health-seo a::before {
  background-image: url(img/Service-Health-Seo.svg);
}

.header__menu .sub-menu li.with-icon.fintech-seo a::before {
  background-image: url(img/Service-Fintech-Seo.svg);
}

.header__menu .sub-menu li.with-icon.paid-search a::before {
  background-image: url(img/Servise-Paid-Search-Ads.svg);
}

.header__menu .sub-menu li.with-icon.paid-social a::before {
  background-image: url(img/Servise-Paid-Social-Ads.svg);
}

.header__menu .sub-menu li.with-icon.programmatic a::before {
  background-image: url(img/Service-Programmatic-Media-Buying.svg);
}

.header__menu .sub-menu li.with-icon.agile a::before {
  background-image: url(img/Service-WebDesign-Animation.svg);
}

.header__menu .sub-menu li.with-icon.ui-ux a::before {
  background-image: url(img/Service-WebDesign-UX-Research.svg);
}

.header__menu .sub-menu li.with-icon.website a::before {
  background-image: url(img/Service-Speed-Security.svg);
}

.header__menu .sub-menu li.with-icon.cro-audit a::before {
  background-image: url(img/cro-audit.svg);
}

.header__menu .sub-menu li.with-icon.cro-checklist a::before {
  background-image: url(img/cro-checklist.svg);
}

.header__menu .sub-menu a {
  font-size: 15px;
  letter-spacing: 0.3px;
}

@media only screen and (max-width: 1439px) {
  .header__menu .sub-menu a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1212px) {
  .header__menu .sub-menu a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__menu .sub-menu a {
    font-size: 15px;
  }
}
.header__menu .sub-menu .sub-menu {
  top: 35px;
  right: -2px;
  left: initial;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 550px;
  margin-left: 100px;
  padding: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@media only screen and (max-width: 1212px) {
  .header__menu .sub-menu .sub-menu {
    max-width: 470px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__menu .sub-menu .sub-menu {
    position: initial;
    width: initial;
    max-width: none;
    margin-left: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}
@media only screen and (max-width: 1023px) {
  .header__menu .sub-menu .sub-menu li {
    padding-left: 55px;
  }
}
.header__menu .header__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 15px;
  color: #141E30;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
  background-color: #B0D747;
  border: 3px solid #B0D747;
  border-radius: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1439px) {
  .header__menu .header__button {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1212px) {
  .header__menu .header__button {
    padding: 5px 8px;
    font-size: 14px;
    letter-spacing: 0.4px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__menu .header__button {
    display: none;
  }
}
.header__menu .header__button:hover {
  color: #141E30;
  background-color: #FFFFFF;
  border: 3px #B0D747 solid;
}

.header__button-flag {
  max-width: 54px;
  height: 30px;
  margin-left: 15px;
  overflow: hidden;
  border-radius: 37px;
}

@media only screen and (max-width: 1439px) {
  .header__button-flag {
    max-width: 48px;
    height: 26px;
    margin-left: 9px;
  }
}
.header__button-flag img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header__button-flag.mobile {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .header__button-flag.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 44px;
    height: 24px;
    margin-left: 15px;
    border: 1px solid #B0D747;
  }
}
@media only screen and (max-width: 767px) {
  .header__button-flag.mobile {
    margin-left: 10px;
  }
}
.header-phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  .header-phone {
    margin-right: 10px;
  }
}
.header-phone .header__button-icon {
  height: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-menu {
  position: relative;
  display: none;
  width: 33px;
  min-width: 33px;
  height: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .icon-menu {
    display: block;
    margin-left: 15px;
  }
  .icon-menu span {
    position: absolute;
    right: 0;
    left: auto;
    width: 100%;
    min-width: 33px;
    height: 3px;
    background: #B0D747;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .icon-menu span:nth-child(1) {
    top: 0;
    bottom: auto;
  }
  .icon-menu span:nth-child(2) {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .icon-menu span:nth-child(3) {
    top: auto;
    bottom: 0;
  }
  .icon-menu.active span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .icon-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .icon-menu.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .icon-menu {
    margin-left: 10px;
  }
}
.sub-menu .sub-menu-content-heading {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .sub-menu .sub-menu-content-heading {
    display: block;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    border-bottom: 1px solid #0A5273;
  }
}
@media only screen and (min-width: 1213px) {
  .sub-menu .sub-menu-content-heading {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .sub-menu .sub-menu-content-heading {
    font-size: 16px;
  }
}
.sub-menu .splide.is-initialized,
.sub-menu .splide.is-rendered {
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .sub-menu .splide.is-initialized,
  .sub-menu .splide.is-rendered {
    height: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sub-menu .sub-menu-content-services {
    width: 100%;
    padding-right: 36px;
    padding-left: 36px;
    margin: 24px auto 0;
  }
}
.sub-menu .sub-menu-content-service {
  padding: 8px;
  border: 1px solid #00AEDD;
  border-radius: 20px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

.sub-menu .sub-menu-content-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px 14px !important;
  border-radius: 8px !important;
  margin-top: 18px;
  background-color: #0A5273 !important;
}

@media only screen and (min-width: 1024px) {
  .sub-menu .sub-menu-content-rating {
    margin-top: 24px;
  }
}
.sub-menu .sub-menu-content-rating .wpac {
  padding-bottom: 0 !important;
}

.sub-menu .sub-menu-content-rating .wp-google-powered,
.sub-menu .sub-menu-content-rating .wp-google-rating {
  margin: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.sub-menu .sub-menu-content-rating .wp-google-rating {
  margin-right: 6px !important;
  color: #B0D747 !important;
}

.sub-menu .sub-menu-content-rating .wp-google-powered {
  color: #FFFFFF !important;
}

.sub-menu .sub-menu-content-rating .wp-google-powered img {
  display: none;
}

.sub-menu .sub-menu-content-rating .wp-star svg path {
  fill: #B0D747 !important;
}

.sub-menu .sub-menu-content-rating-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu .sub-menu-content-rating-btn a {
  width: 40px;
  height: 40px;
  background-color: #004869;
  background-image: url(img/arrow-right-green-long.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-menu .sub-menu-content-rating-btn a:hover {
  background-image: url(img/arrow-right-white-long.svg);
}

.header__menu .sub-menu-large.sub-menu {
  background-color: #004869;
}

@media only screen and (min-width: 1024px) {
  .header__menu .sub-menu-large.sub-menu {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .sub-menu-large .sub-menu-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0A5273;
    gap: 12px 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .sub-menu-large .sub-menu-items-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .sub-menu-large .sub-menu-items-wrapper > li,
  .sub-menu-large .sub-menu-items-wrapper > li:first-child,
  .sub-menu-large .sub-menu-items-wrapper > li:last-child {
    position: relative;
    width: auto;
    max-width: 235px;
    padding: 10px 0;
  }
}
.footer li {
  list-style: none;
}

.footer__content {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 0.2fr 1fr;
  padding-right: 58px;
}

@media only screen and (max-width: 1919px) {
  .footer__content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1439px) {
  .footer__content {
    grid-gap: 100px;
  }
}
@media only screen and (max-width: 1212px) {
  .footer__content {
    grid-template-columns: none;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__content {
    grid-gap: 0;
  }
}
@media only screen and (max-width: 500px) {
  .footer__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1919px) {
  .footer__left {
    width: 210px;
  }
}
@media only screen and (max-width: 1212px) {
  .footer__left {
    grid-column: 1/2;
    width: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__left {
    display: none;
  }
}
.footer__left .footer__items {
  padding-top: 14px;
}

@media only screen and (max-width: 1439px) {
  .footer__left .footer__items {
    display: grid;
  }
}
.footer__left .footer__item:not(:last-child) {
  margin-bottom: 28px;
}

.footer__left .footer__item-title {
  font-weight: 700;
  text-transform: none;
}

.footer__left li,
.footer__left li > a {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.footer__left li {
  margin-bottom: 1px;
}

.footer__right {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}

@media only screen and (max-width: 1439px) {
  .footer__right {
    grid-template-rows: repeat(2, auto);
  }
}
@media only screen and (max-width: 1212px) {
  .footer__right {
    width: auto;
  }
}
.footer__right .footer__items.top {
  display: grid;
  grid-gap: 80px;
  grid-template-columns: 0.6fr 1fr 0.6fr;
}

@media only screen and (max-width: 1759px) {
  .footer__right .footer__items.top {
    grid-gap: 30px;
    grid-template-columns: 0.55fr 1fr 0.55fr;
  }
}
@media only screen and (max-width: 1439px) {
  .footer__right .footer__items.top {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 0.4fr 1fr;
  }
}
@media only screen and (max-width: 1212px) {
  .footer__right .footer__items.top {
    grid-template-columns: 0.7fr 1fr;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__right .footer__items.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: auto;
  }
}
.footer__right .footer__items.bottom {
  display: grid;
  grid-gap: 90px;
  grid-template-columns: repeat(8, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 45px;
}

@media only screen and (max-width: 1919px) {
  .footer__right .footer__items.bottom {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 1439px) {
  .footer__right .footer__items.bottom {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 1212px) {
  .footer__right .footer__items.bottom {
    grid-gap: 44px 20px;
    grid-template-columns: repeat(8, 1fr);
    justify-items: center;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__right .footer__items.bottom {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__right .footer__items.bottom {
    padding-top: 15px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 34px 10px;
  }
}
.footer__right .footer__items.bottom img {
  max-width: 100px;
}

@media only screen and (max-width: 1439px) {
  .footer__right .footer__items.bottom img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__right .footer__items.bottom img {
    max-width: 70px;
  }
}
@media only screen and (max-width: 500px) {
  .footer__right .footer__items.bottom img {
    max-width: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__right .footer__item {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__right .mobile-hide {
    display: none;
  }
}
.footer__right .footer__item-inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 30px;
}

@media only screen and (max-width: 1439px) {
  .footer__right .footer__item-inner {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__right .footer__item-inner {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
}
.footer__right .footer__item-inner li {
  margin-bottom: 4px;
}

@media only screen and (max-width: 1023px) {
  .footer__right .footer__item-inner li {
    margin-bottom: 9px;
    text-align: center;
  }
}
.footer__right .footer__item-inner li:last-child {
  margin-bottom: 0;
}

.footer__right .footer__item-inner a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  letter-spacing: 0.3px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__right .footer__item-inner a:hover {
  color: #B0D747;
}

@media only screen and (max-width: 1023px) {
  .footer__right .footer__item-list:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer__title {
  display: block;
  margin-bottom: 6px;
}

@media only screen and (max-width: 1439px) {
  .footer__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__title {
    margin-bottom: 24px;
    text-align: center;
  }
}
.footer__social {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
}

@media only screen and (max-width: 1439px) {
  .footer__social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 1212px) {
  .footer__social {
    grid-column: 1/3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__social {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 1212px) {
  .footer__social-google {
    margin-bottom: 12px;
  }
}
.footer__social-google img {
  width: 265px;
}

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

@media only screen and (max-width: 420px) {
  .footer__social-links {
    text-align: center;
  }
}
.footer__social-links a {
  height: 50px;
  margin-right: 20px;
}

.footer__social-links a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.footer__social-links a:hover svg path {
  fill: #FFFFFF;
}

.footer__social-links a:hover svg path:nth-child(1) {
  fill: #004869;
}

.footer__social-links a:last-child {
  margin-right: 0;
}

.footer__social-links a:last-child:hover svg path:nth-child(3) {
  fill: #004869;
}

.footer__bitcoin {
  margin-top: 10px;
}

@media only screen and (max-width: 1212px) {
  .footer__bitcoin {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bitcoin {
    margin-bottom: 20px;
  }
}
.footer__bitcoin img {
  max-width: 120px;
}

.footer__copyright {
  font-size: 14px;
  letter-spacing: 0.3px;
}

@media only screen and (max-width: 767px) {
  .footer__copyright {
    padding-bottom: 26px;
    line-height: 22px;
  }
}
.footer__copyright {
  padding-top: 40px;
  padding-bottom: 17px;
  line-height: 40px;
}