/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: #645131;
  padding: 75px 0;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-middlebar {
  margin-bottom: 130px;
}
footer .footer-middlebar .wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: 3fr repeat(4, 4.67fr);
}
footer .footer-middlebar h3.widget-title {
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
  margin-bottom: 21px;
}
footer .footer-middlebar .widget:not(:last-child) {
  margin-bottom: 22px;
}
footer .footer-middlebar p {
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
  margin-bottom: 21px;
}
footer .footer-middlebar p:last-child {
  margin-bottom: 0;
}
footer .footer-middlebar a {
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
}
footer .footer-middlebar .widget_nav_menu ul.menu > li > a {
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
  margin-bottom: 21px;
  font-weight: 600;
  display: inline-block;
}
footer .footer-middlebar .widget_nav_menu ul.menu > li:not(:last-child) > ul {
  margin-bottom: 21px;
}
footer .footer-middlebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-middlebar ul li a {
  line-height: 32px;
}
footer .footer-bottombar .footer-bottombar-1 p {
  color: #FFF;
  font-weight: bold;
  line-height: 26px;
  font-size: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #FDC608;
}
footer .footer-bottombar .footer-bottombar-1 p span {
  color: #FDC608;
}
footer .footer-bottombar .footer-bottombar-2 {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottombar .footer-bottombar-2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
footer .footer-bottombar .footer-bottombar-2 ul li {
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}
footer .footer-bottombar .footer-bottombar-2 ul li:not(:last-child) {
  margin-right: 50px;
}
footer .footer-bottombar .footer-bottombar-2 ul a {
  color: #FFF;
  font-weight: 400;
}
footer .footer-bottombar .footer-bottombar-2 p {
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}
footer .footer-bottombar .footer-bottombar-2 p a {
  color: #FFF;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  footer {
    padding: 62px 0;
  }
  footer .footer-middlebar {
    margin-bottom: 108px;
  }
  footer .footer-middlebar .wrap {
    gap: 25px;
  }
  footer .footer-middlebar .widget:not(:last-child) {
    margin-bottom: 18px;
  }
  footer .footer-bottombar .footer-bottombar-1 p {
    line-height: 22px;
    font-size: 25px;
    padding-bottom: 42px;
  }
  footer .footer-bottombar .footer-bottombar-2 {
    padding-top: 33px;
  }
  footer .footer-bottombar .footer-bottombar-2 ul li:not(:last-child) {
    margin-right: 42px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 55px 0;
  }
  footer .footer-middlebar {
    margin-bottom: 95px;
  }
  footer .footer-middlebar .wrap {
    gap: 22px;
  }
  footer .footer-middlebar .widget:not(:last-child) {
    margin-bottom: 16px;
  }
  footer .footer-bottombar .footer-bottombar-1 p {
    line-height: 19px;
    font-size: 22px;
    padding-bottom: 37px;
  }
  footer .footer-bottombar .footer-bottombar-2 {
    padding-top: 29px;
  }
  footer .footer-bottombar .footer-bottombar-2 ul li:not(:last-child) {
    margin-right: 37px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    background-color: #645131;
    padding: 50px 0;
  }
  footer .wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  footer .wrap .widget_sd_widget_logo {
    margin-bottom: 40px;
  }
  footer .footer-middlebar {
    margin-bottom: 40px;
  }
  footer .footer-middlebar p {
    margin-bottom: 20px;
  }
  footer .footer-middlebar .wrap {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  footer .footer-middlebar .wrap .widget-title {
    margin-bottom: 20px;
  }
  footer .footer-middlebar .wrap .widget_text .widget-title {
    margin-bottom: 20px;
  }
  footer .footer-middlebar .wrap .widget_nav_menu ul.menu li {
    line-height: 22px;
  }
  footer .footer-middlebar .wrap .widget_nav_menu ul.menu li a {
    line-height: 22px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-1 {
    order: 1;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 {
    order: 5;
  }
  footer .footer-middlebar .wrap .footer-middlebar-3 {
    order: 2;
  }
  footer .footer-middlebar .wrap .footer-middlebar-4 {
    order: 3;
  }
  footer .footer-middlebar .wrap .footer-middlebar-5 {
    order: 4;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 .widget_text {
    margin-bottom: 40px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 .widget_sd_widget_socials {
    margin-bottom: 0;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 .widget_sd_widget_socials .sd-widget-socials-text {
    margin-bottom: 20px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 .widget_sd_widget_socials .sd-widget-socials-icons ul li {
    margin-right: 12px;
    height: 24px;
    width: 24px;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 .widget_sd_widget_socials .sd-widget-socials-icons ul li a {
    line-height: 24px;
    display: block;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 .widget_sd_widget_socials .sd-widget-socials-icons ul li:last-child {
    margin-right: 0;
  }
  footer .footer-middlebar .wrap .footer-middlebar-2 .widget_sd_widget_socials .sd-widget-socials-icons ul li svg {
    height: 24px;
    width: 24px;
  }
  footer .footer-middlebar .wrap .widget_sd_widget_app_logos {
    margin-top: 40px;
  }
  footer .footer-middlebar .wrap .widget_sd_widget_app_logos ul li {
    margin-right: 12px;
  }
  footer .footer-middlebar .wrap .widget_sd_widget_app_logos ul li:last-child {
    margin-right: 0;
  }
  footer .footer-middlebar .wrap .widget_sd_widget_app_logos ul li a {
    line-height: 1;
    display: block;
  }
  footer .footer-middlebar .wrap .widget_sd_widget_app_logos ul li a img {
    display: block;
  }
  footer .footer-middlebar .wrap > :nth-child(1),
  footer .footer-middlebar .wrap > :nth-child(2) {
    grid-column: span 3;
  }
  footer .footer-middlebar .wrap > :nth-child(3),
  footer .footer-middlebar .wrap > :nth-child(4),
  footer .footer-middlebar .wrap > :nth-child(5) {
    grid-column: span 2;
  }
  footer .footer-bottombar .footer-bottombar-inner .footer-bottombar-1 {
    display: none;
  }
  footer .footer-bottombar .footer-bottombar-inner .footer-bottombar-2 {
    border-top: 1px solid #FDC608;
    padding-top: 40px;
    display: block;
  }
  footer .footer-bottombar .footer-bottombar-inner .footer-bottombar-2 .widget_text ul {
    display: block;
  }
  footer .footer-bottombar .footer-bottombar-inner .footer-bottombar-2 .widget_text ul li {
    line-height: 21px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2F4538;
  font-size: 18px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #2F4538;
  font-size: 18px;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #2F4538;
  font-size: 18px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #2F4538;
  font-size: 18px;
}

.gform_fields {
  gap: 14px;
}

.gform-footer input[type=submit] {
  margin-top: 0;
}

input[type=week],
input[type=url],
input[type=time],
input[type=password],
input[type=number],
input[type=color],
input[type=month],
input[type=datetime-local],
input[type=text],
input[type=email],
input[type=tel] {
  background: #FFF;
  border: 1px solid #2F4538;
  display: block;
  padding: 0 26px;
  font-size: 18px;
  height: 60px;
  width: 100%;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
  border: 1px solid #2F4538;
  display: block;
  padding: 0 50px 0 26px;
  font-weight: 500;
  font-size: 18px;
  height: 60px;
  width: 100%;
  color: #2F4538;
  font-family: "Clash Grotesk", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 20px center;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='12' viewBox='0 0 21 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.86328 0.0175781L10.4912 8.3916L10.5 8.39941L10.5088 8.3916L19.1357 0.0175784L20.9814 1.80957L10.5 11.9834L0.0175782 1.80957L1.86328 0.0175781Z' fill='%232F4538'/%3E%3C/svg%3E%0A");
}

textarea {
  background: #EEE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100%;
  font-weight: 500;
  resize: vertical;
  background: #FFF;
  border: 1px solid #2F4538;
  padding: 26px;
  font-size: 18px;
  display: block;
  height: 210px;
  font-family: "Clash Grotesk", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  background: #009E41;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  font-weight: 600;
  font-family: "Clash Grotesk", sans-serif;
  font-size: 18px;
  color: #FFF;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
button:hover,
input[type=button]:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  background: #009E41;
  opacity: 0.7;
}

button.gform_button {
  margin-top: 0px;
}

/* Start privacy checkbox */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .sd-type-checkbox {
  padding: 0 0 0 20px;
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input,
.sd-form .sd-type-checkbox input {
  opacity: 0;
  position: absolute;
  display: block;
  left: 1px;
  top: 9px;
  z-index: -1;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + label:before,
.sd-form .sd-type-checkbox input:checked + .wpcf7-list-item-label:before,
.sd-form .sd-type-checkbox input:checked + label:before {
  background-color: #2F4538;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .sd-label,
.sd-form .sd-type-checkbox .wpcf7-list-item-label,
.sd-form .sd-type-checkbox .sd-label {
  position: relative;
  font-size: 18px;
  font-weight: normal;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .sd-label:before,
.sd-form .sd-type-checkbox .wpcf7-list-item-label:before,
.sd-form .sd-type-checkbox .sd-label:before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  left: -20px;
  top: 2px;
  background-color: #FFF;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .sd-label:hover:before,
.sd-form .sd-type-checkbox .wpcf7-list-item-label:hover:before,
.sd-form .sd-type-checkbox .sd-label:hover:before {
  background-color: #2F4538;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  padding-left: 0;
}

/* End privacy checkbox */
/* Start whitelabel CF7 */
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
}

/* End whitelabel CF7 */
/* Start whitelabel CF7 */
.type-file input[type=file] {
  display: none;
}
.type-file label > span:not(.wpcf7-form-control-wrap) {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  padding: 0 15px;
  height: 50px;
  background-color: #EEE;
  font-family: "Clash Grotesk", sans-serif;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.type-file label:hover > span:not(.wpcf7-form-control-wrap) {
  color: #FFF;
  background-color: #000;
}

/* End whitelabel CF7 */
/*--------------------------------------------------------------
2. Messages
--------------------------------------------------------------*/
/* Start success messages  */
.wpcf7 form.sent .wpcf7-response-output,
.sd-success-message-container {
  background-color: transparent;
  padding: 0;
  font-size: 20px;
  border: none;
}

.sd-success-message {
  font-weight: 500;
  font-size: 20px;
  color: #009E41;
}
.sd-success-message::before {
  content: "";
  background-image: url("../icons/success.svg");
  color: #FFF;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End success messages  */
/* Start notification messages  */
.sd-notification-message::before {
  content: "";
  background-image: url("../icons/info.svg");
  color: #FFF;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End notification messages  */
/* Start error messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.sd-error-message-container {
  background-color: transparent;
  margin-bottom: 24px;
  border: none;
  padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output .sd-error-message-general,
.wpcf7 form.unaccepted .wpcf7-response-output .sd-error-message-general,
.sd-error-message-container .sd-error-message-general {
  font-weight: 500;
  font-size: 20px;
  color: #FF3C00;
}
.wpcf7 form.invalid .wpcf7-response-output .sd-error-messages,
.wpcf7 form.unaccepted .wpcf7-response-output .sd-error-messages,
.sd-error-message-container .sd-error-messages {
  font-weight: 300;
  font-size: 18px;
  color: #FF3C00;
}

.gform_validation_errors {
  margin-bottom: 24px;
}
.gform_validation_errors h2.gform_submission_error.hide_summary {
  line-height: 24px;
  font-size: 20px;
  color: #FF3C00;
}

.validation_message.gfield_validation_message {
  font-size: 18px;
  color: #FF3C00;
}

.gform_confirmation_wrapper.gform_wrapper {
  color: #009E41 !important;
  font-size: 18px !important;
  padding: 36px !important;
}

.sd-error-message-general {
  font-weight: 200;
  font-size: 18px;
}
.sd-error-message-general:before {
  content: "";
  background-image: url("../icons/error.svg");
  color: #FFF;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End error messages */
.sd-acf-layouts-open-apply .sd-vue-component-sdcx-vacancies-apply-form .spinner.sd-message-container {
  text-align: end;
}

.spinner svg {
  margin: 0 10px -4px 0;
  color: #D4532B;
  height: 20px;
  width: 20px;
}

.spinner.sd-message-container {
  margin-top: 24px;
}
.spinner.sd-message-container svg {
  margin: 0 10px -4px 0;
  color: #D4532B;
  height: 20px;
  width: 20px;
}

.wpcf7 .ajax-loader {
  vertical-align: middle;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .filter-toggle {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #DDD;
    z-index: 99;
    padding: 15px 0;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .filter-toggle:hover {
    color: #FFF;
    background-color: #DDD;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gfield--width-half {
    grid-column: span 12;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
body.single-vacancy .main-navigation .menu-main-navigation-container > ul .menu-item-84 > a {
  background-color: #645131;
  color: #FFF;
}

/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation {
  flex-grow: 1;
  display: flex;
  justify-content: end;
}
.main-navigation .menu-main-navigation-container > ul > li {
  padding-top: 25px;
  padding-bottom: 25px;
  /* Sub Menu */
}
.main-navigation .menu-main-navigation-container > ul > li:not(:last-child) {
  margin-right: 20px;
}
.main-navigation .menu-main-navigation-container > ul > li > a {
  line-height: 50px;
  padding: 0 20px;
  font-size: 20px;
  background-color: transparent;
  color: #2F4538;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.main-navigation .menu-main-navigation-container > ul > li > a:hover {
  background-color: #645131;
  color: #FFF;
}
.main-navigation .menu-main-navigation-container > ul > li.current-menu-item > a, .main-navigation .menu-main-navigation-container > ul > li.current-page-ancestor > a {
  background-color: #645131;
  color: #FFF;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu {
  position: unset;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu {
  display: grid;
  align-items: center;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  top: 86px;
  border: unset;
  margin-top: 10px;
  padding: 80px 125px;
  background-color: #FFF;
  left: -99999px;
  transition: margin-top 0.3s ease, opacity 0.3s ease;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul {
  margin: 0;
  border: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 40%;
  top: 80px;
  height: 100%;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul > li {
  padding-left: 70px;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul > li a {
  font-size: 32px;
  line-height: 33px;
  padding: 10px 30px;
  width: fit-content;
  color: #645131;
  font-weight: 500;
  border: 1px solid #FDC608;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul > li a:hover {
  background-color: #FDC608;
  color: #FFF;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li {
  position: unset;
  display: grid;
  grid-template-columns: 40% 60%;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li.current-menu-parent > ul, .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li.current-menu-item > ul, .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li.active > ul {
  opacity: 1;
  pointer-events: auto;
  animation: megaSubIn 0.45s ease both;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li.current-menu-parent > a, .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li.current-menu-item > a, .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li.active > a {
  color: #FDC608;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li ul {
  background-color: transparent;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li ul li.current-menu-item a {
  background-color: #FDC608;
  color: #FFF;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li.arrow > a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #645131;
  mask: url("data:image/svg+xml,%3Csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M16.3342%2012.0746H0V9.39133H16.3342L8.82114%201.87827L10.7329%200L21.4659%2010.7329L10.7329%2021.4659L8.82114%2019.5876L16.3342%2012.0746Z'%20fill='%23000'/%3E%3E%3C/svg%3E") no-repeat center/contain;
  margin-right: 45px;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > a {
  font-size: 32px;
  line-height: 70px;
  color: #645131;
  font-weight: 500;
  transition: color 0.2s ease;
  border-right: 1px solid #645131;
}
.main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > a:hover {
  color: #FDC608;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu {
  padding: 15px 0;
  min-width: 300px;
  background-color: #FFF;
  border: unset;
  top: 82px;
  opacity: 0;
  margin-top: 10px;
  left: -99999px;
  transition: margin-top 0.3s ease, opacity 0.3s ease;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu > li {
  padding: 5px 20px;
}
.main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu > li.current-menu-item > a {
  color: #FDC608;
}
.main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu > li > a {
  color: #2F4538;
  font-size: 20px;
  transition: color 0.2s ease;
}
.main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu > li > a:hover {
  color: #FDC608;
}

.main-navigation .menu-main-navigation-container > ul > li:hover > ul.sub-menu {
  left: 0;
  opacity: 1;
  margin-top: 0;
}

.main-navigation .menu-main-navigation-container > ul > li.mega-menu:hover > ul.sub-menu {
  left: 50%;
}

.main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
  display: none;
}

@keyframes megaSubIn {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/
header.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
header.site-header.fixed.scrolled {
  transform: translateY(-70px);
}
header.site-header.fixed .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
header.site-header.fixed .header-topbar .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  height: 80px;
}
header.site-header.fixed .header-topbar .header-topbar-2 {
  display: flex;
  justify-content: end;
}
header.site-header.fixed .header-topbar .header-topbar-3 {
  display: none;
}
header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
  position: relative;
  height: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
header.site-header.fixed .header-middlebar .header-middlebar-1 {
  display: flex;
  align-items: center;
  width: 100%;
}
.admin-bar header.site-header.fixed {
  top: 32px;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .main-navigation .menu-main-navigation-container > ul > li {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .main-navigation .menu-main-navigation-container > ul > li > a {
    line-height: 42px;
    padding: 0 17px;
    font-size: 17px;
  }
  .main-navigation .menu-main-navigation-container > ul > li:not(:last-child) {
    margin-right: 17px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu {
    top: 71px;
    margin-top: 8px;
    padding: 66px 104px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > a {
    font-size: 27px;
    line-height: 58px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li.arrow > a::after {
    width: 17px;
    height: 17px;
    margin-right: 37px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul {
    top: 66px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul > li {
    padding-left: 58px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul > li > a {
    font-size: 27px;
    line-height: 27px;
    padding: 8px 25px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul > li:not(:last-child) {
    margin-bottom: 17px;
  }
  .main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu {
    padding: 12px 0;
    min-width: 249px;
    top: 68px;
    margin-top: 8px;
  }
  .main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu > li {
    padding: 4px 17px;
  }
  .main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu > li > a {
    font-size: 17px;
  }
  header.site-header.fixed .header-topbar .wrap {
    height: 66px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
    height: 83px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation .menu-main-navigation-container > ul > li {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .main-navigation .menu-main-navigation-container > ul > li > a {
    line-height: 37px;
    padding: 0 15px;
    font-size: 15px;
  }
  .main-navigation .menu-main-navigation-container > ul > li:not(:last-child) {
    margin-right: 15px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu {
    top: 63px;
    margin-top: 7px;
    padding: 58px 91px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > a {
    font-size: 23px;
    line-height: 51px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li.arrow > a::after {
    width: 15px;
    height: 15px;
    margin-right: 33px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul {
    top: 58px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul > li {
    padding-left: 51px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul > li > a {
    font-size: 23px;
    line-height: 24px;
    padding: 7px 22px;
  }
  .main-navigation .menu-main-navigation-container > ul > li.mega-menu > ul.sub-menu > li > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu {
    padding: 11px 0;
    min-width: 219px;
    top: 60px;
    margin-top: 7px;
  }
  .main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu > li {
    padding: 4px 15px;
  }
  .main-navigation .menu-main-navigation-container > ul > li:not(.mega-menu) > ul.sub-menu > li > a {
    font-size: 15px;
  }
  header.site-header.fixed .header-topbar .wrap {
    height: 58px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
    height: 73px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 1600px) {
  header.site-header.fixed.scrolled {
    transform: translateY(-58px);
  }
}
@media screen and (max-width: 1400px) {
  header.site-header.fixed.scrolled {
    transform: translateY(-51px);
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation {
    display: none;
  }
  header.site-header.mobile-nav-bottom {
    top: unset;
    bottom: 0;
  }
  header.site-header .header-middlebar .header-middlebar-inner .wrap.grid-big .header-middlebar-wrap-inner .header-middlebar-1 .widget_sd_widget_button {
    margin: auto 0 auto auto;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header-topbar {
    height: 50px;
  }
  header.site-header .header-topbar .header-topbar-inner .wrap.grid-big {
    grid-template-columns: 1fr;
    height: 50px;
    padding-right: 0;
    padding-left: 0;
  }
  header.site-header .header-topbar .header-topbar-inner .wrap.grid-big .header-topbar-1 {
    display: none;
  }
  header.site-header .header-topbar .header-topbar-inner .wrap.grid-big .header-topbar-2 {
    display: none;
  }
  header.site-header .header-topbar .header-topbar-inner .wrap.grid-big .header-topbar-3 {
    display: block;
  }
  header.site-header .header-topbar .header-topbar-inner .wrap.grid-big .header-topbar-3 .widget_sd_widget_button {
    text-align: center;
    margin: 0;
  }
  header.site-header .header-topbar .header-topbar-inner .wrap.grid-big .header-topbar-3 .widget_sd_widget_button a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 50px;
    font-size: 14px;
    display: block;
    height: auto;
    padding: 0;
  }
  header.site-header .header-topbar .header-topbar-inner .wrap.grid-big .header-topbar-3 .widget_sd_widget_button a:hover {
    opacity: 1;
  }
  header.site-header .header-topbar .header-topbar-inner .wrap.grid-big .header-topbar-3 .widget_sd_widget_button a svg {
    display: none;
  }
  header.site-header .header-middlebar .header-middlebar-inner .wrap.grid-big {
    padding-right: 0;
    padding-left: 0;
  }
  header.site-header .header-middlebar .header-middlebar-inner .wrap.grid-big .header-middlebar-wrap-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  header.site-header .header-middlebar .header-middlebar-inner .wrap.grid-big .header-middlebar-wrap-inner .header-middlebar-1 .widget_sd_widget_logo svg {
    height: 53px;
    width: 151px;
  }
  header.site-header .header-middlebar .header-middlebar-inner .wrap.grid-big .header-middlebar-wrap-inner .header-middlebar-1 .widget_sd_widget_button {
    display: none;
  }
  header.site-header .header-middlebar .header-middlebar-inner .wrap.grid-big .header-middlebar-wrap-inner .header-middlebar-1 .widget_sd_widget_menu_toggle {
    margin: auto 0 auto auto;
    height: 30px;
    width: 44px;
  }
  .header-middlebar-1 {
    display: flex;
    height: 50px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar header.site-header.fixed {
    top: 46px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Lay-out
2. Visual Composer
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Lay-out
--------------------------------------------------------------*/
html.overlay-enabled {
  overflow: hidden;
}
html.overlay-enabled.menu-open:after {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

embed,
iframe,
object {
  width: 100%;
}

.marginbottom-0px {
  margin-bottom: 0;
}

.marginbottom-24px {
  margin-bottom: 24px;
}

.marginbottom-48px {
  margin-bottom: 48px;
}

.mobile-nav-bottom + .site-content-contain {
  margin-top: 0;
}

.mobile-nav-bottom + .site-content-contain + footer {
  margin-bottom: 125px;
}

section {
  position: relative;
  overflow: hidden;
}

.wrap {
  max-width: 1450px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
.wrap.grid-big {
  max-width: 1650px;
}

.sd-row {
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 60px;
}
.sd-row-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 60px;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

section.bg_white:has(+ section.bg_white:not(.sd-acf-layouts-image-text-full-width):not(.sd-acf-layouts-image-text-boxed)) .sd-row {
  padding-bottom: 0;
}

.row_100px {
  min-height: 100px;
}

.row_200px {
  min-height: 200px;
}

.row_300px {
  min-height: 300px;
}

.row_400px {
  min-height: 400px;
}

.row_500px {
  min-height: 500px;
}

.row_600px {
  min-height: 600px;
}

.row_700px {
  min-height: 700px;
}

.row_750px {
  min-height: 750px;
}

.row_800px {
  min-height: 800px;
}

.row_900px {
  min-height: 900px;
}

.row_1000px {
  min-height: 1000px;
}

.bg_yellow {
  background-color: #FDC608;
}

.bg_greenMoss {
  background-color: #2F4538;
}

.bg_sandWhite {
  background-color: #F0E6D2;
}

.content-position-top {
  display: flex;
  align-items: start;
}

.content-position-middle {
  display: flex;
  align-items: center;
}

.content-position-bottom {
  display: flex;
  align-items: end;
}

div#CookiebotWidget {
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  box-shadow: none !important;
}
div#CookiebotWidget .CookiebotWidget-logo {
  box-shadow: none !important;
}
div#CookiebotWidget .CookiebotWidget-logo svg {
  -webkit-transition: box-shadow 0.3s ease-in;
  -moz-transition: box-shadow 0.3s ease-in;
  -o-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
div#CookiebotWidget:hover .CookiebotWidget-logo svg {
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .marginbottom-0px {
    margin-bottom: 0;
  }
  .marginbottom-24px {
    margin-bottom: 20px;
  }
  .marginbottom-48px {
    margin-bottom: 40px;
  }
  .sd-row {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .row_100px {
    min-height: 83px;
  }
  .row_200px {
    min-height: 166px;
  }
  .row_300px {
    min-height: 249px;
  }
  .row_400px {
    min-height: 332px;
  }
  .row_500px {
    min-height: 415px;
  }
  .row_600px {
    min-height: 498px;
  }
  .row_700px {
    min-height: 581px;
  }
  .row_750px {
    min-height: 623px;
  }
  .row_800px {
    min-height: 664px;
  }
  .row_900px {
    min-height: 747px;
  }
  .row_1000px {
    min-height: 830px;
  }
}
@media screen and (max-width: 1400px) {
  .marginbottom-24px {
    margin-bottom: 18px;
  }
  .marginbottom-48px {
    margin-bottom: 35px;
  }
  .sd-row {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .row_100px {
    min-height: 73px;
  }
  .row_200px {
    min-height: 146px;
  }
  .row_300px {
    min-height: 219px;
  }
  .row_400px {
    min-height: 292px;
  }
  .row_500px {
    min-height: 365px;
  }
  .row_600px {
    min-height: 438px;
  }
  .row_700px {
    min-height: 511px;
  }
  .row_750px {
    min-height: 548px;
  }
  .row_800px {
    min-height: 584px;
  }
  .row_900px {
    min-height: 657px;
  }
  .row_1000px {
    min-height: 730px;
  }
}
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-24px {
    margin-bottom: 18px;
  }
  .mobile_marginbottom-48px {
    margin-bottom: 35px;
  }
  .site-content-contain {
    margin-top: 123px;
  }
  .wrap {
    padding-right: 150px;
    padding-left: 150px;
  }
  .wrap .sd-row {
    column-gap: 0;
  }
  .wrap .sd-row-inner {
    column-gap: 0;
  }
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
  .wrap .sd-row {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrap .sd-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Loading
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.sd-loading {
  font-size: 0;
  opacity: 0.1;
  -webkit-animation: sd-loading 1.5s linear infinite;
}
.sd-loading.sd-loading-grid {
  display: grid;
  gap: 20px;
}
.sd-loading.sd-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.sd-loading.sd-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sd-loading.sd-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sd-loading.sd-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sd-loading .sd-loading-single {
  padding: 20px;
  background-color: #DDD;
}
.sd-loading .sd-news-image-loading {
  height: 300px;
  width: 100%;
  background-color: #EEE;
  margin: 0;
}
.sd-loading .sd-news-content-loading {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
  background-color: #DDD;
}
.sd-loading .news-category-loading {
  width: 210px;
  padding: 0 24px;
  line-height: 42px;
  background-color: #000;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  margin-bottom: 30px;
}
.sd-loading .loading-separator {
  height: 30px;
}
.sd-loading .loading-button {
  height: 50px;
  margin-bottom: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #000;
}
.sd-loading .loading-title {
  width: 65%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #000;
}
.sd-loading .loading-text {
  width: 65%;
  height: 60px;
  margin-bottom: 15px;
  background-color: #000;
}
.sd-loading .loading-input {
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  background-color: #000;
}
.sd-loading .loading-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sd-loading .loading-checkbox > span:first-child {
  height: 24px;
  width: 30px;
  margin-right: 12px;
  background-color: #000;
}
.sd-loading .loading-checkbox > span:last-child {
  height: 16px;
  width: 150px;
  background-color: #000;
}
@-webkit-keyframes sd-loading {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

.sd-spinner {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  color: #009E41;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Pagination
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Pagination
--------------------------------------------------------------*/
.sd-pagination {
  margin-top: 100px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 10px;
}
.sd-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 16px;
  color: #2F4538;
  padding: 6px 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color .2s ease-out, background-color .2s ease-out;
  -moz-transition: color .2s ease-out, background-color .2s ease-out;
  -o-transition: color .2s ease-out, background-color .2s ease-out;
  transition: color .2s ease-out, background-color .2s ease-out;
}
.sd-pagination .page-numbers:hover {
  color: #FFF;
  background-color: #2F4538;
}
.sd-pagination .page-numbers.current {
  color: #FFF;
  background-color: #2F4538;
}
.sd-pagination .page-numbers.dots {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  background-color: unset;
}
.sd-pagination .page-numbers.dots:hover {
  color: #2F4538;
  background-color: unset;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-pagination {
    margin-top: 83px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-pagination {
    margin-top: 73px;
  }
}
@media screen and (max-width: 991px) {
  .sd-pagination {
    margin-top: 48px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/ClashGrotesk-Extralight.eot");
  src: url("../fonts/ClashGrotesk-Extralight.eot?#iefix") format("embedded-opentype"), url("../fonts/ClashGrotesk-Extralight.woff2") format("woff2"), url("../fonts/ClashGrotesk-Extralight.woff") format("woff"), url("../fonts/ClashGrotesk-Extralight.ttf") format("truetype"), url("../fonts/ClashGrotesk-Extralight.svg#ClashGrotesk-Extralight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/ClashGrotesk-Light.eot");
  src: url("../fonts/ClashGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ClashGrotesk-Light.woff2") format("woff2"), url("../fonts/ClashGrotesk-Light.woff") format("woff"), url("../fonts/ClashGrotesk-Light.ttf") format("truetype"), url("../fonts/ClashGrotesk-Light.svg#ClashGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/ClashGrotesk-Regular.eot");
  src: url("../fonts/ClashGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ClashGrotesk-Regular.woff2") format("woff2"), url("../fonts/ClashGrotesk-Regular.woff") format("woff"), url("../fonts/ClashGrotesk-Regular.ttf") format("truetype"), url("../fonts/ClashGrotesk-Regular.svg#ClashGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/ClashGrotesk-Medium.eot");
  src: url("../fonts/ClashGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ClashGrotesk-Medium.woff2") format("woff2"), url("../fonts/ClashGrotesk-Medium.woff") format("woff"), url("../fonts/ClashGrotesk-Medium.ttf") format("truetype"), url("../fonts/ClashGrotesk-Medium.svg#ClashGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/ClashGrotesk-Semibold.eot");
  src: url("../fonts/ClashGrotesk-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClashGrotesk-Semibold.woff2") format("woff2"), url("../fonts/ClashGrotesk-Semibold.woff") format("woff"), url("../fonts/ClashGrotesk-Semibold.ttf") format("truetype"), url("../fonts/ClashGrotesk-Semibold.svg#ClashGrotesk-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/ClashGrotesk-Bold.eot");
  src: url("../fonts/ClashGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClashGrotesk-Bold.woff2") format("woff2"), url("../fonts/ClashGrotesk-Bold.woff") format("woff"), url("../fonts/ClashGrotesk-Bold.ttf") format("truetype"), url("../fonts/ClashGrotesk-Bold.svg#ClashGrotesk-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2F4538;
}

b, strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

h1 {
  font-weight: bold;
  font-size: 72px;
  line-height: 1;
}

h2 {
  font-size: 45px;
  line-height: 1;
}

h3 {
  font-size: 28px;
  line-height: 30px;
}

h4, h5, h6 {
  font-size: 22px;
  line-height: 24px;
}

p {
  font-size: 18px;
  padding: 0;
  margin: 0 0 24px 0;
  line-height: 24px;
}

p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  html, body {
    font-size: 16px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 23px;
    line-height: 25px;
  }
  h4, h5, h6 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 53px;
  }
  h2 {
    font-size: 33px;
  }
  h3 {
    font-size: 20px;
    line-height: 22px;
  }
  h4, h5, h6 {
    line-height: 18px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    line-height: 50px;
    font-size: 50px;
  }
  h2 {
    line-height: 34px;
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  h4, h5, h6 {
    font-size: 18px;
    line-height: 20px;
  }
}

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