@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;600;700");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300");
/* Breakpoints
  ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}

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

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

html,
body {
  min-height: 100%;
}

html {
  font-size: 62.5%;
  --scroll-behavior: auto;
  scroll-behavior: auto;
}
@media (min-width: 1024px) {
  html {
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Roboto Slab", sans-serif;
  overflow-x: hidden;
  color: #2c2b2b;
  font-weight: 400;
  background-color: #fff;
}
@media (min-width: 1047px) {
  body {
    padding: 15px;
  }
}
body.is-loading {
  overflow: hidden;
}
body .cf:before, body .cf:after {
  content: " ";
  display: table;
}
body .cf:after {
  clear: both;
}
body .page {
  position: relative;
  min-height: calc(100vh - 30px);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: unset;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #2c2b2b;
}

img {
  max-width: 100%;
  height: auto;
}
img.bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.bg--overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.body--active {
  overflow: hidden;
}

.section {
  position: relative;
  padding: 0;
}
@media (min-width: 1047px) {
  .section {
    padding: 3rem 0;
  }
}

.no-border {
  border: none;
}

.bolder {
  font-weight: 600;
}

.link-decoration {
  display: inline-block;
  text-decoration: underline;
  color: #f3b25e;
}

.section-article {
  padding: 4rem 0 4rem 0;
  border-bottom: 1px solid #f3b25e;
}
.section-article.no-border {
  border-bottom: 0;
}
.section-article:first-child {
  padding-top: 0;
}
.section-article:last-child {
  border-bottom: 0;
}
.section-article p {
  padding: 0;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.section-article p:last-child {
  margin-bottom: 0;
}
.section-article.mobile-section-article {
  display: block;
}
@media (min-width: 1047px) {
  .section-article.mobile-section-article {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  color: #2c2b2b;
  line-height: 1.2;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 28px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}

.hero-page-title {
  font-weight: 300;
}
@media (min-width: 768px) {
  .hero-page-title {
    font-size: 60px;
  }
}
.hero-page-title.white-title {
  color: white;
}

p {
  color: #1c1c1c;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1.6rem;
}

.sub-section-title-inner {
  color: #1c1c1c;
  padding-bottom: 5px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.sub-section-title-inner:after {
  position: absolute;
  height: 1px;
  display: block;
  content: "";
  background-color: #f3b25e;
  width: 4rem;
  left: 0;
  bottom: 0;
}

.sub-section-title {
  font-weight: 300;
  padding-bottom: 1.5rem;
  font-size: 2.8rem;
  position: relative;
}
@media (min-width: 768px) {
  .sub-section-title {
    font-size: 3.8rem;
  }
}
.sub-section-title.grey-title {
  color: #1c1c1c;
}
.sub-section-title:after {
  position: absolute;
  height: 5px;
  display: block;
  content: "";
  background-color: #f3b25e;
  width: 80px;
  left: 0;
  bottom: 0;
}
.sub-section-title.middle-align:after {
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sub-section-title.margin-bottom {
  margin-bottom: 2rem;
}

.sub-title-section {
  padding: 3rem 0 0 0;
  font-weight: 300;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  position: relative;
}
.container.container-padding {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1047px) {
  .container {
    max-width: 1100px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1365px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1440px;
  }
}

.container-left-edge {
  width: 100%;
  margin-right: auto;
  margin-left: 0;
  max-width: calc(50vw + 620px);
  position: relative;
}
.container-left-edge.container-padding {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1047px) {
  .container-left-edge {
    max-width: calc(50vw + 550px);
    padding-right: 3rem;
  }
  .container-left-edge.container-padding {
    padding-left: 0;
    padding-right: 3rem;
  }
}
@media (min-width: 1365px) {
  .container-left-edge {
    max-width: calc(50vw + 620px);
  }
}
@media (min-width: 1536px) {
  .container-left-edge {
    max-width: calc(50vw + 720px);
  }
}

.container-right-edge {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  max-width: calc(50vw + 620px);
  position: relative;
}
.container-right-edge.container-padding {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1047px) {
  .container-right-edge {
    max-width: calc(50vw + 550px);
    padding-left: 3rem;
  }
  .container-right-edge.container-padding {
    padding-right: 0;
    padding-left: 3rem;
  }
}
@media (min-width: 1365px) {
  .container-right-edge {
    max-width: calc(50vw + 620px);
  }
}
@media (min-width: 1536px) {
  .container-right-edge {
    max-width: calc(50vw + 720px);
  }
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.row.row-full-width {
  width: 100%;
}
.row.row-margin {
  margin-bottom: 20px;
}
.row.row-center-align {
  align-items: flex-end;
}
.row.row-center {
  align-items: flex-start;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.hero-column {
  padding: 0;
}
@media (min-width: 1047px) {
  .hero-column {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

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

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

@media only screen and (min-width: 641px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media only screen and (min-width: 1047px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
.col-ico-wrapper-border .logo-link {
  position: relative;
  display: block;
  border: 1px solid #f9f9f9;
  width: 100%;
}
@media (min-width: 1024px) {
  .col-ico-wrapper-border .logo-link:hover img {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.09);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
.col-ico-wrapper-border .client-logo-wrapper {
  padding: 0;
  width: 100%;
}
.col-ico-wrapper-border .client-logo-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.01);
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  38% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.15);
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 1;
    -moz-transform: scale(1.01);
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  38% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1.15);
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 1;
    -ms-transform: scale(1.01);
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  38% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1.15);
  }
}
@keyframes imageAnimation {
  0% {
    transform: scale(1.01);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  38% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1.15);
  }
}
@keyframes bannerAnimation {
  0% {
    transform: scale(1.1);
    opacity: 1;
    filter: blur(8px);
    animation-timing-function: ease-in-out;
  }
  20% {
    transform: scale(1.1);
    opacity: 1;
    filter: blur(8px);
    animation-timing-function: ease-in-out;
  }
  30% {
    opacity: 1;
    transform: scale(1.1);
    filter: blur(8px);
    animation-timing-function: ease-in-out;
  }
  35% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    animation-timing-function: ease-in-out;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
.breadcrumbs {
  display: none;
}
@media only screen and (min-width: 1047px) {
  .breadcrumbs {
    display: block;
    padding-top: 10px;
    padding-left: 2.7rem !important;
  }
}
.breadcrumbs .crumbs .breadcrumb {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  font-size: 14px;
}
.breadcrumbs .crumbs .breadcrumb span, .breadcrumbs .crumbs .breadcrumb a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
}
.breadcrumbs .crumbs .breadcrumb:after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  font-size: 14px;
}
.breadcrumbs .crumbs .breadcrumb a:hover span {
  text-decoration: underline;
}
.breadcrumbs .crumbs .breadcrumb.is-active {
  padding-right: 0;
}
.breadcrumbs .crumbs .breadcrumb.is-active span {
  font-weight: 400;
}
.breadcrumbs .crumbs .breadcrumb.is-active:after {
  display: none;
}
.breadcrumbs .crumbs .breadcrumb.dark {
  color: #2c2b2b;
}
.breadcrumbs .crumbs .breadcrumb.dark span, .breadcrumbs .crumbs .breadcrumb.dark a {
  color: #2c2b2b;
}

/* Breakpoints
  ========================================================================== */
.main-top-nav {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 12;
}
.main-top-nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  background-color: transparent;
  box-shadow: 0 3px 4px 0px rgba(0, 2, 45, 0.4);
  z-index: 16;
  height: 1px;
}
@media (min-width: 1047px) {
  .main-top-nav {
    padding-bottom: 1em;
    box-shadow: none;
    position: absolute;
    top: 0;
    background-color: transparent;
  }
  .main-top-nav:after {
    display: none;
  }
}
.main-top-nav .header-logo-sticky {
  display: none;
}
.main-top-nav .main-nav {
  transition: 0.5s;
}
.main-top-nav .main-nav--sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0;
  padding: 0;
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1019607843);
}
.main-top-nav .main-nav--sticky:before {
  position: fixed;
  content: "";
  width: 300%;
  height: 50px;
  left: -100%;
  top: 0;
}
@media (min-width: 1047px) {
  .main-top-nav .main-nav--sticky {
    background-color: transparent;
    box-shadow: none;
  }
  .main-top-nav .main-nav--sticky::before {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1019607843);
  }
}
@media (min-width: 1047px) {
  .main-top-nav .main-nav--sticky .home-link {
    justify-content: end !important;
  }
}
.main-top-nav .main-nav--sticky .logo {
  height: auto !important;
}
.main-top-nav .main-nav--sticky .navigation-header {
  max-width: 1440px;
  margin: 0 auto;
}
.main-top-nav .main-nav--sticky .nav-header-wrapper {
  box-shadow: none !important;
  background-color: transparent !important;
}
@media (min-width: 1047px) {
  .main-top-nav .main-nav--sticky .nav-header-wrapper {
    height: 100% !important;
  }
}
@media (min-width: 1047px) {
  .main-top-nav .main-nav--sticky .top-nav-list {
    align-self: end;
    align-items: center;
    padding: 12px 0 20px 0 !important;
    height: auto !important;
  }
  .main-top-nav .main-nav--sticky .top-nav-list li .drop-down-navigation {
    top: 25px !important;
  }
  .main-top-nav .main-nav--sticky .top-nav-list li a .decorator {
    bottom: -15px !important;
  }
  .main-top-nav .main-nav--sticky .top-nav-list li a .link-text:after {
    display: none;
  }
  .main-top-nav .main-nav--sticky .top-nav-list li a .link-text:before {
    display: none;
  }
}
.main-top-nav .navigation-header {
  padding: 0 15px;
}
.main-top-nav .navigation-header .col-top-header {
  padding-top: 0;
  padding-bottom: 0;
}
.main-top-nav .navigation-header .nav-header-wrapper {
  background-color: transparent;
  position: relative;
  z-index: 4;
  height: 95px;
}
.main-top-nav .navigation-header .logo-wrapper,
.main-top-nav .navigation-header .nav-container {
  padding: 0;
}
.main-top-nav .navigation-header .logo-wrapper {
  height: auto;
  overflow: hidden;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .logo-wrapper {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1365px) {
  .main-top-nav .navigation-header .logo-wrapper {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.main-top-nav .navigation-header .home-link {
  width: 100%;
  height: 100%;
  max-width: 14em;
  display: flex;
  padding: 15px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1365px) {
  .main-top-nav .navigation-header .home-link {
    padding: 10px;
  }
}
.main-top-nav .navigation-header .home-link .logo {
  display: block;
  width: 100%;
  height: auto;
}
.main-top-nav .navigation-header .nav-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
  flex-wrap: nowrap;
  background-color: #fff;
  min-height: 100vh;
  right: 0;
  top: 95px;
  bottom: 0;
  z-index: 4;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  background: #F8F8F8;
}
@media (min-width: 480px) {
  .main-top-nav .navigation-header .nav-container {
    flex-basis: 440px;
    width: 100%;
    min-width: 240px;
    max-width: 100%;
  }
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container {
    position: static;
    padding-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 0;
    background-color: transparent;
    align-items: center;
    min-width: auto;
    width: auto;
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    flex-basis: 80%;
    max-width: 80%;
    background: transparent;
  }
}
@media (min-width: 1365px) {
  .main-top-nav .navigation-header .nav-container {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.main-top-nav .navigation-header .nav-container .top-nav-list {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px 20px;
  height: auto;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .top-nav-list {
    position: relative;
    overflow: visible;
    padding: 0;
    margin: 0;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 100%;
    -webkit-flex: 1 0 0px;
    flex: 1 1 0px;
  }
}
.main-top-nav .navigation-header .nav-container .top-nav-list li {
  margin: 0 15px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  position: relative;
  padding-bottom: 25px;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .top-nav-list li {
    flex-direction: row;
    margin: 0 0 25px 0;
    line-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1129px) {
  .main-top-nav .navigation-header .nav-container .top-nav-list li {
    margin-right: 1rem;
  }
}
.main-top-nav .navigation-header .nav-container .top-nav-list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(243, 178, 94, 0.4);
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .top-nav-list li:after {
    display: none;
  }
}
.main-top-nav .navigation-header .nav-container .top-nav-list li:last-child:after {
  display: none;
}
.main-top-nav .navigation-header .nav-container .top-nav-list li.drop-down-menu-item {
  position: relative;
}
.main-top-nav .navigation-header .nav-container .top-nav-list li.drop-down-menu-item .link-text.active {
  color: #f3b25e;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .top-nav-list li.drop-down-menu-item a {
    color: #000;
  }
}
@media (min-width: 1047px) and (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .top-nav-list li.drop-down-menu-item:hover .drop-down-navigation {
    opacity: 1;
    visibility: visible;
  }
}
.main-top-nav .navigation-header .nav-container .top-nav-list li.drop-down-menu-item .drop-down-navigation {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: auto;
  width: 100%;
  padding-left: 35px;
  display: none;
}
.main-top-nav .navigation-header .nav-container .top-nav-list li.drop-down-menu-item .drop-down-navigation.drop-menu-in-view {
  display: block;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .top-nav-list li.drop-down-menu-item .drop-down-navigation {
    display: block;
    position: absolute;
    width: 30em;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
    -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
    top: 100%;
    left: 0;
    padding: 30px 20px;
    z-index: 15;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .main-top-nav .navigation-header .nav-container .top-nav-list li.drop-down-menu-item .drop-down-navigation--services {
    width: 25em;
  }
}
.main-top-nav .navigation-header .nav-container .top-nav-list li:last-child {
  margin-bottom: 0;
  margin-right: 15px;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .top-nav-list li:last-child {
    margin-right: 0;
  }
}
.main-top-nav .navigation-header .nav-container .top-nav-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  font-size: 1.6rem;
  text-transform: capitalize;
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-weight: 400;
  background-color: transparent;
  position: relative;
  color: #2c2b2b;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .top-nav-list li a {
    padding: 0 23px;
  }
  .main-top-nav .navigation-header .nav-container .top-nav-list li a:hover .link-text:after {
    width: 3px;
    height: 3px;
    opacity: 1;
  }
  .main-top-nav .navigation-header .nav-container .top-nav-list li a:hover .link-text:before {
    width: calc(100% - 52px);
  }
}
.main-top-nav .navigation-header .nav-container .top-nav-list li a .link-text {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 10px;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .top-nav-list li a .link-text {
    font-size: 16px;
    padding-left: 0;
  }
}
.main-top-nav .navigation-header .nav-container .top-nav-list li a .link-text:after {
  content: "";
  position: absolute;
  left: 23px;
  bottom: 26px;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  background-color: #f3b25e;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.main-top-nav .navigation-header .nav-container .top-nav-list li a .link-text:before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 26px;
  width: 0;
  height: 3px;
  border-radius: 5px;
  background-color: #f3b25e;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.main-top-nav .navigation-header .nav-container .nav-drop-inner {
  display: flex;
  flex: 1 1 0px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.8;
  margin: 0 0 10px 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list li:after {
  display: none;
}
.main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list li:last-child {
  margin-bottom: 0;
}
.main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list li:last-child a {
  padding: 0 !important;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list li {
    line-height: 1.8;
  }
  .main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list li:hover a {
    -moz-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  .main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list li:hover:before {
    display: block;
  }
}
.main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list li:before {
  display: none;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list li:before {
    content: "";
    background-image: url(../../assets/img/icons/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40% auto;
    display: none;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    position: relative;
  }
}
.main-top-nav .navigation-header .nav-container .nav-drop-inner .drop-down-inner-list li a {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  align-items: flex-start;
  text-decoration: underline;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.main-top-nav .navigation-header .nav-container .dropdown-indicator {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-size: 40% auto;
  background-image: url(../../assets/img/icons/expand-grey.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 18px;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .dropdown-indicator {
    display: none;
  }
}
.main-top-nav .navigation-header .nav-container .dropdown-indicator.active {
  background-image: url(../../assets/img/icons/expand.svg);
}
.main-top-nav .navigation-header .nav-container .social-media-list {
  display: flex;
  margin-top: 0;
  justify-content: center;
  flex: none;
}
.main-top-nav .navigation-header .nav-container .social-media-list li a {
  width: 42px;
  height: 42px;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .nav-container .social-media-list {
    display: none;
  }
}
.main-top-nav .navigation-header .triangle-ico {
  display: none;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .triangle-ico {
    position: absolute;
    display: block;
    top: -8px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-color: transparent transparent rgba(255, 255, 255, 0.9);
    border-style: solid;
    border-width: 0 10px 8px;
  }
}
.main-top-nav .navigation-header .menu-toggler-btn {
  border: none;
  background-color: transparent;
  width: 60px;
  height: 60px;
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  z-index: 20;
  padding: 0;
  margin: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 1.5rem;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.main-top-nav .navigation-header .menu-toggler-btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.main-top-nav .navigation-header .menu-toggler-btn.btn-clicked .mobile-nav-switcher .slice:nth-child(1) {
  top: 0;
  left: 8px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-top-nav .navigation-header .menu-toggler-btn.btn-clicked .mobile-nav-switcher .slice:nth-child(2) {
  opacity: 0;
  width: 0;
}
.main-top-nav .navigation-header .menu-toggler-btn.btn-clicked .mobile-nav-switcher .slice:nth-child(3) {
  width: 100%;
  top: 28px;
  left: 8px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-top-nav .navigation-header .menu-toggler-btn:not(.btn-clicked):hover .mobile-nav-switcher .slice:nth-child(1), .main-top-nav .navigation-header .menu-toggler-btn:not(.btn-clicked):hover .mobile-nav-switcher .slice:nth-child(2) {
  width: 60%;
}
.main-top-nav .navigation-header .menu-toggler-btn:not(.btn-clicked):hover .mobile-nav-switcher .slice:nth-child(3) {
  width: 100%;
}
.main-top-nav .navigation-header .menu-toggler-btn .mobile-nav-switcher {
  display: block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 25px;
}
.main-top-nav .navigation-header .menu-toggler-btn .mobile-nav-switcher .slice {
  position: absolute;
  display: block;
  background: #000;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  right: 0;
}
.main-top-nav .navigation-header .menu-toggler-btn .mobile-nav-switcher .slice:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.main-top-nav .navigation-header .menu-toggler-btn .mobile-nav-switcher .slice:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.main-top-nav .navigation-header .menu-toggler-btn .mobile-nav-switcher .slice:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 60%;
}
@media (min-width: 1047px) {
  .main-top-nav .navigation-header .menu-toggler-btn {
    display: none;
  }
}
.main-top-nav.plain-background {
  position: relative;
  margin-bottom: 8rem;
}
.main-top-nav.plain-background .nav-header-wrapper {
  background-color: transparent;
  position: relative;
  z-index: 4;
  height: 95px;
}
@media (min-width: 1047px) {
  .main-top-nav.plain-background .nav-header-wrapper {
    background-color: #fff;
  }
}
@media (min-width: 1047px) {
  .main-top-nav.plain-background {
    position: relative;
  }
}
.main-top-nav.margin-bottom-shrinked {
  margin-bottom: 0;
}
@media (min-width: 1047px) {
  .main-top-nav.margin-bottom-shrinked {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1047px) {
  .main-top-nav--light .navigation-header .nav-container .top-nav-list li a .link-text {
    color: #fff;
  }
}
.main-top-nav--light .navigation-header .header-logo {
  filter: invert(1);
}
@media (min-width: 1047px) {
  .main-top-nav--light .navigation-header .header-logo {
    filter: invert(0);
  }
}
.main-top-nav--light .main-nav--sticky .nav-container .top-nav-list {
  padding-bottom: 17px !important;
}
.main-top-nav--light .main-nav--sticky .nav-container .top-nav-list li a .link-text {
  color: #000;
}
.main-top-nav--light .main-nav--sticky .header-logo {
  filter: invert(1) !important;
}

.page-sub-section-header {
  margin-bottom: 3rem;
}
.page-sub-section-header p {
  font-size: 1.8rem;
}
.page-sub-section-header.left-align {
  text-align: left;
}
.page-sub-section-header.center-align {
  text-align: center;
}
.page-sub-section-header.reset-margin-bottom {
  margin-bottom: 0;
}
.page-sub-section-header.flex-align {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1047px) {
  .page-sub-section-header.flex-align {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.articles-section.margin-bottom {
  margin-bottom: 4rem;
}

.header-text {
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
.header-text.center-aligned {
  text-align: center;
}
.header-text.left-aligned {
  text-align: left;
}

.home-intro .intro-section {
  top: 0;
  max-width: 100% !important;
}
@media (min-width: 1047px) {
  .home-intro .intro-section {
    top: -160px;
    margin-bottom: -100px;
  }
}
@media (min-width: 1047px) {
  .home-intro .intro-section-inner {
    max-width: 773px !important;
    margin: 0 auto;
    padding: 4rem 0 0 0 !important;
  }
}
.home-intro-text {
  font-size: 19px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
  color: #1c1c1c;
}
@media (min-width: 1047px) {
  .home-intro-text {
    max-width: 798px;
  }
}

.intro-section {
  position: relative;
  top: 0;
  max-width: 100%;
  background-color: #fff;
  z-index: 2;
  margin: 0 auto;
}
.intro-section.center-align {
  text-align: center;
}
.intro-section.margin-reset-auto {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1047px) {
  .intro-section {
    top: -60px;
    max-width: 85%;
  }
  .intro-section--services {
    top: -120px;
  }
}
.intro-section.top-reset {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1047px) {
  .intro-section.top-reset {
    top: 0;
    max-width: 85%;
  }
}
.intro-section.bck-transparent {
  background-color: transparent;
}
.intro-section.transparent-bck {
  background-color: transparent;
}
.intro-section.margin-bottom {
  margin-bottom: 3rem;
}
.intro-section .intro-section-inner {
  padding: 4rem 1.5rem 0 1.5rem;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .intro-section .intro-section-inner {
    max-width: 700px;
  }
}
@media (min-width: 1047px) {
  .intro-section .intro-section-inner {
    padding: 4rem 6rem 0 6rem;
  }
}
@media (min-width: 1365px) {
  .intro-section .intro-section-inner {
    max-width: 800px;
  }
}
@media (min-width: 1536px) {
  .intro-section .intro-section-inner {
    max-width: 900px;
  }
}
.intro-section .intro-section-inner.center-align {
  text-align: center;
}
.intro-section .intro-section-inner.margin-bottom {
  margin-bottom: 1.5rem;
}
.intro-section .intro-section-inner.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.intro-section .intro-section-inner p {
  padding: 0;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.intro-section .intro-section-inner p.no-margin-bottom {
  margin-bottom: 0;
}
.intro-section .intro-section-inner p:last-child {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .intro-section .intro-section-inner p {
    font-size: 1.8rem;
  }
}
.intro-section .intro-section-inner-full-width {
  padding: 4rem 1.5rem 0 1.5rem;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1047px) {
  .intro-section .intro-section-inner-full-width {
    padding: 4rem 6rem 0 6rem;
  }
}
.intro-section .intro-section-inner-full-width.no-padding {
  padding: 0 1.5rem 0 1.5rem;
}
@media (min-width: 1047px) {
  .intro-section .intro-section-inner-full-width.no-padding {
    padding: 0 6rem 0 6rem;
  }
}
.intro-section .header-section.header-section-border {
  padding: 3rem 0 0 0;
  border-top: 1px solid #f3b25e;
}
@media (min-width: 1047px) {
  .intro-section .header-section.header-section-border {
    padding: 6rem 0 0 0;
  }
}
.intro-section .section-intro-title {
  font-size: 6.43056vw;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (min-width: 1047px) {
  .intro-section .section-intro-title {
    font-size: 48px;
  }
}
.intro-section .section-intro-title .title-thin {
  font-weight: 100;
}
.intro-section .section-intro-title .title-bolder {
  font-weight: 300;
}
.intro-section .sub-banner-intro .cta-clients-btn {
  border: none;
  margin: 0 auto;
  outline: 0 !important;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 1047px) {
  .intro-section .sub-banner-intro .cta-clients-btn {
    padding: 10px 22px;
  }
}
@media (min-width: 1047px) {
  .intro-section .sub-banner-intro .cta-clients-btn:hover .icon-triangle {
    -moz-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}
.intro-section .sub-banner-intro .cta-clients-btn .button-text {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: inherit;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1047px) {
  .intro-section .sub-banner-intro .cta-clients-btn .button-text {
    font-size: 1.4rem;
  }
}
.intro-section .sub-banner-intro .cta-clients-btn .icon-triangle {
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #2c2b2b;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}

.inner-content-section {
  padding: 4rem 1.5rem 4rem 1.5rem;
}
@media (min-width: 1047px) {
  .inner-content-section {
    padding: 4rem 6rem 4rem 6rem;
  }
}
.inner-content-section.grey-bck {
  background-color: #f7f7f7;
}

.two-third-width-wrapper {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .two-third-width-wrapper {
    max-width: 700px;
  }
}
@media (min-width: 1365px) {
  .two-third-width-wrapper {
    max-width: 800px;
  }
}
@media (min-width: 1536px) {
  .two-third-width-wrapper {
    max-width: 900px;
  }
}
.two-third-width-wrapper.margin-bottom {
  margin-bottom: 3rem;
}

.hero-image-section {
  position: relative;
  overflow: hidden;
  height: 80vh;
  width: 100vw;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 95px;
  animation: bannerAnimation 3s linear forwards 0s;
}
.hero-image-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2b2b;
  opacity: 0.25;
  z-index: 1;
}
.hero-image-section.about-hero {
  background-position: 50% 50%;
}
.hero-image-section.about-hero.bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  object-fit: cover;
}
.hero-image-section--light-bg:before {
  opacity: 0.25;
}
@media (min-width: 641px) {
  .hero-image-section {
    height: 70vh;
    max-height: 80vh;
  }
}
@media (min-width: 1047px) {
  .hero-image-section {
    max-width: 100%;
    height: 60vh;
    max-height: 500px;
    padding-top: 0;
    background-attachment: fixed;
    padding-top: 0;
  }
}
.hero-image-section.about-hero {
  background-position: 50% 50%;
}
@media (min-width: 1047px) {
  .hero-image-section.about-hero {
    max-width: 100%;
    height: 60vh;
    max-height: 500px;
  }
}
.hero-image-section.projects-hero {
  background-position: 50% 50%;
}
@media (min-width: 1047px) {
  .hero-image-section.projects-hero {
    max-width: 100%;
    height: 700px;
    max-height: 100%;
  }
}
.hero-image-section.video-hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 80vh;
}
@media (min-width: 1047px) {
  .hero-image-section.video-hero {
    max-width: 100%;
    min-height: 700px;
    max-height: 100%;
  }
}
.hero-image-section .hero-page-header {
  width: 100%;
  text-align: center;
  padding-top: 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 1047px) {
  .hero-image-section .hero-page-header {
    padding-top: 5rem;
  }
}

.hero__video {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 80vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .hero__video {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero__video {
    height: 140%;
    width: 140%;
  }
}

@media (min-width: 1047px) {
  .hero--contact {
    height: 700px !important;
    max-height: 700px !important;
  }
}

.slider-outer-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 641px) {
  .slider-outer-wrapper {
    height: 80vh;
    max-height: 80vh;
  }
}
@media (min-width: 1047px) {
  .slider-outer-wrapper {
    max-width: 100%;
    height: 80vh;
    padding-top: 0;
  }
}
.slider-outer-wrapper .swiper-container .swiper-pagination.pagination-slider {
  width: 100%;
  bottom: 100px;
}
.slider-outer-wrapper .swiper-container .swiper-pagination.pagination-slider.pagination-hidden {
  display: none;
}
.slider-outer-wrapper .swiper-container .swiper-pagination.pagination-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  z-index: 99;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  margin: 0 12px;
}
.slider-outer-wrapper .swiper-container .swiper-pagination.pagination-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-container {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  position: relative;
}
.swiper-container.swiper-home:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.swiper-container.swiper-slide-testimonials {
  position: relative;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.swiper-container .swiper-slide.bcg-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.testimonials-content-wrapper .swiper-pagination.pagination-testimonials {
  width: 100%;
  bottom: -60px;
}
.testimonials-content-wrapper .swiper-pagination.pagination-testimonials.pagination-hidden {
  display: none;
}
.testimonials-content-wrapper .swiper-pagination.pagination-testimonials .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  z-index: 99;
  opacity: 1;
  border: 1px solid #1c1c1c;
  background-color: transparent;
  cursor: pointer;
  margin: 0 12px;
}
.testimonials-content-wrapper .swiper-pagination.pagination-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1c1c1c;
}

.swiper-testimonials .swiper-slide {
  transform: none !important;
}

.swiper-container-horizontal.fade-in-swiper {
  background-color: #fff;
}
.swiper-container-horizontal.fade-in-swiper > .swiper-pagination-bullets,
.swiper-container-horizontal.fade-in-swiper .swiper-pagination-custom,
.swiper-container-horizontal.fade-in-swiper .swiper-pagination-fraction {
  padding-bottom: 16vh;
}
.swiper-container-horizontal.fade-in-swiper > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal.fade-in-swiper .swiper-pagination-custom .swiper-pagination-bullet,
.swiper-container-horizontal.fade-in-swiper .swiper-pagination-fraction .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  z-index: 99;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  margin: 0 12px;
}
.swiper-container-horizontal.fade-in-swiper > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container-horizontal.fade-in-swiper .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container-horizontal.fade-in-swiper .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide {
  position: relative;
  overflow: hidden;
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper {
  z-index: 999;
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: calc(50% - 10px);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  flex-direction: column;
  display: flex;
}
@media (min-width: 641px) {
  .swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper {
    max-width: 400px;
    top: calc(50% - 95px);
  }
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0.9);
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption .header-top-inner {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 641px) {
  .swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption .header-top-inner {
    align-items: flex-end;
  }
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption .header-top-inner .section-header-intro {
  padding: 20px 60px 20px 20px;
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption .header-top-inner .section-header-intro .title {
  font-size: 3.2rem;
  font-weight: 400;
  padding: 0;
  margin: 0 0 5px 0;
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption .header-top-inner .section-header-intro .sub-header-wrapper {
  display: flex;
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption .header-top-inner .section-header-intro .sub-header-wrapper .title-color,
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption .header-top-inner .section-header-intro .sub-header-wrapper .title-link {
  font-size: 1.4rem;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption .header-top-inner .section-header-intro .sub-header-wrapper .title-color {
  color: #f3b25e;
  margin-right: 5px;
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption .header-top-inner .section-header-intro .sub-header-wrapper .title-link {
  text-decoration: underline;
}
@media (min-width: 1047px) {
  .swiper-container-horizontal.fade-in-swiper .swiper-slide.bcg-slide .slide-caption-wrapper .inner-caption .header-top-inner .section-header-intro .sub-header-wrapper .title-link:hover {
    color: #f3b25e;
  }
}
.swiper-container-horizontal.fade-in-swiper .swiper-slide.swiper-slide-active .slide-image {
  -webkit-animation: imageAnimation 30s linear forwards 0s;
  -moz-animation: imageAnimation 30s linear forwards 0s;
  -o-animation: imageAnimation 30s linear forwards 0s;
  -ms-animation: imageAnimation 30s linear forwards 0s;
  animation: imageAnimation 30s linear forwards 0s;
}

.slider-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 95px;
  overflow: hidden;
  height: 100vh;
  padding-bottom: 0;
}
@media (min-width: 641px) {
  .slider-section {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 1047px) {
  .slider-section {
    height: 90vh;
    padding-bottom: 46%;
    padding-top: 0;
  }
}
.slider-section.loading-slides .slide {
  opacity: 0;
  visibility: hidden;
}
.slider-section .slides-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.slider-section .slides-container .slider-title-wrapper {
  z-index: 98;
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 65%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  flex-direction: column;
  display: flex;
}
@media (min-width: 641px) {
  .slider-section .slides-container .slider-title-wrapper {
    max-width: 400px;
    top: 50%;
  }
}
.slider-section .slides-container .slider-title-wrapper .slider-arrows-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.slider-section .slides-container .slider-title-wrapper .slider-arrows-container .arrow-button {
  border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
  width: 100px;
  height: 45px;
  margin-right: 5px;
  outline: none !important;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slider-section .slides-container .slider-title-wrapper .slider-arrows-container .arrow-button .icon-arrow-prev,
.slider-section .slides-container .slider-title-wrapper .slider-arrows-container .arrow-button .icon-arrow-next {
  background-size: 38% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 90px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slider-section .slides-container .slider-title-wrapper .slider-arrows-container .arrow-button .icon-arrow-prev {
  background-image: url(../../assets/img/icons/arrow_left.svg);
}
.slider-section .slides-container .slider-title-wrapper .slider-arrows-container .arrow-button .icon-arrow-next {
  background-image: url(../../assets/img/icons/arrow_right.svg);
}
@media (min-width: 1047px) {
  .slider-section .slides-container .slider-title-wrapper .slider-arrows-container .arrow-button:hover {
    background-color: rgba(28, 28, 28, 0.9);
  }
  .slider-section .slides-container .slider-title-wrapper .slider-arrows-container .arrow-button:hover .icon-arrow-prev {
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
    background-image: url(../../assets/img/icons/arrow_left_white.svg);
  }
  .slider-section .slides-container .slider-title-wrapper .slider-arrows-container .arrow-button:hover .icon-arrow-next {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
    background-image: url(../../assets/img/icons/arrow_right_white.svg);
  }
}
.slider-section .slides-container .slider-title-wrapper .slider-arrows-container .arrow-button:last-child {
  margin-right: 0;
}

.home-hero {
  min-height: 750px;
  height: 90vh;
  position: relative;
}

.home-hero .swiper-container {
  width: 100%;
  height: 100%;
}

.home-hero .swiper-slide {
  text-align: left !important;
  font-size: 18px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.home-hero .home-page-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: 100;
  transition: opacity 0.5s ease-in-out;
}

.home-page-hero-img.hidden {
  opacity: 0 !important;
  pointer-events: none;
  z-index: -1;
}

.home-hero .swiper-slide-active .home-page-hero-img {
  animation: homeHeroImage 30s linear forwards 0s;
}

.home-hero-info {
  padding: 20rem 30px 0;
  width: 100%;
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 480px) {
  .home-hero-info {
    padding: 46rem 30px 0;
  }
}
@media (min-width: 1047px) {
  .home-hero-info {
    max-width: 1100px;
    padding: 12rem 1.3rem 0;
    min-height: 270px;
  }
}
@media (min-width: 1365px) {
  .home-hero-info {
    max-width: 1240px;
  }
}
@media (min-width: 1536px) {
  .home-hero-info {
    max-width: 1440px;
  }
}

.home-hero .swiper-pagination {
  transition: 0.3s opacity;
  text-align: end;
  z-index: 10;
  bottom: auto;
  top: 16rem;
  width: auto;
  right: 0;
  left: auto;
  padding: 0 30px;
  transform: none;
  color: #fff;
}
@media (min-width: 480px) {
  .home-hero .swiper-pagination {
    top: auto;
    bottom: 12rem;
  }
}
@media (min-width: 1047px) {
  .home-hero .swiper-pagination {
    bottom: 22rem;
    max-width: 1100px;
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }
}
@media (min-width: 1365px) {
  .home-hero .swiper-pagination {
    max-width: 1240px;
  }
}
@media (min-width: 1536px) {
  .home-hero .swiper-pagination {
    max-width: 1440px;
  }
}

.home-hero .swiper-pagination-bullet {
  height: 25px;
  width: 1px;
  border-radius: 0;
  display: block;
  margin-bottom: 12px !important;
  border: none;
  background: #fff;
}
@media (min-width: 480px) {
  .home-hero .swiper-pagination-bullet {
    width: 25px;
    height: 1px;
    display: inline-block;
    opacity: 1;
    margin-right: 9px;
    margin-bottom: 0 !important;
  }
  .home-hero .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
}

.home-hero .swiper-pagination-bullet-active {
  width: 3px;
}
@media (min-width: 480px) {
  .home-hero .swiper-pagination-bullet-active {
    width: 25px;
    height: 3px;
  }
}

.home-slider-arrow {
  cursor: pointer;
  pointer-events: auto;
  z-index: 9;
  display: inline-block;
}
.home-slider-arrow img {
  width: 45px;
  cursor: pointer;
  pointer-events: auto;
}
.home-slider-arrow--prev {
  margin-right: 18px;
}

.home-hero-title {
  color: #fff;
  font-size: 40px;
  line-height: 1.09;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  max-width: 800px;
  display: block;
  width: 100%;
  text-transform: capitalize !important;
  font-family: "Roboto Slab", sans-serif;
}
@media (min-width: 1047px) {
  .home-hero-title {
    line-height: 1;
    font-size: 80px;
  }
}

.home-hero .swiper-slide-active .home-hero-title {
  animation: homeHeroTitle 8s linear forwards 0s;
}

.home-hero-author {
  display: block;
  color: #fff;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 16px;
  padding-top: 1rem;
  margin-bottom: 30px;
}
.home-hero-author span {
  display: block;
}
@media (min-width: 1047px) {
  .home-hero-author span {
    display: inline-block;
  }
}

.hero-home-author-link {
  text-decoration: underline;
  color: #fff;
  text-transform: capitalize;
}

.home-hero .swiper-slide-active .home-hero-author {
  animation: homeHeroTitle 8s linear forwards 0s;
}

.home-hero .swiper-slide-active .video-launch-btn.header {
  animation: homeHeroTitle 8s linear forwards 0s;
}

@keyframes homeHeroImage {
  0% {
    opacity: 1;
    transform: scale(1.01);
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  38% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1.15);
  }
}
@keyframes homeHeroTitle {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  30% {
    opacity: 1;
    animation-timing-function: ease-in;
  }
}
@keyframes homeHeroSubtitle {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  65% {
    opacity: 1;
    animation-timing-function: ease-in;
  }
}
.home-hero--centered .home-hero-info {
  text-align: center;
}
.home-hero--centered .home-hero-title {
  margin: auto;
}

/* Breakpoints
  ========================================================================== */
.main-bottom-footer {
  background-color: #e5e5e5;
  padding: 1.5rem;
}
.main-bottom-footer .social-media-list {
  border-top: 0;
  display: flex;
  border-bottom: 0;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  justify-content: center;
}
@media (min-width: 1047px) {
  .main-bottom-footer .social-media-list {
    justify-content: flex-end;
    border: none;
  }
}
.main-bottom-footer .footer-row {
  display: flex;
  align-items: center;
}
.main-bottom-footer .logo-footer-link {
  width: 100%;
  height: 100%;
  max-width: 12em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1047px) {
  .main-bottom-footer .logo-footer-link {
    margin: 0;
  }
}
.main-bottom-footer .logo-footer-link .footer-logo {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 1047px) {
  .main-bottom-footer .logo-footer-link .footer-logo {
    text-align: left;
  }
}
.main-bottom-footer .footer-menu-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 0px;
}
@media (min-width: 1047px) {
  .main-bottom-footer .footer-menu-list {
    justify-content: flex-end;
    margin-bottom: 10px;
    flex-direction: row;
  }
}
.main-bottom-footer .footer-menu-list li {
  margin-right: 0;
  position: relative;
}
.main-bottom-footer .footer-menu-list li:after {
  width: 0;
  content: "";
  height: 2px;
  background-color: #2c2b2b;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  bottom: 0;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}
@media (min-width: 1047px) {
  .main-bottom-footer .footer-menu-list li:after {
    display: block;
  }
}
@media (min-width: 1047px) {
  .main-bottom-footer .footer-menu-list li {
    margin-right: 46px;
  }
  .main-bottom-footer .footer-menu-list li:hover:after {
    width: 120%;
  }
}
.main-bottom-footer .footer-menu-list li:last-child {
  margin-right: 0;
}
.main-bottom-footer .footer-menu-list li a {
  display: block;
  padding: 0.6rem 0;
  font-size: 1.8rem;
}
@media (min-width: 1047px) {
  .main-bottom-footer .footer-menu-list li a {
    font-size: 1.6rem;
  }
}
.main-bottom-footer .copyright-details {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  text-align: center;
  padding-top: 30px;
}
.main-bottom-footer .copyright-details .address-details {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.main-bottom-footer .copyright-details .address-details a {
  display: inline-block;
  font-weight: 600;
}
.main-bottom-footer .copyright-details .copyright-note {
  display: block;
  font-weight: 300;
  font-size: 1rem;
}

.footer-banner {
  padding: 60px;
  background: #FBFBFB;
  text-align: center;
  display: block;
}
@media (min-width: 1129px) {
  .footer-banner {
    text-align: left;
  }
}
.footer-banner__image {
  margin-bottom: 14px;
}
@media (min-width: 1129px) {
  .footer-banner__image {
    float: right;
  }
}
.footer-banner__image img {
  width: 200px;
}
@media (min-width: 1129px) {
  .footer-banner__content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1129px) {
  .footer-banner__wrap {
    padding-right: 30px;
  }
}
@media (min-width: 1365px) {
  .footer-banner__wrap {
    padding-right: 100px;
  }
}
.footer-banner__heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 20px;
  color: #1c1c1c;
}
@media (min-width: 1129px) {
  .footer-banner__heading {
    font-size: 36px;
    margin-bottom: 7px;
  }
}
.footer-banner__text {
  display: none;
}
@media (min-width: 1129px) {
  .footer-banner__text {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #1c1c1c;
  }
}
.footer-banner .btn {
  padding: 14px 22px;
}
.footer-banner .btn span:after {
  display: none;
}

.footer-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(28px);
  z-index: 100;
  overflow-y: scroll;
}
.footer-modal--active {
  display: block;
}
.footer-modal__wrap {
  position: relative;
  margin: 100px 35px;
}
@media (min-width: 992px) {
  .footer-modal__wrap {
    margin: 125px auto;
  }
}
.footer-modal .close-modal {
  position: absolute;
  top: -50px;
  right: 0;
  display: block;
  width: 39px;
  height: 39px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.footer-modal .close-modal .line {
  background: #1c1c1c;
  width: 22px;
  height: 1px;
  display: block;
  position: absolute;
  top: 19px;
  left: 9px;
  transform: rotate(130deg);
}
.footer-modal .close-modal .line:last-child {
  transform: rotate(48deg);
}
@media (min-width: 1365px) {
  .footer-modal .partners-modal {
    display: flex;
  }
}
.footer-modal .partners-modal__image {
  position: relative;
  min-height: 295px;
}
@media (min-width: 1365px) {
  .footer-modal .partners-modal__image {
    float: left;
    width: 47%;
    min-height: 667px;
  }
}
.footer-modal .partners-modal__info {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 10;
}
.footer-modal .partners-modal__info span {
  color: white;
  font-size: 18px;
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif;
  display: block;
  margin-bottom: 18px;
}
@media (min-width: 1365px) {
  .footer-modal .partners-modal__info span {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.footer-modal .partners-modal__logo {
  width: 188px;
  margin-bottom: 25px;
  max-width: fit-content;
}
@media (min-width: 1365px) {
  .footer-modal .partners-modal__logo {
    width: 378px;
    margin-bottom: 63px;
  }
}
.footer-modal .partners-modal__social {
  margin-right: 25px;
}
.footer-modal .partners-modal__social img {
  height: 14px;
}
.footer-modal .partners-modal__social:last-child {
  margin-right: 0;
}
.footer-modal .partners-modal__content {
  background: white;
  padding: 28px 30px 50px;
}
@media (min-width: 1365px) {
  .footer-modal .partners-modal__content {
    float: right;
    width: 53%;
    padding: 95px 70px;
    min-height: 667px;
  }
}
.footer-modal .partners-modal__heading {
  margin-bottom: 25px;
  line-height: 1.5;
}
@media (min-width: 1129px) {
  .footer-modal .partners-modal__heading {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.footer-modal .partners-modal__text {
  display: none;
}
@media (min-width: 1129px) {
  .footer-modal .partners-modal__text {
    display: block;
  }
  .footer-modal .partners-modal__text p {
    margin-bottom: 25px;
  }
}
.footer-modal .partners-modal .btn {
  padding: 14px 22px;
  display: block;
  text-align: center;
}
@media (min-width: 1129px) {
  .footer-modal .partners-modal .btn {
    display: inline-block;
  }
}
.footer-modal .partners-modal .btn span {
  text-transform: none;
}
.footer-modal .partners-modal .btn span:after {
  display: none;
}

.intro-testimonials-section {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 4rem 6rem 12rem 6rem;
  background-color: #fff;
}
.intro-testimonials-section.no-padding {
  padding-top: 0;
  margin-bottom: 6rem;
}
.intro-testimonials-section.full-width {
  max-width: 100%;
}

.testimonials-wrapper-outer {
  position: relative;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8rem;
}
.testimonials-wrapper-outer .arrow-indicator {
  display: none;
  width: 60px;
  height: 50px;
  cursor: pointer;
  position: relative;
  top: 50%;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 75% auto;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 1047px) {
  .testimonials-wrapper-outer .arrow-indicator {
    display: block;
  }
}
.testimonials-wrapper-outer .arrow-indicator.arrow-slider-hidden {
  display: none;
}
.testimonials-wrapper-outer .arrow-indicator.prev-arrow {
  background-image: url(../../assets/img/icons/arrow_left.svg);
}
@media (min-width: 1047px) {
  .testimonials-wrapper-outer .arrow-indicator.prev-arrow:hover {
    -moz-transform: translate(-5px, 100%);
    -o-transform: translate(-5px, 100%);
    -ms-transform: translate(-5px, 100%);
    -webkit-transform: translate(-5px, 100%);
    transform: translate(-5px, 100%);
  }
}
.testimonials-wrapper-outer .arrow-indicator.next-arrow {
  background-image: url(../../assets/img/icons/arrow_right.svg);
}
@media (min-width: 1047px) {
  .testimonials-wrapper-outer .arrow-indicator.next-arrow:hover {
    -moz-transform: translate(5px, 100%);
    -o-transform: translate(5px, 100%);
    -ms-transform: translate(5px, 100%);
    -webkit-transform: translate(5px, 100%);
    transform: translate(5px, 100%);
  }
}
.testimonials-wrapper-outer .testimonials-content-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media (min-width: 1047px) {
  .testimonials-wrapper-outer .testimonials-content-wrapper {
    max-width: 85%;
    margin: 0 auto;
  }
}
.testimonials-wrapper-outer .testimonials-content-wrapper .image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonials-wrapper-outer .testimonials-content-wrapper .image-container .testimonial-thumb-wrapper {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  top: 60px;
}
.testimonials-wrapper-outer .testimonials-content-wrapper .testimonial-content-inner {
  padding: 8rem 1.5rem 4rem 1.5rem;
  background-color: #f3b25e;
  text-align: center;
}
@media (min-width: 1047px) {
  .testimonials-wrapper-outer .testimonials-content-wrapper .testimonial-content-inner {
    padding: 10rem 6rem 6rem 6rem;
  }
}
.testimonials-wrapper-outer .testimonials-content-wrapper .testimonial-content-inner .text-container {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}
.testimonials-wrapper-outer .testimonials-content-wrapper .testimonial-content-inner .text-container:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 1px;
  width: 60px;
  background-color: #1c1c1c;
  content: "";
  display: block;
}
.testimonials-wrapper-outer .testimonials-content-wrapper .testimonial-content-inner .text-container p {
  font-size: 1.8rem;
}
.testimonials-wrapper-outer .testimonials-content-wrapper .testimonial-content-inner .text-container i {
  font-style: italic;
}
.testimonials-wrapper-outer .testimonials-content-wrapper .testimonial-content-inner .footer-container .testimonial-details {
  display: inline-block;
  font-size: 1.8rem;
}
.testimonials-wrapper-outer .testimonials-content-wrapper .testimonial-content-inner .footer-container .testimonial-details.testimonial-author {
  font-weight: 600;
}
.testimonials-wrapper-outer .testimonials-content-wrapper .testimonial-content-inner .footer-container .testimonial-details.company {
  font-weight: 400;
}

.sectors-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  position: relative;
}
.sectors-container.border-padding {
  padding: 4rem 0;
  border-top: 1px solid #f3b25e;
  max-width: 80%;
}

.picture-item {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}

.hideItem {
  opacity: 0;
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  visibility: hidden;
  position: absolute;
}

.activeItem {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  position: relative;
}

.news-item .inner-column-sector .sector-tile-footer {
  min-height: 22rem;
}

.inner-column-sector {
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  text-decoration: none;
  margin-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media (min-width: 1024px) {
  .inner-column-sector:hover {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
  }
}
.inner-column-sector .image-link {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  text-decoration: none;
}
.inner-column-sector .image-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.inner-column-sector .image-wrapper .sector-image {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-column-sector .sector-tile-footer {
  padding: 20px 20px 15px 20px;
  width: 100%;
  min-height: 17rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}
.inner-column-sector .sector-tile-footer .footer-tile-sector .sector-bottom-title {
  font-size: 2rem;
}
.inner-column-sector .sector-tile-footer .footer-tile-sector .sector-bottom-title.sector-bottom-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.inner-column-sector .sector-tile-footer .footer-tile-sector .sector-bottom-title.sector-bottom-title:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  z-index: 10;
  height: 2px;
  background-color: #f3b25e;
  bottom: 0;
  left: 0;
}
.inner-column-sector .sector-tile-footer .footer-tile-sector .sector-bottom-title.no-border-decoration:after {
  display: none;
}
.inner-column-sector .sector-tile-footer .footer-tile-sector .sector-bottom-title .tile-bottom-text {
  display: block;
  line-height: 1.2;
  font-size: inherit;
}
.inner-column-sector .sector-tile-footer .tile-category-footer-list {
  display: flex;
  flex-direction: column;
}
.inner-column-sector .sector-tile-footer .tile-category-footer-list li {
  font-size: 1.4rem;
}
@media (min-width: 1047px) {
  .inner-column-sector .sector-tile-footer .tile-category-footer-list li {
    display: flex;
  }
}
.inner-column-sector .sector-tile-footer .tile-category-footer-list li span {
  display: inline-block;
  margin-right: 3px;
}
.inner-column-sector .sector-tile-footer .tile-category-footer-list li span:last-child {
  margin-right: 0;
}
.inner-column-sector .sector-tile-footer .tile-category-footer-list li span.thinner-text {
  font-weight: 300;
}
.inner-column-sector .sector-tile-footer .news-footer-list {
  display: flex;
  flex-direction: column;
}
.inner-column-sector .sector-tile-footer .news-footer-list li {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.inner-column-sector .sector-tile-footer .news-footer-list li:last-child {
  margin-bottom: 0;
}
.inner-column-sector .sector-tile-footer .news-footer-list li span {
  display: inline-block;
  margin-right: 3px;
}
.inner-column-sector .sector-tile-footer .news-footer-list li span:last-child {
  margin-right: 0;
}
.inner-column-sector .sector-tile-footer .news-footer-list li span.thinner-text {
  font-weight: 300;
}
.inner-column-sector .bottom-link-wrapper .bottom-tile-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
  font-size: 1.4rem;
}
.inner-column-sector .bottom-link-wrapper .bottom-tile-link .bottom-tile-link-text,
.inner-column-sector .bottom-link-wrapper .bottom-tile-link .arrow-icon {
  display: block;
}
.inner-column-sector .bottom-link-wrapper .bottom-tile-link .arrow-icon {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.inner-column-sector .bottom-link-wrapper .bottom-tile-link .bottom-tile-link-text {
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .inner-column-sector .bottom-link-wrapper .bottom-tile-link:hover .arrow-icon {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@media (max-width: 992px) {
  .col-mobile-half {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .col-mobile-half .inner-column-sector {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .col-mobile-half .inner-column-sector .image-link {
    flex: 0 0 40%;
    max-width: 40%;
    order: 2;
    padding: 1.5rem;
  }
}
@media (max-width: 641px) {
  .col-mobile-half .inner-column-sector .image-link {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .col-mobile-half .inner-column-sector .sector-tile-footer {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 1.5rem;
    width: 100%;
    display: block;
    order: 1;
    min-height: 0;
  }
}
@media (max-width: 641px) {
  .col-mobile-half .inner-column-sector .sector-tile-footer {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .col-mobile-half .inner-column-sector .sector-tile-footer .footer-tile-sector .sector-bottom-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 641px) {
  .col-mobile-half .inner-column-sector .sector-tile-footer .footer-tile-sector .sector-bottom-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .col-mobile-half .inner-column-sector .sector-tile-footer .bottom-link-wrapper .bottom-tile-link {
    font-size: 1.2rem;
    padding: 5px;
    justify-content: flex-start;
  }
}
@media (max-width: 641px) {
  .col-mobile-half .inner-column-sector .sector-tile-footer .bottom-link-wrapper .bottom-tile-link {
    font-size: 1rem;
  }
}

.article-wrapper,
.article-wrapper-bottom-border {
  padding: 4rem 0;
  border-top: 1px solid #f3b25e;
  border-bottom: 1px solid #f3b25e;
}
.article-wrapper.no-padding,
.article-wrapper-bottom-border.no-padding {
  padding-top: 0;
  border-top: 0;
  border-bottom: 1px solid #f3b25e;
  padding-bottom: 1.5rem;
}
.article-wrapper .article-wrapper-inner,
.article-wrapper-bottom-border .article-wrapper-inner {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1047px) {
  .article-wrapper .article-wrapper-inner,
  .article-wrapper-bottom-border .article-wrapper-inner {
    max-width: 70%;
  }
}
.article-wrapper .article-wrapper-inner,
.article-wrapper-bottom-border .article-wrapper-inner {
  margin-bottom: 4rem;
}
.article-wrapper .article-wrapper-inner:last-child,
.article-wrapper-bottom-border .article-wrapper-inner:last-child {
  margin-bottom: 0;
}

.article-wrapper-bottom-border {
  border-bottom: 1px solid #f3b25e;
  border-top: 0;
}

.article-padding-shrinked {
  border-bottom: 1px solid #f3b25e;
  border-top: 0;
  padding: 2rem 0;
}

.client-list li {
  margin-bottom: 10px;
}
.client-list li .client-title,
.client-list li .client-link {
  display: inline-block;
}
.client-list li .client-title {
  margin-right: 5px;
}
.client-list li .client-link {
  font-weight: 300;
  text-decoration: underline;
}
.client-list li:last-child {
  margin-bottom: 0;
}

.article-paragraph {
  margin-bottom: 2rem;
}
.article-paragraph:last-child {
  margin-bottom: 0;
}

.article-slider-container {
  background: #f7f7f7;
  padding: 100px 0;
  position: relative;
}
.article-slider-container .row {
  padding-left: 3rem;
  max-width: 95%;
}
@media (min-width: 1047px) {
  .article-slider-container .row {
    max-width: 85%;
    margin: 0 auto;
    padding-left: 9rem;
  }
}
.article-slider-container .page-sub-section-header {
  text-align: left;
}
@media (min-width: 1365px) {
  .article-slider-container .page-sub-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.article-slider-container .page-sub-section-header .sub-section-title {
  font-size: 40px;
}
@media (min-width: 1047px) {
  .article-slider-container .page-sub-section-header .sub-section-title {
    font-size: 48px;
  }
}
.article-slider-container .page-sub-section-header .sub-section-title:after {
  left: 0;
  transform: none;
}
.article-slider-container .article-list-item {
  background-color: #fff;
}
.article-slider-container .owl-carousel {
  position: unset;
  padding-left: 1.5rem;
}
.article-slider-container .article__slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 21px;
}
.article-slider-container .article__slider-controls--desktop {
  display: none;
}
@media (min-width: 1365px) {
  .article-slider-container .article__slider-controls--desktop {
    display: flex;
    margin-top: 0;
  }
}
.article-slider-container .article__slider-controls--mobile {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 1365px) {
  .article-slider-container .article__slider-controls--mobile {
    display: none;
  }
}
.article-slider-container .article__slider-control,
.article-slider-container .article-prev,
.article-slider-container .article-next {
  position: relative;
  width: 47px;
  height: 47px;
  background-color: transparent;
  outline: none;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.article-slider-container .article__slider-control:hover,
.article-slider-container .article-prev:hover,
.article-slider-container .article-next:hover {
  background-color: #f3b25e;
  border-color: #f3b25e;
}
.article-slider-container .article__slider-control:hover .article__slider-control-icon,
.article-slider-container .article-prev:hover .article__slider-control-icon,
.article-slider-container .article-next:hover .article__slider-control-icon {
  color: #000;
}
.article-slider-container .article__slider-control-icon {
  color: #000;
  transition: color 0.3s ease;
}
.article-slider-container .article__slider-control--next,
.article-slider-container .article-next {
  transform: rotate(180deg);
}

.social-media-list {
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 0px;
  padding: 1.5rem 0;
  margin-top: 3rem;
}
.social-media-list li {
  margin-right: 15px;
}
@media (min-width: 1047px) {
  .social-media-list li {
    margin-right: 10px;
  }
}
.social-media-list li:last-child {
  margin-right: 0;
}
.social-media-list li a {
  width: 34px;
  height: 34px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.social-media-list li a svg {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 1047px) {
  .social-media-list li a:hover {
    -moz-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    -webkit-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
  }
  .social-media-list li a:hover svg {
    background-color: #fff;
  }
}
.social-media-list.desktop-social-list {
  display: none;
}
@media (min-width: 1047px) {
  .social-media-list.desktop-social-list {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    border: none;
    display: flex;
  }
}
.social-media-list.mobile-social-list {
  display: flex;
  padding: 0;
  margin: 0;
}
@media (min-width: 1047px) {
  .social-media-list.mobile-social-list {
    display: none;
  }
}

.cta-button-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.cta {
  height: 45px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Slab", sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  font-size: 1.2rem;
}
@media (min-width: 1047px) {
  .cta {
    font-size: 1.4rem;
  }
}
.cta .cta-text,
.cta .cta-link-text {
  color: inherit;
  display: block;
  text-transform: inherit;
  padding: 0 18px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1047px) {
  .cta .cta-text,
  .cta .cta-link-text {
    padding: 0 40px;
  }
}
.cta .cta-link-text {
  text-decoration: none;
}
.cta.transparent-cta {
  background-color: transparent;
  border: 1px solid #1c1c1c;
}
@media (min-width: 1047px) {
  .cta.transparent-cta:hover {
    background-color: #1c1c1c;
  }
  .cta.transparent-cta:hover .cta-text,
  .cta.transparent-cta:hover .cta-link-text {
    color: #fff;
  }
}

.btn {
  display: inline-block;
  padding: 14px 32px 14px 22px;
  border: 1px solid #1c1c1c;
  position: relative;
}
.btn span {
  text-transform: uppercase;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  position: relative;
}
.btn span:after {
  position: absolute;
  content: "";
  top: 5px;
  right: -22px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f3b25e;
}

.composer-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 1047px) {
  .composer-section {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.composer-section .composer-section-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 50vh;
  position: relative;
  height: auto;
}
@media (min-width: 1047px) {
  .composer-section .composer-section-column {
    width: 50%;
    min-height: 50vh;
    height: 100%;
    overflow: hidden;
  }
}
.composer-section .composer-section-column.column-color {
  background-color: #f3b25e;
}
.composer-section .composer-section-column.column-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.composer-section .composer-section-column .column-composer-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3rem 1.5rem;
  position: relative;
}
@media (min-width: 1047px) {
  .composer-section .composer-section-column .column-composer-inner {
    padding: 6rem 10% 6rem 10%;
    height: 100%;
    justify-content: center;
  }
}
.composer-section .composer-section-column .column-header {
  margin-bottom: 2rem;
}
.composer-section .composer-section-column .column-header .subtitle-intro {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}
.composer-section .composer-section-column .column-header .main-title {
  padding-bottom: 1.5rem;
  font-size: 3.4rem;
  position: relative;
  font-weight: 400;
  line-height: 1.2;
}
.composer-section .composer-section-column .column-header .main-title:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100px;
  background-color: #1c1c1c;
}
.composer-section .composer-section-column .column-content .content-text {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 3rem;
  line-height: 1.5;
}

.accordion-outer-container {
  overflow: hidden;
}
.accordion-outer-container .accordion-group {
  position: relative;
  background: #fff;
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}
.accordion-outer-container .accordion-group:last-child {
  margin-bottom: 0;
}
.accordion-outer-container .accordion-group .accordion-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1047px) {
  .accordion-outer-container .accordion-group .accordion-menu {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.accordion-outer-container .accordion-group .accordion-menu .header-accordion-container {
  font-size: 1.4rem;
  padding-right: 1rem;
}
@media (min-width: 1047px) {
  .accordion-outer-container .accordion-group .accordion-menu .header-accordion-container {
    font-size: 1.6rem;
  }
}
.accordion-outer-container .accordion-group .accordion-menu .button-accordion {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  outline: none !important;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 5;
  background-size: 50% auto;
  background-image: url(../../assets/img/icons/trian.svg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.accordion-outer-container .accordion-group .accordion-menu.active-button .button-accordion {
  background-image: url(../../assets/img/icons/expand.svg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-outer-container .accordion-group .accordion-content {
  overflow: hidden;
  background: inherit;
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content {
  margin: 0;
  list-style: none;
  padding-bottom: 3rem;
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  font-size: 1.4rem;
}
@media (min-width: 641px) {
  .accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item {
    font-size: 1.6rem;
  }
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .tv-station-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 1047px) {
  .accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .tv-station-wrapper {
    width: auto;
    padding-right: 10px;
  }
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .tv-station-wrapper .tv-logo {
  width: 80px;
  margin-right: 10px;
  display: inline-block;
}
@media (min-width: 1047px) {
  .accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .tv-station-wrapper .tv-logo {
    display: block;
  }
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .tv-station-wrapper .tv-info-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1047px) {
  .accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .tv-station-wrapper .tv-info-wrapper {
    flex-direction: row;
  }
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .tv-station-wrapper .tv-info-wrapper .static-text {
  display: inline-block;
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .tv-station-wrapper .tv-info-wrapper .tv-link-wrapper {
  display: flex;
  align-items: center;
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .tv-station-wrapper .tv-info-wrapper .tv-link-wrapper .link-text {
  display: inline-block;
  color: #f3b25e;
  text-decoration: underline;
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .tv-station-wrapper .tv-info-wrapper .tv-link-wrapper .link-text-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 5;
  background-size: 50% auto;
  background-image: url(../../assets/img/icons/speaker.svg);
}
.accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .channel-wrapper {
  color: #8f8f8f;
  display: none;
}
@media (min-width: 1047px) {
  .accordion-outer-container .accordion-group .accordion-content .accordion-list-content .accordion-list-item .channel-wrapper {
    display: inline-block;
  }
}
.accordion-outer-container--clients {
  margin: 47px 0 8px 0;
}
.accordion-outer-container--clients .accordion-group {
  background: #f7f7f7;
}
.accordion-outer-container--clients .accordion-list-content .cv-row {
  cursor: pointer;
}
.accordion-outer-container--clients .accordion-list-content .cv-row:hover .cv-project {
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}
.accordion-outer-container--clients .accordion-list-content .cv-station img {
  height: 43px;
}
.accordion-outer-container--clients .accordion-list-content .cv-client {
  text-align: right;
  color: #f3b25e;
  text-decoration: underline;
}

.popupContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  top: 0;
  left: 0;
  position: fixed;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
.popupContainer.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.popupContainer .iframeWrapper {
  padding-top: 80px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: flex;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  flex-direction: column;
}
@media (min-width: 1047px) {
  .popupContainer .iframeWrapper {
    max-width: 600px;
  }
}
.popupContainer .iframeWrapper .play-pause-wrapper {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60px 60px;
  cursor: pointer;
}
.popupContainer .iframeWrapper .play-pause-wrapper.playVideo {
  background-image: url(../../assets/img/icons/play_video.svg);
}
.popupContainer .iframeWrapper .play-pause-wrapper.pauseVideo {
  background-image: none;
}
@media (min-width: 480px) {
  .popupContainer .iframeWrapper {
    max-width: 400px;
  }
}
@media (min-width: 641px) {
  .popupContainer .iframeWrapper {
    max-width: 560px;
  }
}
@media (min-width: 1047px) {
  .popupContainer .iframeWrapper {
    max-width: 640px;
  }
}
@media (min-width: 1365px) {
  .popupContainer .iframeWrapper {
    max-width: 768px;
  }
}
.popupContainer .iframeWrapper .iframe-container-wrapper {
  overflow: hidden;
  order: 1;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.popupContainer .iframeWrapper .iframe-container-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
}
.popupContainer .iframeWrapper .slider-thumbnails {
  width: 100%;
  order: 2;
  position: relative;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}
@media (min-width: 1047px) {
  .popupContainer .iframeWrapper .slider-thumbnails {
    padding: 1.5rem;
  }
}
.popupContainer .iframeWrapper .slider-thumbnails .slider-content-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
@media (min-width: 1047px) {
  .popupContainer .iframeWrapper .slider-thumbnails .slider-content-wrapper {
    max-width: 85%;
  }
}
.popupContainer .iframeWrapper .slider-thumbnails .arrow-indicator {
  display: none;
  width: 40px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 75% auto;
  z-index: 999;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 1047px) {
  .popupContainer .iframeWrapper .slider-thumbnails .arrow-indicator {
    display: block;
  }
}
.popupContainer .iframeWrapper .slider-thumbnails .arrow-indicator.arrow-slider-hidden {
  display: none;
}
.popupContainer .iframeWrapper .slider-thumbnails .arrow-indicator.prev-arrow {
  left: 0;
  background-image: url(../../assets/img/icons/arrow_left_white.svg);
}
.popupContainer .iframeWrapper .slider-thumbnails .arrow-indicator.next-arrow {
  right: 0;
  background-image: url(../../assets/img/icons/arrow_right_white.svg);
}
.popupContainer .closePopup {
  z-index: 999;
  border: 1px solid #f7f7f7;
  color: #000;
  background-color: #f7f7f7;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
  background-image: url(../../assets/img/icons/close-video.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 90% auto;
}
@media (min-width: 1047px) {
  .popupContainer .closePopup {
    width: 30px;
    height: 30px;
    background-size: 70% auto;
  }
}

.video-pop-up-slider .thumbnail-link {
  display: block;
}
.video-pop-up-slider .thumbnail-link .slider-thumbnail-wrapper {
  max-height: 15vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.model-wrapper {
  display: none;
}
.model-wrapper--active {
  display: block;
}
.model-wrapper--active::-webkit-scrollbar {
  display: none;
}
.model-wrapper--active::-webkit-scrollbar-thumb {
  display: none;
}
.model-wrapper .row {
  margin: 0;
}
.model-wrapper .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.model-wrapper .model {
  margin: 0 !important;
}

.model .close {
  width: 39px;
  height: 39px;
  top: 60px;
  right: 25px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .model .close {
    top: 40px;
    right: -15px;
  }
}
.model .close-video--active {
  top: 15px;
}
.model .close .line {
  background: #1c1c1c;
  width: 17px;
  height: 1px;
  display: block;
  position: absolute;
  top: 19px;
  left: 11px;
  transform: rotate(130deg);
}
.model .close .line:last-child {
  transform: rotate(48deg);
}

.video-player {
  position: relative;
  min-height: 650px;
}
.video-player::-webkit-scrollbar {
  display: none;
}
.video-player::-webkit-scrollbar-thumb {
  display: none;
}
@media (min-width: 768px) {
  .video-player {
    border-radius: 20px;
  }
}
.video-player:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2b2b;
  opacity: 0.34;
}
@media (min-width: 768px) {
  .video-player:after {
    border-radius: 20px;
  }
}

.video-player-container {
  overflow: visible;
  padding-bottom: 65rem;
  position: relative;
}
.video-player-container::-webkit-scrollbar {
  display: none;
}
.video-player-container::-webkit-scrollbar-thumb {
  display: none;
}
.video-player-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 161px;
  left: 0;
  bottom: 0;
  z-index: 7;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (min-width: 768px) {
  .video-player-container:after {
    border-radius: 20px;
  }
}
.video-player-container--active:after {
  height: 125px;
  bottom: -136px;
}
@media (min-width: 1047px) {
  .video-player-container--active:after {
    height: 205px;
    bottom: -205px;
  }
}
.video-player-container--active:before {
  display: none;
}
.video-player-container.no-thumbnails:after {
  display: none;
}
.video-player-container.no-thumbnails .video-player-info {
  display: none !important;
}
.video-player-container.no-overlay:after {
  display: none;
}
.video-player-container.no-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2b2b;
  opacity: 0.34;
  z-index: 1;
}
@media (min-width: 768px) {
  .video-player-container.no-overlay:before {
    border-radius: 20px;
  }
}
.video-player-container .video-player-info {
  z-index: 9;
  position: absolute;
  transform: translateY(-50%);
  top: 60%;
  left: 30px;
  max-width: 85%;
}
@media (min-width: 768px) {
  .video-player-container .video-player-info {
    top: 50%;
  }
}
@media (min-width: 1047px) {
  .video-player-container .video-player-info {
    left: 57px;
  }
}
@media (min-width: 768px) {
  .video-player-container .video-player-info.no-thumbnails {
    top: 70%;
  }
}
.video-player-container .video-player-info .video-player-title {
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 200;
  margin-bottom: 20px;
}
@media (min-width: 1047px) {
  .video-player-container .video-player-info .video-player-title {
    font-size: 60px;
    line-height: 1;
  }
}
.video-player-container .video-player-info .video-player-composer {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.video-player-container .video-player-info .video-player-composerName {
  text-transform: none;
  text-decoration: underline;
}
.video-player-container .video-player-info .video-player-play {
  cursor: pointer;
  margin-bottom: 25px;
}
.video-player-container .youtube-thumbnail {
  border-radius: 0;
}
@media (min-width: 768px) {
  .video-player-container .youtube-thumbnail {
    border-radius: 20px;
  }
}

.composer-video-container {
  height: 100vh !important;
  width: 100%;
  overflow-x: hidden !important;
}
.composer-video-container::-webkit-scrollbar {
  display: none;
}
.composer-video-container::-webkit-scrollbar-thumb {
  display: none;
}
@media (min-width: 768px) {
  .composer-video-container--active {
    overflow-x: hidden !important;
  }
}
.composer-video-container .video-player-wrapper {
  top: 0;
  overflow-x: visible;
  overflow-y: visible;
}
@media (min-width: 768px) {
  .composer-video-container .video-player-wrapper {
    overflow-x: hidden;
    top: 8rem;
  }
}
@media (min-width: 768px) {
  .composer-video-container .video-player-wrapper--active {
    overflow: visible;
    top: 2rem;
  }
}
.composer-video-container .video-player-wrapper--active .video-player.overlay {
  display: none;
}
.composer-video-container .video-player-wrapper .video-slider-left, .composer-video-container .video-player-wrapper .video-slider-right {
  height: 39px;
  width: 46px;
  border-radius: 0;
  box-shadow: 10px 10px 30px #1C1C1C;
  background: rgba(255, 255, 255, 0.9);
  top: 688px;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .composer-video-container .video-player-wrapper .video-slider-left, .composer-video-container .video-player-wrapper .video-slider-right {
    top: 548px;
    width: 62px;
    height: 50px;
  }
}
@media (min-width: 1047px) {
  .composer-video-container .video-player-wrapper .video-slider-left, .composer-video-container .video-player-wrapper .video-slider-right {
    top: 530px;
  }
}
@media (min-width: 1365px) {
  .composer-video-container .video-player-wrapper .video-slider-left, .composer-video-container .video-player-wrapper .video-slider-right {
    opacity: 0;
  }
  .composer-video-container .video-player-wrapper .video-slider-left:hover, .composer-video-container .video-player-wrapper .video-slider-right:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .composer-video-container .video-player-wrapper .video-slider-left--active, .composer-video-container .video-player-wrapper .video-slider-right--active {
    top: 692px;
  }
}
@media (min-width: 1047px) {
  .composer-video-container .video-player-wrapper .video-slider-left--active, .composer-video-container .video-player-wrapper .video-slider-right--active {
    top: 722px;
  }
}
@media (min-width: 1047px) {
  .composer-video-container .video-player-wrapper .video-slider-left img, .composer-video-container .video-player-wrapper .video-slider-right img {
    width: 32px;
  }
}
.composer-video-container .video-player-wrapper .video-slider-left {
  left: 0;
}
.composer-video-container .video-player-wrapper .video-slider-right {
  right: 0;
}
.composer-video-container .video-player-wrapper .thumbnail-list-wrapper {
  width: 100%;
  top: 665px;
  left: 53%;
  padding-bottom: 40px;
  z-index: 9;
}
@media (min-width: 768px) {
  .composer-video-container .video-player-wrapper .thumbnail-list-wrapper {
    top: 490px;
  }
}
@media (min-width: 768px) {
  .composer-video-container .video-player-wrapper .thumbnail-list-wrapper--active {
    top: 668px;
  }
}
@media (min-width: 1047px) {
  .composer-video-container .video-player-wrapper .thumbnail-list-wrapper--active {
    position: absolute;
    top: 695px;
    left: auto;
    transform: none;
  }
}
.composer-video-container .video-player-wrapper .thumbnail-list-wrapper .video-thumbnail {
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.6);
}
.composer-video-container .video-player-wrapper .thumbnail-list-wrapper .video-thumbnail .video-play {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s;
  opacity: 0;
}
.composer-video-container .video-player-wrapper .thumbnail-list-wrapper .video-list-link {
  overflow: hidden;
}
.composer-video-container .video-player-wrapper .thumbnail-list-wrapper .video-list-link .video-thumbnail-link {
  width: 100%;
  border-radius: 5px;
  transition: 0.5s;
  min-height: 85px;
}
@media (min-width: 1047px) {
  .composer-video-container .video-player-wrapper .thumbnail-list-wrapper .video-list-link .video-thumbnail-link {
    height: 130px;
  }
}
.composer-video-container .video-player-wrapper .thumbnail-list-wrapper .video-list-link:hover .video-thumbnail-link {
  transform: scale(1.09);
}
.composer-video-container .video-player-wrapper .thumbnail-list-wrapper .video-list-link:hover .video-play {
  opacity: 1;
}

.video-launch-btn {
  margin-bottom: 20px;
  display: inline-block;
  z-index: 999;
}
.video-launch-btn .video-launch-img {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
@media (min-width: 1047px) {
  .video-launch-btn .video-launch-img {
    width: 60px;
    height: 60px;
  }
}
.video-launch-btn .video-launch-img .video-play {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 9px;
}
@media (min-width: 1047px) {
  .video-launch-btn .video-launch-img .video-play {
    width: 14px;
  }
}
.video-launch-btn .video-launch-text {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.25;
  display: inline-block;
  vertical-align: middle;
}
.video-launch-btn--alt {
  padding-top: 80px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.video-launch-btn--alt .video-launch-img {
  display: block;
  margin: 0 auto 10px;
}

.project-list-section {
  background: #f7f7f7;
  padding: 100px 0;
  position: relative;
}
.project-list-section .row {
  padding-left: 3rem;
  max-width: 95%;
}
@media (min-width: 1047px) {
  .project-list-section .row {
    max-width: 85%;
    margin: 0 auto;
    padding-left: 13rem;
  }
}
.project-list-section .sub-section-title {
  font-size: 40px;
}
@media (min-width: 1047px) {
  .project-list-section .sub-section-title {
    font-size: 48px;
  }
}

.project-list-item {
  background-color: #fff;
}

.project-list-row {
  flex: none;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100% !important;
  margin-right: 0 !important;
  overflow-x: scroll;
  scroll-behavior: smooth;
  flex-direction: column;
}
@media (min-width: 1365px) {
  .project-list-row {
    max-width: 92.4% !important;
    flex-direction: row;
  }
}
.project-list-row::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .project-list-row:after {
    content: "";
    position: absolute;
    top: 238px;
    right: 0;
    width: 115px;
    height: 373px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    opacity: 0.6;
  }
}
@media (min-width: 1047px) {
  .project-list-row:after {
    top: 247px;
  }
}

.project-list-wrapper {
  display: flex;
  max-width: 90%;
}

.project-list-slider {
  position: absolute;
  transform: translateY(-50);
  top: 50%;
  width: 62px;
  height: 60px;
  box-shadow: 5px 5px 50px #1C1C1C;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 1047px) {
  .project-list-slider {
    width: 84px;
    height: 74px;
    background: #fff;
  }
}
.project-list-slider--right {
  right: 0;
}
.project-list-slider--left {
  left: 0;
}
.project-list-slider .project-list-arrow {
  width: 40px;
}

.list-background .project-list-item {
  background: #f7f7f7;
}

/* Breakpoints
  ========================================================================== */
.services {
  padding-bottom: 60px;
}
@media (min-width: 1047px) {
  .services {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .services__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (min-width: 1047px) {
  .services__wrapper {
    flex-direction: column;
    gap: 143px;
  }
}
.services__heading {
  position: relative;
  padding-bottom: 40px;
  font-weight: 300;
  font-size: 40px;
  color: #000;
  margin-bottom: 69px;
}
@media (min-width: 1047px) {
  .services__heading {
    text-align: center;
    margin: auto;
    max-width: 800px;
    margin-bottom: 120px;
  }
}
.services__heading:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #f3b25e;
  bottom: 0;
  left: 0;
}
@media (min-width: 1047px) {
  .services__heading:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.services__item {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .services__item {
    width: calc(50% - 5px);
  }
}
@media (min-width: 1047px) {
  .services__item {
    width: 100%;
    display: flex;
    gap: 81px;
    margin-bottom: 0;
  }
}
.services__item-bg {
  height: 270px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 28px;
}
@media (min-width: 1047px) {
  .services__item-bg {
    height: 346px;
    margin-bottom: 0;
  }
}
.services__item-bg-wrapper {
  position: relative;
  display: block;
  height: auto;
}
@media (min-width: 1047px) {
  .services__item-bg-wrapper {
    width: 50%;
    height: 100%;
  }
}
.services__item-bg-wrapper:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -30px;
  width: 60px;
  height: 60px;
  z-index: 50;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../assets/img/icons/dots.svg");
  background-size: 80%;
}
@media (min-width: 1047px) {
  .services__item-bg-wrapper:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1047px) {
  .services__item-copy {
    max-width: 420px;
    flex: 1;
  }
}
.services__item-heading {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  padding-bottom: 34px;
  margin-bottom: 34px;
  position: relative;
}
.services__item-heading:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #f3b25e;
  bottom: 0;
  left: 0;
}
.services__item-intro {
  margin-bottom: 24px;
}
.services__item-cta {
  text-transform: uppercase;
}
@media (min-width: 1047px) {
  .services__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1047px) {
  .services__item:nth-child(2n) .services__item-bg-wrapper:before {
    left: auto;
    right: -30px;
  }
}

.service-header {
  margin-top: 100px;
  padding-top: 80px;
}
@media (min-width: 1047px) {
  .service-header {
    padding-top: 120px;
  }
}
@media (min-width: 1047px) {
  .service-header__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1047px) {
  .service-header__copy {
    width: 41.66%;
  }
}
.service-header__heading {
  color: #000;
  position: relative;
  padding-bottom: 16px;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1047px) {
  .service-header__heading {
    padding-bottom: 26px;
    margin-bottom: 38px;
  }
}
.service-header__heading:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #f3b25e;
  bottom: 0;
  left: 0;
}
.service-header__intro {
  margin-bottom: 40px;
}
.service-header__intro a {
  color: #f3b25e;
}
.service-header__intro a:hover {
  text-decoration: underline;
}
.service-header__featured {
  position: relative;
}
.service-header__featured:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
}
@media (min-width: 1047px) {
  .service-header__featured:before {
    top: 25px;
  }
}
@media (min-width: 1047px) {
  .service-header__featured {
    width: 50%;
  }
}
.service-header__featured-img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}
.service-header__featured-img-wrapper {
  position: relative;
  display: flex;
  height: auto;
}
@media (min-width: 768px) {
  .service-header__featured-img {
    height: 346px;
  }
}
@media (min-width: 1047px) {
  .service-header__featured-img {
    height: 380px;
  }
}
.service-header__video {
  position: relative;
}
.service-header__video:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
}
@media (min-width: 1047px) {
  .service-header__video:before {
    top: 25px;
  }
}
@media (min-width: 1047px) {
  .service-header__video {
    width: 50%;
  }
}
.service-header__video-thumbnail {
  position: relative;
  display: flex;
  height: auto;
}
.service-header__video-img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .service-header__video-img {
    height: 346px;
  }
}
@media (min-width: 1047px) {
  .service-header__video-img {
    height: 380px;
  }
}
.service-header__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-header__video-overlay .video-launch-btn {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
}
.service-header__slider-wrapper {
  position: relative;
}
.service-header__slider-wrapper:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
}
@media (min-width: 1047px) {
  .service-header__slider-wrapper:before {
    top: 25px;
  }
}
@media (min-width: 1047px) {
  .service-header__slider-wrapper {
    width: 50%;
  }
}
.service-header__slider-item-img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .service-header__slider-item-img {
    height: 346px;
  }
}
@media (min-width: 1047px) {
  .service-header__slider-item-img {
    height: 380px;
  }
}
.service-header__slider-item-img-wrapper {
  position: relative;
  display: flex;
  height: auto;
}
.service-header__slider-item-img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.service-header__slider-item-content {
  position: absolute;
  left: 32px;
  bottom: 33px;
  z-index: 10;
}
@media (min-width: 1047px) {
  .service-header__slider-item-content {
    bottom: 70px;
  }
}
.service-header__slider-item-heading {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
}
.service-header__slider-item-info {
  color: #fff;
  display: flex;
  gap: 10px;
  font-size: 12px;
}
.service-header__slider-item-info-label {
  color: #fff;
  font-size: 12px;
  width: 80px;
}
.service-header__slider-item-link {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}
.service-header__slider-pagination {
  position: relative;
  text-align: left;
  display: flex;
  gap: 16px;
  margin-bottom: 29px;
}
@media (min-width: 1047px) {
  .service-header__slider-pagination {
    margin-bottom: 40px;
  }
}
.service-header__slider-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #f3b25e;
  opacity: 0.5;
}
.service-header__slider-pagination .swiper-pagination-bullet-active {
  background-color: #f3b25e;
  opacity: 1;
}

.service-article {
  margin-top: 75px;
  overflow-x: hidden;
}
@media (min-width: 1047px) {
  .service-article {
    margin-top: 114px;
  }
}
.service-article__wrapper {
  padding: 32px 0 88px 0;
  background-color: #f7f7f7;
  position: relative;
}
.service-article__wrapper::before, .service-article__wrapper::after {
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  z-index: -1;
}
.service-article__wrapper::before {
  left: -50%;
}
.service-article__wrapper::after {
  right: -50%;
}
@media (min-width: 1047px) {
  .service-article__wrapper::after {
    right: auto;
    width: 14px;
    left: 0;
    position: fixed;
    background-color: #ffffff;
  }
}
@media (min-width: 1047px) {
  .service-article__wrapper {
    width: 83.33%;
    padding-right: 8.33%;
    padding-top: 96px;
  }
}
.service-article__heading {
  position: relative;
  padding-bottom: 32px;
  font-weight: 300;
  font-size: 40px;
  color: #000;
  margin-bottom: 26px;
}
@media (min-width: 1047px) {
  .service-article__heading {
    font-size: 48px;
    margin-bottom: 41px;
    max-width: 765px;
  }
}
.service-article__heading:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #f3b25e;
  bottom: 0;
  left: 0;
}
.service-article__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 36px;
  margin-bottom: 37px;
  border-bottom: 1px solid #f3b25e;
}
@media (min-width: 1047px) {
  .service-article__copy {
    gap: 25px;
  }
}
.service-article__copy p:first-child {
  font-size: 26px;
  color: #1c1c1c;
}
.service-article__copy h2, .service-article__copy h3, .service-article__copy h4 {
  color: #1c1c1c;
  font-weight: 400;
}
.service-article__copy h2 {
  font-size: 32px;
  margin-top: 16px;
}
@media (min-width: 1047px) {
  .service-article__copy h2 {
    margin-top: 36px;
  }
}
.service-article__copy h3 {
  font-size: 26px;
  margin-top: 12px;
}
@media (min-width: 1047px) {
  .service-article__copy h3 {
    margin-top: 24px;
  }
}
.service-article__copy h4 {
  font-size: 20px;
  margin-top: 8px;
}
@media (min-width: 1047px) {
  .service-article__copy h4 {
    margin-top: 16px;
  }
}
.service-article__copy ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-article__copy ul li {
  position: relative;
  padding-left: 25px;
  line-height: 30px;
  font-weight: 300;
  color: #1c1c1c;
}
.service-article__copy ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #f3b25e;
}
.service-article__copy ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-article__copy ol li {
  position: relative;
  padding-left: 25px;
  line-height: 30px;
  font-weight: 300;
  color: #1c1c1c;
  counter-increment: my-counter;
}
.service-article__copy ol li:before {
  content: counter(my-counter) ". ";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 14px;
  color: #f3b25e;
}
.service-article__copy strong {
  font-weight: 500;
}
.service-article__copy i {
  font-style: italic;
}
.service-article__footer-heading {
  position: relative;
  padding-bottom: 17px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 19px;
}
@media (min-width: 1047px) {
  .service-article__footer-heading {
    padding-bottom: 11px;
  }
}
.service-article__footer-heading:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background-color: #f3b25e;
  bottom: 0;
  left: 0;
}
.service-article__footer-text {
  margin-bottom: 40px;
}
.service-article__footer-cta {
  cursor: pointer;
}

.composers-list {
  background-color: #f7f7f7;
  padding: 40px 0;
}
@media (min-width: 1047px) {
  .composers-list {
    padding: 92px 0;
  }
}
.composers-list__heading {
  position: relative;
  padding-bottom: 32px;
  font-weight: 300;
  font-size: 40px;
  color: #000;
  margin-bottom: 26px;
}
@media (min-width: 1047px) {
  .composers-list__heading {
    font-size: 48px;
    margin-bottom: 100px;
    max-width: 765px;
  }
}
.composers-list__heading:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #f3b25e;
  bottom: 0;
  left: 0;
}
.composers-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1047px) {
  .composers-list__wrapper {
    flex-direction: row;
    gap: 80px;
  }
}
@media (min-width: 1047px) {
  .composers-list__list {
    width: 58.33%;
  }
}
.composers-list__item {
  display: flex;
  gap: 21px;
  border-bottom: 1px solid #E5E5E5;
  padding-top: 27px;
  padding-bottom: 36px;
}
@media (min-width: 1047px) {
  .composers-list__item {
    gap: 66px;
  }
  .composers-list__item:first-child {
    padding-top: 0;
  }
}
.composers-list__item-img {
  width: 78px;
  height: 74px;
  object-fit: cover;
}
@media (min-width: 1047px) {
  .composers-list__item-img {
    width: 97px;
    height: 92px;
  }
}
.composers-list__item-img-wrapper {
  position: relative;
  display: block;
  height: auto;
}
.composers-list__item-img-wrapper:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -11px;
  width: 41px;
  height: 45px;
  z-index: 10;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../assets/img/icons/dots.svg");
  background-size: 80%;
}
@media (min-width: 1047px) {
  .composers-list__item-img-wrapper:before {
    top: 32px;
    left: -20px;
  }
}
.composers-list__item-content {
  flex: 1;
}
.composers-list__item-heading {
  font-size: 26px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 1047px) {
  .composers-list__aside {
    width: 33.33%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.composers-list__aside p {
  margin-bottom: 10px;
}
.composers-list__aside a {
  text-decoration: underline;
}

.faqs__wrapper {
  padding: 50px 0 65px 0;
}
@media (min-width: 1047px) {
  .faqs__wrapper {
    width: 83.33%;
    margin: 0 auto;
  }
}
.faqs__wrapper--border-t {
  border-top: 1px solid #f3b25e;
}
.faqs__heading {
  position: relative;
  padding-bottom: 32px;
  font-weight: 300;
  font-size: 40px;
  color: #000;
  margin-bottom: 56px;
}
@media (min-width: 1047px) {
  .faqs__heading {
    font-size: 48px;
    margin-bottom: 67px;
    max-width: 765px;
  }
}
.faqs__heading:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #f3b25e;
  bottom: 0;
  left: 0;
}
.faqs__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faqs__item-header {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.faqs__item-question {
  font-style: 16px;
  color: #000;
  font-weight: 400;
}
.faqs__item-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  color: #f3b25e;
  transition: transform 0.3s ease;
}
.faqs__item-icon svg {
  display: block;
}
.faqs__item-answer {
  font-weight: 300;
  display: none;
}
.faqs__item--active .faqs__item-answer {
  display: block;
}
.faqs__item--active .faqs__item-icon {
  transform: translateY(-50%) rotate(-90deg);
}

.client-logos {
  padding-top: 56px;
  text-align: center;
}
@media (min-width: 1047px) {
  .client-logos {
    padding-top: 100px;
  }
}
.client-logos__slider {
  width: 100%;
  overflow: hidden;
  max-width: fit-content;
  margin: 0 auto;
}
.client-logos__slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 105px;
  height: 70px;
  flex-shrink: 0;
}
@media (min-width: 1047px) {
  .client-logos__slider-item {
    width: 170px;
    height: 111px;
  }
}
.client-logos__slider-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}
.client-logos .swiper {
  width: 100%;
}
.client-logos .swiper-wrapper {
  align-items: center;
}

.project-slider-container {
  background: #f7f7f7;
  padding: 100px 0;
  position: relative;
}
.project-slider-container .row {
  padding-left: 3rem;
  max-width: 95%;
}
@media (min-width: 1047px) {
  .project-slider-container .row {
    max-width: 85%;
    margin: 0 auto;
    padding-left: 9rem;
  }
}
.project-slider-container .page-sub-section-header {
  text-align: left;
}
@media (min-width: 1365px) {
  .project-slider-container .page-sub-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.project-slider-container .page-sub-section-header .sub-section-title {
  font-size: 40px;
}
@media (min-width: 1047px) {
  .project-slider-container .page-sub-section-header .sub-section-title {
    font-size: 48px;
  }
}
.project-slider-container .page-sub-section-header .sub-section-title:after {
  left: 0;
  transform: none;
}
.project-slider-container .project-list-item {
  background-color: #fff;
}
.project-slider-container .owl-carousel {
  position: unset;
  padding-left: 1.5rem;
}
.project-slider-container .project__slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 21px;
}
.project-slider-container .project__slider-controls--desktop {
  display: none;
}
@media (min-width: 1365px) {
  .project-slider-container .project__slider-controls--desktop {
    display: flex;
    margin-top: 0;
  }
}
.project-slider-container .project__slider-controls--mobile {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 1365px) {
  .project-slider-container .project__slider-controls--mobile {
    display: none;
  }
}
.project-slider-container .project__slider-control {
  position: relative;
  width: 47px;
  height: 47px;
  background-color: transparent;
  outline: none;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-slider-container .project__slider-control:hover {
  background-color: #f3b25e;
  border-color: #f3b25e;
}
.project-slider-container .project__slider-control:hover .project__slider-control-icon {
  color: #000;
}
.project-slider-container .project__slider-control-icon {
  color: #000;
  transition: color 0.3s ease;
}
.project-slider-container .project__slider-control--next {
  transform: rotate(180deg);
}

.projects {
  padding: 38px 0 69px 0;
}
@media (min-width: 1365px) {
  .projects {
    padding: 115px 0 135px 0;
  }
}
.projects__header {
  margin-bottom: 30px;
}
@media (min-width: 1365px) {
  .projects__header {
    margin-bottom: 47px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.projects__heading {
  color: #000;
  position: relative;
  padding-bottom: 27px;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 33px;
}
@media (min-width: 1365px) {
  .projects__heading {
    padding-bottom: 21px;
    margin-bottom: 0;
  }
}
.projects__heading:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #f3b25e;
  bottom: 0;
  left: 0;
}
@media (min-width: 1365px) {
  .projects__intro {
    position: absolute;
    width: 25%;
    top: 110px;
  }
}
.projects__slider {
  overflow: hidden;
}
@media (min-width: 1365px) {
  .projects__slider-wrapper {
    width: 66.66%;
    margin-left: auto;
  }
}
.projects__slider-item {
  height: auto;
  display: flex !important;
  flex-direction: column;
}
.projects__slider-item .swiper-slide {
  height: auto;
}
.projects__slider-item-content {
  padding: 22px 17px;
  background: #F7F7F7;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.projects__slider-item-img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 1047px) {
  .projects__slider-item-img {
    height: 300px;
  }
}
.projects__slider-item-heading {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
  flex: 1;
}
.projects__slider-item-cta {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
  margin-top: auto;
  display: flex;
  gap: 9px;
  align-items: center;
}
.projects__slider-item-cta:hover {
  text-decoration: underline;
}
.projects__slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 21px;
}
.projects__slider-controls--desktop {
  display: none;
}
@media (min-width: 1365px) {
  .projects__slider-controls--desktop {
    display: flex;
    margin-top: 0;
  }
}
.projects__slider-controls--mobile {
  display: flex;
}
@media (min-width: 1365px) {
  .projects__slider-controls--mobile {
    display: none;
  }
}
.projects__slider-control {
  position: relative;
  width: 47px;
  height: 47px;
  background-color: #fff;
  outline: none;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.projects__slider-control:hover {
  background-color: #f3b25e;
  border-color: #f3b25e;
}
.projects__slider-control:hover .projects__slider-control-icon {
  color: #000;
}
.projects__slider-control:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.projects__slider-control-icon {
  color: #000;
  transition: color 0.3s ease;
}
.projects__slider-control--next {
  transform: rotate(180deg);
}
.projects__slider-control:after {
  display: none;
}

/* Breakpoints
  ========================================================================== */
#intro-section.intro-section {
  padding-bottom: 90px;
  position: relative;
  top: 0;
}
@media (min-width: 1047px) {
  #intro-section.intro-section {
    top: -40px;
    padding-bottom: 60px;
  }
}
#intro-section .cta-button-wrapper .cta-view-all-btn {
  border: none;
  margin: 0 auto;
  outline: 0 !important;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  padding: 10px 22px;
  cursor: pointer;
  color: #f3b25e;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
#intro-section .cta-button-wrapper .cta-view-all-btn .view-all-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: inherit;
  display: block;
  position: relative;
  color: inherit;
  padding-bottom: 0.5rem;
}
#intro-section .cta-button-wrapper .cta-view-all-btn .view-all-text:after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #f3b25e;
  left: 0;
  bottom: 0;
}
@media (min-width: 1047px) {
  #intro-section .cta-button-wrapper .cta-view-all-btn:hover {
    color: #1c1c1c;
  }
  #intro-section .cta-button-wrapper .cta-view-all-btn:hover .view-all-text:after {
    background-color: #1c1c1c;
  }
}

.our-team-section {
  margin-top: 30px;
}
@media (min-width: 1047px) {
  .our-team-section {
    margin-top: 60px;
  }
}
.our-team-section .intro-team-section {
  padding: 4rem 6rem 4rem 6rem;
}
.our-team-section .intro-team-inner-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .our-team-section .intro-team-inner-wrapper {
    max-width: 700px;
  }
}
@media (min-width: 1365px) {
  .our-team-section .intro-team-inner-wrapper {
    max-width: 800px;
  }
}
@media (min-width: 1536px) {
  .our-team-section .intro-team-inner-wrapper {
    max-width: 900px;
  }
}
.our-team-section .intro-team-inner-wrapper.margin-bottom {
  margin-bottom: 3rem;
}
.our-team-section .intro-team-inner-wrapper p {
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
.our-team-section .team-member .team-member-inner-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  padding: 80px 0;
}
@media (min-width: 1047px) {
  .our-team-section .team-member .team-member-inner-wrapper .team-member-wrap {
    float: left;
    width: 34%;
  }
}
@media (min-width: 1047px) {
  .our-team-section .team-member .team-member-inner-wrapper .team-member-wrap.img {
    width: 50%;
    margin-right: 5%;
  }
}
.our-team-section .team-member .team-member-inner-wrapper .team-member-img-wrapper {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.our-team-section .team-member .team-member-inner-wrapper .team-member-img-wrapper .team-member-photo {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.our-team-section .team-member .team-member-inner-wrapper .team-member-img-wrapper .team-teamName {
  position: absolute;
  left: 31px;
  bottom: 35px;
  color: white;
}
.our-team-section .team-member:nth-child(2n+2) .team-member-inner-wrapper .team-member-wrap.img {
  float: none;
}
@media (min-width: 1047px) {
  .our-team-section .team-member:nth-child(2n+2) .team-member-inner-wrapper .team-member-wrap.img {
    float: right;
  }
}
.our-team-section .team-member:last-child .team-member-inner-wrapper {
  border: none;
}
.our-team-section p {
  padding: 0;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.our-team-section p:last-child {
  margin-bottom: 0;
}

#clients .intro-section-inner {
  padding: 4rem 0 1.5rem 0;
}
@media (min-width: 1047px) {
  #clients .intro-section-inner {
    padding: 4rem 6rem 0 6rem;
  }
}

.clients-logo-grid {
  padding-bottom: 4rem;
  border-bottom: 1px solid #f3b25e;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.intro-section-inner-wrapper p {
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}

#client .client-top-section {
  padding: 0 0 1.5rem 0;
}
@media (min-width: 1047px) {
  #client .client-top-section {
    padding-top: 0;
  }
}

.client-project-wrap {
  background: #f7f7f7;
}
.client-project-wrap .intro-section {
  background: #f7f7f7;
}

.client-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1047px) {
  .client-header {
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
  }
}
.client-header .client-column-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  order: 2;
  position: relative;
  height: 100%;
  background-color: #f7f7f7;
}
@media (min-width: 1047px) {
  .client-header .client-column-left {
    min-height: 50vh;
    width: 45%;
    overflow: hidden;
    order: 1;
  }
}
.client-header .client-column-left .client-header-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1.5rem;
  position: relative;
}
@media (min-width: 1047px) {
  .client-header .client-column-left .client-header-intro {
    padding: 6rem 10% 6rem 10%;
  }
}
.client-header .client-column-left .client-header-intro .client-header-main .intro-header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.client-header .client-column-left .client-header-intro .client-header-main .intro-header:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f3b25e;
  height: 5px;
  width: 80px;
  left: 0;
  bottom: 0;
}
.client-header .client-column-left .client-header-intro .client-header-main .intro-header .client-logo-wrapper {
  width: 100%;
  max-width: 120px;
}
@media (min-width: 1047px) {
  .client-header .client-column-left .client-header-intro .client-header-main .intro-header .client-logo-wrapper {
    max-width: 200px;
  }
}
.client-header .client-column-left .client-header-intro .client-header-main .client-intro-content .intro-main-tile {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 3rem;
}
.client-header .client-column-left .client-header-intro .client-header-main .client-intro-content p {
  font-size: 1.6rem;
}
.client-header .client-column-right {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  height: 100%;
  width: 100%;
  min-height: 0;
  order: 1;
  height: 40vh;
}
@media (min-width: 1047px) {
  .client-header .client-column-right {
    min-height: 50vh;
    height: auto;
    width: 55%;
    order: 2;
  }
}

.client-projects-section {
  padding: 60px 0 6rem 0;
  position: relative;
}
.client-projects-section .intro-section-inner-wrapper {
  padding: 0 15px;
}
.client-projects-section .client-project-wrap {
  flex-wrap: nowrap;
  overflow-x: scroll;
  scroll-behavior: smooth;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  max-width: 100%;
}
@media (min-width: 1365px) {
  .client-projects-section .client-project-wrap {
    max-width: 91%;
  }
}
.client-projects-section .client-project-wrap::-webkit-scrollbar {
  display: none;
}

.composers-filter-section {
  overflow: hidden;
}
@media (min-width: 1047px) {
  .composers-filter-section .composers-inner-wrapper {
    margin-top: 6rem;
  }
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .mobile-filter-list-trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  background-color: #f9f9f9;
  position: relative;
  width: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .mobile-filter-list-trigger .all-filters {
  display: inline-block;
  padding: 0 15px;
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .mobile-filter-list-trigger .icon-button-trigger {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  border: 0;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  background-color: transparent;
  outline: none !important;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 5;
  background-size: 50% auto;
  background-image: url(../../assets/img/icons/trian.svg);
  -moz-transform: translate(0, -50%) rotate(-90deg);
  -o-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 992px) {
  .composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .mobile-filter-list-trigger {
    display: none;
  }
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .mobile-filter-list-trigger.active-btn {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  color: #fff;
  background-color: #1c1c1c;
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .mobile-filter-list-trigger.active-btn .icon-button-trigger {
  background-image: url(../../assets/img/icons/expend_white.svg);
  top: 50%;
  -moz-transform: translate(0, -50%) rotate(0deg);
  -o-transform: translate(0, -50%) rotate(0deg);
  -ms-transform: translate(0, -50%) rotate(0deg);
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list {
  display: none;
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list.visible-filter-list {
  display: block;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item {
  margin: 0 0 10px 0;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 992px) {
  .composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item {
    margin: 0 15px 0 0;
    padding-bottom: 3px;
  }
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item:last-child {
    margin-right: 0;
  }
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item:after {
  content: "";
  height: 2px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #1c1c1c;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  display: block;
}
@media (min-width: 1047px) {
  .composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item:hover:after {
    width: 100%;
    display: block;
  }
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item.active:after {
  display: none;
}
@media (min-width: 992px) {
  .composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item.active:after {
    width: 100%;
    display: block;
  }
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item .composer-filter-button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  height: 3rem;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  font-family: "Roboto Slab", sans-serif;
  color: #1c1c1c;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item .composer-filter-button .filter-text-inner {
  display: block;
  color: inherit;
  font-size: 1.6rem;
  width: 100%;
  text-align: left;
  padding: 12px 0;
}
@media (min-width: 992px) {
  .composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item .composer-filter-button .filter-text-inner {
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .composers-filter-section .composers-inner-wrapper .composers-filter-wrapper .composers-filter-list .filter-list-item .composer-filter-button {
    align-items: center;
  }
}

.map-section {
  position: relative;
  overflow: hidden;
  height: auto;
}
@media (min-width: 641px) {
  .map-section {
    height: 80vh;
    max-height: 80vh;
  }
}
@media (min-width: 1047px) {
  .map-section {
    max-width: 100%;
    height: 60vh;
    max-height: 500px;
    padding-top: 0;
    background-attachment: fixed;
  }
}
.map-section .map-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.map-section .map-content #map:after {
  padding-bottom: 100%;
  content: "";
  display: block;
}

.contact-section-details {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact-section-details {
    max-width: 700px;
  }
}
@media (min-width: 1047px) {
  .contact-section-details {
    flex-direction: row;
  }
}
@media (min-width: 1365px) {
  .contact-section-details {
    max-width: 800px;
  }
}
@media (min-width: 1536px) {
  .contact-section-details {
    max-width: 900px;
  }
}
.contact-section-details .contact-details-title {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 3rem;
}
.contact-section-details .contact-details-title:after {
  position: absolute;
  background-color: #f3b25e;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 4rem;
  display: block;
}
.contact-section-details .col-content {
  width: 100%;
}
@media (min-width: 1047px) {
  .contact-section-details .col-content {
    width: 50%;
  }
}
.contact-section-details .col-content.call-us-section {
  margin-bottom: 3rem;
  padding-right: 0;
}
@media (min-width: 1047px) {
  .contact-section-details .col-content.call-us-section {
    margin-bottom: 0;
    padding-right: 4rem;
  }
}
.contact-section-details .contact-details-list li {
  margin-bottom: 12px;
  display: flex;
}
.contact-section-details .contact-details-list li:last-child {
  margin-bottom: 0;
}
.contact-section-details .contact-details-list li .contact-icon {
  width: 15px;
  height: 25px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}
.contact-section-details .contact-details-list li .contact-icon.tel-ico {
  background-image: url(../../assets/img/icons/call.svg);
}
.contact-section-details .contact-details-list li .contact-icon.marker-ico {
  background-image: url(../../assets/img/icons/pin_small.svg);
}
.contact-section-details .contact-details-list li .details-wrapper {
  line-height: 1.6;
}
.contact-section-details .contact-details-list li .contact-number-link,
.contact-section-details .contact-details-list li .contact-number-text {
  text-decoration: none;
  display: block;
}

.intro-contact-inner-wrapper {
  text-align: center;
}

.contact-form-content {
  padding: 3rem 1.5rem 3rem 1.5rem;
}
@media (min-width: 1047px) {
  .contact-form-content {
    padding: 4rem 6rem 4rem 6rem;
  }
}
.contact-form-content.grey-bck {
  background-color: #f7f7f7;
}

.contact-form-wrapper {
  margin-top: 30px;
}

.contact-form {
  overflow: hidden;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=password],
.contact-form input[type=url],
.contact-form input[type=tel] {
  height: 45px;
  padding: 10px 12px;
  width: 100%;
  background-color: #fff;
  border: 0;
  box-shadow: 0;
  text-shadow: 0;
  outline: none !important;
  color: #1c1c1c;
  font-family: "Roboto Slab", sans-serif;
  border-radius: 0;
}
.contact-form textarea {
  height: auto;
  min-height: 195px;
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.4rem;
  background-color: #fff;
  font-family: "Roboto Slab", sans-serif;
  text-shadow: none;
  border: 0;
  outline: none !important;
  width: 100%;
  text-align: left;
}
.contact-form ::-webkit-input-placeholder {
  color: #1c1c1c;
  font-size: 1.4rem;
}
.contact-form :-moz-placeholder {
  color: #1c1c1c;
  opacity: 1;
  font-size: 1.4rem;
}
.contact-form ::-moz-placeholder {
  color: #1c1c1c;
  opacity: 1;
  font-size: 1.4rem;
}
.contact-form :-ms-input-placeholder {
  color: #1c1c1c;
  font-size: 1.4rem;
}
.contact-form ::-ms-input-placeholder {
  color: #1c1c1c;
  font-size: 1.4rem;
}
.contact-form ::placeholder {
  color: #1c1c1c;
  font-size: 1.4rem;
}

.news-section-wrapper {
  position: relative;
  margin-top: 3rem;
}

.article-author-wrapper {
  display: flex;
  align-items: center;
}
.article-author-wrapper .author-icon-wrapper {
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0 15px 0 0;
}
@media (min-width: 641px) {
  .article-author-wrapper .author-icon-wrapper {
    width: 100px;
    height: 100px;
  }
}
.article-author-wrapper .author-post-details li {
  margin-bottom: 10px;
}
.article-author-wrapper .author-post-details li .author-details-text,
.article-author-wrapper .author-post-details li .author-label {
  display: inline-block;
}
.article-author-wrapper .author-post-details li .author-details-text {
  margin-right: 5px;
}
.article-author-wrapper .author-post-details li .author-label {
  font-weight: 300;
}
.article-author-wrapper .author-post-details li:last-child {
  margin-bottom: 0;
}

.books {
  padding-bottom: 50px;
}

.article-composer-top {
  padding-top: 0;
  border-top: 0;
  border-bottom: 1px solid #f3b25e;
  padding-bottom: 4rem;
}
.article-composer-top .article-composer-inner {
  width: 100%;
  max-width: 100%;
}
.article-composer-top .article-composer-inner .article-paragraph {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-composer-top .article-composer-inner .article-paragraph .btn-download {
  background: #F3B35E;
  border-radius: 24px;
  padding: 13px 6px;
  max-width: 283px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .article-composer-top .article-composer-inner .article-paragraph .btn-download {
    max-width: 190px;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin-bottom: 3rem;
  }
}
.article-composer-top .article-composer-inner .article-paragraph .btn-download span {
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1c;
}

.video-with-description-wrapper .column-composer .composer-details-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.video-with-description-wrapper .column-composer .composer-details-list li {
  display: flex;
  font-size: 1.4rem;
}
.video-with-description-wrapper .column-composer .composer-details-list li .label-known,
.video-with-description-wrapper .column-composer .composer-details-list li .details-text {
  display: inline-block;
  margin-right: 3px;
}
.video-with-description-wrapper .column-composer .composer-details-list li .label-known {
  font-weight: 300;
}
.video-with-description-wrapper .column-composer .composer-details-list li .details-text:last-child {
  margin-right: 0;
}
.video-with-description-wrapper .column-composer .btn {
  margin-bottom: 40px;
}
@media (min-width: 1047px) {
  .video-with-description-wrapper .column-composer .btn {
    margin-bottom: 0;
  }
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.link-list .link-list-item {
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.link-list .link-list-item a {
  text-decoration: underline;
  font-weight: 300;
  -webkit-transition: color 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 1047px) {
  .link-list .link-list-item a:hover {
    color: #f3b25e;
  }
}
.link-list .link-list-item:last-child {
  margin-bottom: 0;
}

.composer-bio {
  position: relative;
}
.composer-bio--active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.2196078431) 0%, rgba(255, 255, 255, 0.9568627451) 100%) 0% 0% no-repeat padding-box;
}

.project-section-outer {
  padding-bottom: 8rem;
}

/*# sourceMappingURL=common.css.map */
