/*

    1. BASE
    reset
    base

    2. Element
    Forms
    Header
    Text
    TextColor
    TextSize
    Module
    Footer
    Hero
    CardElement
    CardColor


    3. Layout
    Home
    Blog
    Builder
    Error
    Result

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
:root {
  --content-width: 93%;
}

/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight: 400;
  color: #302C2C;
  font-size: 16px;
  line-height: 25px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

p,
a {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  font-size: 16px;
  line-height: 25px;
}

/* outline */
* {
  letter-spacing: 0;
}
*:focus {
  outline: none !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #7A7C8E !important;
}

::-moz-placeholder {
  color: #7A7C8E !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #7A7C8E !important;
} /* ie */
:-moz-placeholder {
  color: #7A7C8E !important;
}

/* Selection */
::-moz-selection {
  background: #EBBC0F;
  color: #302C2C;
  opacity: 1 !important;
}
::selection {
  background: #EBBC0F;
  color: #302C2C;
  opacity: 1 !important;
}

::-moz-selection {
  background: #EBBC0F;
  color: #302C2C;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0 !important;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

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

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.et_pb_row,
.container {
  width: 93%;
  max-width: 1140px;
}

.center-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* bordered image */
.bordered-image img {
  border-radius: 24px;
  overflow: hidden;
}

/* header fix */
.header--fix.et_pb_section {
  margin-top: 90px;
}

/* row col */
.row-col.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-col.et_pb_row .et_pb_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 32px;
}

body:not(.home) #main-content {
  padding-top: 90px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .center-row .et_pb_column:not(.center-row__image) {
    margin-bottom: 0;
  }
  .center-row__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 16px);
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
  .header--fix.et_pb_section {
    margin-top: 53px;
  }
  body:not(.home) #main-content {
    padding-top: 40px;
  }
}
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
body #et-boc.et-boc .form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-label {
  font-size: 16px;
  margin-bottom: 4px;
  color: #302C2C;
}
body #et-boc.et-boc .form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-textarea,
body #et-boc.et-boc .form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-input {
  border-radius: 20px;
  border: 1px solid #D0D5DD;
  background: #FFF;
}
body #et-boc.et-boc .form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-button {
  border-radius: 40px;
  background: #EBBC0F;
  color: #302C2C;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border: 0;
  cursor: pointer;
}
body #et-boc.et-boc .form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-button:hover {
  background: #c99f07;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  body #et-boc.et-boc .form.et_pb_module .et_pb_code_inner form .forminator-row:not(:last-child) {
    margin-bottom: 8px;
  }
  body #et-boc.et-boc .form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-label {
    font-size: 13px;
    margin-bottom: 0;
  }
  body #et-boc.et-boc .form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-col:not(:last-child) {
    margin-bottom: 8px;
  }
}
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
header.et-l--header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
header.et-l--header .header {
  padding: 20px 0;
}
header.et-l--header .header.header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header.et-l--header .header .header__inner {
  padding: 0;
}
header.et-l--header .header .header__inner .et_pb_menu_inner_container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.et-l--header .header .header__inner .et_pb_menu__wrap {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
header.et-l--header .header .header__inner .et_pb_menu__wrap .et-menu-nav ul li {
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.et-l--header .header .header__inner .et_pb_menu__wrap .et-menu-nav ul li.current_page_item a {
  color: #fff !important;
}
header.et-l--header .header .header__inner .et_pb_menu__wrap .et-menu-nav ul li.header__btn a {
  background: #EBBC0F;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  height: 40px;
}
header.et-l--header .header .header__inner .et_pb_menu__wrap .et-menu-nav ul li.header__btn a:hover {
  background: #c99f07;
  color: #fff !important;
}
header.et-l--header .header .header__inner .et_pb_menu__wrap .et-menu-nav ul li a:hover {
  color: #EBBC0F !important;
}

.header__logo {
  margin: 0 !important;
  width: 127px;
}

/* Nav icon */
#nav-icon2 {
  width: 50px;
  height: 25px;
  position: relative;
  -webkit-transform: scale(0.7) rotate(0deg);
          transform: scale(0.7) rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 11px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 22px;
}

.mobile_menu_bar:before {
  display: none;
}

.mobile_nav.opened #nav-icon2 span {
  background: #EBBC0F;
  -webkit-box-shadow: 0 4px 24px rgb(0, 0, 0);
          box-shadow: 0 4px 24px rgb(0, 0, 0);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1), .mobile_nav.opened #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(2), .mobile_nav.opened #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 22px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}

.open-subnav {
  display: none;
  border-radius: 10px;
}
.open-subnav span {
  color: #fff;
}

.mobile_menu_layout,
.mobile_menu_layout__inner {
  display: none !important;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 1200px) {
  header.et-l--header .header .header__inner .et_pb_menu__wrap .et-menu-nav ul li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 981px) {
  header.et-l--header .header.header--absolute {
    backdrop-filter: blur(10px);
  }
}
@media (max-width: 980px) {
  .open-subnav {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  .open-subnav.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner {
    padding: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column .et_pb_image {
    margin: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu {
    width: 100%;
    display: none !important;
    padding: 10px 0 10px 36px;
    background: transparent !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu.active {
    display: block !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li {
    width: 100%;
    padding-bottom: 0 !important;
    padding-left: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li.current-menu-item a {
    color: #EBBC0F !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li a {
    padding: 5px 10px;
    width: 100%;
    color: #fff !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li .open-subnav {
    top: 1px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu {
    background: #D9D9D9 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu a {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 18px !important;
    padding-left: 30px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #D9D9D9 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #fff !important;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout {
    border: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1019607843) !important;
    padding-bottom: 0;
    z-index: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #302C2C;
    content: "";
    right: initial;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    overflow-y: auto;
    padding-top: 90px;
    padding-right: 20%;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu {
    width: 100%;
    border: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li {
    position: relative;
    z-index: 2;
    padding-bottom: 16px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.current-menu-item a {
    text-decoration: underline;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.btn--header a {
    font-weight: bold;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.header__btn a {
    font-weight: bold;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: 0;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_bar {
    z-index: 99999;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .et_mobile_menu:before {
    width: 60%;
    opacity: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout,
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout__inner {
    display: block !important;
  }
}
@media (max-width: 680px) {
  .et-db #et-boc header.et-l--header .header {
    padding: 8px 0;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    padding-right: 5%;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu,
  .et-db #et-boc header.et-l--header #mobile_menu2.et_mobile_menu {
    padding-top: 70px;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase {
  text-transform: uppercase;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff !important;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-small,
.text-small * {
  font-size: 11px;
  line-height: 20px;
}

.text-14,
.text-14 * {
  font-size: 14px;
  line-height: 20px;
}

.text-16,
.text-16 * {
  font-size: 16px;
  line-height: 25px;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 28px;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 28px;
}

.text-21,
.text-21 * {
  font-size: 21px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-28,
.text-28 * {
  font-size: 28px;
  line-height: 35px;
}

.text-40,
.text-40 * {
  font-size: 40px;
  line-height: 45px;
}

.text-64,
.text-64 * {
  font-size: 64px !important;
  line-height: 70px !important;
}

h1,
h1 *,
.h1,
.h1 * {
  font-size: 64px;
  line-height: 70px;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 48px;
  line-height: 50px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 36px;
  line-height: 45px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 24px;
  line-height: 30px;
}

h5,
h5 *,
.h5,
.h5 * {
  font-size: 20px;
  line-height: 28px;
}

h6,
h6 *,
.h6,
.h6 * {
  font-size: 18px;
  line-height: 25px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .text-64,
  .text-64 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 42px;
    line-height: 50px;
  }
}
@media all and (max-width: 980px) {
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 34px;
    line-height: 40px;
  }
  h3,
  h3 *,
  .h3,
  .h3 * {
    font-size: 28px;
    line-height: 35px;
  }
  h4,
  h4 *,
  .h4,
  .h4 * {
    font-size: 21px;
    line-height: 30px;
  }
  h5,
  h5 *,
  .h5,
  .h5 * {
    font-size: 18px;
    line-height: 25px;
  }
  h6,
  h6 *,
  .h6,
  .h6 * {
    font-size: 16px;
  }
  .text-40,
  .text-40 *,
  .text-28,
  .text-28 * {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 768px) {
  .text-21,
  .text-21 * {
    font-size: 18px;
  }
  .text-24,
  .text-24 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-64,
  .text-64 * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .text-18,
  .text-18 * {
    font-size: 16px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
  }
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
  }
}
@media all and (max-width: 680px) {
  .text-55 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module.et_pb_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.module-bottom.et_pb_section {
  padding-bottom: 60px;
}

.module-top.et_pb_section {
  padding-top: 60px;
}

.module-bottom24.et_pb_section {
  padding-bottom: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .module.et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 40px;
  }
  .module-top.et_pb_section {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .module.et_pb_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 30px;
  }
  .module-top.et_pb_section {
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
body #page-container .et_pb_section .et_pb_button {
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
  FOOTER
------------------------------------------------------------ */
.footer-links .et_pb_text_inner p {
  padding-bottom: 0;
}
.footer-links .et_pb_text_inner ul {
  padding-top: 16px;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin: 0;
}
.footer-links .et_pb_text_inner ul li {
  list-style: none;
}
.footer-links .et_pb_text_inner ul li:hover {
  opacity: 0.6;
}

.footer-row-top .et_pb_column:not(:first-child) {
  width: 30%;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .footer-row-top .et_pb_column:not(:first-child) {
    width: 100%;
  }
}
/* ------------------------------------------------------------
     HERO
------------------------------------------------------------ */
.hero-image.et_pb_section {
  height: 900px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-image.et_pb_section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(137.23% 133.33% at 50% -4.88%, rgba(104, 23, 52, 0) 0%, rgba(12, 30, 47, 0.7) 66.35%, var(--dark, #0C0D0B) 99%);
}

.hero__inner.et_pb_row {
  position: relative;
  z-index: 1;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .hero-image.et_pb_section {
    height: 600px;
  }
}
/* ------------------------------------------------------------
     CARD ELEMENT
------------------------------------------------------------ */
.card-element {
  background: #F5F9FF;
  border-radius: 10px;
  padding-bottom: 24px;
}
.card-element .et_pb_blurb_content {
  gap: 16px;
}
.card-element .et_pb_main_blurb_image img {
  border-radius: 10px 10px 0 0;
}
.card-element .et_pb_blurb_container {
  padding: 0 16px;
}
.card-element .et_pb_blurb_container .et_pb_module_header {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #302C2C;
}

.card-carousel.et_pb_group_carousel .et_pb_group_carousel_slide {
  padding: 0 8px;
}
.card-carousel.et_pb_group_carousel .et_pb_group_carousel_slide .et_pb_module {
  height: 100%;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .card-carousel .et_pb_group_carousel_arrow {
    background: #302C2C;
    top: 120px;
  }
  .card-carousel .et_pb_group_carousel_arrow.et_pb_group_carousel_arrow_next {
    right: 8px;
  }
  .card-carousel .et_pb_group_carousel_arrow.et_pb_group_carousel_arrow_prev {
    left: 8px;
  }
  .card-carousel .et_pb_group_carousel_arrow span {
    color: #fff;
  }
}
/* ------------------------------------------------------------
     CARD COLOR
------------------------------------------------------------ */
.card-color {
  padding: 16px 24px;
  border: 1px solid #EBBC0F;
  border-radius: 10px;
  background: rgba(235, 188, 15, 0.06);
  height: 100%;
}
.card-color .et_pb_blurb_content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.card-color .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 56px;
  height: 56px;
}
.card-color .et_pb_blurb_content .et_pb_main_blurb_image span,
.card-color .et_pb_blurb_content .et_pb_main_blurb_image img {
  width: 100%;
  height: 100%;
}
.card-color .et_pb_blurb_content .et_pb_main_blurb_image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card-color .et_pb_blurb_container {
  width: 80%;
}
.card-color .et_pb_blurb_container .et_pb_module_header {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .logo-grid {
    gap: 8px;
  }
  .logo-grid .et_pb_column {
    width: 40%;
  }
  .logo-grid .et_pb_column img {
    padding: 16px;
  }
}
/* ------------------------------------------------------------
     BLOG
------------------------------------------------------------ */
.grid-blog .et_pb_posts {
  gap: 32px;
}
.grid-blog .et_pb_post {
  width: calc(33.333% - 22px);
  background: #F5F9FF;
  border-radius: 10px;
}
.grid-blog .et_pb_post .entry-featured-image-url {
  width: 100%;
  margin-bottom: 16px;
}
.grid-blog .et_pb_post .entry-featured-image-url img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 10px 0 0;
}
.grid-blog .et_pb_post .entry-title {
  padding: 0 16px;
}
.grid-blog .et_pb_post .entry-title,
.grid-blog .et_pb_post .entry-title * {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #302C2C;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
}
.grid-blog .et_pb_post .post-content {
  padding: 0 16px 32px 16px;
}
.grid-blog .et_pb_post .post-content .more-link {
  color: #c99f07;
  text-decoration: underline;
  font-weight: 600;
}
.grid-blog .et_pb_post .post-content .more-link:hover {
  text-decoration: none;
}
.grid-blog .et_pb_post .post-content-inner {
  margin-bottom: 16px;
}

.post-template-default .entry-title {
  font-size: 64px;
  line-height: 70px;
}
.post-template-default .et_pb_title_featured_container {
  width: 100%;
}
.post-template-default .et_pb_title_featured_container span,
.post-template-default .et_pb_title_featured_container img {
  width: 100%;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 980px) {
  .post-template-default .entry-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .post-template-default .entry-title {
    font-size: 28px;
    line-height: 35px;
  }
  .grid-blog .et_pb_post {
    width: 100%;
  }
  .grid-blog .et_pb_posts {
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ------------------------------------------------------------
     ERROR
------------------------------------------------------------ */
.error-layout.et_pb_section {
  padding: 30px 0;
  height: calc(100vh - 130px);
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-layout.et_pb_section p {
  font-size: 21px;
  line-height: 35px;
}
.error-layout.et_pb_section a {
  text-decoration: underline;
  color: #EBBC0F;
}
.error-layout.et_pb_section a:hover {
  text-decoration: none;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 680px) {
  .error-layout.et_pb_section p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */