@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined on this page. */
/* Containers */
/* Breakpoints */
/* Colors */
/* Typography */
/* Padding */
/* Borders */
/* Buttons */
/* Forms */
/* Tables */
/* Code */
/* Mixins
  =============== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Reset
  =============== */
html {
  box-sizing: border-box;
}

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

figure {
  margin: 0;
}

/* Scaffolding
  =============== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal 300 1rem/1.2 "Acumin Pro", "Sans-serif";
  font-size: 1rem;
}

body {
  color: #404040;
  background: #fbf9f2;
  font-size: 1rem;
}

p,
ol,
ul,
dl,
table {
  margin: 0 0 1.5rem 0;
}

ul li ul {
  margin-bottom: 0;
}

ol li ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1.5rem 0;
  font-weight: 500;
  font-family: "Acumin Pro", serif;
  line-height: 1.2;
  color: #000;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child) {
  margin: 1.5rem 0;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

@media (min-width: 600px) {
  h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
    margin-top: 2.5rem;
  }

  h1 {
    font-size: 8rem;
  }

  h2 {
    font-size: 6rem;
  }

  h3 {
    font-size: 4rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }
}
a {
  color: #465152;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #282828;
  text-decoration: underline;
}

mark {
  background: #999;
  padding: 0 0.2rem;
}

blockquote {
  margin: 0 0 1.5rem 0;
  border-left: 16px solid #f0f0f0;
  padding: 0 1.5rem;
  font-size: 1.5rem;
}
blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: right;
}

pre {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 1rem;
  tab-size: 2;
  color: #404040;
  font-family: Menlo, monospace;
  font-size: 14px;
  margin: 0 0 1.5rem 0;
}
pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  text-shadow: 0 1px 0 #fff;
}

:not(pre) > code {
  color: #404040;
  background: transparent;
  font-family: Menlo, monospace;
  font-size: 14px;
  padding: 0 0.2rem;
  border: 1px solid #dedede;
  border-radius: 0;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #dedede;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
}

.full-container {
  max-width: 100%;
  padding: 0 1rem;
}

.container, .medium-container, .small-container {
  max-width: 1200px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}

.small-container {
  max-width: 800px;
}

.medium-container {
  max-width: 1000px;
}

.content-section {
  padding: 30px 0;
}

@media (min-width: 600px) {
  .content-section {
    padding: 60px 0;
  }
}
/* Grid
=============== */
.flex-small,
.flex-large {
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-small,
.flex-large {
  flex-basis: 100%;
  margin-bottom: 1rem;
}

/* Small screen breakpoint */
@media (min-width: 600px) {
  .flex-small {
    flex: 1;
    margin-bottom: 0;
  }
}
/* Large screen breakpoint */
@media (min-width: 1000px) {
  .flex-large {
    flex: 1;
    margin-bottom: 0;
  }
}
/* Helpers
  =============== */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.img-fluid {
  max-width: 100%;
  display: block;
}

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.disflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .disflex {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .disflex .left, .disflex .right {
    width: calc(50% - 20px);
  }
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-top {
  padding-top: 8rem;
}

.padding-bottom {
  padding-bottom: 8rem;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-top {
  margin-top: 8rem;
}

.margin-bottom {
  margin-bottom: 8rem;
}

.alternate-background {
  background: #292929;
  color: #000;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@keyframes float {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(10px);
  }
  100% {
    transform: translatex(0px);
  }
}
@keyframes floatY {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
a.primary-button {
  border-radius: 10px;
  background-color: #0D2244;
  padding: 10px 20px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
  text-align: center;
}
a.primary-button:hover {
  transition: 0.3s;
  background-color: #7ab8ea;
}

a.secondary-button {
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
  border: 1px solid #fff;
  background-color: #0000;
  text-align: center;
}
a.secondary-button:hover {
  transition: 0.3s;
  background-color: #fff;
  color: #0D2244;
}

a.secondary-two-button {
  border-radius: 10px;
  border: 1px solid #0D2244;
  padding: 10px 20px;
  color: #0D2244;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
  background-color: #fff0;
  text-align: center;
}
a.secondary-two-button:hover {
  transition: 0.3s;
  background-color: #0D2244;
  border-color: #fff;
  color: #fff;
}

.tw-padding-large {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .tw-padding-large {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tw-padding-large {
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .tw-padding-large {
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1400px) {
  .tw-padding-large {
    padding: 100px 0;
  }
}

.tw-padding-medium {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .tw-padding-medium {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tw-padding-medium {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .tw-padding-medium {
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1400px) {
  .tw-padding-medium {
    padding: 80px 0;
  }
}

.tw-padding-small {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .tw-padding-small {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tw-padding-small {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .tw-padding-small {
    padding: 50px 0;
  }
}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  color: #0d2244;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  color: #fff;
}

.vuka-padding {
  padding: 0 20px;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-2-14 23:14:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
/* Buttons
  =============== */
.button, a.button, button, [type=submit], [type=reset], [type=button] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #465152;
  border-radius: 0;
  background: transparent;
  color: #465152;
  font-weight: 400;
  font-family: "Acumin Pro", "Sans-serif";
  font-size: 1rem;
  text-transform: none;
  padding: 0.75rem 1.25rem;
  margin: 0 0 0.5rem 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

a.button.center {
  text-align: center;
  margin: auto;
  display: block;
  width: 230px;
}

.button:hover, button:hover, [type=submit]:hover, [type=reset]:hover, [type=button]:hover {
  border: 1px solid #2f3636;
  background: #465152;
  color: #fbf9f2;
  text-decoration: none;
}

.button:focus, .button:active, button:focus, button:active, [type=submit]:focus, [type=submit]:active, [type=reset]:focus, [type=reset]:active, [type=button]:focus, [type=button]:active {
  border: 1px solid #2f3636;
  background: rgba(0, 0, 0, 0);
  color: #465152;
  text-decoration: none;
  outline: none;
}

.button::-moz-focus-inner, a.button::-moz-focus-inner, button::-moz-focus-inner, [type=submit]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.accent-button,
a.accent-button {
  color: #ffffff;
  border: 1px solid transparent;
  background: transparent;
}
.accent-button:hover, .accent-button:focus, .accent-button:active,
a.accent-button:hover,
a.accent-button:focus,
a.accent-button:active {
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.muted-button,
a.muted-button {
  background: transparent;
  border: 1px solid #000;
  color: black;
}
.muted-button:hover, .muted-button:focus, .muted-button:active,
a.muted-button:hover,
a.muted-button:focus,
a.muted-button:active {
  color: black;
  border: 1px solid black;
  background: transparent;
}

.round-button,
a.round-button {
  border-radius: 40px;
}

.square-button,
a.square-button {
  border-radius: 0;
}

.full-button,
a.full-button {
  display: block;
  width: 100%;
}

.flickity-enabled:focus {
  outline: none;
}

/* Forms
  =============== */
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select, textarea {
  display: block;
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 0.75rem;
  outline: none;
  background: transparent;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  text-transform: uppercase;
}

[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=url]:hover, [type=week]:hover, [type=time]:hover, select:hover, textarea:hover {
  border: 1px solid #c5c5c5;
}

[type=color]:focus, [type=color]:active, [type=date]:focus, [type=date]:active, [type=datetime]:focus, [type=datetime]:active, [type=datetime-local]:focus, [type=datetime-local]:active, [type=email]:focus, [type=email]:active, [type=month]:focus, [type=month]:active, [type=number]:focus, [type=number]:active, [type=password]:focus, [type=password]:active, [type=search]:focus, [type=search]:active, [type=tel]:focus, [type=tel]:active, [type=text]:focus, [type=text]:active, [type=url]:focus, [type=url]:active, [type=week]:focus, [type=week]:active, [type=time]:focus, [type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  border: 1px solid #465152;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.021), 0 0 10px #5d6c6e;
}

textarea {
  overflow: auto;
  height: auto;
}

fieldset {
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 1rem;
  margin: 1.5rem 0;
}

legend {
  padding: 0 0.5rem;
  font-weight: 600;
}

select {
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat;
  line-height: 1;
}

select::-ms-expand {
  display: none;
}

[type=range] {
  width: 100%;
}

label {
  font-weight: 600;
  max-width: 100%;
  display: block;
  margin: 1rem 0 0.5rem;
}

@media (min-width: 600px) {
  .split-form label {
    text-align: right;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
input.has-error, input.has-error:hover, input.has-error:focus, input.has-error:active,
select.has-error,
select.has-error:hover,
select.has-error:focus,
select.has-error:active,
textarea.has-error,
textarea.has-error:hover,
textarea.has-error:focus,
textarea.has-error:active {
  border: 1px solid #D33C40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: black;
}

/* Tables
  =============== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

thead th {
  border-bottom: 2px solid #dedede;
}

tfoot th {
  border-top: 2px solid #dedede;
}

td {
  border-bottom: 1px solid #dedede;
}

th,
td {
  text-align: left;
  padding: 0.5rem;
}

caption {
  padding: 1rem 0;
  caption-side: bottom;
  color: #ababab;
}

.striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.contain-table {
  overflow-x: auto;
}

@media (min-width: 600px) {
  .contain-table {
    width: 100%;
  }
}
/* Navigation
  =============== */
/* Layout */
.large-wrapper {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .large-wrapper {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .large-wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) and (min-width: 1920px) {
  .large-wrapper {
    max-width: 1400px;
  }
}

section.home-banner {
  height: 100vh;
  width: 100%;
  background-blend-mode: color;
  background-color: #00000082;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
section.home-banner video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
section.home-banner .canvas-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.home-banner .canvas-wrapper img.white-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
@media (min-width: 1200px) {
  section.home-banner .canvas-wrapper img.white-logo {
    padding: 20px;
  }
}
section.home-banner canvas {
  width: 100%;
  height: 100%;
}
section.home-banner h1 {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Acumin Pro";
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 55vh;
  width: 100%;
}
section.home-banner img.mouse-srcoll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-animation: bounce-top 15s infinite both;
  animation: bounce-top 15s infinite both;
}

header.header {
  position: relative;
  border-bottom: 1px solid #000;
  background-color: #fbf9f2;
}
header.header img.logo-black {
  padding: 10px 15px;
  width: 120px;
}
@media (min-width: 1200px) {
  header.header img.logo-black {
    width: 100%;
    padding: 20px;
  }
}
header.header img.logo-white {
  padding: 10px 15px;
  width: 120px;
  display: none;
}
header.header nav.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
header.header nav.nav.scrolled {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #FBF9F2;
}
@media (min-width: 1200px) {
  header.header nav.nav.scrolled {
    position: relative;
  }
}
@media (min-width: 1200px) {
  header.header nav.nav {
    flex-direction: column;
    border-bottom: none;
  }
}
header.header nav.nav.toggle-active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: black;
  align-items: flex-start;
  border-color: #fff;
  z-index: 999;
}
header.header nav.nav.toggle-active img.logo-black {
  display: none;
}
header.header nav.nav.toggle-active img.logo-white {
  display: block;
}
header.header nav.nav.toggle-active .mobile-toggle .line {
  background-color: #fff;
}
header.header nav.nav.toggle-active .menu {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 60px !important;
  left: 0;
}
header.header nav.nav.toggle-active .menu ul li {
  padding: 15px 0;
  border-bottom: 1px solid #5e5e5e;
}
header.header nav.nav.toggle-active .menu ul li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header.header nav.nav .menu {
  display: none;
  transition: 0.5s;
}
header.header nav.nav .menu.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  transition: 0.5s;
  box-shadow: 0 0 20px #a1a1a129;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  header.header nav.nav .menu {
    display: block;
    padding: 0 20px;
  }
  header.header nav.nav .menu.scrolled {
    padding: 5px 20px;
    background-color: #fbf9f2;
  }
  header.header nav.nav .menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
  header.header nav.nav .menu ul a {
    color: #000;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 1px;
  }
}
header.header nav.nav .menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
  border-top: 1px solid #fff;
}
@media (min-width: 1200px) {
  header.header nav.nav .menu ul {
    border: none;
  }
}
header.header nav.nav .mobile-toggle {
  width: 40px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
  transition: 0.5s;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  header.header nav.nav .mobile-toggle {
    display: none;
  }
}
header.header nav.nav .mobile-toggle.toggle-active .left {
  transform: translateX(-20px);
}
header.header nav.nav .mobile-toggle.toggle-active .middle {
  transform: translateX(-10px);
}
header.header nav.nav .mobile-toggle .line {
  background-color: #000;
  width: 2px;
  height: 100%;
  transition: 0.3s;
}

body.no-flow {
  overflow: hidden;
}

footer.footer {
  background-color: #000;
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 1200px) {
  footer.footer {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
footer.footer img.logo-white {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  footer.footer img.logo-white {
    padding: 0 20px;
  }
}
footer.footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-top: 20px;
  padding-top: 10px;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  footer.footer ul {
    border: none;
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer.footer ul a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 2px;
}
footer.footer ul li {
  width: 33%;
}
@media (min-width: 768px) {
  footer.footer ul li {
    width: auto;
  }
}
footer.footer .bottom-bar-mobile {
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  footer.footer .bottom-bar-mobile {
    display: none;
  }
}
footer.footer .mo {
  display: none;
}
@media (min-width: 1200px) {
  footer.footer .mo {
    display: block;
  }
}
@media (min-width: 1200px) {
  footer.footer .de {
    display: none;
  }
}
footer.footer .right {
  text-align: right;
}
footer.footer .cen {
  text-align: center;
}

section.philosophy {
  position: relative;
  border-top: 1px solid #000;
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  section.philosophy {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
section.philosophy img.left-img {
  width: 100%;
}
section.philosophy .left {
  position: relative;
}
@media (min-width: 992px) {
  section.philosophy .left {
    width: 55%;
  }
}
section.philosophy .left .desktop-title {
  display: none;
}
@media (min-width: 992px) {
  section.philosophy .left .desktop-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
  }
}
section.philosophy .left hr {
  display: none;
}
@media (min-width: 992px) {
  section.philosophy .left hr {
    display: block;
    position: absolute;
    left: 155px;
    top: 13px;
    height: 0.5px;
    background-color: #fff;
    width: 100%;
    z-index: 0;
  }
}
section.philosophy .right.content {
  padding: 0 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  section.philosophy .right.content {
    width: 45%;
    padding-left: 20px;
    border-left: 1px solid #000;
    background-color: #FBF9F2;
    position: relative;
  }
}
section.philosophy .right.content h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 35px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section.philosophy .right.content h2 {
    font-size: 21px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  section.philosophy .right.content h2 {
    font-size: 50px;
  }
}
section.philosophy .right.content p {
  font-size: 13px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  section.philosophy .right.content p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  section.philosophy .right.content p {
    position: absolute;
    margin-bottom: 20px;
    bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  section.philosophy .right.content p {
    font-size: 16px;
    padding-right: 30%;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  section.philosophy .right.content .link {
    position: absolute;
    bottom: 20px;
  }
}
section.philosophy .right.content .link img {
  transition: 0.3s;
  margin-left: 5px;
}
section.philosophy hr {
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #000;
}
@media (min-width: 992px) {
  section.philosophy hr {
    display: none;
  }
}

section.building-a-brand {
  padding: 120px 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  section.building-a-brand {
    padding: 150px 0;
  }
}
section.building-a-brand h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section.building-a-brand h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section.building-a-brand h2 {
    font-size: 56px;
    font-weight: 500;
  }
}
section.building-a-brand .info {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  section.building-a-brand .info {
    padding: 0 160px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section.building-a-brand .info {
    padding: 0 310px;
  }
}
section.building-a-brand .info p {
  font-size: 13px;
}
@media (min-width: 992px) {
  section.building-a-brand .info p {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section.building-a-brand .info p {
    font-size: 16px;
  }
}

section.services {
  padding-bottom: 60px;
}
section.services h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 35px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.services h2 {
    font-size: 21px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  section.services h2 {
    font-size: 50px;
  }
}
section.services .link {
  text-align: center;
}
section.services .services-wrapper {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  section.services .services-wrapper {
    padding: 0 20px;
  }
}
section.services .services-wrapper .services-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 20px;
}
@media (min-width: 992px) {
  section.services .services-wrapper .services-list {
    padding: 0;
    flex-direction: row;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  section.services .services-wrapper .services-list {
    margin-bottom: 80px;
  }
}
section.services .services-wrapper .services-list .service {
  position: relative;
  height: 300px;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  section.services .services-wrapper .services-list .service {
    width: calc(33% - 5px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section.services .services-wrapper .services-list .service {
    width: calc(33% - 7.5px);
    height: 450px;
  }
}
section.services .services-wrapper .services-list .service:hover .overlay {
  transition: 0.5s;
  background-blend-mode: color;
  background-color: #000000b4;
}
section.services .services-wrapper .services-list .service:hover .content {
  transition: 0.4s;
  opacity: 1;
}
section.services .services-wrapper .services-list .service .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transition: 0.4s;
  background-blend-mode: color;
  background-color: #00000025;
}
section.services .services-wrapper .services-list .service .content {
  padding: 20px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  position: relative;
  opacity: 0;
  transition: 0.3s;
  padding-right: 30%;
}
section.services .services-wrapper .services-list .service .content .link {
  text-align: left;
}
section.services .services-wrapper .services-list .service .content .link a {
  color: #fff;
  border-color: #fff;
}
section.services .services-wrapper .services-list .service .content .link a img {
  filter: invert(1);
}
section.services .services-wrapper .services-list .service h4.title {
  position: absolute;
  font-size: 10px;
  letter-spacing: 2px;
  left: 0;
  bottom: -35px;
  color: black;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  letter-spacing: 1px;
  font-weight: 300;
}
section.services .services-wrapper .services-list .service h4.title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
section.services .services-wrapper .services-list .service h4.title.negative-bottom {
  bottom: -45px;
}
@media (min-width: 460px) {
  section.services .services-wrapper .services-list .service h4.title.negative-bottom {
    bottom: -35px;
  }
}
@media (min-width: 460px) and (min-width: 992px) {
  section.services .services-wrapper .services-list .service h4.title.negative-bottom {
    bottom: -45px;
  }
}
@media (min-width: 460px) and (min-width: 992px) and (min-width: 1234px) {
  section.services .services-wrapper .services-list .service h4.title.negative-bottom {
    bottom: -35px;
  }
}
section.services .marquee-main {
  background-color: black;
  margin-bottom: 60px;
}
section.services .marquee-main .marquee-container {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  position: relative;
}
section.services .marquee-main .marquee-container .marquee {
  top: 0;
  left: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  display: flex;
  justify-content: space-between;
}
section.services .marquee-main .marquee-container .marquee2 {
  animation-delay: 10s;
}
section.services .marquee-main .marquee-container span {
  padding-left: 32px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}
@media (min-width: 576px) {
  section.services .marquee-main .marquee-container span {
    padding-left: 29px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  section.services .marquee-main .marquee-container span {
    padding-left: 35px;
  }
}
@media (min-width: 576px) and (min-width: 992px) and (min-width: 1440px) {
  section.services .marquee-main .marquee-container span {
    padding-left: 42px;
  }
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

section.slider-hr {
  position: relative;
  height: 70vh;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.slider-hr {
    height: 80vh;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section.slider-hr {
    height: 100vh;
  }
}
section.slider-hr video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate(37%, 100px);
}
@media (min-width: 1200px) {
  section.slider-hr video {
    transform: translate(15%, 100px);
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  section.slider-hr video {
    transform: translate(0%, 100px);
  }
}
section.slider-hr .box {
  width: 100vw;
  height: 70vh;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  section.slider-hr .box {
    height: 80vh;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section.slider-hr .box {
    height: 100vh;
  }
}
section.slider-hr .box.one {
  z-index: 2;
  border: none;
}
section.slider-hr .box.one .inner-content {
  padding-left: 0;
}
section.slider-hr .box.two {
  border: none;
  z-index: 3;
  background-image: url("/wp-content/uploads/2022/04/Vuka-Empowerment.jpg");
}
section.slider-hr .box.three {
  z-index: 4;
  background-image: url("/wp-content/uploads/2022/04/Vuka-Culture-and-History.jpg");
}
section.slider-hr .box.four {
  background-image: url("/wp-content/uploads/2022/04/Vuka-Advocacy.jpg");
  z-index: 5;
}
section.slider-hr .box.five {
  background-image: url("/wp-content/uploads/2022/04/Vuka-Innovation.jpg");
  z-index: 6;
}
section.slider-hr .box.six {
  background-image: url("/wp-content/uploads/2022/04/Vuka-Collaboration.jpg");
  z-index: 7;
}
section.slider-hr .box .inner-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 100%;
  white-space: normal;
}
@media (min-width: 768px) {
  section.slider-hr .box .inner-content {
    max-width: 540px;
  }
}
section.slider-hr .box .inner-content h2 {
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (min-width: 992px) {
  section.slider-hr .box .inner-content h2 {
    font-size: 22px;
  }
}
section.slider-hr .box .inner-content p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  font-size: 0.8rem;
  padding-right: 80px;
  min-height: 60px;
}
@media (min-width: 768px) {
  section.slider-hr .box .inner-content p {
    font-size: 0.9rem;
  }
}

.slider {
  position: relative;
}

#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 70vh;
  width: 99999px;
  overflow: hidden;
  list-style: none;
}
@media (min-width: 992px) {
  #slider ul {
    height: 80vh;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #slider ul {
    height: 100vh;
  }
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 70vh;
}
@media (min-width: 992px) {
  #slider ul li {
    height: 80vh;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #slider ul li {
    height: 100vh;
  }
}
#slider ul li .slide {
  background-size: cover;
  height: 70vh;
  background-blend-mode: color;
  background-color: #00000047;
  background-position: center;
}
@media (min-width: 992px) {
  #slider ul li .slide {
    height: 80vh;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #slider ul li .slide {
    height: 100vh;
  }
}

.control_next, .control_prev {
  position: absolute;
  bottom: 20px;
  z-index: 999;
  right: 20px;
}
.control_next a, .control_prev a {
  color: #fff;
  border-bottom: 1px solid #fff !important;
}
.control_next a.mobile, .control_prev a.mobile {
  border: none !important;
}
@media (min-width: 1200px) {
  .control_next a.mobile, .control_prev a.mobile {
    display: none;
  }
}
.control_next a.desktop, .control_prev a.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .control_next a.desktop, .control_prev a.desktop {
    display: block;
  }
}
.control_next a img, .control_prev a img {
  filter: invert(1);
}

.control_prev {
  right: 45px;
}
@media (min-width: 1200px) {
  .control_prev {
    right: 185px;
  }
}
.control_prev a img {
  transform: scaleX(-1);
  margin-left: 0 !important;
}
.control_prev a:hover img {
  transform: rotate(-180deg) !important;
}

.progress {
  position: absolute;
  background: black;
  height: 0.5rem;
  width: 100%;
  bottom: 0;
  border-top: 1px rgba(0, 0, 0, 0.15) solid;
}
.progress .bar {
  height: 100%;
  width: 0%;
  background: #fbf9f2;
}

section.main-philosophy {
  position: relative;
  overflow: hidden;
}
section.main-philosophy h2.big-heading {
  position: absolute;
  font-size: 3.5rem;
  color: #fbf9f2;
  text-transform: uppercase;
  top: 355px;
  right: -10px;
  margin: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  section.main-philosophy h2.big-heading {
    font-size: 6rem;
    top: 310px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  section.main-philosophy h2.big-heading {
    font-size: 7rem;
    top: unset;
    bottom: -50px;
    right: -30px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) and (min-width: 1920px) {
  section.main-philosophy h2.big-heading {
    font-size: 12.7rem;
    bottom: -80px;
    right: -30px;
  }
}
section.main-philosophy .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
@media (min-width: 992px) {
  section.main-philosophy .content {
    flex-direction: row-reverse;
  }
}
section.main-philosophy .content .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
}
@media (min-width: 992px) {
  section.main-philosophy .content .image {
    width: 50%;
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  section.main-philosophy .content .image {
    height: 620px;
  }
}
section.main-philosophy .content .info {
  background-color: #000;
  text-align: center;
  padding: 60px 50px;
  position: relative;
  z-index: 99;
}
@media (min-width: 576px) {
  section.main-philosophy .content .info {
    width: 400px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  section.main-philosophy .content .info {
    width: 50%;
  }
  section.main-philosophy .content .info .info-wrapper {
    max-width: 300px;
    margin: auto;
  }
}
section.main-philosophy .content .info h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
section.main-philosophy .content .info p {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.9rem;
}

section.awaken-your-brand {
  position: relative;
  z-index: 99;
}
section.awaken-your-brand .content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.awaken-your-brand .content {
    flex-direction: row-reverse;
  }
}
section.awaken-your-brand .content .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 900px;
  width: calc(100% - 40px);
  margin: 20px;
  display: none;
  transform: scaleX(-1);
}
@media (min-width: 992px) {
  section.awaken-your-brand .content .image {
    width: calc(50% - 40px);
    display: block;
  }
}
section.awaken-your-brand .content .info {
  padding: 20px;
}
@media (min-width: 992px) {
  section.awaken-your-brand .content .info {
    width: 50%;
    border-left: 1px solid #000;
  }
}
section.awaken-your-brand .content .info img.awaken {
  display: block;
  margin: auto;
  padding-top: 50px;
  width: 70%;
}
@media (min-width: 1200px) {
  section.awaken-your-brand .content .info img.awaken {
    padding-top: 100px;
    width: 60%;
  }
}
section.awaken-your-brand .content .info p {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  section.awaken-your-brand .content .info p {
    margin-bottom: 60px;
    max-width: 80%;
  }
}

section.vuka-journey {
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding-bottom: 20px;
  transition: 0.5s;
}
section.vuka-journey .title {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
section.vuka-journey h2 {
  font-size: 0.8rem;
  width: 280px;
}
@media (min-width: 576px) {
  section.vuka-journey h2 {
    width: 300px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  section.vuka-journey h2 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 1200px) {
  section.vuka-journey h2 {
    width: 270px;
  }
}
section.vuka-journey hr {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
section.vuka-journey .large-wrapper .col {
  max-width: 320px;
  margin-bottom: 40px;
  transition: 0.5s;
}
section.vuka-journey .large-wrapper .col h4 {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
section.vuka-journey .large-wrapper .col p {
  color: #fff;
  margin-left: 45px;
  font-size: 0.8rem;
}
section.vuka-journey .large-wrapper .col span.numb {
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 15px;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 0.9rem;
}
section.vuka-journey .large-wrapper .col.one {
  margin-left: 40px;
}
section.vuka-journey .large-wrapper .col.two {
  margin-left: auto;
  margin-top: 40px;
}
section.vuka-journey .large-wrapper .col.three {
  margin-left: 20px;
  margin-top: 40px;
}
section.vuka-journey .large-wrapper img.line {
  display: block;
  width: 250px;
  margin: auto;
}
@media (min-width: 1200px) {
  section.vuka-journey .large-wrapper img.line {
    width: 400px;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  section.vuka-journey .large-wrapper img.line {
    width: 600px;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) and (min-width: 1920px) {
  section.vuka-journey .large-wrapper img.line {
    width: 700px;
  }
}
section.vuka-journey .large-wrapper img.line.one {
  transform: scaleX(-1);
}

section.main-services {
  overflow: hidden;
}
@media (min-width: 1200px) {
  section.main-services {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
section.main-services .sidebar-left {
  display: none;
}
@media (min-width: 1200px) {
  section.main-services .sidebar-left {
    display: block;
    background-color: #fbf9f2;
    width: 33%;
    padding: 20px;
    position: fixed;
    z-index: -1;
    bottom: 0;
  }
  section.main-services .sidebar-left h2 {
    margin-top: 150px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  section.main-services .sidebar-left p {
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  section.main-services .services-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 67%;
    margin-left: auto;
  }
}
section.main-services .services-wrapper .service {
  background-size: cover;
  background-blend-mode: color;
  background-color: #0000008a;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  transform: scale(1);
  position: relative;
}
@media (min-width: 1200px) {
  section.main-services .services-wrapper .service {
    width: 50%;
    height: 450px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  section.main-services .services-wrapper .service {
    width: 33.33333%;
    height: 600px;
  }
}
section.main-services .services-wrapper .service:hover {
  transition: 0.5s;
  background-color: #0000003b;
  cursor: pointer;
}
section.main-services .services-wrapper .service.odd {
  background-color: #fbf9f2;
  background-blend-mode: normal;
  padding: 20px;
  align-items: flex-end;
  justify-content: flex-start;
  border: 1px solid #000;
}
section.main-services .services-wrapper .service.odd span {
  position: relative;
  padding-left: 0;
}
section.main-services .services-wrapper .service h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-align: center;
}
section.main-services .services-wrapper .service .s-info {
  padding: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  width: 0;
  display: none;
}
section.main-services .services-wrapper .service .s-info span {
  font-size: 0.8rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  height: 0;
}
section.main-services .services-wrapper .service .s-info span::before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 100%;
  top: 2px;
  left: 0;
}
section.main-services .services-wrapper .service .s-info h3 {
  margin-top: 60px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 0;
}
@media (min-width: 1200px) {
  section.main-services .services-wrapper .service .s-info h3 {
    margin-top: 100px;
  }
}
section.main-services .services-wrapper .service .s-info p {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
section.main-services .services-wrapper .service .s-info ul {
  padding-left: 10px;
  font-size: 0.9rem;
}
section.main-services .services-wrapper .service .s-info ul li {
  margin-bottom: 5px;
}
section.main-services .services-wrapper .service.active .s-info {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  padding: 20px;
  visibility: visible;
  opacity: 1;
  transition: 1s;
  height: 100%;
  width: 100%;
  background-color: #fbf9f2;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (min-width: 1200px) {
  section.main-services .services-wrapper .service.active .s-info {
    transition: none;
  }
}
section.main-services .services-wrapper .service.active .s-info span {
  height: auto;
}
section.main-services .services-wrapper .service.active .s-info h3 {
  height: auto;
  font-size: 1.4rem;
}
section.main-services .services-wrapper .service.active .s-info p {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: 3s;
}
@media (min-width: 1200px) {
  section.main-services .services-wrapper .service.active .s-info p {
    transition: none;
  }
}
section.main-services .services-wrapper .service:nth-child(3n+1) .s-info {
  border-left: 1px solid #000;
}

section.service-acc {
  overflow: hidden;
  margin-top: 60px;
  background-color: #fbf9f2;
}
section.service-acc .acc {
  width: 100%;
  border-top: 1px solid #000;
}
section.service-acc .acc:nth-last-child(1) {
  border-bottom: 1px solid #000;
}
section.service-acc .acc .question {
  height: auto;
  padding: 15px 0;
}
section.service-acc .acc .question.active {
  height: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  section.service-acc .acc .question.active {
    padding: 0;
  }
}
section.service-acc .acc .question h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 992px) {
  section.service-acc .acc .question h4 {
    font-size: 0.9rem;
  }
}
section.service-acc .acc .answercont {
  max-height: 0;
  overflow: hidden;
}
section.service-acc .acc .answercont .right.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}
@media (min-width: 992px) {
  section.service-acc .acc .answercont .right.image {
    width: 50%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section.service-acc .acc .answercont .right.image {
    height: 500px;
  }
}
section.service-acc .acc .answercont .left.content {
  padding: 100px 20px;
  position: relative;
}
@media (min-width: 992px) {
  section.service-acc .acc .answercont .left.content {
    width: 50%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section.service-acc .acc .answercont .left.content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.service-acc .acc .answercont .left.content p, section.service-acc .acc .answercont .left.content h4 {
    max-width: 400px;
  }
}
section.service-acc .acc .answercont .left.content h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}
section.service-acc .acc .answercont .left.content p {
  font-size: 0.9rem;
  text-align: center;
}
section.service-acc .acc .answercont .left.content span {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  section.service-acc .acc .answercont .left.content span {
    top: 20px;
  }
}
section.service-acc .acc .answercont .left.content span::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: -15px;
  background-color: #000;
  border-radius: 100%;
}
section.service-acc .acc .answercont .answer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.service-acc .acc .answercont .answer {
    flex-direction: row;
  }
}

section.blog-posts {
  position: relative;
}
@media (min-width: 768px) {
  section.blog-posts .blog-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
  }
}
section.blog-posts .blog-wrapper .each-blog {
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section.blog-posts .blog-wrapper .each-blog:nth-last-child(1) {
  border-bottom: 0;
}
@media (min-width: 768px) {
  section.blog-posts .blog-wrapper .each-blog {
    width: 50%;
    margin-bottom: 0;
  }
  section.blog-posts .blog-wrapper .each-blog:nth-child(odd) {
    border-right: 1px solid #000;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  section.blog-posts .blog-wrapper .each-blog {
    display: flex;
  }
}
section.blog-posts .blog-wrapper .each-blog .image-block {
  padding: 15px;
}
@media (min-width: 1200px) {
  section.blog-posts .blog-wrapper .each-blog .image-block {
    width: 60%;
    padding-left: 40px;
    padding-right: 30px;
  }
}
section.blog-posts .blog-wrapper .each-blog .image-block .image {
  background-size: cover;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 576px) {
  section.blog-posts .blog-wrapper .each-blog .image-block .image {
    height: 250px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  section.blog-posts .blog-wrapper .each-blog .image-block .image {
    height: 270px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 1200px) {
  section.blog-posts .blog-wrapper .each-blog .image-block .image {
    height: 500px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 1200px) and (min-width: 1400px) {
  section.blog-posts .blog-wrapper .each-blog .image-block .image {
    height: 550px;
  }
}
section.blog-posts .blog-wrapper .each-blog .image-block .blog_id {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  display: block;
  margin-bottom: 10px;
}
section.blog-posts .blog-wrapper .each-blog .image-block .blog_id::before {
  content: "";
  position: absolute;
  background-color: black;
  border-radius: 100%;
  height: 8px;
  width: 8px;
  left: 0;
  top: 3px;
}
section.blog-posts .blog-wrapper .each-blog .image-block h2 {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  section.blog-posts .blog-wrapper .each-blog .image-block h2 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  section.blog-posts .blog-wrapper .each-blog .image-block h2 {
    font-size: 24px;
  }
}
section.blog-posts .blog-wrapper .each-blog .image-block h2 a {
  color: #000;
}
section.blog-posts .blog-wrapper .each-blog .info {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  section.blog-posts .blog-wrapper .each-blog .info {
    padding: 0;
    width: 40%;
    padding-right: 40px;
    margin-top: 30px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  section.blog-posts .blog-wrapper .each-blog .info .excerpt {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: calc(100% - 40px);
  }
}
section.blog-posts .blog-wrapper .each-blog .info .excerpt .read-more.link a {
  display: block;
  position: relative;
}
section.blog-posts .blog-wrapper .each-blog .info .excerpt .read-more.link a img {
  position: absolute;
  right: 0;
}
section.blog-posts .blog-wrapper .each-blog .info .date {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  section.blog-posts .blog-wrapper .each-blog .info .date {
    margin-bottom: 100px;
  }
}
section.blog-posts .blog-wrapper .each-blog .info p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  section.blog-posts .blog-wrapper .each-blog .info p {
    padding-right: 150px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  section.blog-posts .blog-wrapper .each-blog .info p {
    padding: 0;
    font-size: 15px;
    margin-bottom: 40px;
  }
}

.single-blog-post {
  padding: 15px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .single-blog-post {
    position: relative;
    padding-bottom: 80px;
  }
}
@media (min-width: 576px) {
  .single-blog-post .post-wrapper {
    max-width: 500px;
    margin: auto;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .single-blog-post .post-wrapper {
    max-width: 1000px;
  }
}
.single-blog-post .post-wrapper span.date {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 12px;
}
.single-blog-post .post-wrapper h1 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media (min-width: 1200px) {
  .single-blog-post .post-wrapper h1 {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.single-blog-post .post-wrapper span.sub-heading {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  padding: 0 40px;
}
@media (min-width: 1200px) {
  .single-blog-post .post-wrapper span.sub-heading {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.single-blog-post .post-wrapper .blog-featured-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 430px;
  margin: 0 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .single-blog-post .post-wrapper .blog-featured-image {
    max-width: 350px;
    height: 600px;
    margin: auto;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .single-blog-post .post-wrapper .blog-featured-image {
    max-width: 600px;
    height: 800px;
    margin-bottom: 40px;
  }
}
.single-blog-post .post-wrapper p {
  font-size: 14px;
  padding: 0 20px;
}
.single-blog-post .post-wrapper img {
  margin: 0 20px;
  width: calc(100% - 40px);
}
.single-blog-post .post-wrapper span.id {
  display: flex;
  margin-bottom: 40px;
  width: auto;
  justify-content: flex-end;
  position: fixed;
  right: 15px;
  top: 90%;
  font-size: 0.8rem;
}
.single-blog-post .post-wrapper span.id::before {
  content: "";
  background-color: black;
  border-radius: 100%;
  height: 8px;
  width: 8px;
  text-align: right;
  margin-top: 2px;
  margin-right: 5px;
}
.single-blog-post .post-wrapper .blog-bottom {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.single-blog-post .post-wrapper .blog-bottom .link {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .single-blog-post .post-wrapper .blog-bottom .link {
    width: 40%;
    text-align: right;
  }
}
.single-blog-post .post-wrapper .blog-bottom .link img {
  width: auto;
  margin: 0;
  margin-left: 5px;
}
.single-blog-post .post-wrapper .blog-bottom .keywords {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
}
@media (min-width: 576px) {
  .single-blog-post .post-wrapper .blog-bottom .keywords {
    width: 40%;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .single-blog-post .post-wrapper .blog-bottom .keywords {
    width: 52%;
  }
}
.single-blog-post .post-wrapper .blog-bottom .keywords a {
  margin-left: 10px;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 5px;
  pointer-events: none;
}
.single-blog-post .post-wrapper .blog-bottom .heading {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 3px;
  width: 20%;
}
@media (min-width: 576px) {
  .single-blog-post .post-wrapper .blog-bottom .heading {
    width: 17%;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .single-blog-post .post-wrapper .blog-bottom .heading {
    width: 8%;
  }
}

section.form {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  section.form {
    flex-direction: row;
  }
}
section.form .content-wrapper {
  margin-top: 0;
  padding: 15px;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  section.form .content-wrapper {
    margin-top: 200px;
    width: 40%;
    margin-top: 0;
    position: relative;
  }
}
section.form .content-wrapper h1 {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section.form .content-wrapper h1 {
    font-size: 28px;
    position: absolute;
    top: 20px;
    left: 15px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section.form .content-wrapper h1 {
    font-size: 50px;
  }
}
section.form .content-wrapper p {
  position: relative;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  section.form .content-wrapper p {
    position: absolute;
    bottom: 0;
    left: 15px;
    margin-bottom: 15px;
    padding-right: 30%;
    font-size: 0.9rem;
  }
}
section.form .form-wrapper {
  padding: 0 15px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  section.form .form-wrapper {
    width: 60%;
    margin-top: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 40px 15px 15px 15px;
  }
}
section.form .form-wrapper input.cfi, section.form .form-wrapper h4, section.form .form-wrapper select.wpcf7-form-control, section.form .form-wrapper input.wpcf7-number {
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 5px;
  font-size: 12px;
  font-family: "Acumin Pro";
  color: #465152;
  letter-spacing: 1px;
  font-weight: 600;
  box-shadow: none;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 0;
}
section.form .form-wrapper input.cfi::placeholder, section.form .form-wrapper h4::placeholder, section.form .form-wrapper select.wpcf7-form-control::placeholder, section.form .form-wrapper input.wpcf7-number::placeholder {
  color: #465152;
}
section.form .form-wrapper .wpcf7 form.sent .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  background: #000;
  color: #fff;
  text-align: center;
}
section.form .form-wrapper input.wpcf7-number {
  margin-top: 10px;
}
section.form .form-wrapper select.wpcf7-form-control {
  margin-top: 20px;
}
section.form .form-wrapper form span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}
section.form .form-wrapper form span.wpcf7-list-item input {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
section.form .form-wrapper form span.wpcf7-list-item input::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fbf9f2;
  position: absolute;
  border: 2px solid #000;
}
section.form .form-wrapper form span.wpcf7-list-item input:checked::before {
  background-color: #000000;
  position: absolute;
  border: 3px solid #fbf9f2;
  outline: 2px solid #000;
}
section.form .form-wrapper form span.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
section.form .form-wrapper form span.wpcf7-list-item label span.wpcf7-list-item-label {
  padding-left: 4px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
}
@media (min-width: 576px) {
  section.form .form-wrapper form span.wpcf7-list-item label span.wpcf7-list-item-label {
    font-size: 12px;
  }
}
section.form .form-wrapper form h4 {
  margin-bottom: 0;
  border-bottom: none !important;
  padding-bottom: 5px;
}
section.form .form-wrapper form .wpcf7-form-control-wrap.Buget {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #000;
}
section.form .form-wrapper form input.wpcf7-form-control.has-spinner.wpcf7-submit {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid #000;
  width: auto;
}
section.form .form-wrapper form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover img {
  transform: translateX(5px);
  transition: 0.3s;
}
section.form .form-wrapper form input.wpcf7-form-control.has-spinner.wpcf7-submit img {
  margin-left: 5px;
}
section.form .form-wrapper form .button:hover, section.form .form-wrapper form button:hover, section.form .form-wrapper form [type=submit]:hover, section.form .form-wrapper form [type=reset]:hover, section.form .form-wrapper form [type=button]:hover {
  background: transparent;
  color: #465152;
}
section.form .form-wrapper form span.wpcf7-form-control-wrap.Budget input {
  border-top: 1px solid #000 !important;
  margin-top: 20px;
  padding-top: 15px !important;
}

#contact-footer {
  background-color: #fbf9f2;
  padding-bottom: 0;
  padding-top: 60px;
}
#contact-footer .bottom-bar-mobile {
  display: flex;
  color: #000;
  border-top: 1px solid #000;
  padding: 15px;
  margin-top: 60px;
}
#contact-footer .contact-info {
  padding: 0 15px;
}
#contact-footer .contact-info h4 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: 300;
  font-family: "Acumin Pro";
  margin-top: 40px;
}

section.question .question-wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  section.question .question-wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
}
section.question .question-wrapper .image {
  background-image: url("/wp-content/uploads/2022/06/bq-mobile.jpg");
  background-size: cover;
  height: 75vh;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 576px) {
  section.question .question-wrapper .image {
    height: 685px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  section.question .question-wrapper .image {
    width: 60%;
    height: 565px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) {
  section.question .question-wrapper .image {
    background-image: url("/wp-content/uploads/2022/06/bq-desktop.jpg");
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  section.question .question-wrapper .image {
    height: 675px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1440px) {
  section.question .question-wrapper .image {
    height: 905px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1440px) and (min-width: 1600px) {
  section.question .question-wrapper .image {
    height: 935px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1440px) and (min-width: 1600px) and (min-width: 1800px) {
  section.question .question-wrapper .image {
    height: 1015px;
  }
}
@media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1440px) and (min-width: 1600px) and (min-width: 1800px) and (min-width: 1900px) {
  section.question .question-wrapper .image {
    height: 1100px;
  }
}
section.question .question-wrapper .image .desktop-title {
  display: none;
}
@media (min-width: 992px) {
  section.question .question-wrapper .image .desktop-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
  }
}
section.question .question-wrapper .image hr {
  display: none;
}
@media (min-width: 992px) {
  section.question .question-wrapper .image hr {
    display: block;
    position: absolute;
    left: 200px;
    top: 13px;
    height: 0.5px;
    background-color: #fff;
    width: 100%;
    z-index: 0;
  }
}
section.question .question-wrapper .info {
  padding: 30px 15px 10px 15px;
  position: relative;
}
@media (min-width: 768px) {
  section.question .question-wrapper .info {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
section.question .question-wrapper .info p {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.question .question-wrapper .info p {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  section.question .question-wrapper .info p {
    width: 80%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) and (min-width: 1400px) {
  section.question .question-wrapper .info p {
    width: 60%;
  }
}
section.question .question-wrapper .info .link {
  display: none;
}
@media (min-width: 768px) {
  section.question .question-wrapper .info .link {
    display: block;
  }
}
section.question .question-wrapper .link.mobile {
  padding: 40px 15px 15px 15px;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  section.question .question-wrapper .link.mobile {
    display: none;
  }
}

#footer-question {
  position: relative;
  border-top: 1px solid #000;
}
#footer-question #contact-footer {
  padding-top: 0;
}
#footer-question #contact-footer .bottom-bar-mobile {
  margin-top: 0;
  border-top: none;
}

@font-face {
  font-family: "Acumin Pro";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro"), url("../fonts/Acumin-RPro.woff") format("woff");
}
@font-face {
  font-family: "Acumin Pro Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro Italic"), url("../fonts/Acumin-ItPro.woff") format("woff");
}
@font-face {
  font-family: "Acumin Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro Bold"), url("../fonts/Acumin-BdPro.woff") format("woff");
}
@font-face {
  font-family: "Acumin Pro Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro Bold Italic"), url("../fonts/Acumin-BdItPro.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #FBF9F2;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

.link a {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
.link a:hover img {
  transform: translateX(5px);
  transition: 0.3s;
}
.link a img {
  margin-left: 5px;
}

section.back-to-top {
  padding: 40px 0 30px 0;
  background-color: #fbf9f2;
  position: relative;
  cursor: pointer;
}
section.back-to-top p {
  text-align: center;
  margin: 0;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
section.back-to-top img {
  filter: invert(1);
  transform: scaleY(-1);
  display: block;
  margin: auto;
  width: 10px;
}

.heading-wrapper {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .heading-wrapper {
    padding: 0 20px;
  }
}
.heading-wrapper h2 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .heading-wrapper h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .heading-wrapper h2 {
    font-size: 56px;
    font-weight: 500;
  }
}
.heading-wrapper p {
  font-size: 0.9rem;
  margin-top: 10px;
}

/*# sourceMappingURL=theme-style.css.map */
