/*************************************************
* Fonts
*************************************************/
@font-face {
  font-family: 'Struve-Bold';
  src: url('../fonts/Struve/Struve-Bold.woff2') format('woff2'), url('../fonts/Struve/Struve-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Struve-Regular';
  src: url('../fonts/Struve/Struve-Regular.woff2') format('woff2'), url('../fonts/Struve/Struve-Regular.woff') format('woff');
}
@font-face {
  font-family: 'TrimPoster-Average';
  src: url('../fonts/TrimPosterAverageWeb/TrimPoster-Average.woff2') format('woff2'), url('../fonts/TrimPosterAverageWeb/TrimPoster-Average.woff') format('woff');
}
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,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Struve-Bold', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: white;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  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,
  hr,
  input,
  textarea,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  main,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video,
  select {
    font-size: 20px;
  }
}
span,
a {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}
a {
  text-decoration: none;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hidden {
  display: none;
}
/*************************************************
* Font Styling mixing
*************************************************/
/*
    font-family,
    font-weight
 */
/*************************************************
* CUSTOM MIXING
*************************************************/
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
}
.page-wrapper {
  background: #d1d1d1;
}
.page-wrapper .page-inner {
  width: 100%;
  max-width: 1920px;
  padding: 0px;
  margin: 0 auto;
}
h1,
h1 strong,
h1 span {
  font-family: 'TrimPoster-Average', sans-serif;
  font-size: 72px;
}
@media screen and (max-width: 1366px) {
  h1,
  h1 strong,
  h1 span {
    font-size: 64px;
  }
}
@media screen and (max-width: 1024px) {
  h1,
  h1 strong,
  h1 span {
    font-size: 52px;
  }
}
@media screen and (max-width: 760px) {
  h1,
  h1 strong,
  h1 span {
    font-size: 46px;
  }
}
h2,
h2 strong,
h2 span {
  font-family: 'TrimPoster-Average', sans-serif;
  font-size: 54px;
  margin-bottom: 30px;
  line-height: 1.1;
}
@media screen and (max-width: 1366px) {
  h2,
  h2 strong,
  h2 span {
    font-size: 46px;
  }
}
@media screen and (max-width: 1024px) {
  h2,
  h2 strong,
  h2 span {
    font-size: 38px;
  }
}
@media screen and (max-width: 760px) {
  h2,
  h2 strong,
  h2 span {
    font-size: 34px;
  }
}
h3,
h3 strong,
h3 span {
  font-size: 40px;
  line-height: 110%;
}
@media screen and (max-width: 1366px) {
  h3,
  h3 strong,
  h3 span {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  h3,
  h3 strong,
  h3 span {
    font-size: 34px;
  }
}
@media screen and (max-width: 760px) {
  h3,
  h3 strong,
  h3 span {
    font-size: 28px;
  }
}
h4,
h4 strong,
h4 span {
  font-size: 36px;
  line-height: 110%;
}
@media screen and (max-width: 1366px) {
  h4,
  h4 strong,
  h4 span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  h4,
  h4 strong,
  h4 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 760px) {
  h4,
  h4 strong,
  h4 span {
    font-size: 24px;
  }
}
h5,
h6,
h5 strong,
h6 strong,
h5 a,
h6 a,
h5 span,
h6 span {
  font-size: 24px;
  line-height: 120%;
}
@media screen and (max-width: 1366px) {
  h5,
  h6,
  h5 strong,
  h6 strong,
  h5 a,
  h6 a,
  h5 span,
  h6 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  h5,
  h6,
  h5 strong,
  h6 strong,
  h5 a,
  h6 a,
  h5 span,
  h6 span {
    font-size: 20px;
  }
}
.panel--hero {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  min-height: 800px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .panel--hero {
    min-height: 600px;
  }
}
.panel--hero .top-logo {
  width: 100%;
  max-width: 250px;
  padding: 0px 0px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 760px) {
  .panel--hero .top-logo {
    width: 100%;
    max-width: 180px;
    padding: 0px 0px;
    margin: 0 auto;
    padding-top: 40px;
  }
}
.panel--hero .header-bar {
  padding: 30px 0 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
}
.panel--hero .header-bar h1 {
  font-size: 160px;
  line-height: 0.9;
}
@media screen and (max-width: 1366px) {
  .panel--hero .header-bar {
    padding-top: 20px;
  }
  .panel--hero .header-bar h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .panel--hero .header-bar h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 760px) {
  .panel--hero .header-bar h1 {
    font-size: 70px;
  }
}
.panel--about {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: auto;
  min-height: 800px;
  padding: 60px 30px;
  display: flex;
  justify-content: center ;
  align-items: center;
}
.panel--about .shape-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  padding: 0px 0px;
  margin: 0 auto;
  margin: 60px auto;
  background: transparent;
}
.panel--about .shape-wrapper .shape-inner {
  background: #477d2e;
  color: white;
  width: calc(100% + 50px);
  margin-left: -25px;
  padding: 75px 115px;
  font-family: sans-serif;
  border-radius: 200px;
}
.panel--about .shape-wrapper .shape-inner .logo {
  width: 100%;
  max-width: 200px;
  padding: 0px 0px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .panel--about .shape-wrapper .shape-inner .logo {
    width: 100%;
    max-width: 180px;
    padding: 0px 0px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.panel--about .shape-wrapper .shape-inner p {
  color: #ded8d4;
}
.panel--about .shape-wrapper .shape-inner p span {
  color: #ffffff;
}
.panel--about .shape-wrapper .shape-inner p,
.panel--about .shape-wrapper .shape-inner p span {
  line-height: 1.5;
}
@media screen and (max-width: 760px) {
  .panel--about .shape-wrapper .shape-inner {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 550px) {
  .panel--about .shape-wrapper .shape-inner {
    border-radius: 160px;
    padding: 60px 60px;
  }
}
.panel-three-col {
  display: flex;
  flex-direction: row;
  height: 100vh;
  min-height: 950px;
}
@media screen and (max-width: 1440px) {
  .panel-three-col {
    min-height: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .panel-three-col {
    min-height: 600px;
  }
}
.panel-three-col .col {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 33.33%;
}
.panel-three-col .col .logo {
  width: 100%;
}
.panel-three-col .col .mobile-logo {
  display: none;
}
.panel-three-col .col .pattern {
  position: absolute;
  width: 100%;
  max-width: none;
  bottom: 0;
  left: 0;
}
.panel-three-col .col--right .logo {
  width: 120%;
  max-width: none;
  top: 0;
  right: 0;
  position: absolute;
}
.panel-three-col .col--right .info {
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0 10px;
}
.panel-three-col .col--right .info p {
  font-family: 'TrimPoster-Average', sans-serif;
  font-size: clamp(36px, 4.5vw, 80px);
  border-bottom: 1px solid #584b46;
  color: #584b46;
  line-height: 0.8;
  padding: 0 10px;
  padding-top: 20px;
}
.panel-three-col .col--right .info p:first-child {
  border-top: 1px solid #584b46;
}
.panel-three-col .col--center {
  flex-grow: 1;
}
@media screen and (max-width: 1440px) {
  .panel-three-col .col--left,
  .panel-three-col .col--right {
    width: 30%;
  }
  .panel-three-col .col--left .info p,
  .panel-three-col .col--right .info p {
    font-size: clamp(36px, 4vw, 60px);
  }
}
@media screen and (max-width: 1024px) {
  .panel-three-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: auto;
    height: auto;
  }
  .panel-three-col .col {
    width: 100% !important;
  }
  .panel-three-col .col .logo {
    display: none;
  }
  .panel-three-col .col .mobile-logo {
    display: block;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin: 0 auto;
  }
  .panel-three-col .col .pattern {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 0px;
    margin: 0 auto;
  }
  .panel-three-col .col--left {
    padding: 20px 0px;
  }
  .panel-three-col .col--right {
    order: 2;
  }
  .panel-three-col .col--right .info {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 0px;
    margin: 0 auto;
  }
  .panel-three-col .col--right .info p {
    font-size: clamp(50px, 7vw, 80px);
  }
  .panel-three-col .col--center {
    order: 3;
    aspect-ratio: 1 / 1;
  }
}
.site-footer {
  background: #584b46;
}
.site-footer .footer-wrap {
  width: 100%;
  max-width: 1200px;
  padding: 30px 30px;
  margin: 0 auto;
}
.site-footer .footer-wrap p {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Struve-Regular', sans-serif;
}
.site-footer .footer-wrap p a {
  font-family: 'Struve-Bold', sans-serif;
}
.site-footer .footer-wrap .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.site-footer .footer-wrap .footer-top .ft-single .main-logo {
  width: 80px;
}
.site-footer .footer-wrap .footer-top .ft-single .logo {
  max-width: 170px;
  margin-bottom: 20px;
}
.site-footer .footer-wrap .footer-top .ft-single:first-child {
  width: 13%;
}
.site-footer .footer-wrap .footer-top .ft-single:nth-child(2) {
  width: 27%;
}
.site-footer .footer-wrap .footer-top .ft-single:nth-child(3) {
  width: 35%;
}
.site-footer .footer-wrap .footer-top .ft-single:nth-child(4) {
  width: 25%;
}
.site-footer .footer-wrap .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 40px;
}
.site-footer .footer-wrap .footer-bottom .fb-single {
  width: 25%;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-wrap .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  .site-footer .footer-wrap .footer-top .ft-single {
    padding: 0 10px;
    text-align: center;
  }
  .site-footer .footer-wrap .footer-top .ft-single .logo {
    max-width: 120px;
    margin: 0 auto 20px;
  }
  .site-footer .footer-wrap .footer-top .ft-single:first-child {
    width: 100%;
    margin-bottom: 50px;
  }
  .site-footer .footer-wrap .footer-top .ft-single:first-child .main-logo {
    margin: 0 auto;
  }
  .site-footer .footer-wrap .footer-top .ft-single:nth-child(2) {
    width: 33.33%;
  }
  .site-footer .footer-wrap .footer-top .ft-single:nth-child(3) {
    width: 33.33%;
  }
  .site-footer .footer-wrap .footer-top .ft-single:nth-child(4) {
    width: 33.33%;
  }
  .site-footer .footer-wrap .footer-bottom {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .site-footer .footer-wrap .footer-bottom .fb-single {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
}
@media screen and (max-width: 840px) {
  .site-footer .footer-wrap .footer-top {
    gap: 40px;
  }
  .site-footer .footer-wrap .footer-top .ft-single {
    width: 100% !important;
    padding: 0px;
  }
  .site-footer .footer-wrap .footer-top .ft-single:first-child {
    margin-bottom: 10px;
  }
}
