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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover,
a:active {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template,
[hidden] {
  display: none;
}

body {
  background-color: #fff;
  color: #000;
  font-display: optional;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

body.locked {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Brygada 1918", serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 24px 0;
  text-transform: uppercase;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

a {
  transition: all .3s ease;
}

a:link,
a:visited {
  color: #000;
}

a:hover,
a:active {
  color: #000;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

p {
  margin: 24px 0;
}

b,
bold,
strong {
  font-weight: 600;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 24px auto;
  padding: 0;
}

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

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

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

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

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

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

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

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

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.responsive-img {
  display: block;
  height: auto;
  max-width: 100%;
  min-width: 100%;
}

.hide {
  display: none !important;
}

.tablet-show {
  display: none !important;
}

.mobile-show {
  display: none;
}

.flex-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.flex-space {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.flex-around {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

.flex-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1432px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -8px;
  margin-right: -8px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.start {
  justify-content: flex-start;
}

.row.center {
  justify-content: center;
}

.row.end {
  justify-content: flex-end;
}

.row.between {
  justify-content: space-between;
}

.row.around {
  justify-content: space-around;
}

.row.top {
  align-items: top;
}

.row.middle {
  align-items: center;
}

.row.bottom {
  align-items: flex-end;
}

.row.stretch {
  align-items: stretch;
}

[class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

[class*='col-'].first {
  order: -1;
}

[class*='col-'].last {
  order: 1;
}

.col-xlg-1 {
  width: calc(100% / (12 / 1));
}

.col-xlg-2 {
  width: calc(100% / (12 / 2));
}

.col-xlg-3 {
  width: calc(100% / (12 / 3));
}

.col-xlg-4 {
  width: calc(100% / (12 / 4));
}

.col-xlg-5 {
  width: calc(100% / (12 / 5));
}

.col-xlg-6 {
  width: calc(100% / (12 / 6));
}

.col-xlg-7 {
  width: calc(100% / (12 / 7));
}

.col-xlg-8 {
  width: calc(100% / (12 / 8));
}

.col-xlg-9 {
  width: calc(100% / (12 / 9));
}

.col-xlg-10 {
  width: calc(100% / (12 / 10));
}

.col-xlg-11 {
  width: calc(100% / (12 / 11));
}

.col-xlg-12 {
  width: calc(100% / (12 / 12));
}

.col-xlg-offset-1 {
  margin-left: calc(100% / (12 / 1));
}

.col-xlg-offset-2 {
  margin-left: calc(100% / (12 / 2));
}

.col-xlg-offset-3 {
  margin-left: calc(100% / (12 / 3));
}

.col-xlg-offset-4 {
  margin-left: calc(100% / (12 / 4));
}

.col-xlg-offset-5 {
  margin-left: calc(100% / (12 / 5));
}

.col-xlg-offset-6 {
  margin-left: calc(100% / (12 / 6));
}

.col-xlg-offset-7 {
  margin-left: calc(100% / (12 / 7));
}

.col-xlg-offset-8 {
  margin-left: calc(100% / (12 / 8));
}

.col-xlg-offset-9 {
  margin-left: calc(100% / (12 / 9));
}

.col-xlg-offset-10 {
  margin-left: calc(100% / (12 / 10));
}

.col-xlg-offset-11 {
  margin-left: calc(100% / (12 / 11));
}

.col-xlg-offset-12 {
  margin-left: calc(100% / (12 / 12));
}

.col-xlg-offset-0 {
  margin-left: 0;
}

.col-auto {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.header-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}

.header-logo {
  background-image: url(../images/ovo-je-zemlja-za-vas-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 394px;
  height: 69px;
}

.header-navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.header-navigation-list li {
  padding: 0 24px;
}

.header-navigation-list li:last-child {
  padding-right: 0;
}

.header-navigation-list li.nav-button a {
  background: linear-gradient(207deg, #70E2E2 -18.81%, #FCD4EE 85.53%);
  padding: 16px 32px;
}

.header-navigation-list li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.header-navigation-list li a:link,
.header-navigation-list li a:visited {
  color: #000;
  text-decoration: none;
}

.header-navigation-list li a:hover,
.header-navigation-list li a:active {
  color: #000;
  text-decoration: none;
}

.header-hamburger {
  height: 18px;
  position: relative;
  width: 26px;
}

.header-hamburger:focus {
  outline: none;
}

.header-hamburger:after {
  background: #000;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.header-hamburger:before {
  background: #000;
  bottom: 0;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.header-hamburger.open:before {
  transform: rotate(45deg) translate(-5px, -4px);
}

.header-hamburger.open:after {
  transform: rotate(-45deg) translate(-7px, 5px);
}

.header-hamburger-icon {
  background: #000;
  content: '';
  cursor: pointer;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.header-hamburger.open .header-hamburger-icon {
  background: transparent;
  transform: translateX(-10px);
}

.navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-wrapper {
  overflow-x: hidden;
  width: 100%;
}

.footer-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #000;
  padding: 24px 0;
  width: 100%;
}

.footer-logos li {
  margin-right: 20px;
}

.footer-logos li:last-child {
  margin-right: 0;
}

.footer-logos li a:link,
.footer-logos li a:visited {
  color: #000;
  text-decoration: none;
}

.footer-logos li a:hover,
.footer-logos li a:active {
  color: #000;
  text-decoration: none;
}

.footer-logos li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 140px;
  max-width: 200px;
  transition: all .3s ease;
  width: auto;
}

.footer-logos li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.main {
  padding-bottom: 72px;
}

.user-registration {
  box-shadow: none !important;
}

.user-registration-Button {
  background-color: #000;
  border: none;
  color: #fff;
  font-family: "Brygada 1918", serif;
}

.form-login {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .3s ease;
  visibility: hidden;
  z-index: 15;
}

.form-login.active {
  opacity: 1;
  visibility: visible;
}

.form-login-inner {
  width: 692px;
  max-width: 90%;
  background-color: #fff;
  padding: 48px 24px 0;
  position: relative;
}

.form-login-inner-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background-image: url(../images/x.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.form-login input {
  border-bottom: none !important;
  border-color: #000 !important;
  border-left: none !important;
  border-right: none !important;
  border-width: 1px !important;
  color: #000 !important;
  font-family: "Brygada 1918", serif !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding: 24px 0 !important;
}

.form-login input[type="password"] {
  border-bottom: 1px solid #000 !important;
}

.form-login input::placeholder,
.form-login textarea::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.form-login input[type="submit"] {
  border: none !important;
  background-color: #000;
  color: #fff !important;
  font-family: "Brygada 1918", serif !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding: 19px 0 !important;
  width: 100%;
}

.form-login #user-registration {
  box-shadow: none;
  margin: 48px 0 9px;
}

.form-login .ur-frontend-form {
  border: none;
  padding: 0;
}

.form-login .user-registration-form-row {
  margin: 0;
}

.form-login .ur-form-grid {
  padding: 0 !important;
}

.form-login .user-registration-register {
  text-align: center;
}

.form-login .user-registration-register a {
  color: #000;
  font-weight: 500 !important;
  text-align: center;
  font-size: 18px !important;
  margin: 24px auto 0;
  display: inline-block;
}

.video-item {
  padding: 24px 0;
}

.video-hr {
  height: 1px;
  width: 100%;
  background-color: #000;
}

.video-content {
  padding-left: 40px;
}

.video-description {
  font-size: 18px;
}

.video-container {
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-container video,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-hero-heading {
  border-bottom: 1px solid #000;
  padding: 24px 0;
}

.home-hero-inner {
  margin-top: -48px;
}

.home-hero-left {
  padding-bottom: 129.5%;
  position: relative;
}

.home-hero-left img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-hero-right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.home-hero-right-content {
  bottom: 0;
  left: 0;
  padding-left: 40px;
  position: absolute;
  text-align: left;
  width: 55.55%;
  z-index: 1;
}

.home-hero-right-content-text {
  font-size: 18px;
  margin-bottom: 0;
}

.home-hero-right-images {
  position: relative;
  width: 55.55%;
}

.home-hero-right-images-1 {
  padding-bottom: 100.1%;
  position: relative;
  width: calc(80% - 8px);
}

.home-hero-right-images-1 img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-hero-right-images-2 {
  padding-bottom: 49.1%;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  width: calc(40% - 11px);
}

.home-hero-right-images-2 img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-hero-right-images-icon {
  background-image: url(../images/home-hero-icon.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 128px;
  left: -186px;
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  width: 170px;
}

.home-content {
  padding-top: 32px;
}

.home-content-scrolling-image {
  height: 314px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.home-content-scrolling-image:before {
  background-color: #000;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 60%;
  width: 100%;
}

.home-content-scrolling-image-inner {
  background: url(../images/ovo-je-zemlja-za-vas.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  margin: 0 auto;
  width: 83.33%;
}

.home-content-title {
  color: transparent;
  font-family: "LuckyDipCaitlin", sans-serif;
  font-size: 124px;
  height: 100%;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.home-content-title-inner {
  color: #000;
  display: inline-block;
  font-family: "LuckyDipCaitlin", sans-serif;
  font-size: 124px;
  line-height: 1.4;
  position: absolute;
}

.home-content-text ul,
.home-content-text ol {
  margin: 0;
}

.home-content-text strong {
  font-weight: 700;
}

.home-content-text.right {
  font-size: 18px;
}

.home-content-text-wrapper {
  height: 100%;
  position: relative;
}

.home-content-text-wrapper-icon {
  background-image: url(../images/home-content-icon.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 24px;
  height: 129px;
  position: absolute;
  right: 0;
  width: 149px;
}

.home-content-image {
  margin-top: 72px;
  padding-bottom: 41.57%;
  position: relative;
  width: 100%;
}

.home-content-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-contact-heading {
  padding: 48px 0 64px;
}

.home-contact-heading-text {
  margin-top: 48px;
}

.home-contact-icon {
  background-image: url(../images/home-contact-icon.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 86.43%;
  width: 100%;
}

.home-contact-form {
  border: none;
  padding: 0;
}

.home-contact-form input,
.home-contact-form select,
.home-contact-form textarea {
  border-top: none !important;
  border-color: #000 !important;
  border-left: none !important;
  border-right: none !important;
  border-width: 1px !important;
  color: #000 !important;
  font-family: "Brygada 1918", serif !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding: 11px 0 !important;
}

.home-contact-form label {
  margin: 0 0 8px !important;
  font-family: "Brygada 1918", serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.home-contact-form textarea {
  border-bottom: 1px solid #000 !important;
  min-height: 154px !important;
}

.home-contact-form input::placeholder,
.home-contact-form textarea::placeholder {
  color: #000 !important;
  opacity: 1 !important;
  white-space: normal !important;
}

.home-contact-form input[type="checkbox"] {
  margin: 0 10px 2px 0 !important;
  padding: 0 !important;
}

.home-contact-form abbr {
  display: none !important;
}

.home-contact-form ul {
  padding-left: 0;
}

.home-contact-form .ur-checkbox-label {
  line-height: normal !important;
}

.home-contact-field.last input {
  border-bottom: 1px solid #000 !important;
}

.home-contact-field,
.home-contact-select {
  margin: 0 0 40px !important;
}

.home-contact-select select {
  background: url(../images/chevron--down.svg) no-repeat right 5px top 55% !important;
  padding-right: 35px !important;
}

.home-contact-button {
  background-color: #000;
  color: #fff;
  font-family: "Brygada 1918", serif !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding: 19px 0 !important;
  width: 100%;
}

@keyframes move-left {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 1447px) {
  .container {
    max-width: 1279px;
  }
}

@media (max-width: 1279px) {
  h1 {
    font-size: 42px;
  }

  h3 {
    font-size: 30px;
  }

  .container {
    max-width: 1024px;
  }

  .col-lg-1 {
    width: calc(100% / (12 / 1));
  }

  .col-lg-2 {
    width: calc(100% / (12 / 2));
  }

  .col-lg-3 {
    width: calc(100% / (12 / 3));
  }

  .col-lg-4 {
    width: calc(100% / (12 / 4));
  }

  .col-lg-5 {
    width: calc(100% / (12 / 5));
  }

  .col-lg-6 {
    width: calc(100% / (12 / 6));
  }

  .col-lg-7 {
    width: calc(100% / (12 / 7));
  }

  .col-lg-8 {
    width: calc(100% / (12 / 8));
  }

  .col-lg-9 {
    width: calc(100% / (12 / 9));
  }

  .col-lg-10 {
    width: calc(100% / (12 / 10));
  }

  .col-lg-11 {
    width: calc(100% / (12 / 11));
  }

  .col-lg-12 {
    width: calc(100% / (12 / 12));
  }

  .col-lg-offset-1 {
    margin-left: calc(100% / (12 / 1));
  }

  .col-lg-offset-2 {
    margin-left: calc(100% / (12 / 2));
  }

  .col-lg-offset-3 {
    margin-left: calc(100% / (12 / 3));
  }

  .col-lg-offset-4 {
    margin-left: calc(100% / (12 / 4));
  }

  .col-lg-offset-5 {
    margin-left: calc(100% / (12 / 5));
  }

  .col-lg-offset-6 {
    margin-left: calc(100% / (12 / 6));
  }

  .col-lg-offset-7 {
    margin-left: calc(100% / (12 / 7));
  }

  .col-lg-offset-8 {
    margin-left: calc(100% / (12 / 8));
  }

  .col-lg-offset-9 {
    margin-left: calc(100% / (12 / 9));
  }

  .col-lg-offset-10 {
    margin-left: calc(100% / (12 / 10));
  }

  .col-lg-offset-11 {
    margin-left: calc(100% / (12 / 11));
  }

  .col-lg-offset-12 {
    margin-left: calc(100% / (12 / 12));
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .footer-logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-logos li img {
    max-height: 120px;
    max-width: 170px;
  }

  .home-hero-right-content {
    width: 65%;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }

  h3 {
    font-size: 24px;
  }

  .tablet-hide {
    display: none !important;
  }

  .tablet-show {
    display: block !important;
  }

  .container {
    max-width: 767px;
  }

  .col-md-1 {
    width: calc(100% / (12 / 1));
  }

  .col-md-2 {
    width: calc(100% / (12 / 2));
  }

  .col-md-3 {
    width: calc(100% / (12 / 3));
  }

  .col-md-4 {
    width: calc(100% / (12 / 4));
  }

  .col-md-5 {
    width: calc(100% / (12 / 5));
  }

  .col-md-6 {
    width: calc(100% / (12 / 6));
  }

  .col-md-7 {
    width: calc(100% / (12 / 7));
  }

  .col-md-8 {
    width: calc(100% / (12 / 8));
  }

  .col-md-9 {
    width: calc(100% / (12 / 9));
  }

  .col-md-10 {
    width: calc(100% / (12 / 10));
  }

  .col-md-11 {
    width: calc(100% / (12 / 11));
  }

  .col-md-12 {
    width: calc(100% / (12 / 12));
  }

  .col-md-offset-1 {
    margin-left: calc(100% / (12 / 1));
  }

  .col-md-offset-2 {
    margin-left: calc(100% / (12 / 2));
  }

  .col-md-offset-3 {
    margin-left: calc(100% / (12 / 3));
  }

  .col-md-offset-4 {
    margin-left: calc(100% / (12 / 4));
  }

  .col-md-offset-5 {
    margin-left: calc(100% / (12 / 5));
  }

  .col-md-offset-6 {
    margin-left: calc(100% / (12 / 6));
  }

  .col-md-offset-7 {
    margin-left: calc(100% / (12 / 7));
  }

  .col-md-offset-8 {
    margin-left: calc(100% / (12 / 8));
  }

  .col-md-offset-9 {
    margin-left: calc(100% / (12 / 9));
  }

  .col-md-offset-10 {
    margin-left: calc(100% / (12 / 10));
  }

  .col-md-offset-11 {
    margin-left: calc(100% / (12 / 11));
  }

  .col-md-offset-12 {
    margin-left: calc(100% / (12 / 12));
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .header-navigation-list {
    width: 100%;
    flex-direction: column;
    padding: 28px 0 36px;
    display: none;
  }

  .header-navigation-list li {
    padding: 12px 0;
    text-align: center;
  }

  .video-content {
    padding-left: 20px;
  }

  .home-hero-right-content {
    padding-left: 20px;
    width: 75%;
  }

  .home-content-scrolling-image {
    height: 235px;
  }

  .home-content-scrolling-image-inner {
    width: 100%;
  }

  .home-content-text-wrapper-icon {
    display: none;
  }

  .home-content-image {
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }

  .mobile-show {
    display: block;
  }

  .container {
    max-width: 100%;
  }

  .col-sm-1 {
    width: calc(100% / (12 / 1));
  }

  .col-sm-2 {
    width: calc(100% / (12 / 2));
  }

  .col-sm-3 {
    width: calc(100% / (12 / 3));
  }

  .col-sm-4 {
    width: calc(100% / (12 / 4));
  }

  .col-sm-5 {
    width: calc(100% / (12 / 5));
  }

  .col-sm-6 {
    width: calc(100% / (12 / 6));
  }

  .col-sm-7 {
    width: calc(100% / (12 / 7));
  }

  .col-sm-8 {
    width: calc(100% / (12 / 8));
  }

  .col-sm-9 {
    width: calc(100% / (12 / 9));
  }

  .col-sm-10 {
    width: calc(100% / (12 / 10));
  }

  .col-sm-11 {
    width: calc(100% / (12 / 11));
  }

  .col-sm-12 {
    width: calc(100% / (12 / 12));
  }

  .col-sm-offset-1 {
    margin-left: calc(100% / (12 / 1));
  }

  .col-sm-offset-2 {
    margin-left: calc(100% / (12 / 2));
  }

  .col-sm-offset-3 {
    margin-left: calc(100% / (12 / 3));
  }

  .col-sm-offset-4 {
    margin-left: calc(100% / (12 / 4));
  }

  .col-sm-offset-5 {
    margin-left: calc(100% / (12 / 5));
  }

  .col-sm-offset-6 {
    margin-left: calc(100% / (12 / 6));
  }

  .col-sm-offset-7 {
    margin-left: calc(100% / (12 / 7));
  }

  .col-sm-offset-8 {
    margin-left: calc(100% / (12 / 8));
  }

  .col-sm-offset-9 {
    margin-left: calc(100% / (12 / 9));
  }

  .col-sm-offset-10 {
    margin-left: calc(100% / (12 / 10));
  }

  .col-sm-offset-11 {
    margin-left: calc(100% / (12 / 11));
  }

  .col-sm-offset-12 {
    margin-left: calc(100% / (12 / 12));
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .header-logo {
    width: 188px;
    height: 37px;
  }

  .footer-logos li img {
    max-height: 100px;
    max-width: 130px;
  }

  .main {
    padding-bottom: 45px;
  }

  .form-login input {
    font-size: 20px !important;
  }

  .home-hero-inner {
    margin-top: 24px;
  }

  .home-hero-right-content {
    padding-left: 10px;
    width: 65%;
  }

  .home-hero-right-content {
    bottom: auto;
    left: auto;
    padding: 24px 0 48px;
    position: relative;
    width: 100%;
  }

  .home-hero-right-images {
    width: 100%;
  }

  .home-content-title {
    font-size: 168px;
  }

  .home-content-title-inner {
    animation: run 10s infinite linear;
    font-size: 168px;
    white-space: nowrap;
  }

  .home-content-image {
    padding-bottom: 68.17%;
  }

  .home-contact-heading {
    padding: 48px 0 24px;
  }

  .home-contact-form input,
  .home-contact-form select,
  .home-contact-form textarea {
    font-size: 20px !important;
  }

  .home-contact-form textarea {
    min-height: 148px !important;
  }

  .home-contact-field,
  .home-contact-select {
    margin: 0 0 30px !important;
  }

  .home-contact-button {
    font-size: 20px !important;
    padding: 22px 0 !important;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 40px;
  }

  .row {
    margin-left: -4px;
    margin-right: -4px;
  }

  [class*='col-'] {
    padding-left: 4px;
    padding-right: 4px;
  }

  .col-xlg-1,
  .col-lg-1,
  .col-md-1,
  .col-sm-1 {
    width: 100%;
  }

  .col-xlg-2,
  .col-lg-2,
  .col-md-2,
  .col-sm-2 {
    width: 100%;
  }

  .col-xlg-3,
  .col-lg-3,
  .col-md-3,
  .col-sm-3 {
    width: 100%;
  }

  .col-xlg-4,
  .col-lg-4,
  .col-md-4,
  .col-sm-4 {
    width: 100%;
  }

  .col-xlg-5,
  .col-lg-5,
  .col-md-5,
  .col-sm-5 {
    width: 100%;
  }

  .col-xlg-6,
  .col-lg-6,
  .col-md-6,
  .col-sm-6 {
    width: 100%;
  }

  .col-xlg-7,
  .col-lg-7,
  .col-md-7,
  .col-sm-7 {
    width: 100%;
  }

  .col-xlg-8,
  .col-lg-8,
  .col-md-8,
  .col-sm-8 {
    width: 100%;
  }

  .col-xlg-9,
  .col-lg-9,
  .col-md-9,
  .col-sm-9 {
    width: 100%;
  }

  .col-xlg-10,
  .col-lg-10,
  .col-md-10,
  .col-sm-10 {
    width: 100%;
  }

  .col-xlg-11,
  .col-lg-11,
  .col-md-11,
  .col-sm-11 {
    width: 100%;
  }

  .col-xlg-12,
  .col-lg-12,
  .col-md-12,
  .col-sm-12 {
    width: 100%;
  }

  .col-xlg-offset-1,
  .col-lg-offset-1,
  .col-md-offset-1,
  .col-sm-offset-1 {
    margin-left: 0;
  }

  .col-xlg-offset-2,
  .col-lg-offset-2,
  .col-md-offset-2,
  .col-sm-offset-2 {
    margin-left: 0;
  }

  .col-xlg-offset-3,
  .col-lg-offset-3,
  .col-md-offset-3,
  .col-sm-offset-3 {
    margin-left: 0;
  }

  .col-xlg-offset-4,
  .col-lg-offset-4,
  .col-md-offset-4,
  .col-sm-offset-4 {
    margin-left: 0;
  }

  .col-xlg-offset-5,
  .col-lg-offset-5,
  .col-md-offset-5,
  .col-sm-offset-5 {
    margin-left: 0;
  }

  .col-xlg-offset-6,
  .col-lg-offset-6,
  .col-md-offset-6,
  .col-sm-offset-6 {
    margin-left: 0;
  }

  .col-xlg-offset-7,
  .col-lg-offset-7,
  .col-md-offset-7,
  .col-sm-offset-7 {
    margin-left: 0;
  }

  .col-xlg-offset-8,
  .col-lg-offset-8,
  .col-md-offset-8,
  .col-sm-offset-8 {
    margin-left: 0;
  }

  .col-xlg-offset-9,
  .col-lg-offset-9,
  .col-md-offset-9,
  .col-sm-offset-9 {
    margin-left: 0;
  }

  .col-xlg-offset-10,
  .col-lg-offset-10,
  .col-md-offset-10,
  .col-sm-offset-10 {
    margin-left: 0;
  }

  .col-xlg-offset-11,
  .col-lg-offset-11,
  .col-md-offset-11,
  .col-sm-offset-11 {
    margin-left: 0;
  }

  .col-xlg-offset-12,
  .col-lg-offset-12,
  .col-md-offset-12,
  .col-sm-offset-12 {
    margin-left: 0;
  }

  .col-xs-1 {
    width: calc(100% / (12 / 1));
  }

  .col-xs-2 {
    width: calc(100% / (12 / 2));
  }

  .col-xs-3 {
    width: calc(100% / (12 / 3));
  }

  .col-xs-4 {
    width: calc(100% / (12 / 4));
  }

  .col-xs-5 {
    width: calc(100% / (12 / 5));
  }

  .col-xs-6 {
    width: calc(100% / (12 / 6));
  }

  .col-xs-7 {
    width: calc(100% / (12 / 7));
  }

  .col-xs-8 {
    width: calc(100% / (12 / 8));
  }

  .col-xs-9 {
    width: calc(100% / (12 / 9));
  }

  .col-xs-10 {
    width: calc(100% / (12 / 10));
  }

  .col-xs-11 {
    width: calc(100% / (12 / 11));
  }

  .col-xs-12 {
    width: calc(100% / (12 / 12));
  }

  .col-xs-offset-1 {
    margin-left: calc(100% / (12 / 1));
  }

  .col-xs-offset-2 {
    margin-left: calc(100% / (12 / 2));
  }

  .col-xs-offset-3 {
    margin-left: calc(100% / (12 / 3));
  }

  .col-xs-offset-4 {
    margin-left: calc(100% / (12 / 4));
  }

  .col-xs-offset-5 {
    margin-left: calc(100% / (12 / 5));
  }

  .col-xs-offset-6 {
    margin-left: calc(100% / (12 / 6));
  }

  .col-xs-offset-7 {
    margin-left: calc(100% / (12 / 7));
  }

  .col-xs-offset-8 {
    margin-left: calc(100% / (12 / 8));
  }

  .col-xs-offset-9 {
    margin-left: calc(100% / (12 / 9));
  }

  .col-xs-offset-10 {
    margin-left: calc(100% / (12 / 10));
  }

  .col-xs-offset-11 {
    margin-left: calc(100% / (12 / 11));
  }

  .col-xs-offset-12 {
    margin-left: calc(100% / (12 / 12));
  }

  .col-auto {
    padding-left: 4px;
    padding-right: 4px;
  }

  .home-content-scrolling-image-inner {
    animation: move-left 10s linear infinite;
    width: 885px;
  }
}