@import "https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap&.css";
@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.primary-font {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.center  > DIV {
  text-align: left;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.left {
  float: left;
}
.right {
  float: right;
}
IMG {
  display: block;
}
EM {
  font-style: italic;
}
#scrollTop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 80px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 15;
}
#scrollTop img {
  width: 100%;
  height: auto;
}
#scrollTop:hover {
  background: white;
}
html,
button,
input,
select,
textarea {
  color: #333333;
}
html {
  background-color: white;
  height: 100%;
  scroll-behavior: smooth;
}
/*::-moz-selection {
  background: @secondary;
  text-shadow: none;
}

::selection {
  background: @secondary;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: @primary;
}

::-moz-placeholder {
  color: @primary;
}

::-ms-input-placeholder {
  color: @primary;
}*/

H1,
H2,
H3,
H4,
H5 {
  color: black;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
UL {
  padding-left: 20px;
}
UL LI {
  list-style-type: circle;
}
.uk-container {
  max-width: 1400px;
}
/*.uk-container {
  border: 1px dashed lightgrey;
}

.uk-grid {
  border: 1px dashed lightblue;
}*/

.text-right {
  text-align: right;
}
body {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  overflow-x: hidden;
  color: #2c2c2c;
}
header {
  margin-top: 100px;
}
header img {
  margin: 0 auto;
}
header .text-drop {
  padding-top: 240px;
  padding-right: 40px;
}
header H1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 62px;
}
header H4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  font-style: italic;
  color: #797979;
}
footer {
  background: rgba(201, 210, 218, 0.3);
  margin: 0 -50000px 50px -50000px;
  padding: 27px 0;
  font-size: 16px;
  font-weight: 500;
  color: black;
}
footer .text-right {
  position: relative;
}
footer .text-right a.poweredby {
  position: relative;
  color: black;
  z-index: 10;
}
footer .text-right .finesse-grey {
  width: 1000px;
  background: url("/images/_theme/pattern.png");
  position: absolute;
  top: -200px;
  left: -50%;
  bottom: -60px;
  right: 0;
  /*background-size: cover;*/

}
p {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
}
.text-section {
  margin-top: 85px;
}
.text-section .black-box {
  padding: 100px;
  background: black;
  color: white;
}
.text-section .green-box {
  margin-top: 150px;
  padding: 100px;
  padding-left: 0;
  background: #adbcb3;
  position: relative;
}
.text-section .green-box p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
.text-section .green-box .green-tail {
  position: absolute;
  margin-left: -50000px;
  padding-left: 50000px;
  top: 0;
  bottom: 0;
  width: 50000px;
  background: #adbcb3;
}
.text-section .yellow-box {
  margin-top: 100px;
  background: #dab77f;
  padding: 100px;
  padding-right: 0;
  position: relative;
}
.text-section .yellow-box p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  z-index: 10;
}
.text-section .yellow-box .yellow-way {
  position: absolute;
  margin-right: -50000px;
  padding-right: 50000px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50000px;
  background: #dab77f;
}
.text-section .yellow-box .finesse-grey {
  width: 2400px;
  height: 250px;
  background: url("/images/_theme/pattern.png");
  position: absolute;
  top: -80px;
  bottom: -80px;
  left: -2000px;
  background-position: center right;
  /*background-size: cover;*/

}
.text-section .yellow-box .finesse-grey-bottom {
  width: 2400px;
  height: 250px;
  background: url("/images/_theme/pattern.png");
  position: absolute;
  bottom: -180px;
  left: 500px;
  z-index: 10;
  /*background-size: cover;*/

}
.text-section .mustard-box {
  margin-top: 300px;
  margin-bottom: 65px;
  padding: 100px;
  padding-left: 0;
  background: #f9c852;
  position: relative;
  z-index: 10;
}
.text-section .mustard-box p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
.text-section .mustard-box .mustard-tail {
  position: absolute;
  margin-left: -50000px;
  padding-left: 50000px;
  top: 0;
  bottom: 0;
  width: 50000px;
  background: #f9c852;
}
.button-box {
  padding: 35px;
  position: relative;
}
.button-box .read-more {
  position: relative;
  border: 3px solid #ff2d2d;
  padding: 30px 50px;
  color: #ff2d2d;
  font-weight: 700;
  font-size: 30px;
  z-index: 10;
}
.button-box .read-more:hover {
  background: white;
  text-decoration: none;
}
.button-box .finesse-grey {
  width: 1000px;
  background: url("/images/_theme/pattern.png");
  position: absolute;
  top: -80px;
  left: -150px;
  bottom: -80px;
  right: 0;
  /*background-size: cover;*/

}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  BODY:before {
    content: "small";
    position: absolute;
  }
  header {
    margin-top: 25px;
  }
  header .text-drop {
    padding-top: 25px;
    padding-right: 0;
  }
  header .text-drop h1 {
    font-size: 44px;
    line-height: 135%;
  }
  header .text-drop h4 {
    margin-top: 25px;
  }
  .text-section {
    margin-right: -35px;
  }
  .text-section .black-box {
    padding: 65px 20px 100px 20px;
  }
  .text-section .green-box {
    padding: 65px 20px 100px 20px;
  }
  .text-section .yellow-box {
    padding: 65px 20px 100px 20px;
  }
  .text-section .yellow-box .finesse-grey {
    height: 290px;
  }
  .text-section .yellow-box .finesse-grey-bottom {
    left: unset;
  }
  .text-section .mustard-box {
    padding: 65px 20px 100px 20px;
    margin-top: 250px;
  }
  .text-section p {
    font-size: 22px;
    line-height: 150%;
  }
  .button-box .read-more {
    display: block;
    font-size: 22px;
    padding: 25px;
    text-align: center;
  }
  .button-box .finesse-grey {
    left: 5px;
  }
  footer {
    margin: 100px -50px 100px -50px;
    padding-left: 50px;
  }
  footer span {
    position: relative;
    z-index: 10;
  }
  footer .text-right {
    margin-top: 50px;
    text-align: unset;
  }
  #scrollTop {
    right: 15px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 959px), only screen and (min-width: 767px) and (max-width: 959px) {
  BODY:before {
    content: "medium";
    position: absolute;
  }
  header {
    margin-top: 50px;
  }
  header .text-drop {
    padding-top: 75px;
  }
  header .text-drop h4 {
    margin-top: 25px;
  }
  .yellow-box .finesse-grey-bottom {
    left: 200px!important;
  }
  .mustard-box {
    padding-left: 25px!important;
    margin-top: 200px!important;
  }
  footer {
    margin: 0 -35px;
    margin-top: 100px!important;
    margin-bottom: 50px!important;
  }
  footer span {
    position: relative;
    z-index: 10;
  }
  footer .mobile-align-center {
    text-align: center!important;
  }
  footer .finesse-grey {
    top: -160px !important;
    bottom: -50px !important;
    width: 500px!important;
    left: unset!important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1219px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1219px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1219px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1219px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1219px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1219px), only screen and (min-width: 960px) and (max-width: 1219px) {
  BODY:before {
    content: "large";
  }
}
