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,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input {
  line-height: 1;
}
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;
}
:focus {
  outline: 0;
}
/* Border Box */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* Simple Classes */
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
/* LESS Mixins */
.grid-100 {
  margin-right: -100px;
}
.grid-100:after {
  clear: both;
  content: "";
  display: table;
}
.grid-100 [class^='col-'] {
  float: left;
  padding-right: 100px;
}
.grid-90 {
  margin-right: -90px;
}
.grid-90:after {
  clear: both;
  content: "";
  display: table;
}
.grid-90 [class^='col-'] {
  float: left;
  padding-right: 90px;
}
.grid-50 {
  margin-right: -50px;
}
.grid-50:after {
  clear: both;
  content: "";
  display: table;
}
.grid-50 [class^='col-'] {
  float: left;
  padding-right: 50px;
}
.grid-40 {
  margin-right: -40px;
}
.grid-40:after {
  clear: both;
  content: "";
  display: table;
}
.grid-40 [class^='col-'] {
  float: left;
  padding-right: 40px;
}
.grid-20 {
  margin-right: -20px;
}
.grid-20:after {
  clear: both;
  content: "";
  display: table;
}
.grid-20 [class^='col-'] {
  float: left;
  padding-right: 20px;
}
.grid {
  margin-right: -10px;
}
.grid:after {
  clear: both;
  content: "";
  display: table;
}
.grid [class^='col-'] {
  float: left;
  padding-right: 10px;
}
.col-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.66%;
}
.col-5-6 {
  width: 83.33%;
}
.col-1-8 {
  width: 12.5%;
}
.col-3-8 {
  width: 37.5%;
}
.col-5-8 {
  width: 62.5%;
}
.col-7-8 {
  width: 62.5%;
}
.col-1-10 {
  width: 10%;
}
.clear-col-2 [class^='col-']:nth-child(odd) {
  clear: both;
}
.clear-col-3 [class^='col-']:nth-child(3n + 1) {
  clear: both;
}
.clear-col-4 [class^='col-']:nth-child(4n + 1) {
  clear: both;
}
body {
  color: #343434;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
h1,
h2,
h3,
h4 {
  color: #343434;
  font-size: 50px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 40px;
}
h1 {
  margin-bottom: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
h5 {
  color: #343434;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.line {
  position: relative;
}
.line:after {
  background: #E1A76C;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
}
p,
ul,
ol {
  list-style: square;
  margin-bottom: 20px;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
p li,
ul li,
ol li {
  margin-bottom: 10px;
}
p li:last-child,
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul,
ol {
  padding-left: 20px;
}
ol {
  list-style: decimal;
}
p + h2,
p + h3,
p + h4,
ul + h2,
ul + h3,
ul + h4,
ol + h2,
ol + h3,
ol + h4,
table + h2,
table + h3 table + h4 {
  margin-top: 40px;
}
a {
  color: #E1A76C;
  text-decoration: none;
}
.underlined {
  text-decoration: underline;
  text-decoration-color: #F7F7F7;
}
.underlined:hover {
  text-decoration-color: #E1A76C;
}
em {
  font-style: italic;
}
b {
  font-weight: 700;
}
.c {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 40px;
  width: 100%;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
header,
main,
section,
footer {
  padding: 80px 0;
}
.icon {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.btn {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #E1A76C;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 20px;
  padding: 20px 40px;
}
.btn:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
}
header {
  border-top: 20px solid rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  position: relative;
  z-index: 10;
}
header:after {
  clear: both;
  content: "";
  display: table;
}
header .logo {
  height: 60px;
  float: left;
  padding: 0;
}
header .logo img {
  height: 60px;
  width: auto;
}
header .menu {
  float: right;
  list-style: none;
  margin-left: 120px;
  margin-bottom: 0;
}
header .menu li {
  float: left;
  margin-bottom: 0;
  margin-left: 60px;
}
header .menu li a {
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  padding: 10px 0;
  text-transform: uppercase;
}
header .menu li a:hover {
  color: #E1A76C;
}
header .menu li a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #343434;
  content: '\f107';
  margin-left: 10px;
}
header .menu li a:only-child:after {
  display: none;
}
header .menu li ul {
  display: none;
}
header .cta {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #E1A76C;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 20px;
  padding: 20px 40px;
  float: right;
}
header .cta:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
}
footer {
  background: #343434;
  border-top: 20px solid rgba(0, 0, 0, 0.2);
  padding: 80px 0;
}
footer .logo {
  height: 60px;
  float: left;
  margin-bottom: 60px;
  padding: 0;
}
footer .logo img {
  height: 60px;
  width: auto;
}
footer .footer-social {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-social li {
  float: left;
  margin-left: 60px;
}
footer .footer-social li a {
  line-height: 60px;
  color: white;
  font-size: 32px;
}
footer .footer-social li a:hover {
  color: #E1A76C;
}
footer h2 {
  color: white;
  clear: both;
  font-size: 60px;
  font-weight: 700;
}
footer h2 span {
  color: #E1A76C;
  margin-bottom: 0;
}
.copyright {
  background: #272727;
  padding: 40px 0;
}
.copyright p {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.front-page-welcome {
  border-bottom: 40px solid rgba(0, 0, 0, 0.2);
  background-color: #343434;
  background-image: url('../images/welcome-bg.jpg');
  background-size: cover;
  margin-top: -160px;
  padding: 240px 0 120px;
}
.front-page-welcome h1 {
  color: white;
  max-width: 1000px;
}
.front-page-welcome p {
  color: #E8E2D6;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 1000px;
}
.front-page-welcome .front-page-welcome-social {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.front-page-welcome .front-page-welcome-social li {
  float: left;
  margin-left: 60px;
}
.front-page-welcome .front-page-welcome-social li a {
  line-height: 60px;
  color: white;
  font-size: 32px;
}
.front-page-welcome .front-page-welcome-social li a:hover {
  color: #E1A76C;
}
.symbol {
  display: inline-block;
  height: 30px;
  margin-bottom: 50px;
  width: 30px;
}
.front-page-who-we-are h4 {
  font-size: 30px;
}
.front-page-who-we-are .quote {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #F7F7F7;
  border-left: 20px solid rgba(0, 0, 0, 0.05);
  font-weight: 600;
  padding: 40px;
}
.front-page-who-we-are .sidebar-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #343434;
  padding: 20px;
}
.front-page-who-we-are .sidebar-box h3 {
  color: white;
  font-size: 24px;
  margin-bottom: 30px;
}
.front-page-who-we-are .sidebar-box img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.front-page-who-we-are .sidebar-box p {
  color: #E8E2D6;
  font-size: 14px;
  line-height: 180%;
}
.front-page-why {
  background: #343434;
}
.front-page-why .front-page-why-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #E8E2D6;
  font-size: 18px;
  font-weight: 500;
  padding: 40px;
}
.front-page-why .front-page-why-box h3 {
  font-size: 24px;
}
.front-page-why .front-page-why-box .front-page-why-box-footer {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 20px;
  margin: -40px;
  margin-top: 0;
  padding: 40px;
}
.front-page-find-us {
  background: #E8E2D6;
}
.front-page-find-us h2 {
  color: #343434;
}
.front-page-find-us p {
  color: #343434;
  font-size: 18px;
  font-weight: 500;
}
.front-page-find-us ul {
  color: #343434;
  font-size: 18px;
  font-weight: 500;
}
.front-page-find-us .find-us-links {
  list-style: none;
  padding: 0;
}
.front-page-find-us .find-us-links li {
  margin-bottom: 16px;
}
.front-page-find-us .find-us-links li a {
  color: #343434;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.front-page-find-us .find-us-links li a i {
  color: #E1A76C;
  margin-right: 12px;
  width: 28px;
  text-align: center;
}
.front-page-find-us .find-us-links li a:hover {
  color: #E1A76C;
}
.front-page-expect h2 {
  margin-bottom: 60px;
}
.front-page-expect .sidebar-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #F7F7F7;
  padding: 20px;
}
.front-page-expect .sidebar-box h3 {
  color: #343434;
  font-size: 24px;
  margin-bottom: 30px;
}
.front-page-expect .sidebar-box h3:after {
  background: rgba(0, 0, 0, 0.1);
}
.front-page-expect .sidebar-box img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.front-page-expect .sidebar-box ul {
  font-size: 16px;
  font-weight: 500;
}
.front-page-expect .sidebar-box p {
  color: #E8E2D6;
  font-size: 14px;
  line-height: 180%;
}
body {
  overflow-x: hidden;
}
@media (max-width: 1200px) and (min-width: 1025px) {
  header .menu {
    margin-left: 0;
  }
  header .menu li {
    margin-left: 30px;
  }
  header .menu li a {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 130%;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  header .menu {
    display: none;
  }
  [class^='col-'] {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  [class^='grid-'] {
    margin-right: 0 !important;
  }
  .front-page-welcome {
    margin-top: -140px;
    padding: 180px 0 60px;
  }
  .front-page-welcome h1 {
    font-size: 32px;
  }
  .front-page-welcome .front-page-welcome-social {
    float: none;
    margin-bottom: 20px;
  }
  .front-page-welcome .front-page-welcome-social li {
    margin-left: 0;
    margin-right: 30px;
  }
  .front-page-who-we-are h4 {
    font-size: 20px;
  }
  .front-page-who-we-are .sidebar-box {
    margin-top: 40px;
  }
  .front-page-why .col-1-2 + .col-1-2 {
    margin-top: 40px;
  }
  .front-page-expect .sidebar-box {
    margin-top: 40px;
  }
  .front-page-find-us .col-1-2 + .col-1-2 {
    margin-top: 40px;
  }
  footer {
    text-align: center;
  }
  footer .logo {
    float: none;
    display: inline-block;
  }
  footer .footer-social {
    float: none;
    display: block;
    margin-top: 20px;
  }
  footer .footer-social li {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin: 0 15px;
  }
  footer h2 {
    font-size: 32px;
  }
  .copyright {
    text-align: center;
  }
  .copyright p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .c {
    padding: 0 20px;
  }
  header,
  main,
  section,
  footer {
    padding: 50px 0;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  body {
    font-size: 16px;
    line-height: 30px;
  }
  .front-page-welcome {
    margin-top: -120px;
    padding: 150px 0 50px;
  }
  .front-page-welcome p {
    font-size: 16px;
  }
  .front-page-welcome .front-page-welcome-social li {
    margin-right: 20px;
  }
  .front-page-welcome .front-page-welcome-social li a {
    font-size: 24px;
  }
  .front-page-why .front-page-why-box {
    padding: 24px;
  }
  .front-page-why .front-page-why-box .front-page-why-box-footer {
    margin: -24px;
    margin-top: 0;
    padding: 24px;
  }
  footer h2 {
    font-size: 24px;
  }
  footer .footer-social li {
    margin: 0 10px;
  }
  footer .footer-social li a {
    font-size: 24px;
  }
}
